You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2018. It is now read-only.
I'm running into a bit of a problem, but perhaps it's just user error and I'm just overlooking something.
I'm using Ubuntu 17.04, and I've installed the following packages which I believe are the same as the dependencies listed on the download page of the TrueCraft website:
mono-complete
gtk-sharp2
libwebkitgtk-3.0-0
libsdl-mixer1.2
I'm able to use the launcher just fine; I was able to sign in, select single player, and generate a world.
The problem started once I attempted to launch the game, it simply returned me to the launcher. I checked around the issues for this problem, but could only find it for people using Windows, and your recommendation was to use Linux.
Here's the output from mono:
Image format: http://i.imgur.com/VeVlNTJ.png
What I assume is the important part:
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 78
Current serial number in output stream: 79
AL lib: (EE) alc_cleanup: 2 devices not closed
I'm running into a bit of a problem, but perhaps it's just user error and I'm just overlooking something.
I'm using Ubuntu 17.04, and I've installed the following packages which I believe are the same as the dependencies listed on the download page of the TrueCraft website:
I'm able to use the launcher just fine; I was able to sign in, select single player, and generate a world.
The problem started once I attempted to launch the game, it simply returned me to the launcher. I checked around the issues for this problem, but could only find it for people using Windows, and your recommendation was to use Linux.
Here's the output from mono:
Image format: http://i.imgur.com/VeVlNTJ.png
What I assume is the important part:
Any help is appreciated :)