https://bugs.winehq.org/show_bug.cgi?id=40117
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #5 from winetest@luukku.com --- (In reply to frank from comment #4)
I stumbled across the same error. You need to satisfy the program's dependencies. Here is what I did:
- run `winetricks vcrun2013`
- `winetricks --force dotnet35`
- the above step didn't succeed out of the box, I was prompted to manually
download .NET3.0 from oldversion.com and put it into ${HOME}/.cache/winetricks/dotnet30 4. re-run `winetricks --force dotnet35` which should succeed now. 5. `wine WISOSteuersoftware2016.exe`
The program finally installed and ran successfully.
I only install stuff with -q key via winetricks. winetricks -q dotnet35 should work just fine without any force.