CSH

Results 9 comments of CSH

[Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe7d78700 (LWP 3010)] [New Thread 0x7fffe7577700 (LWP 3011)] [New Thread 0x7fffe6d76700 (LWP 3012)] [New Thread 0x7fffe6575700 (LWP 3013)]...

(gdb) bt #0 __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:31 #1 0x000055555567e592 in openJoystickDevice () #2 0x000055555567ec27 in _glfwInitJoysticks () #3 0x0000555555679385 in _glfwPlatformInit () #4 0x0000555555674419 in glfwInit () #5 0x0000555555592dfb in...

I have no joystick ok, I can try to recompile with -g option

(gdb) bt #0 __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:203 #1 0x000055555567e622 in openJoystickDevice (path=path@entry=0x7fffffffd740 "/dev/input/js0") at /home/sai/code/git/Craft/deps/glfw/src/linux_joystick.c:60 #2 0x000055555567ecb7 in _glfwInitJoysticks () at /home/sai/code/git/Craft/deps/glfw/src/linux_joystick.c:240 #3 0x0000555555679415 in _glfwPlatformInit () at /home/sai/code/git/Craft/deps/glfw/src/x11_init.c:766 #4...

os: virtualbox ubuntu18.04 /dev/input/js0 is exist cat /dev/input/js0 have some binary data

I cloned your repo, it works, but main direction was wrrong, left and right always goto top and bottom...

CIMG conflicts with httplib. If CIMG first #include, httplib will report an error, and if httplib first #include, CIMG will report an error. Please help solve it