-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
when run ./craft craft.michaelfogleman.com show "segment fault" #207
Comments
launch it in GDB :
bt will display the backtrace and you'll be able to locate the problem to try to fix it |
[Thread debugging using libthread_db enabled] Thread 1 "craft" received signal SIGSEGV, Segmentation fault. |
(gdb) bt |
Uh, fine, have you a joystick connected ? |
I have no joystick |
(gdb) bt |
os: virtualbox ubuntu18.04 |
Hum, i don't know, that's super strange ! GLFW can't initialize its joystick but it's there O_o |
what next I can do.... |
@t2dk49580 I cloned the repo this morning, updated GLFW and SQLite and applied some fixes: https://github.com/mpaoloni/Craft Try it and see if it works for you. You can see the changes in the commits section. |
I cloned your repo, it works, but main direction was wrrong, left and right always goto top and bottom... |
Not sure what you mean exactly. Works for me. I'm on Ubuntu 18.04.1 LTS, kernel 4.15. Do you have your IME actived? Or maybe another HID device besides keyboard and mouse? I updated GLFW to upstream branch, which is close to the next release 3.3. You can find the new repo here: https://github.com/mpaoloni/Craft-glfw-pre3.3 Try it and tell me if it changes anything. |
It works! thanks! |
Glad I could help. Once GLFW 3.3 is out I'll update the other repo and delete https://github.com/mpaoloni/Craft-glfw-pre3.3. |
when run ./craft craft.michaelfogleman.com show "segment fault"
how can I do?
The text was updated successfully, but these errors were encountered: