Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

OneShot

A surreal puzzle adventure game with unique mechanics / capabilities. · By Future Cat Games

Crash on key rebinding (linux)

A topic by Das_Stiefel created Jun 24, 2020 Views: 613 Replies: 5
Viewing posts 1 to 6
(1 edit) (+2)

Hi!

Game crashes when I try to rebind the keys does anyone else run into this problem?



I have the same problem:

ALC_SOFT_pause_device present
GL Vendor : X.Org
GL Renderer : AMD Radeon (TM) R9 380 Series (TONGA, DRM 3.37.0, 5.7.3-gentoo, LLVM 10.0.0)
GL Version : 4.6 (Compatibility Profile) Mesa 20.1.1
GLSL Version : 4.60
Game path : <redacted>
Docs path : <redacted>
Desktop env : Attempting to bind Chroma SDK
Chroma: Unsupported Platform
libpng warning: iCCP: known incorrect sRGB profile
terminate called after throwing an instance of 'Exception'

The same happens after I have managed to access the computer in the first room, after clicking through a few dialog boxes.

Is there a way to get more debug information?

Is there any way we could provide some debug information?

Actually, I got a bit more information. Attaching a debugger and re-running yields this backtrace:

#1  0x00007ffff662d537 in abort () at /lib64/libc.so.6
#2  0x00007ffff69c18dc in  () at /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libstdc++.so.6
#3  0x00007ffff69f0966 in  () at /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libstdc++.so.6
#4  0x00007ffff69f09d1 in  () at /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libstdc++.so.6
#5  0x00007ffff69f0c73 in  () at /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libstdc++.so.6
#6  0x00000000004822c8 in SharedFontState::getFont(std::string, int) ()
#7  0x00000000004c1f14 in SettingsMenu::SettingsMenu(RGSSThreadData&) ()
#8  0x0000000000478fd2 in EventThread::process(RGSSThreadData&) ()
#9  0x00000000004610b9 in main ()

I could not get more information out of this. Does it maybe require a certain font to be installed? I tried to install corefonts, but this did not help.

Alternatively, I assume it tries to open a dialog box? Which kind? Do I need to install a special desktop environment (e.g. gnome) for this to work?

Same issue

(+1)

Could anybody maybe chip in and tell us what SHOULD happen? Does an external dialog box open? If so, which UI library is used for that? gtk? Qt? Something else?

Thanks in advance!