[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaJIT FFI] Crashing when exiting after loading SOIL DLL
- From: Mike Pall <mikelu-1112@...>
- Date: Fri, 30 Dec 2011 20:21:31 +0100
Alex wrote:
> I don't think this is the case; just loading the DLL causes the issue,
> even if I do nothing with it.
Umm, this doesn't sound like the problem is in LuaJIT itself.
Does the same thing happen if you load the DLL from C with
LoadLibrary()? For better comparison use the same C compiler
as you've used for LuaJIT.
> Here's the call stack:
> ntdll!NtTerminateProcess+0xa
> wow64!Wow64EmulateAtlThunk+0x86ba
Search results for this are inconclusive. Something about
an unregistered DLL. Dunno.
--Mike