while True: learn()

while True: learn()

View Stats:
Segmentation fault under Linux
Good afternoon, everyone. im have game While True learn() (1.5.99.10). I got up normally on my notebook with Kali. On another one, under simply linux 5.10.198-std-def-alt1 #1, SMP does not want it. Who can tell you where to look next? There is a problem with launching the application. Returns
: Segmentation fault.
After launching gdb, it outputs:
Type "apropos word" to search for commands related to "word"...
"0x7ffe0a99afb0s": not in executable format: file format not recognized.
And when im run gdb ./wtl:
Thread 1 "wtl" received signal SIGSEGV, Segmentation fault.
0x00007ffff05bfc4a in vkGetPhysicalDeviceQueueFamilyProperties ()
from /usr/lib64/libvulkan.so.1
(gdb)
When im use bt:
(gdb) bt
#0 0x00007ffff05bfc4a in vkGetPhysicalDeviceQueueFamilyProperties ()
from /usr/lib64/libvulkan.so.1
#1 0x00007ffff6a35e31 in ?? ()
from /home/gleb/Рабочий стол/while True learn()/UnityPlayer.so
#2 0x00007ffff6a40179 in ?? ()
from /home/gleb/Рабочий стол/while True learn()/UnityPlayer.so
#3 0x00007ffff69b2d4e in ?? ()
from /home/gleb/Рабочий стол/while True learn()/UnityPlayer.so
#4 0x00007ffff6e9f87b in ?? ()
from /home/gleb/Рабочий стол/while True learn()/UnityPlayer.so
#5 0x00007ffff6e9fbe1 in ?? ()
from /home/gleb/Рабочий стол/while True learn()/UnityPlayer.so
#6 0x00007ffff6d52ef2 in ?? ()
from /home/gleb/Рабочий стол/while True learn()/UnityPlayer.so
#7 0x00007ffff6d612ca in ?? ()
from /home/gleb/Рабочий стол/while True learn()/UnityPlayer.so
#8 0x00007ffff6f3f99d in PlayerMain(int, char**) ()
from /home/gleb/Рабочий стол/while True learn()/UnityPlayer.so
#9 0x00007ffff5bc7efd in __libc_start_main () from /lib64/libc.so.6
#10 0x0000000000201029 in ?? ()
(gdb)
I m tested my vulkan and mesa drivers. Its working very nice. My videocard is inegreted GMA 4500MHD.
Last edited by Nikita; 30 Mar @ 6:29am
< >
Showing 1-1 of 1 comments
< >
Showing 1-1 of 1 comments
Per page: 1530 50