Author Topic: BETA development of the FreeSpace Open Installer  (Read 44718 times)

0 Members and 1 Guest are viewing this topic.

Offline Goober5000

  • HLP Loremaster
  • 214
    • Goober5000 Productions
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
1) Where is the log file you mention supposed to appear?
I goofed when I built the first version... download the installer again.  This time it will create a new folder, called "logs", in whatever directory you run the jar from.

Quote
3) As a future possible improvement, would it be possible for the installer to run hardware/OS detection via maybe cpu-z or something (that thing's open source, right) and select automatically the correct FSO version (SSE-2 / no SSE / linux / whatever).
Why should that be a future improvement?  The installer already does this. :D  (You need to select the Basic configuration to see it.)


Yep - gotta 2nd this. There isn't a tooltip for the arrow icon, and I figured out more or less by accident what it did.  In additon, by defaulting to the expanded view it'll also give better feedback on the current status of the downloads.
I've added a tooltip and defaulted to the expanded state.

Quote
I've also got this unusual graphic glitch:
That is very odd. :wtf:

Quote
I tried downloading Homesick, Sync & Shrouding the Light; only STL downloaded successfully.  Here's the contents of the new dirs after it completed:
The download problem only seems to occur when the last few bytes of the file are copied.  Unfortunately, it is thrown from within a Java standard library method.  The only possibilities that I can think of are a) there is a bug in Java, b) the original file was corrupted in the process of uploading, or c) the bytes were corrupted in the process of downloading.

Given the prevalence of this error, I think b) can be ruled out.  Unfortunately, neither a) nor c) have easy solutions.

 

