Does anyone know what command line params I can use to track what DLLs a a program is accessing -- I'm trying to debug "unreal" from a compiled install of Wine 0.9.4. Everything works fine for the most part but the keyboard and mouse tend to freeze up. I thought maybe using a native DLL for mouse and keyboard might fix the problem. Thanx much, Jeff
>Does anyone know what command line params I can use to track what DLLs a >a program is accessing...?WINEDEBUG=+module wine yourprogram.exe This outputs lots of messages like trace:module:load_dll Loaded module L"iphlpapi.dll" (builtin) at 0x7b440000 I usually redirect the output to a log file and then use grep, e.g. WINEDEBUG=+module wine yourprogram.exe > log 2>&1 grep Loaded log Hope that helps! - Dan -- Wine for Windows ISVs: http://kegel.com/wine/isv
Am Fri, Jan 13, 2006 at 02:20:25AM -0800 schrieb GuruLounge - MailLists:> Does anyone know what command line params I can use to track what DLLs a > a program is accessing -- I'm trying to debug "unreal" from a compiled > install of Wine 0.9.4. Everything works fine for the most part but the > keyboard and mouse tend to freeze up. I thought maybe using a native > DLL for mouse and keyboard might fix the problem.Dependency Walker: http://www.dependencywalker.com/ It's also in the tools section of WineTools. Regards Joachim von Thadden -- "Never touch a running system! Never run a touching system? Never run a touchy system!!!"