not finding GtkModule.so is nonfatal
This commit is contained in:
@@ -18,7 +18,7 @@ try {
|
|||||||
|
|
||||||
Handle = dlopen( DirOfExecutable + "/" + "GtkModule.so", RTLD_NOW );
|
Handle = dlopen( DirOfExecutable + "/" + "GtkModule.so", RTLD_NOW );
|
||||||
if( Handle == NULL )
|
if( Handle == NULL )
|
||||||
RageException::Throw("dlopen(): %s", dlerror());
|
RageException::ThrowNonfatal("dlopen(): %s", dlerror());
|
||||||
|
|
||||||
Module_Init = (INIT) dlsym(Handle, "Init");
|
Module_Init = (INIT) dlsym(Handle, "Init");
|
||||||
if( !Module_Init )
|
if( !Module_Init )
|
||||||
|
|||||||
Reference in New Issue
Block a user