Offline niffiwan

  • 211
  • Eluder Class
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
New version gives me this on launch :( :( :(

Code: [Select]
$ java -jar ~/install/freespace2/FreeSpaceOpenInstaller.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/jdotsoft/jarloader/JarLauncher : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: com.jdotsoft.jarloader.JarLauncher. Program will exit.

(I'm also going to have to download and test Oracle java aren't I! :))

Edit: FYNE! That worked using the latest java (jre1.7.0_51 64 bit). And the too-tall-window issue seems to be gone as well.

Still, since ubuntu 12.04 is a Long Term Support (LTS) release, it'd be good nice to have the FSO installer support the default installed java on that platform...


Edit2: tried installing Sync & Homesick again - Homesick worked this time.  I'm guessing the Sync issue is the URL being out of date, or the install files are missing, so probably no big deal.  Here's the log if you are interested.

Code: [Select]
Jan 20, 2014 7:55:44 PM com.fsoinstaller.main.Configuration
SEVERE: No application.properties file could be found!
Jan 20, 2014 7:55:44 PM com.fsoinstaller.utils.PropertiesUtils
INFO: Loading properties from 'fsoinstaller.properties'
Jan 20, 2014 7:55:44 PM com.fsoinstaller.utils.PropertiesUtils
INFO: Loading properties from input stream
Jan 20, 2014 7:55:45 PM com.fsoinstaller.main.FreeSpaceOpenInstaller
FINE: Setting look-and-feel...
Jan 20, 2014 7:55:45 PM com.fsoinstaller.main.FreeSpaceOpenInstaller
FINE: Launching wizard...
Jan 20, 2014 7:55:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'installer_icon.png' via system class loader
Jan 20, 2014 7:55:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'top.png' via system class loader
Jan 20, 2014 7:55:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'basic.png' via system class loader
Jan 20, 2014 7:55:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'complete.png' via system class loader
Jan 20, 2014 7:55:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'custom.png' via system class loader
Jan 20, 2014 7:58:45 PM com.fsoinstaller.main.Configuration
SEVERE: No application.properties file could be found!
Jan 20, 2014 7:58:45 PM com.fsoinstaller.utils.PropertiesUtils
INFO: Loading properties from 'fsoinstaller.properties'
Jan 20, 2014 7:58:45 PM com.fsoinstaller.utils.PropertiesUtils
INFO: Loading properties from input stream
Jan 20, 2014 7:58:45 PM com.fsoinstaller.main.FreeSpaceOpenInstaller
FINE: Setting look-and-feel...
Jan 20, 2014 7:58:45 PM com.fsoinstaller.main.FreeSpaceOpenInstaller
FINE: Launching wizard...
Jan 20, 2014 7:58:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'installer_icon.png' via system class loader
Jan 20, 2014 7:58:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'top.png' via system class loader
Jan 20, 2014 7:58:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'basic.png' via system class loader
Jan 20, 2014 7:58:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'complete.png' via system class loader
Jan 20, 2014 7:58:45 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'custom.png' via system class loader
Jan 20, 2014 7:58:49 PM com.fsoinstaller.utils.ProgressBarDialog
INFO: Running task: 'Setting up the installer...'
Jan 20, 2014 7:58:49 PM com.fsoinstaller.wizard.ConfigPage
INFO: Validating user input...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.wizard.ConfigPage
INFO: Validation succeeded!
Jan 20, 2014 7:58:49 PM com.fsoinstaller.utils.PropertiesUtils
INFO: Saving properties to 'fsoinstaller.properties'
Jan 20, 2014 7:58:49 PM com.fsoinstaller.utils.PropertiesUtils
INFO: Saving properties to output stream
Jan 20, 2014 7:58:49 PM com.fsoinstaller.wizard.ConfigPage
INFO: Checking installer version...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.wizard.ConfigPage
FINE: Accessing version info from http://www.fsoinstaller.com/files/installer/java/...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.fsoinstaller.com/files/installer/java/version.txt to local file /tmp/fsoinstaller_version701813825198860534.tmp
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.fsoinstaller.com/files/installer/java/version.txt
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_version701813825198860534.tmp
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.wizard.ConfigPage
INFO: Version at this URL is 0.0
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.fsoinstaller.com/files/installer/java/filenames.txt to local file /tmp/fsoinstaller_filenames1993676005452573390.tmp
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.fsoinstaller.com/files/installer/java/filenames.txt
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_filenames1993676005452573390.tmp
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.fsoinstaller.com/files/installer/java/basic_config.txt to local file /tmp/fsoinstaller_basicconfig6252622969979182847.tmp
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.fsoinstaller.com/files/installer/java/basic_config.txt
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_basicconfig6252622969979182847.tmp
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.wizard.ConfigPage
FINE: Accessing version info from http://scp.indiegames.us/fsoinstaller/...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://scp.indiegames.us/fsoinstaller/version.txt to local file /tmp/fsoinstaller_version701813825198860534.tmp
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:49 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://scp.indiegames.us/fsoinstaller/version.txt
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_version701813825198860534.tmp
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:50 PM com.fsoinstaller.wizard.ConfigPage
INFO: Version at this URL is 2.0
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://scp.indiegames.us/fsoinstaller/filenames.txt to local file /tmp/fsoinstaller_filenames1993676005452573390.tmp
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:50 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://scp.indiegames.us/fsoinstaller/filenames.txt
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_filenames1993676005452573390.tmp
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://scp.indiegames.us/fsoinstaller/basic_config.txt to local file /tmp/fsoinstaller_basicconfig6252622969979182847.tmp
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://scp.indiegames.us/fsoinstaller/basic_config.txt
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_basicconfig6252622969979182847.tmp
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.wizard.ConfigPage
INFO: Downloading mod information...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://scp.indiegames.us/scp_files.txt to local file /tmp/fsoinstaller_mod8290653708880794125.tmp
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:51 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://scp.indiegames.us/scp_files.txt
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod8290653708880794125.tmp
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added FreeSpace Open 3.7.0 Windows SSE2
Jan 20, 2014 7:58:52 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added FreeSpace Open 3.7.0 Windows SSE
Jan 20, 2014 7:58:52 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added FreeSpace Open 3.7.0 Windows NO-SSE
Jan 20, 2014 7:58:52 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added FreeSpace Open 3.7.0 Windows 9X
Jan 20, 2014 7:58:52 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added FreeSpace Open 3.7.0 Linux
Jan 20, 2014 7:58:52 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added FreeSpace Open 3.7.0 Macintosh
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.fsoinstaller.com/files/installer/java/multi.txt to local file /tmp/fsoinstaller_mod8720887098662803924.tmp
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.fsoinstaller.com/files/installer/java/multi.txt
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod8720887098662803924.tmp
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Multiplayer Missions
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://173.8.193.66:7701/svn/MediaVPs/mv.txt to local file /tmp/fsoinstaller_mod4162129597032044809.tmp
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:52 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://173.8.193.66:7701/svn/MediaVPs/mv.txt
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod4162129597032044809.tmp
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added FSU MediaVPs, version 3.6.12
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.fsoinstaller.com/files/installer/java/cutscene.txt to local file /tmp/fsoinstaller_mod139503278005413278.tmp
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.fsoinstaller.com/files/installer/java/cutscene.txt
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod139503278005413278.tmp
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added .OGG Cutscenes
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.fsoinstaller.com/files/installer/java/dmtools.txt to local file /tmp/fsoinstaller_mod7650823444829000255.tmp
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.fsoinstaller.com/files/installer/java/dmtools.txt
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod7650823444829000255.tmp
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.common.InstallerNodeFactory
FINE: Skipping possible token from a future version: SUBFOLDER
Jan 20, 2014 7:58:53 PM com.fsoinstaller.common.InstallerNodeFactory
FINE: Skipping string: POFCS2
Jan 20, 2014 7:58:53 PM com.fsoinstaller.common.InstallerNodeFactory
FINE: Skipping string: pcs2.zip
Jan 20, 2014 7:58:53 PM com.fsoinstaller.common.InstallerNodeFactory
FINE: Skipping possible token from a future version: SUBFOLDER
Jan 20, 2014 7:58:53 PM com.fsoinstaller.common.InstallerNodeFactory
FINE: Skipping string: textures
Jan 20, 2014 7:58:53 PM com.fsoinstaller.common.InstallerNodeFactory
FINE: Skipping string: invisible.tga
Jan 20, 2014 7:58:53 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added FreeSpace Modding Tools
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://fsport.hard-light.net/installer/fsport.txt to local file /tmp/fsoinstaller_mod3761992766085085721.tmp
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://fsport.hard-light.net/installer/fsport.txt
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod3761992766085085721.tmp
Jan 20, 2014 7:58:53 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added FreeSpace Port
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.lunardigitalproductions.com/bta/downloads/demo/installer/mefistofele.txt to local file /tmp/fsoinstaller_mod3854521839715197053.tmp
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.lunardigitalproductions.com/bta/downloads/demo/installer/mefistofele.txt
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod3854521839715197053.tmp
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Between the Ashes: Mefistofele
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.sectorgame.com/goober/dem.txt to local file /tmp/fsoinstaller_mod5603643350843281202.tmp
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:54 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.sectorgame.com/goober/dem.txt
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod5603643350843281202.tmp
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Deus Ex Machina
Jan 20, 2014 7:58:55 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Deus Ex Machina: Interlude
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.fsoinstaller.com/files/installer/java/homesick.txt to local file /tmp/fsoinstaller_mod18586526202965255.tmp
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.fsoinstaller.com/files/installer/java/homesick.txt
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod18586526202965255.tmp
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Homesick
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.fsoinstaller.com/files/installer/java/ransomarceihn.txt to local file /tmp/fsoinstaller_mod2737269202031413562.tmp
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:55 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.fsoinstaller.com/files/installer/java/ransomarceihn.txt
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod2737269202031413562.tmp
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Transcend
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Sync
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://www.fsoinstaller.com/files/installer/java/fsmods.net.txt to local file /tmp/fsoinstaller_mod6295458846319761095.tmp
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.fsoinstaller.com/files/installer/java/fsmods.net.txt
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod6295458846319761095.tmp
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Blackwater Operations Demo
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Derelict
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Inferno
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added The Procyon Insurgency
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Shivans
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Shrouding the Light
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Twilight
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Warzone
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://blueplanet.fsmods.net/blueplanet.txt to local file /tmp/fsoinstaller_mod8655443284919597741.tmp
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://blueplanet.fsmods.net/blueplanet.txt
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod8655443284919597741.tmp
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Blue Planet
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
INFO: Downloading from http://blueplanet.fsmods.net/blueplanet2.txt to local file /tmp/fsoinstaller_mod2529269797900155084.tmp
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://blueplanet.fsmods.net/blueplanet2.txt
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Opening input and output streams...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: output file: /tmp/fsoinstaller_mod2529269797900155084.tmp
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Successfully added Blue Planet: War in Heaven
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Checking for legacy version information...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Done with SuperValidationTask!
Jan 20, 2014 7:58:56 PM com.fsoinstaller.utils.ProgressBarDialog
INFO: Running task: 'Checking the installation directory...'
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Checking target directory...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Checking for write and delete access...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Checking for extra VPs in the directory
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ConfigPage
INFO: Done with DirectoryTask!
Jan 20, 2014 7:58:56 PM com.fsoinstaller.utils.ProgressBarDialog
INFO: Completed task: 'Setting up the installer...'
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ChoicePage
INFO: Validating choice configuration...
Jan 20, 2014 7:58:56 PM com.fsoinstaller.wizard.ChoicePage
INFO: Validation complete
Jan 20, 2014 7:58:57 PM com.fsoinstaller.utils.ProgressBarDialog
INFO: Completed task: 'Checking the installation directory...'
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.ModSelectPage
INFO: Selected mods:
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.ModSelectPage
INFO: Sync
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.ModSelectPage
INFO: Homesick
Jan 20, 2014 7:59:26 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'arrow_right.png' via system class loader
Jan 20, 2014 7:59:26 PM com.fsoinstaller.utils.IOUtils
INFO: Loading 'arrow_down.png' via system class loader
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
INFO: Homesick: Starting processing
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
INFO: Homesick: Creating folder 'homesick'
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
INFO: Homesick: Processing INSTALL items
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
INFO: Homesick: installing 'homesick.zip'
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
INFO: Sync: Starting processing
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
FINE: Homesick: Obtaining URL
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
INFO: Sync: Creating folder 'Sync'
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
FINE: Homesick: Beginning download of 'homesick.zip'
Jan 20, 2014 7:59:26 PM com.fsoinstaller.internet.Downloader
INFO: Downloading and extracting from http://www.freespacemods.net/e107_files/downloads/homesick.zip to local directory /ssd/fso/homesick
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
INFO: Sync: Processing INSTALL items
Jan 20, 2014 7:59:26 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:59:26 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.freespacemods.net/e107_files/downloads/homesick.zip
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
INFO: Sync: installing 'Sync.zip'
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
FINE: Sync: Obtaining URL
Jan 20, 2014 7:59:26 PM com.fsoinstaller.wizard.InstallItem
FINE: Sync: Beginning download of 'Sync.zip'
Jan 20, 2014 7:59:26 PM com.fsoinstaller.internet.Downloader
INFO: Downloading and extracting from http://www.rateofinjury.com/campaigns/installer/Sync.zip to local directory /ssd/fso/Sync
Jan 20, 2014 7:59:26 PM com.fsoinstaller.internet.Downloader
FINE: Opening connection...
Jan 20, 2014 7:59:26 PM com.fsoinstaller.internet.Connector
FINE: Opening connection to URL: http://www.rateofinjury.com/campaigns/installer/Sync.zip
Jan 20, 2014 7:59:27 PM com.fsoinstaller.internet.Downloader
FINE: Opening input stream...
Jan 20, 2014 7:59:27 PM com.fsoinstaller.internet.Downloader
FINE: Checking entry 'Homesick.vp'
Jan 20, 2014 7:59:27 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:59:27 PM com.fsoinstaller.internet.Downloader
FINE: Opening input stream...
Jan 20, 2014 7:59:27 PM com.fsoinstaller.internet.Downloader
SEVERE: An exception was thrown during download!
java.io.FileNotFoundException: http://www.rateofinjury.com/campaigns/installer/Sync.zip
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.fsoinstaller.internet.Downloader.downloadFromZip(Downloader.java:223)
at com.fsoinstaller.internet.Downloader.download(Downloader.java:110)
at com.fsoinstaller.wizard.InstallItem.installOne(InstallItem.java:538)
at com.fsoinstaller.wizard.InstallItem.access$700(InstallItem.java:68)
at com.fsoinstaller.wizard.InstallItem$3.call(InstallItem.java:408)
at com.fsoinstaller.wizard.InstallItem$3.call(InstallItem.java:400)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: http://www.rateofinjury.com/campaigns/installer/Sync.zip
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at com.fsoinstaller.internet.Downloader.downloadFromZip(Downloader.java:220)
... 9 more

Jan 20, 2014 7:59:27 PM com.fsoinstaller.wizard.InstallItem
FINE: Sync: All mirror sites for 'Sync.zip' failed!
Jan 20, 2014 7:59:28 PM com.fsoinstaller.internet.Downloader
FINE: Checking entry 'HomesickReadme.txt'
Jan 20, 2014 7:59:28 PM com.fsoinstaller.internet.Downloader
FINE: Checking if the file is up to date...
Jan 20, 2014 7:59:28 PM com.fsoinstaller.internet.Downloader
FINE: Opening output stream...
Jan 20, 2014 7:59:28 PM com.fsoinstaller.internet.Downloader
FINE: output file: /ssd/fso/homesick/HomesickReadme.txt
Jan 20, 2014 7:59:28 PM com.fsoinstaller.internet.Downloader
FINE: local file not found; creating it
Jan 20, 2014 7:59:28 PM com.fsoinstaller.internet.Downloader
FINE: Downloading...
Jan 20, 2014 7:59:28 PM com.fsoinstaller.internet.Downloader
FINE: Download complete
Jan 20, 2014 7:59:28 PM com.fsoinstaller.internet.Downloader
FINE: Closing output stream...
Jan 20, 2014 7:59:28 PM com.fsoinstaller.internet.Downloader
FINE: Closing input stream...
Jan 20, 2014 7:59:28 PM com.fsoinstaller.wizard.InstallItem
FINE: Homesick: Completed download of 'homesick.zip'
Jan 20, 2014 7:59:28 PM com.fsoinstaller.wizard.InstallItem
INFO: Homesick: Downloaded 'homesick.zip'
« Last Edit: January 20, 2014, 04:02:20 am by niffiwan »
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...

 

Offline Goober5000

  • HLP Loremaster
  • 214
    • Goober5000 Productions
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
Oh, that class version thing is again my fault.  (I didn't target Java 1.5 like I said previously.)

Download it again. :)

 

Offline niffiwan

  • 211
  • Eluder Class
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
wheeeee - 3rd version works again with my default java (but the too-tall window issue is back; it might be something specific to OpenJDK).

Downloaded DEM this time - worked just fine.
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...

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
Why does the FSO 3.7.0 SSE2 pack contains only FRED debug and MVPs 3612 only root + patch (I have made sure all the other VPs were indeed selected, this is the Basic package)? Is that just for testing right now?

Seems like the same DL bar is used for all of the FSO exes. This is confusing to say the least, and this also means the installer won't attempt to DL any other exe if FRED debug fails.

log (too long for forum)
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grâce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 

Offline Goober5000

  • HLP Loremaster
  • 214
    • Goober5000 Productions
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
The way the installer works right now is to download and extract files at the same time.  This is the same way Turey's installer handled downloads.  The advantage here is that files can be skipped if they're already up-to-date, and the whole process can be done more quickly than downloading first and then extracting.  The disadvantage is that the same download bar is reused for multiple files contained within the archive.

It's also possible that this method could be contributing to the CRC error, but we didn't see that with Turey's installer.  (I intend to run some tests on alternately extracting vs. downloading and then extracting for the files that are producing errors.)

The other MediaVPs should definitely have been downloaded; that looks like a bug.  I assume you didn't cancel the installation before those were downloaded?

 
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
This is just great  so happy to see this.  Will do a clean install late this eve as a test.

Bh

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
The other MediaVPs should definitely have been downloaded; that looks like a bug.  I assume you didn't cancel the installation before those were downloaded?
Nope. They simply don't show up at all among the DL progress bars.
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grâce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 

Offline Hellzed

  • 28
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
I think the installer should not warn about missing retail install if we have the retail files in the data/ directory. That's where most OS X/Linux users will have their retail data.

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
ಠ_ಠ wut
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grâce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 

Offline fightermedic

  • 29
  • quite a nice guy, no really, i am
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
Goober, you are a good person after all
there is yet hope for you on judgement day

thanks a lot for all the hard work on this :)

i didn't try to download somthing yet, but there is one thing concerning the listed mods that i want to ask
how are we going to handle campaigns of which several versions exist, like with most of the FSCRP-stuff
in some cases it's obvious, since the original campaign is horribly broken on recent builds and can't be played any more, but what about the others? do we list both? restored and old releases?
also, should we list restored campaings under a seperate section, like fs-port campaigns? probably not a good idea as some restored campaigns are also based on the fs-port *shrug*
anyway, in the long run i'd be happy if all the campaigns listed in the FSCRP-released-campaigns-thread would find their way into the installer

well done!
>>Fully functional cockpits for Freespace<<
>>Ships created by me<<
Campaigns revised/voice-acted by me:
Lightning Marshal 1-4, The Regulus Campaign, Operation: Savior, Operation: Crucible, Titan Rebellion, Fall of Epsilon Pegasi 1.1Aftermath 2.1,
Pandora's Box 2.2, Deep Blood

Other Campaigns I have participated in:
The Antagonist, Warzone, Phantoms & Echo-Gate

All the stuff I release is free to use or change in any way for everybody who likes to do so; take whatever you need

 

Offline niffiwan

  • 211
  • Eluder Class
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
I think the installer should not warn about missing retail install if we have the retail files in the data/ directory. That's where most OS X/Linux users will have their retail data.

er - like MattH I'm confused. Where have you got your retail VPs?  I've always put mine into /ssd/fso, or $HOME/fso, i.e. the base dir. And I thought the current install guides also say to put them here  :confused:
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...

 

Offline Hellzed

  • 28
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
I put mine in $HOME/FreeSpace2/data . It looks cleaner IMHO.
Code: [Select]
.
./data
./data/root_fs2.vp
./data/cache
./data/cache/fighter01.bx
./data/tango1_fs2.vp
./data/players
./data/players/hud_1.hcf
./data/players/hud_2.hcf
./data/players/hud_3.hcf
./data/stu_fs2.vp
./data/warble_fs2.vp
./data/tango2_fs2.vp
./data/missions
./data/missions/Backup.006
./data/missions/Backup.001
./data/missions/Backup.003
./data/missions/Backup.004
./data/missions/Backup.008
./data/missions/Backup.007
./data/missions/Backup.002
./data/missions/Backup.005
./data/missions/Backup.009
./data/movies
./data/movies/intro.mve
./data/movies/mono3.mve
./data/movies/colossus.mve
./data/movies/endpart1.mve
./data/movies/endprt2b.mve
./data/movies/mono1.mve
./data/movies/mono2.mve
./data/movies/endprt2a.mve
./data/movies/bastion.mve
./data/movies/mono4.mve
./data/sparky_hi_fs2.vp
./data/sparky_fs2.vp
./data/smarty_fs2.vp
./data/tango3_fs2.vp
./blueplanet
./blueplanet/bp-core.vp
./blueplanet/mod.ini
./blueplanet/Blue Planet - Forums.url
./blueplanet/Blue Planet - Troubleshooting.url
./blueplanet/bp-audio1.vp
./blueplanet/bp-visuals2.vp
./blueplanet/adv-bp.vp
./blueplanet/Blue Planet - Homepage.url
./blueplanet/bplogo.bmp
./blueplanet/bp-visuals1.vp
./blueplanet/bp-audio2.vp
./mediavps_3612
./mediavps_3612/MV_Root.3612.vp
./mediavps_3612/readme.txt
./mediavps_3612/mod.ini
./mediavps_3612/FSU-MVP.bmp
./mediavps_3612/MV_Music.vp
./mediavps_3612/MV_Effects.vp
./mediavps_3612/MV_Assets.3612.vp
./mediavps_3612/MV_Assets.vp
./mediavps_3612/MV_AnimGlows.vp
./mediavps_3612/MV_Effects.3612.vp
./mediavps_3612/MV_CB_ANI_1.vp
./mediavps_3612/MV_RadarIcons.vp
./mediavps_3612/MV_Advanced.vp
./mediavps_3612/MV_Root.vp
./mediavps_3612/MV_CB_ANI_2.vp
./fs2_open_3.7.1_g++
./JADXA
./JADXA/credits.txt
./JADXA/mod.ini
./JADXA/_README.txt
./JADXA/jadXA_assets.vp
./JADXA/jadXA_root.vp
./JADXA/jad22xabitmap.bmp
./fsport-str
./fsport-str/readme.txt
./fsport-str/mod.ini
./fsport-str/fsport-str.bmp
./fsport-str/fsport-str-voice.vp
./fsport-str/fsport-str.vp
./fsport-mediavps
./fsport-mediavps/mod.ini
./fsport-mediavps/mv_fsport_music.vp
./fsport-mediavps/mv_fsport.vp
./fsport-mediavps/fsport-mediavps.bmp
./blueplanet2
./blueplanet2/mod.ini
./blueplanet2/Blue Planet - Forums.url
./blueplanet2/Blue Planet - Troubleshooting.url
./blueplanet2/bp2-audio1.vp
./blueplanet2/bp2-visuals1.vp
./blueplanet2/bp2-visuals2.vp
./blueplanet2/bp2-core.vp
./blueplanet2/Blue Planet - Homepage.url
./blueplanet2/bplogo.bmp
./blueplanet2/adv-bp2.vp
./fs2_open_3.7.1_DEBUG
./fsport
./fsport/data
./fsport/data/missions
./fsport/data/missions/sm3-08a.fs2
./fsport/fsport.bmp
./fsport/readme.txt
./fsport/mod.ini
./fsport/tango_hi5_fs1.vp
./fsport/tango_hi2_fs1.vp
./fsport/stu_fs1.vp
./fsport/sparky_hi_fs1.vp
./fsport/odeon_fs1.vp
./fsport/tango_hi4_fs1.vp
./fsport/tango_fs1.vp
./fsport/fsport-missions.vp
./fsport/tango_hi3_fs1.vp
./fsport/tango_hi1_fs1.vp
./fsport/warble_fs1.vp
./fsport/fsport3_4.vp
./vassago
./vassago/vassago-cbani.vp
./vassago/vassago-base.vp
./vassago/mod.ini
./vassago/vassago-missions.vp
./vassago/README.txt
./vassago/vassago.bmp
./Derelict
./Derelict/DerelictSCP3.vp
./Derelict/mod.ini
./Derelict/Derelict.bmp
./Derelict/Derelict_3_7.vp
./Derelict/DerelictSCP1.vp
./Derelict/DerelictSCP2.vp
./Derelict/DerelictSCP4.vp
./mediavps_2014
./mediavps_2014/data
./mediavps_2014/data/missions
./mediavps_2014/data/missions/Backup.006
./mediavps_2014/data/missions/CoOpFreeSpace2-2.fc2
./mediavps_2014/data/missions/Backup.001
./mediavps_2014/data/missions/Backup.003
./mediavps_2014/data/missions/Backup.004
./mediavps_2014/data/missions/CoOpSM1-06.fs2
./mediavps_2014/data/missions/Backup.008
./mediavps_2014/data/missions/Backup.007
./mediavps_2014/data/missions/Backup.002
./mediavps_2014/data/missions/Backup.005
./mediavps_2014/data/missions/CoOpSM1-05.fs2
./mediavps_2014/data/missions/Backup.009
./mediavps_2014/data/missions/CoOpLoop1-2.fs2
./mediavps_2014/data/movies
./mediavps_2014/data/movies/intro.ogg
./mediavps_2014/data/movies/endprt2b.ogg
./mediavps_2014/data/movies/mono2.ogg
./mediavps_2014/data/movies/colossus.ogg
./mediavps_2014/data/movies/endprt2a.ogg
./mediavps_2014/data/movies/mono3.ogg
./mediavps_2014/data/movies/mono1.ogg
./mediavps_2014/data/movies/endpart1.ogg
./mediavps_2014/data/movies/mono4.ogg
./mediavps_2014/data/movies/bastion.ogg
./mediavps_2014/MV_A-Glows.vp
./mediavps_2014/readme.txt
./mediavps_2014/mod.ini
./mediavps_2014/FSU-MVP.bmp
./mediavps_2014/FSU-MVP_small.bmp
./mediavps_2014/MV_Music.vp
./mediavps_2014/MV_Effects.vp
./mediavps_2014/MV_Assets.vp
./mediavps_2014/MV_CB_ANI_1.vp
./mediavps_2014/MV_RadarIcons.vp
./mediavps_2014/MV_Advanced.vp
./mediavps_2014/MV_Root.vp
./mediavps_2014/MV_CB_ANI_2.vp
./wxlauncher
./fs2_open_3.7.1_nopbo
./fs2_open_3.7.1_llvm_BP
./Transcend
./Transcend/mod.ini
./Transcend/Transcend.vp
./Transcend/Transcend.bmp
./Transcend/ReadTheReadme.txt
./fred2_open_3_7_1-20131228_r10255.exe
./sync
./sync/Synclogo.bmp
./sync/mod.ini
./sync/sync.vp
« Last Edit: January 20, 2014, 04:05:01 pm by Hellzed »

 

Offline mjn.mixael

  • Cutscene Master
  • 212
  • Chopped liver
    • Steam
    • Twitter
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
Goober, you are a good person after all
there is yet hope for you on judgement day

thanks a lot for all the hard work on this :)

