Package Details: starsector 0.65.2a_RC2-1

Package Base: starsector
Description: A single-player sandbox style space role-playing game with strategic elements.
Upstream URL: http://fractalsoftworks.com/
Category: games
Licenses: custom
Replaces: starfarer
Submitter: Erdbeerkaese
Maintainer: levyd
Last Packager: levyd
Votes: 7
First Submitted: 2013-01-05 22:51
Last Updated: 2015-03-14 05:56

Latest Comments

Comment by Erdbeerkaese

2013-09-25 10:59

Sorry for the delay, updated to version 0.6a

Comment by Erdbeerkaese

2013-01-05 22:54

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

2012-05-07 20:19

update to 0.52.1a-RC4

Comment by Erdbeerkaese

2012-05-01 22:24

updated pkg to 0.52a-RC2
- stripped lwjgl, the shipped one is used again

Comment by Erdbeerkaese

2012-03-08 23:38

update to 0.51a-RC3

Comment by Erdbeerkaese

2012-02-17 11:11

new version. tested it with java 7 64bit. lwjgl version 2.8.3 is being used.

Comment by cocreature

2011-12-30 11:10

Did you get any answer?

Comment by Erdbeerkaese

2011-12-27 22:50

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

2011-12-27 22:44

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

2011-12-27 22:06

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

2011-12-27 21:52

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

2011-12-27 21:24

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

2011-12-27 20:32

This should fix the problem. (It does on i386) - can you confirm it's fixed for x86_64?

Comment by Erdbeerkaese

2011-12-27 19:57

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

2011-12-27 16:08

If i use the modified starfarer.sh I get the same error as if I use your package build.

Comment by cocreature

2011-12-27 16:04

Why am I alway posting the same comment over and over? I didn't clicked more than one time on send.

Comment by Erdbeerkaese

2011-12-26 23:16

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

2011-12-26 22:31

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

2011-12-26 13:41

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

2011-12-26 13:35

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

2011-12-26 08:46

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

2011-12-25 22:43

Just tell me if you need more information. And thank you for maintaining the aur package.

Comment by Erdbeerkaese

2011-12-25 14:19

Thanks for the report, I will investigate on this soon :)

Comment by cocreature

2011-12-25 13:44

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.