[Question] Windebug

Questions about Wine on Linux
Locked
dexter74
Level 1
Level 1
Posts: 5
Joined: Wed Jan 15, 2014 1:23 pm

[Question] Windebug

Post by dexter74 »

Hello,
I would like help to get the list of dll load in the game (version for example) and also the d3d dll that is loaded by the game.

Example:
A Game => d3d9_36 for example

I add the dll and test.
abalos
Level 2
Level 2
Posts: 15
Joined: Mon Feb 20, 2017 1:14 pm

Re: [Question] Windebug

Post by abalos »

Have you tried WINEDEBUG=+loaddll wine your_app.exe

https://wiki.winehq.org/Debug_Channels
dexter74
Level 1
Level 1
Posts: 5
Joined: Wed Jan 15, 2014 1:23 pm

Re: [Question] Windebug

Post by dexter74 »

Hello,
I found by blocking the dll version and then running in debug mode
Locked