How would i debug why a windows apps is not launching?

Questions about Wine on Linux
Locked
XDMInc
Newbie
Newbie
Posts: 1
Joined: Sat Jun 01, 2024 8:55 pm

How would i debug why a windows apps is not launching?

Post by XDMInc »

So im trying to debug a app and see if i can get it working.

when i launch it via wine command or WineDbg line i get

06a0:err:module:import_dll Library WinRTSupport.dll (which is needed by L"C:\\Program Files\\Adobe\\Adobe Photoshop (Beta)\\photoshop.exe") not found
err:module:loader_init Importing dlls for failed, status c0000135

thats not a lot of info, i played with the winecfg and messes with native and builtin options for that dll and nothing much happens.
for fun i also copied that WinRTSupport.dll to the system32 and no avail. the file is defiantly there, how would i see more detail on crashes?

i have the latest VC22 installed
Locked