Closed apocalyptech closed 4 years ago
Ah, first I thought... "I don't link to steam.exe", but it sees the process running, wants to extract the icon from that, which leads to steam.exe in the windows path for some reason (according to the process info), which then leads to the crash.
Will add a guard clause :)
(will update release shortly)
Thanks! Have a good one
This is very much a niche case, but I'm using IGCSInjectorUI to inject a DLL into a Windows game that's running on Linux, via Steam's Proton (which is a version of Wine which lets us Linux weirdos run Windows games, etc). When I click on IGCSInjectorUI's button to select a process, I get this error:
... and no processes are listed to check. I realize this is quite a bizarre use case, but the reason it can't find
steam.exe
(and presumably why it's looking for it in such a weird place) is that I'm using the native Linux Steam client, and just launching the game via Wine.Anyway, an easy way to get around it is to just copy any old EXE into the Wine root's
windows\system32
dir, with the namesteam.exe
, and I can then select a process. Still, it might be nice if the injector would fail a bit more gracefully and continue on, even if it's not able to load an icon for whatever reason.As I say, I'm aware this is a very weird edge case, so feel free to tell me to GTFO. :)
Many thanks for the injector, though! It's the only one I've found which works reliably under Wine/Proton at all, so I've been very grateful to have it.