On Wed, Apr 26, 2000 at 10:15:17AM +0200, Uwe Bonnes wrote:
> Hallo,
>
> trying to run applications with native mpr.dll, an error regarding
> thunking is reported:
>
> hertz:~> wine -dll mpr=n /dosc/win95/system/mprexe.exe
> FIXME:pthread_atfork
> Could not stat /home/bon/ikda/vol2, ignoring drive Y:
> Could not stat /home/bon/ikda/sys, ignoring drive Z:
> err:thunk:_loadthunk (USER.EXE, UsrMpr_ThunkData16, MPR.DLL): \
> Bad magic fUh€ (should be SL01)
> fixme:win32:RegisterSystemThread (00000006, 00000000)
> err:thunk:_loadthunk (USER.EXE, UsrMpr_ThunkData16, MPR.DLL): \
> Bad magic fUh€ (should be SL01)
> err:win32:EnterCriticalSection Critical section 0x7fc44540 wait \
> timed out, retrying (60 sec)
>
> Does mpr.dll use some other kind of thunking?
Yes, it thunks into USER.DLL aka USER.EXE. So you might have trouble
running above native version.
Ciao, Marcus