-----Forwarded Message-----
> From: Jean-Yves Provost <jyp(a)global-one.net.au>
> To: bugs(a)codeweavers.com
> Subject: BUG 517 - wprocs.dll - latest wine build
> Date: 03 Apr 2002 10:13:13 +1000
>
> Hi,
>
> It was all working OK with this RPM - wine-cvs-unstripped-030802-1.i386.rpm
>
> . Upgraded to latest build wine-cvs-unstripped-040202-1.i386.rpm (from
> wine.dataparty.no)
> . edited /etc/wine/config and ~/.wine/config
>
> I keep getting the following:
>
> jyp@lavred:~ $ wine winver.exe
> err:int:INT_GetPMHandler could not load wprocs.dll
> wine: Unhandled exception, starting debugger...
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr0
> x402b8da7
> I added the following to my config file (as suggested by some)
>
> "wprocs.dll" = "builtin, native"
>
> It made no difference.
>
> I also tried to make sure that the library path is OK - /etc/ld.so.conf
> as mentioned on the FAQ
>
> I noticed that in this packadge, the wine libs are in /usr/lib/wine rather
> than in /usr/lib and lib files are now called differently libname.dll.so
> rather that libname.so
>
> This is as far as I can go.
>
> I'm also unable to start the debug in that latest build of wine:
>
> jyp@lavred:~ $ winedbg winver.exe
> err:module:PE_fixup_imports Module (file) KERNEL32.dll (which is needed by
> C:\windows\system\advapi32.dll) not found
> err:win32:PE_LoadLibraryExA can't load C:\windows\system\advapi32.dll
> err:module:PE_fixup_imports Module (file) advapi32.dll (which is needed by
> winedbg) not found
>
> Any suggestions ?