Author Topic: Cant get BPcomplete to run  (Read 3307 times)

0 Members and 1 Guest are viewing this topic.

Re: Cant get BPcomplete to run
Advanced settings is emtpy, it shows "The executable did not generate a flag file", but the flag is set! 32bit libs are installed

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Cant get BPcomplete to run
What happens if you run the FSO executable directly from a terminal? Maybe also check that execute permissions are set on it, i.e. chmod 755 FSO_EXEC
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...

 
Re: Cant get BPcomplete to run
Code: [Select]
Freespace2/fs2_open_3.7.3_20151104_0ea25e7: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
Thanks for the hint.

Code: [Select]
sudo apt-get install libjpeg62-dev:i386
did the trick.