CommandMC

Results 95 comments of CommandMC

We've been seeing this issue for a few users on Linux Mint, but are unable to reproduce it ourselves. If you could share some more details on your system (how...

@AriyA66Y Are you sure you are having the same issue? Please check if your game log contains this line: ``` OSError: [Errno -1] Unknown error -1: 'SteamLinuxRuntime_sniper' -> 'steamrt3' ```...

Umu does not rely on Steam's runtime downloads. Something else with your system configuration must've changed for it to work now.

The Flatpak version of Heroic has this permission set in [its manifest](): ``` - --filesystem=~/Games/Heroic:create ``` With `:create` added, the directory is automatically (re-)created if it's missing ([Flatpak docs on...

I just use ```ini track_template = %%A/%%D/%%N%%t - %%n disc_template = %%A/%%D/%%N ``` This always adds the disk number, but Plex seems to be fine with that

Using GE-Proton with umu (which is enabled by default in both Heroic and Lutris) should be all you need, yes

As far as I can tell, Wineboot only replaces *missing* DLLs, it does not undo modifications done to existing ones To test, I overwrote `drive_c/windows/system32/d3d9.dll` with nothing (`echo ""` piped...

`rm` (from `fs`) is asynchronous & callback-based, that's correct. That's a problem with this function in general though, so cleaning that up could also wait until a future PR You'd...

Please try running Heroic from the commandline to gather logs. The command to run it is `flatpak run com.heroicgameslauncher.hgl`

Going to close this as OP has not provided enough info for support to be possible