[Wine] Re: how can I check which files or dll's a exe needs to run?

Daniel Skorka skorka at gmx.net
Mon Mar 19 00:54:52 CDT 2007


masonemail at gmail.com wrote:
> I got wine to run a poker program (worldpx.com) but It will keep 
> crashing, I think it needs win files or dll or runtimes that it 
> doesn't install itself.
>  how can I check which files or dll's it needs to run? (from the 
> winxp os)

To check which DLLs are being loaded:
WINEDEBUG=+loaddll
To test which ones need to be native:
For every candidate,
1) Copy to application folder
2) Add dll override
3) Test
4) Remove if useless, keep if it helps

Daniel
-- 
Read the Wine FAQ: http://winehq.org/site/docs/wine-faq/index
Read the Wine User Guide: http://winehq.org/site/docs/wineusr-guide/index
When you post:
Which wine version? Self compiled or prepackaged?


More information about the wine-users mailing list