Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Ubuntu Library Incompatabilities #29

Closed
ShaneQful opened this issue May 7, 2013 · 6 comments
Closed

Ubuntu Library Incompatabilities #29

ShaneQful opened this issue May 7, 2013 · 6 comments

Comments

@ShaneQful
Copy link

On 64-bit Ubuntu 12.04 installation of libxxf86dga1:i386 causes the removal of

Removing brasero ...
Removing ubuntu-desktop ...
Removing gnome-media ...
Removing gnome-session ...
Removing nautilus-share ...
Removing nautilus-sendto ...
Removing nautilus ...
Removing gvfs-fuse ...
Removing gvfs-backends ...
Removing gvfs ...
Removing gvfs-daemons ...
Removing xorg ...
Removing x11-utils ...
Removing libxxf86dga1 ...

which requires the user to reinstall them after playing the game or not be able to log in after a reboot.

Work around:

sudo apt-get install libxxf86dga1:i386
./jasp
sudo apt-get install libxxf86dga1:amd64
sudo apt-get install ubuntu-desktop
@xLAva
Copy link
Owner

xLAva commented May 10, 2013

Hi!
I removed the dependency for libxxf86dga1:i386.
Just grab the new binary.

@xLAva xLAva closed this as completed May 10, 2013
@ShaneQful
Copy link
Author

Thanks a million, your an absolute hero :)

@ShaneQful
Copy link
Author

Sorry dude but it just segfaults now, with both me compiling it myself and with your binary any idea what it could be ? I can jump into the code my self but I rather have some direction if I'm going too.

@xLAva
Copy link
Owner

xLAva commented May 12, 2013

That sounds not good. Do you have any log files of the crash?

@xLAva
Copy link
Owner

xLAva commented May 12, 2013

Oh - and try to compile the binary with -g (debug symbols) - you might get a stacktrace on the crash.

@ShaneQful
Copy link
Author

Pulled from the repo today with intent to fix the issue but the game just worked like a charm. Thanks again for doing the port :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants