We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GtkRadiant seems to assume it's located in a directory called "Desktop" in the home directory, and if it's not it doesn't start and shows this error:
Synpase server initialization failed (see console) errno: No such file or directory An unrecoverable error has occured.
It also prints these warnings on the console:
$ install/radiant.bin I/O warning : failed to load external entity "/home/hz/c/GtkRadiant/install/global.xlink" I/O warning : failed to load external entity "/home/hz/Desktop/GtkRadiant/install/installs/UrTPack/game/game.xlink" I/O warning : failed to load external entity "/home/hz/Desktop/GtkRadiant/install/installs/UrTPack/game/synapse.config"
if I make a directory Desktop/GtkRadiant and move the install folder there it works.
Desktop/GtkRadiant
install
system: void linux, musl libc version: 0eea1a9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GtkRadiant seems to assume it's located in a directory called "Desktop" in the home directory, and if it's not it doesn't start and shows this error:
It also prints these warnings on the console:
if I make a directory
Desktop/GtkRadiant
and move theinstall
folder there it works.system: void linux, musl libc
version: 0eea1a9
The text was updated successfully, but these errors were encountered: