Hi guys. I have issues.
I using fedora i386/x86. I downloaded last defold app for linux x86. But when i try run it, it’s giving me error.
It’s says: Segmentation fault (Core dumped)
Or when i start “Defold-linux.sh” ;
bash Defold-linux.sh Defold-linux.sh: line 35: 9544 Segmentation fault (Core dumped)"${_EXECUTABLE_PATH}"
The error you’re getting is a little misleading, it’s not the script that is crashing, but the binary that is executed through the script. It’s a wild guess, but it wouldn’t surprise me if a shared object library has been updated to a version that isn’t compatible with the JVM that’s shipped with Defold. If you could open the script defold-linux.sh and change the line (35) "${_EXECUTABLE_PATH}" to gdb "${_EXECUTABLE_PATH}" before you run the script again.
The editor won’t start at once, you’ll have to type r and press enter. The editor should crash again and you’ll be returned to the gdb prompt. Type bt and press enter. The last couple of addresses together with (if I’m right) the shared object library that is incompatible will be printed to the prompt. If you could post this output here it’ll be a lot easier to figure out what the problem is.
Does anyone found a solution for that? I’m trying to install it on a 32-bit Ubuntu 14.04, and i’m getting this error. I did the gdb thing and got this:
Program received signal SIGSEGV, Segmentation fault.
0xb7606c2b in _expand_stack_to(unsigned char*) ()
from Defold-linux.gtk.x86/jre/bin/…/lib/i386/client/libjvm.so
Now the Defold editor runs but I can’t do anything with it.
Firstly, it asked me to update to a newer version 1.2.445, if I choose Yes, it does stuff and then terminates. Then I can’t find the Defold executable anymore.
If I choose No, then it shows me a completely blank project.