Hi everyone,
I'm getting trouble with Unity 5 which crash when I try to call a DLL method.
This is from my Editor Log after crash :
========== OUTPUTING STACK TRACE ==================
ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 00000800)
ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 00000800)
00000800 (())
ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 0000283E)
ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 0000283E)
0000283E (())
ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 30400000)
ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 30400000)
30400000 (())
========== END OF STACKTRACE ===========
Any one get a similar error ? My DLLs are 32 bits and I install the 32 bit Editor.
↧