Game no longer starts after dup to TW 20230512

Hi list, after the last update of my Tumbleweed laptop to 20230512 one of my games no longer wants to start. The affected game is "Hexcells Infinite", a Mono game. After it didn't start via the application menu I started it manually from an xterm. It produces a segfault :( I tried running through strace, and the last lines there are access("/proc/self/maps", F_OK) = 0 mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb59022c000 mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb59022b000 mprotect(0x7fb59022b000, 4096, PROT_NONE) = 0 mmap(NULL, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = -1 ENOMEM (Cannot allocate memory) openat(AT_FDCWD, "/dev/zero", O_RDONLY) = 3 mmap(NULL, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, 3, 0) = -1 ENOMEM (Cannot allocate memory) close(3) = 0 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x5} --- +++ killed by SIGSEGV (core dumped) +++ Memory it surely has enough (32GB), so might that be a permission issue? The game itself is installed since six or seven years, and I run it regularly. Any ideas what to look for / change?
participants (1)
-
Pit Suetterlin