Summary: | games-rpg/grimrock-20121222 segfault loading dungeon editor with USE=system-libs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Flogeras <dflogeras2> |
Component: | [OLD] Games | Assignee: | Julian Ospald <hasufell> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | games, mva |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info as requested |
Description
David Flogeras
2013-02-01 02:29:33 UTC
is system-libs useflag enabled? backtrace? stderr? system-libs is on. When I just tried -system-libs, the dungeon editor loaded. I assumed there is not debug symbols in the bin blob. If I run 'LD_LIBRARY_PATH=/opt/grimrock/lib' cgdb /opt/grimrock/Grimrock.bin.x86_64: Program received signal SIGSEGV, Segmentation fault. 0x00007fffc6977bad in ?? () Not to useful :( Nothing out of stderr. Just a bunch of stuff like: Compiling shader shaders/gl/PostProcess.vsh Compiling shader assets/shaders/gl/dream.fsh from when the game loads, then Segmentation fault when it crashes. I cannot reproduce that, so disable system-libs and try removing the libs in /opt/grimrock/lib one by one to see which library is causing this Cannot reproduce bug too. mva@note ~ % ldd /opt/grimrock/Grimrock.bin.x86_64 | grep opt libSDL2-2.0.so.0 => /opt/grimrock/lib64/libSDL2-2.0.so.0 (0x00007fc42f238000) [so, I think, it is equovalent to USE=system-libs in tree's version of ebuild.] (In reply to comment #3) > I cannot reproduce that, so disable system-libs and try removing the libs in > /opt/grimrock/lib one by one to see which library is causing this libopenal.so.1 is the trigger. My system openal is currently: [ebuild R ] media-libs/openal-1.15.1 USE="alsa sse -alstream (-coreaudio) -debug (-neon) -oss -portaudio -pulseaudio" Maybe I need some other use flag? I ran grimrock in strace and made it crash but nothing useful presented itself. By the way, even when I can get the dungeon editor to work, I cannot seem to do anything with it. I cannot draw walls by following the on-screen instructions (LMB to draw). Can you folks? Or maybe it has something to do with my system otherwise. still can't reproduce, have the same useflags for openal as you do and note that the dungeoneditor is beta, maybe report such bugs upstream (if you do that, you should however make a local installation of grimrock without this ebuild) also attach your emerge --info also, you have to create a new project in the DE before you can do anything Created attachment 337964 [details]
emerge --info as requested
re: create new project in DE: the way they made the menu in a separate X window is weird, and if you move the editor window, the menu gets hidden behind it (and was why I couldn't figure it out before). If I move the window containing the menu, I can reveal the menu again. is this still happening? (In reply to Julian Ospald (hasufell) from comment #11) > is this still happening? Seems not to be using games-rpg/grimrock-20130515 and -bundled-libs (which I assume is equivalent to +system-libs before) Curiously, openal (seemingly the trigger from before) is still at the same version 1.15.1 so maybe was a red herring. Oh well, close it and someone can reopen if required. |