i didn't try to download somthing yet, but there is one thing concerning the listed mods that i want to ask
how are we going to handle campaigns of which several versions exist, like with most of the FSCRP-stuff
in some cases it's obvious, since the original campaign is horribly broken on recent builds and can't be played any more, but what about the others? do we list both? restored and old releases?
also, should we list restored campaings under a seperate section, like fs-port campaigns? probably not a good idea as some restored campaigns are also based on the fs-port *shrug*
anyway, in the long run i'd be happy if all the campaigns listed in the FSCRP-released-campaigns-thread would find their way into the installer

well done!

It's not hard to get a campaign into the installer. In fact, I just got BtA into it. You simply create a text file and PM the link to the text file to Goober or someone who has access to a certain file that the installer uses.

As far as FSCRP versions of campaigns, I'd say it's up to you guys. It's pretty easy to list a version number of a campaign as well. You can even use the text file you create to delete old versions of the mod to replace it with newer ones. If Goober wants, I can writeup a short how-to on the text file from what I've figured out already.

However, before that I think the installer needs more testing. Some things don't seem to be working 100% and I'm going to spend some time this evening to get more specifics.
Cutscene Upgrade Project - Mainhall Remakes - Between the Ashes
Youtube Channel - P3D Model Box
Between the Ashes is looking for committed testers, PM me for details.
Freespace Upgrade Project See what's happening.

 

