Sorry for the delay, updated to version 0.6a
Search Criteria
Package Details: starsector 0.65.2a_RC2-1
Package Actions
| Package Base: | starsector |
|---|---|
| Description: | A single-player sandbox style space role-playing game with strategic elements. |
| Upstream URL: | http://fractalsoftworks.com/ |
| Category: | games |
| Licenses: | |
| Replaces: | |
| Submitter: | Erdbeerkaese |
| Maintainer: | levyd |
| Last Packager: | levyd |
| Votes: | 7 |
| First Submitted: | 2013-01-05 22:51 |
| Last Updated: | 2015-03-14 05:56 |
Dependencies (4)
Required by (0)
Sources
- http://s3.amazonaws.com/fractalsoftworks/starsector/starsector_linux-0.65.2a-RC2.zip
- starsector.desktop
- starsector.pdf
- starsector.sh
Latest Comments
Comment by Erdbeerkaese
Comment by Erdbeerkaese
New version is out - Package name changed to starsector:
https://aur.archlinux.org/packages/starsector/
More info:
http://fractalsoftworks.com/2013/01/04/starsector-0-54-1a-release/
Comment by Erdbeerkaese
update to 0.52.1a-RC4
Comment by Erdbeerkaese
updated pkg to 0.52a-RC2
- stripped lwjgl, the shipped one is used again
Comment by Erdbeerkaese
update to 0.51a-RC3
Comment by Erdbeerkaese
new version. tested it with java 7 64bit. lwjgl version 2.8.3 is being used.
Comment by cocreature
Did you get any answer?
Comment by Erdbeerkaese
Maybe also some kind of bug with java7 and lwjgl: http://mail.openjdk.java.net/pipermail/jdk7-dev/2011-August/002256.html
Best solution could then be provided from fractal softworks. Will try to contact them tomorrow.
Comment by cocreature
Just notized that if i rename the liblwjgl64.so in /usr/lib/starfarer/ to liblwjdl.so i get this error java.lang.UnsatisfiedLinkError: /usr/lib/starfarer/liblwjgl.so: libjawt.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden.
Comment by cocreature
Minecraft is working but I think I needed to do this http://www.minecraftwiki.net/wiki/Tutorials/Update_LWJGL I'll try java 6 tomorrow.
Comment by Erdbeerkaese
Still very odd.
Are other lwjgl games (minecraft, revengeofthetitans, ...) working for you? (in case you got one of these)
I can't reproduce your problem on my computer, but I still think it has something to do with java7.
Are you still getting this error with openjdk6 installed?
Comment by cocreature
It doesn't seem to fix the problem for me. It still gives the same errors. If I don't copy starfarer/native/linux/ to /usr/lib/starfarer it says lwgl not in path and if I copy it I get the erro with the wrong elf class.
Comment by Erdbeerkaese
This should fix the problem. (It does on i386) - can you confirm it's fixed for x86_64?
Comment by Erdbeerkaese
Ok this seems to be a problem with java 7 ( I can confirm it on jre7-openjdk ) in combination with lwjgl.
Working on a fix.
Comment by cocreature
If i use the modified starfarer.sh I get the same error as if I use your package build.
Comment by cocreature
Why am I alway posting the same comment over and over? I didn't clicked more than one time on send.
Comment by Erdbeerkaese
That's odd. I would have guessed you are using a 32-bit system (since I tested it on 64-bit).
It was working for me on 64-bit when I uploaded it.
Since your first log said "java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path" I guessed that the problem is in the PKGBUILD.
Can you try to modify the starfarer.sh in the unpacked tar.gz from fractal softworks to this http://pastebin.com/smtZ60xh and see if it still works for you?
Comment by cocreature
The fix isn't working I think tihs is because I'm using x86_64 and know I'm using the 32 bit libs together with the 64bit java. Heres the new log: http://pastebin.com/xFht6Lup
Comment by Erdbeerkaese
As a temporary workaround you could maybe try to copy the content from starfarer/native/linux/ to /usr/lib/starfarer.
Or use this PKGBUILD: http://pastebin.com/W8b8gdMt
Please tell me if this doesn't fix the problem.
Comment by Erdbeerkaese
Thats because the package from fractal softworks already contains a 32-bit jvm. Since you cant use this one without multilibs on 64-bits the PKGBUILD won't copy it.
What architecture are you using? (uname -a). What files are in "/usr/lib/starfarer" ? Thanks in advance.
Comment by cocreature
I realized that if I try to start your aur package it say java 1.7 detected, but if I try to start the Version I downloaded myself it says java 1.6 detected but I don't think I've installed java 6.
Comment by cocreature
Just tell me if you need more information. And thank you for maintaining the aur package.
Comment by Erdbeerkaese
Thanks for the report, I will investigate on this soon :)
Comment by cocreature
There seems to be a Problem with LWJGLand your aur package. The "normal" version is working fine, but when I try to start your aur package, I get this error. http://pastebin.com/xbBTS91P
The problem seems to be that lwjgl cannot be found.