Bug 5846 - Fails to start if gnome-screensaver-command isn't present (KDE distributions)
Status: RESOLVED DUPLICATE of bug 5820
Alias: None
Product: Dungeon Defenders
Classification: Unclassified
Component: everything
Version: unspecified
Hardware: PC Linux
: P3 blocker
Assignee: Ryan C. Gordon
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2012-12-24 12:07 EST by Dale Glass
Modified: 2012-12-31 00:54:28 EST
0 users

See Also:



Description Dale Glass 2012-12-24 12:07:40 EST
On systems without Gnome installed, like the KDE version of Fedora, it fails to start at all. Program exits with a SIGTERM. Stack trace:

#0  0x4296a930 in __nptl_create_event () from /lib/libpthread.so.0
#1  0x4296c377 in pthread_create@@GLIBC_2.1 () from /lib/libpthread.so.0
#2  0x09af7e5e in SpinPthread(unsigned long*, void* (*)(void*), unsigned int, unsigned int, void*) ()
#3  0x09af7f48 in FQueuedThreadMac::Create(FQueuedThreadPool*, unsigned int, unsigned int) ()
#4  0x09af8369 in FQueuedThreadPoolMac::Create(unsigned int, unsigned int, unsigned int) ()
#5  0x088bca2d in FEngineLoop::PreInit(wchar_t const*) ()
#6  0x088b7ffb in GuardedMain(wchar_t const*, void*, void*, int) ()
#7  0x09af5e32 in appMacCallGuardedMain() ()
#8  0x09aff23b in main ()

Checked that creating an empty script makes it happy.
Comment 1 Ryan C. Gordon 2012-12-31 00:54:28 EST
Marking this bug a duplicate of Bug #5820.

tl;dr: it was an SDL bug, we've fixed it if you want to build SDL2 yourself, and we'll supply a fixed SDL binary in the next build.

--ryan.

*** This bug has been marked as a duplicate of bug 5820 ***