libTAS
libTAS copied to clipboard
Jazzpunk Mono Runtime error
Trying to work on that other issue but now libTAS wont open the game, opened in Terminal to see the issue and this is what i get:
Attempt 1: Connected. Found path: /home/matt/Desktop/Jazzpunk.x86 Mono path[0] = '/home/matt/Desktop/Jazzpunk_Data/Managed' Mono path[1] = '/home/matt/Desktop/Jazzpunk_Data/Mono' Mono config path = '/home/matt/Desktop/Jazzpunk_Data/Mono/etc' [libTAS f:0] Thread 948 (main) ERROR: Could not import symbol XRRSizes Stacktrace:
Native stacktrace:
/home/matt/Desktop/Jazzpunk_Data/Mono/x86/libmono.so(+0x894bf) [0xf693c4bf]
/home/matt/Desktop/Jazzpunk_Data/Mono/x86/libmono.so(+0x219c3) [0xf68d49c3]
linux-gate.so.1(__kernel_rt_sigreturn+0) [0xf7fd5960]
Debug info from gdb:
I refuse to debug myself! No threads.
================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.
Got unknown message!!!
Any ideas?
I've tried reinstalling the game and libTAS, but still nothing
update: reinstalled Ubuntu 18.4 and still nothing, same error
Assuming Jazzpunk is 32-bit, it is possible that libTAS detects that libxrandr is installed, but only the 64-bit library is actually installed, and the program fails on loading the 32-bit version. Try installing it using sudo apt install libxrandr2:i386
That didn't work, just gave me the same error
Could you paste the result of command ls -l /usr/lib/x86_64-linux-gnu/libXrandr* here?