Modding, Mission Design, and Coding > FS2 Open Tools
RELEASE: FreeSpace Open Installer, v2.3.5
niffiwan:
--- Quote from: Goober5000 on May 11, 2014, 10:49:42 pm ---
--- Quote from: niffiwan on May 11, 2014, 10:35:28 pm ---
--- Code: ---$ ldconfig -p | grep openal
libopenal.so.1 (libc6,x86-64) => /usr/lib64/libopenal.so.1
libopenal.so (libc6,x86-64) => /usr/lib64/libopenal.so
--- End code ---
Having said that, building from source requires OpenAL to be installed anyway, so maybe the check could simply be re-worded to say "If you don't build FSO from source, check that you have the OpenAL libraries installed".
--- End quote ---
Hmm. The test is supposed to be system-agnostic:
--- Code: ---System.loadLibrary("OpenAL32");
--- End code ---
Maybe the library name is different on Linux?
--- End quote ---
Yeah, I'm pretty sure it's called "libopenal.so" (hopefully that's consistent across distros...) which I believe means you want this call on Linux, and maybe OSX:
--- Code: ---System.loadLibrary("openal");
--- End code ---
--- Quote from: Goober5000 on May 11, 2014, 10:49:42 pm ---
--- Quote ---2) The .OGG cutscenes are installed correctly, but the "custom install" selection page doesn't detect this. i.e. it's always available as an install option
--- End quote ---
The installer does have the minor problem that mods you've installed without using the installer are not marked as installed in the list. It's hard to fix that without actually running through the installation procedure for every single mod.
--- End quote ---
That makes sense. But I did install the movies via the installer (twice!), and it still didn't think that they were installed :) ( I don't know if it actually re-downloaded them, or if it just checked the files that already existed).
mjn.mixael:
Latest install perpetually says it's out-of-date?
EDIT: Downloading from this thread gave me the latest version while the auto-download from the installer did not? I dunno, something weird.
--- Quote from: niffiwan on May 11, 2014, 11:30:51 pm ---
--- Quote from: Goober5000 on May 11, 2014, 10:49:42 pm ---
--- Quote ---2) The .OGG cutscenes are installed correctly, but the "custom install" selection page doesn't detect this. i.e. it's always available as an install option
--- End quote ---
The installer does have the minor problem that mods you've installed without using the installer are not marked as installed in the list. It's hard to fix that without actually running through the installation procedure for every single mod.
--- End quote ---
That makes sense. But I did install the movies via the installer (twice!), and it still didn't think that they were installed :) ( I don't know if it actually re-downloaded them, or if it just checked the files that already existed).
--- End quote ---
I noticed that too and did both... but I decided it was too minor to worry about.
Goober5000:
--- Quote from: niffiwan on May 11, 2014, 11:30:51 pm ---Yeah, I'm pretty sure it's called "libopenal.so" (hopefully that's consistent across distros...) which I believe means you want this call on Linux, and maybe OSX:
--- Code: ---System.loadLibrary("openal");
--- End code ---
--- End quote ---
Okay, try this temp build:
http://staff.hard-light.net/goober5000/FreeSpaceOpenInstaller.jar
--- Quote ---That makes sense. But I did install the movies via the installer (twice!), and it still didn't think that they were installed :) ( I don't know if it actually re-downloaded them, or if it just checked the files that already existed).
--- End quote ---
Pbthht. Can you send me your logs directory?
--- Quote from: mjn.mixael on May 12, 2014, 01:12:43 am ---Latest install perpetually says it's out-of-date?
EDIT: Downloading from this thread gave me the latest version while the auto-download from the installer did not? I dunno, something weird.
--- End quote ---
Guh. I uploaded to the wrong subdirectory in one of the mirrors. Fixed.
niffiwan:
Here's a fresh logs directory: http://www.mediafire.com/download/fht343420zw77aa/fsoi-logs.7z
This was using your new jar linked above. Unfortunately it still complained about OpenAL32, and I'm not sure if CloudFlare/my ISP is playing funny games with caching content or something since the 1st download via browser was suspiciously fast (I resorted to downloading it with wget --no-cache in the end, which took about the right amount of time but didn't get rid of the OpenAL warning).
Anyway, aside from that this was a fresh/empty FSO dir, I ignored the warning about not finding a FS2 install, then custom downloaded just the movies 3x times. Let me know if you want anything else.
chief1983:
I believe there was some C code for a program that could extract the setup file type used on the FS2 CD media. I can't recall the type or name of the program though right now but I'll see what I can find.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version