Janne Pulkkinen

Results 193 comments of Janne Pulkkinen

.NET 4 has had spotty support starting with Wine/Proton 5 and newer. You could try deleting the prefix (you can do this with the Protontricks Flatpak) and trying again with...

As @Tellus said, this might be related to the package requiring a rebuild if you're using an Arch or a derivative such as Manjaro. AUR Python packages such as Protontricks...

> #2035 is not for wrapper scripts, but for a missing wine64 binary in path, which exists though in Wine's bindir (classic wow64) > > #2189 is for wrapper scripts....

> Hm, couldn't protontricks set WINESERVER_BIN and WINE_BIN then? > > Otherwise if we have to deal with scripts (and can't just completely get rid of the whole logic in...

Updated the PR to ignore invalid Unicode characters in field names. Many of them can be set by Steam app developers, with Steam either not performing server-side validation or being...

@WinterPhoenix FYI, the forked repositories don't allow submission of issues. I had the same issue when I initially forked Protontricks meaning I had to contact GitHub support to get the...

`-c` refers to a Linux command. If you want to run something in the Windows environment you need to use `wine`. There are additional instructions [here](https://wiki.winehq.org/Wine_User%27s_Guide#Using_Wine). In your case, you'd...

I'm guessing a Steam library used to exist in that directory? Steam sometimes leaves old configurations around in the `~/.steam/steam/steamapps/libraryfolders.vdf` file which Protontricks reads to determine where to look for...

Protontricks 1.10.5 is outdated; you need 1.12.0 as the older versions don't support the latest Steam client. Ubuntu and the derived distros (such as Pop_OS!) usually ship outdated versions of...

Protontricks creates a set of Wine wrapper scripts under `$XDG_CACHE_HOME/protontricks//bin/`; `$XDG_CACHE_HOME` is usually `$HOME/.cache`. If this directory doesn't have execute permissions (eg. because the mount has `noexec` set), that could...