Offline Mongoose

  • Rikki-Tikki-Tavi
  • Global Moderator
  • 212
  • This brain for rent.
    • Minecraft
    • Steam
    • Something
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
I put mine in $HOME/FreeSpace2/data . It looks cleaner IMHO.

I don't know that doing so would potentially cause any issues, but it's still something of a bad practice in general.  Every single install guide and support attempt will assume that the retail VPs are in the main game directory, as they would be from a normal installation, so you're basically just asking for trouble if you move them somewhere else.

And Goober, I was going to throw up a news post about this, but would you prefer to hold off on that for now, since this is still something of a WIP?

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
Yes don't news post yet.

 

Offline T-Man

  • 210
  • I came... I saw... I had a cuppa!
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
Congrats Goob; I can imagine a project like this was a headache. I sense it shall be appreciated though.

If you'd like I could give it a DL and whirl when I get the chance and let you know how it goes (I run Win7 so I can test that OS with it, or at least test how my rig handles it).
Also goes by 'Murasaki-Tatsu' outside of Hard-Light

UEF fanboy. Rabid Imagination.

 

Offline fightermedic

  • 29
  • quite a nice guy, no really, i am
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
Goober, you are a good person after all
there is yet hope for you on judgement day

thanks a lot for all the hard work on this :)

i didn't try to download somthing yet, but there is one thing concerning the listed mods that i want to ask
how are we going to handle campaigns of which several versions exist, like with most of the FSCRP-stuff
in some cases it's obvious, since the original campaign is horribly broken on recent builds and can't be played any more, but what about the others? do we list both? restored and old releases?
also, should we list restored campaings under a seperate section, like fs-port campaigns? probably not a good idea as some restored campaigns are also based on the fs-port *shrug*
anyway, in the long run i'd be happy if all the campaigns listed in the FSCRP-released-campaigns-thread would find their way into the installer

well done!

It's not hard to get a campaign into the installer. In fact, I just got BtA into it. You simply create a text file and PM the link to the text file to Goober or someone who has access to a certain file that the installer uses.

As far as FSCRP versions of campaigns, I'd say it's up to you guys. It's pretty easy to list a version number of a campaign as well. You can even use the text file you create to delete old versions of the mod to replace it with newer ones. If Goober wants, I can writeup a short how-to on the text file from what I've figured out already.

However, before that I think the installer needs more testing. Some things don't seem to be working 100% and I'm going to spend some time this evening to get more specifics.

i think for starters i will have to check if the newest version of everything is already hosted on fsmods, since as i understand it, direct links to all the stuff are required for this whole endeavour
and sure, testing the installer is the first thing that needs to happen now, before making this big news etc

