ToastedWookiee

Results 9 comments of ToastedWookiee

@AltFaden You can get around the save file issue by copying the folders needed, for BGEE, BG2EE, etc from in "\~/.local/share/" to your wine drive. Generally should be in your...

Using Wine to install the Doorstop version works, then in steam you need to add ```WINEDLLOVERRIDES="winhttp.dll=n,b" %command%``` for it to load the Doorstop DLL

Personally tested, but based on info from: https://github.com/piotrulos/MSCModLoader/issues/123 The Steam command just bypasses the need to use protontricks winecfg to set the DLL override. The command sets it to load...

Should work if follow, just installed and tested for me on latest update: https://github.com/newman55/unity-mod-manager/issues/92#issuecomment-1656470893

I also would like this support added. Doing some Windows work on my PC from Linux using CoolerControl and no issues with kernel support. Don't want to use the ASUS...

Yes, there is an iGPU on Intel cpu as well.

Doesn't seem to make a difference either as part of a steam launch option, or set as an environment variable running mangohud with vkcube.

using `RUSTFLAGS="-C link-dead-code" cargo build --release --features sysinfo,hotkeys,image` allows the program to build successfully

Have this same issue with `eventsub` the exception is never called and handled in `except TwitchBackendException:` in my try block. Stopped the websocket and api using a `KeyboardInterrupt` to call...