Page 1 of 1

Arch linux core dump

PostPosted: Sun Mar 25, 2018 9:39 pm
by akijatollah
I'm trying to run
Code: Select all
7_26_2017
on Arch Linux x64.
When running I get the following:
Code: Select all
Set current directory to /tmp/Demon_7_26_2017_Linux_Build
Found path: /tmp/Demon_7_26_2017_Linux_Build/Demon.x86_64
Mono path[0] = '/tmp/Demon_7_26_2017_Linux_Build/Demon_Data/Managed'
Mono path[1] = '/tmp/Demon_7_26_2017_Linux_Build/Demon_Data/Mono'
Mono config path = '/tmp/Demon_7_26_2017_Linux_Build/Demon_Data/Mono/etc'
displaymanager : xrandr version warning. 1.5
client has 4 screens
displaymanager screen (0)(eDP1): 1920 x 1080
Using libudev for joystick management


Importing game controller configs



The the laste 200 lines of a stack trace https://pastebin.mozilla.org/9080873

Any ideas? Your game looks so promising!

Re: Arch linux core dump

PostPosted: Mon Mar 26, 2018 12:39 am
by Ferret
Near as I can tell, it somehow got the impression your screen size had a height of 0? Weird.

I'm not sure what would cause that. Unfortunately, the odds of me being able to help are low: Unity's support of Linux is somewhat dicey at best, and moreover, I do not have a machine with any version of Linux to test on.

The only advice I can give at the moment is, if you're willing, try running the Windows build through a Windows emulator. Given Unity's spotty support of Linux, this tends to be the best bet in any cases where Demon doesn't work out of the box (though it isn't 100%.)

I will Google around a bit and see if I can get any insight into this specific error, but in the meantime that's probably the best I can offer, with apologies.

Thank you for trying Demon and I hope you're able to get it working somehow. :) If by chance you do get it working by some means other than running the Windows one through an emulator, post back here and let me know and I'll add it to the Linux read me file for future reference.

Re: Arch linux core dump

PostPosted: Mon Mar 26, 2018 8:26 am
by akijatollah
Thanks for the prompt reply. The screen issue is weird, as I only have one output activate/listed.

I will see if I can muster enough willpower to try Windows emulation.

Re: Arch linux core dump

PostPosted: Mon Mar 26, 2018 6:33 pm
by akijatollah
The issue has been fixed by removing any Unity3d configuration files from userland.
Code: Select all
rm -rf ~/.config/unity3d/{*.prefs,*.log,Preferences}
via https://wiki.archlinux.org/index.php/Unity3D#Unity_crashes_on_first_launch_before.2Fwhile_signing_in

Re: Arch linux core dump

PostPosted: Tue Mar 27, 2018 12:09 am
by Ferret
Oh, that's awesome! I'll add this to the Linux readme file in my next update! Thank you very much, and I hope you enjoy Demon. :D