I get the following error when I try to install Myth2_172_Linux on Debian Sid, I tried installing libswt-gtk-3-java but that didn't work. Is there something else I can try? Java is installed.
java/lang/ExceptionInInitializerError
at iK.a (line 209)
at java/lang/Thread.run (line 100)
caused by: java/lang/ExceptionInInitializerError
at avian/Classes.initialize (native)
at java/lang/Class.a (line 152)
at java/lang/Class.a (line 140)
at org/eclipse/swt/graphics/Device.<clinit> (unknown line)
at iK.a (line 209)
at java/lang/Thread.run (line 100)
caused by: java/lang/ExceptionInInitializerError
at org/eclipse/swt/internal/Converter.a (unknown line)
at org/eclipse/swt/internal/Converter.a (unknown line)
at org/eclipse/swt/widgets/Display.<clinit> (unknown line)
at avian/Classes.initialize (native)
at java/lang/Class.a (line 152)
at java/lang/Class.a (line 140)
at org/eclipse/swt/graphics/Device.<clinit> (unknown line)
at iK.a (line 209)
at java/lang/Thread.run (line 100)
caused by: java/lang/UnsatisfiedLinkError: Could not load SWT library. Reasons:
library not found: libswt-pi-gtk-3659.so
library not found: libswt-pi-gtk.so
library not found: /tmp/swtlib-32/libswt-pi-gtk-3659.so
library not found: /tmp/swtlib-32/libswt-pi-gtk.so
at org/eclipse/swt/internal/Library.a (unknown line)
at org/eclipse/swt/internal/Library.a (unknown line)
at org/eclipse/swt/internal/gtk/OS.<clinit> (unknown line)
at org/eclipse/swt/internal/Converter.a (unknown line)
at org/eclipse/swt/internal/Converter.a (unknown line)
at org/eclipse/swt/widgets/Display.<clinit> (unknown line)
at avian/Classes.initialize (native)
at java/lang/Class.a (line 152)
at java/lang/Class.a (line 140)
at org/eclipse/swt/graphics/Device.<clinit> (unknown line)
at iK.a (line 209)
at java/lang/Thread.run (line 100)
Extract it and place 'installer_test1' alongside the 'installer' file you were trying from the original download. Then, run './installer_test1' from the command-line and post its output here.
This new build prints extra debugging information when loading libraries, so hopefully it will shed some light on why it's failing for you. Thanks!
I just uninstalled linux xubuntu 11.04 32 bit, and installed xubuntu 11.10 64 bit. When I run myth, it crashes after the monologue at the beginning of a level. I have 3 different crash reports. The 2nd and 3rd are different as I tried removing any save data from the 32 bit OS.
Not sure where to upload these crash reports, but if anyone could let me know, I'll do it ASAP.
EDIT: I removed all 3rd party plugins and it seems to work. I just made the idiot assumption it was due to 64 bit. Will work out what plugin it was.
EDIT 2: Is there a list of packages that are required? There seems to be a few minor issues (though nothing massive). Just want to make sure I have everything I need as I'm running a completely new OS, installed this morning. Got it all up to standard so far, so just a precaution.
Can you start a new thread? This thread is about installer problems that Kasumi_Ninja is having. Also, please post the crash logs in the new thread so I can debug what's happening.
Interesting. On the surface, it appears that this is caused by the installer being 32-bit and depending on a 32-bit libz.so to be installed, which your system doesn't have. You can take a look at installing 32-bit libraries to see if it fixes the problem.
In the meantime, I will investigate whether we could either bundle a 32-bit libz with the installer or make the error message better.
(On a side note, I expected different output from the installer - as the extra messages I've added to this version are not the "error while loading shared libraries" message, but different ones. I wonder why they're not being triggered...)
(The fact that the installer is only available in a 32-bit version is by design. Right now, due to technical limitations, Myth II itself is 32-bit. So the target system must be able to run 32-bit binaries to run Myth II, in which case there's no reason to have a 64-bit installer.)
Hmm, that latest error is different from the error you posted before - you should be able to reproduce it with the original installer too. Something must have changed on your system.
(As a test, on my 64-bit system, I moved away the 32-bit libz and was able to get the same "error while loading shared libraries" error with the original installer.)
sid is subject to massive changes and in-place library updates. This can result in a very unstable system which contains packages that cannot be installed due to missing libraries, dependencies that cannot be fulfilled etc. Use it at your own risk!
That sounds similar to your experience. Perhaps try a stable version of Debian instead?