https://bugs.winehq.org/show_bug.cgi?id=57328
jonstew1983+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #2 from jonstew1983+wine@gmail.com --- I used the winetricks UI to create a new prefix which appeared to default to 32bit. When I tried just setting a command variable it always spat out warnings about it being 64bit, even for a brand new directory.
I then ran WINEPREFIX=~/.local/share/wineprefixes/test/ winetricks dotnet48 and the application worked using the command WINEPREFIX=~/.local/share/wineprefixes/test/ wine little\ garden\ spectrometer\ V0.2.exe
I found some things searching about calling remove_mono but that didn't help in the default prefix or the attempt to do `WINEPREFIX=~/.wine-littlegarden winetricks dotnet48`. It appears to have been something specific to the way the winetricks GUI created a prefix.