i for one just downloaded the blackwater operations demo and didn't have any trouble
everything working fine so far
>>Fully functional cockpits for Freespace<<
>>Ships created by me<<
Campaigns revised/voice-acted by me:
Lightning Marshal 1-4, The Regulus Campaign, Operation: Savior, Operation: Crucible, Titan Rebellion, Fall of Epsilon Pegasi 1.1Aftermath 2.1,
Pandora's Box 2.2, Deep Blood

Other Campaigns I have participated in:
The Antagonist, Warzone, Phantoms & Echo-Gate

All the stuff I release is free to use or change in any way for everybody who likes to do so; take whatever you need

 

Offline mjn.mixael

  • Cutscene Master
  • 212
  • Chopped liver
    • Steam
    • Twitter
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
One thing I'm noticing is that every time the installer is run, it leaves an instance of javaw.exe running in the background (which also locks the log files from being deleted on Win7). New instances of the installer can't overwrite the old log file creating lots of log.1, log.2, log.3. Dunno if that's intentional, but it's annoying.

Occasionally, 'Setting up the installer...' seems to run indefinitely.

I also seem to be having issues getting it to properly download sub-installs like some of the stuff under FSPort, but I can't get past 'setting up the installer' anymore... so I can't test it anymore.

So, 'failed' needs to be more specific when it's just a hash mismatch at least.(Turns out it is... sometimes.) I finally got another run. Here's the log of a complete failure to install my selection of...

