pcbnew crashed on start compiled with KICAD_SCRIPTING_WXPYTHON=ON
This commit is contained in:
parent
21b70093b0
commit
00e18d2144
|
@ -157,7 +157,7 @@ KIFACE* KIWAY::KiFACE( FACE_T aFaceId, bool doLoad )
|
||||||
|
|
||||||
void* addr = NULL;
|
void* addr = NULL;
|
||||||
|
|
||||||
if( !dso.Load( dname, wxDL_VERBATIM | wxDL_NOW ) )
|
if( !dso.Load( dname, wxDL_VERBATIM | wxDL_NOW | wxDL_GLOBAL ) )
|
||||||
{
|
{
|
||||||
// Failure: error reporting UI was done via wxLogSysError().
|
// Failure: error reporting UI was done via wxLogSysError().
|
||||||
// No further reporting required here.
|
// No further reporting required here.
|
||||||
|
|
Loading…
Reference in New Issue