200b.exe not found

Questions about Wine on Linux
Locked
spectre216
Newbie
Newbie
Posts: 2
Joined: Sun Apr 12, 2020 8:51 pm

200b.exe not found

Post by spectre216 »

So I am trying to follow a guide (linked at the bottom) to install Game Maker Studio 2 via Wine (latest staging), which I have done so in the past without an issue. However, this time, when I try to get to where I can uninstall Mono for the container I get the following error.

What I enter:

Code: Select all

$ WINEPREFIX=~/gms2 WINEARCH="win64" wine64 uninstaller​
What I get:

Code: Select all

000b:fixme:winediag:__wine_start_process Wine Staging 5.6 is a testing version containing experimental patches.
000b:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
0009:err:module:__wine_process_init L"C:\\windows\\system32\\uninstaller\200b.exe" not found
I am on Pop_OS! 19.10. Any help would be greatly appreciated.

Guide: https://forum.yoyogames.com/index.php?t ... -04.64330/
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: 200b.exe not found

Post by jkfloris »

An up-to-date version of Winetricks will remove Mono if you install the .Net Framework. So you can skip this step.
Locked