FSPort
-1024x768 Interface Art
-Music
-Command Briefing Animations
--1024x768 Command Briefing Animations
-Destiny of Peace
--Destiny of Peave Voice Pack
Between the Ashes: Mefistofele
-Low-End Compatibility

It didn't even try to download any of the sub stuff, like Music, of CBANIs. And this time if failed to download mod.inis and at the BtA Root VP. (Which is odd, because it got the mod's .bmp file which is in the same zip.)

EDIT: Here's another log from a second run at the install. More things completed successfully, but nothing from sub checkboxes was installed. The log seems to indicate that it's not even trying.

[attachment deleted by an evil time traveler]
« Last Edit: January 20, 2014, 08:42:33 pm by mjn.mixael »
Cutscene Upgrade Project - Mainhall Remakes - Between the Ashes
Youtube Channel - P3D Model Box
Between the Ashes is looking for committed testers, PM me for details.
Freespace Upgrade Project See what's happening.

 

Offline Goober5000

  • HLP Loremaster
  • 214
    • Goober5000 Productions
Re: RELEASE: FreeSpace Open Installer, v2.0 BETA
As far as FSCRP versions of campaigns, I'd say it's up to you guys. It's pretty easy to list a version number of a campaign as well. You can even use the text file you create to delete old versions of the mod to replace it with newer ones. If Goober wants, I can writeup a short how-to on the text file from what I've figured out already.

