https://bugs.winehq.org/show_bug.cgi?id=40117 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #5 from winetest(a)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:
1. run `winetricks vcrun2013` 2. `winetricks --force dotnet35` 3. 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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.