Janne Pulkkinen

Results 193 comments of Janne Pulkkinen

If `compatibilitytool.vdf` is user-created, then we'll probably have to use an actual VDF parser instead of rough regexes to make sure it's reliable. That in turn means that the current...

It sounds weird that Protontricks is running slow even with `--no-bwrap`. In that scenario, Protontricks adds the following "proxy script" for every Proton executable such as `wine`, `wineserver` and such:...

I can reproduce that Proton 5.0 has a lot longer startup delay than the newer versions which is unrelated to bwrap. Running `strace` on the parent `wine` process hangs on...

I've looked into this issue again and have been working on a feature to improve startup time. The WIP version of the fix can be found in [keep_wineserver_alive](https://github.com/Matoking/protontricks/tree/keep_wineserver_alive) branch. The...

I've pushed the aforementioned change and another performance fix into the development branch. The second fix reuses an existing container instead of launching one for each Wine command (which feels...

Have you tested running the command ``` $ protontricks -v --gui ``` and copying the output? Protontricks should list the Steam library folders it has found, as well as multiple...

The "Multiple compatdata directories found for app ID" is printed twice for the same app in a few cases, which suggests there exist multiple appmanifest files for the same app....

Can you find the `appmanifest_22330.acf` file in the Steam library folder that contains the game? It should be located in `/steamapps/appmanifest_22330.acf`, while the game is located `/steamapps/common/`. You can right-click...

The game is still missing audio completely in the SEGA splash screen (not a big deal) and the arcade machines (a showstopper bug, IMO). ProtonDB has a few reports mentioning...

Does Proton 5.0 work with the game in question when launching through Steam? And does Proton 5.0 + Protontricks work with other games? If the problem is limited to this...