A writeup would be very much appreciated. :yes:  In fact, if you're up for it, a wiki article would be ideal.

I should mention though, because it sounds like it may have been unclear -- the "VERSION" token in the mod file is used internally by the installer, not shown to the user.  The installer will compare this with the installed version to see whether the mod needs to be updated.  If you want to provide the user with different versions to choose from, then you should explicitly list them.  See the FSO config file for an example.

Quote
However, before that I think the installer needs more testing. Some things don't seem to be working 100% and I'm going to spend some time this evening to get more specifics.

That's also much appreciated. :)


One thing I'm noticing is that every time the installer is run, it leaves an instance of javaw.exe running in the background (which also locks the log files from being deleted on Win7). New instances of the installer can't overwrite the old log file creating lots of log.1, log.2, log.3. Dunno if that's intentional, but it's annoying.

Uh, hm.  Nope, that's not intentional.  The Installer starts up a bunch of threads whenever it runs, but it's supposed to be shut down when it exits.  It sounds like the shutdown may not be happening in your case.

Quote
Occasionally, 'Setting up the installer...' seems to run indefinitely.

Is it actually doing anything, according to the log?  If the mod config files are taking a long time to download, the initialization might take some time, but it should eventually time out and continue.

EDIT: I'll check the log.

Quote
It didn't even try to download any of the sub stuff, like Music, of CBANIs.

Argh.  This is probably the same bug that MatthTheGeek ran into, where MVP child VPs wouldn't download.  At least that tells me where to look though.