NuclearPowered / Reactor

Modding api for Among Us
https://reactor.gg
GNU Lesser General Public License v3.0
225 stars 43 forks source link

2.0.0 not working on linux #66

Closed Meindo closed 1 year ago

Meindo commented 1 year ago

Since version 2.0.0 moved to CoreCLR Among Us doesn't launch. In the debug console i see something about a newer wine version but since i have the game on steam i use proton and cant manually update wine. It looks like its running but it gets stuck on "[Il2CppInteropGen] Writing assemblies...". Anyone got 2.0.0 running on Linux? system specs: Artix Linux 6.0.6-artix1-1 KDE Plasma 5.26.2 Proton Experimental, Proton GE, Proton 7.04 tested.

miniduikboot commented 1 year ago

Hi there, unfortunately the version of BepInEx used by Reactor 2.0.0 crashes on old versions of Wine on first launch and while playing. The fix for this was included in WIne 6.16 but has not yet made it into Proton, although I've opened a PR

For Steam, you can either compile the branch my PR is based on, convince an uncle that works at Valve to merge that PR or download my precompiled version

For the Itch/Epic versions, you can install Wine 6.16 or higher and run the game via that, unfortunately for the Steam version that's not an option.

Meindo commented 1 year ago

Thanks, that worked! Closing this issue.