https://bugs.winehq.org/show_bug.cgi?id=40117
Bug ID: 40117 Summary: Installation of WISO Steuersparbuch 2016 works fine, but program can't be started. Major Error. Backtrace is attached. Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: armin.bollhorst@t-online.de Distribution: ---
Created attachment 53595 --> https://bugs.winehq.org/attachment.cgi?id=53595 Backtrace of the error.
I installed WISO Steuersparbuch 2016, installation worked fine, but when starting the program there is a major error. I tried different wine versions, no difference. WISO Steuersparbuch 2015 works perfectly.
https://bugs.winehq.org/show_bug.cgi?id=40117
armin.bollhorst@t-online.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.9.3
https://bugs.winehq.org/show_bug.cgi?id=40117
--- Comment #1 from Austin English austinenglish@gmail.com --- Please attach the full output instead of just the backtrace.
https://bugs.winehq.org/show_bug.cgi?id=40117
--- Comment #2 from armin.bollhorst@t-online.de --- Created attachment 53605 --> https://bugs.winehq.org/attachment.cgi?id=53605 Full log of the fatal error.
I had only attached the backtrace so far. Here is the full log.
https://bugs.winehq.org/show_bug.cgi?id=40117
armin.bollhorst@t-online.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint
https://bugs.winehq.org/show_bug.cgi?id=40117
armin.bollhorst@t-online.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Installation of WISO |Installation of WISO |Steuersparbuch 2016 works |Steuersparbuch 2016 works |fine, but program can't be |fine, but program can't be |started. Major Error. |started. Fatal Error. |Backtrace is attached. |Backtrace is attached.
https://bugs.winehq.org/show_bug.cgi?id=40117
--- Comment #3 from armin.bollhorst@t-online.de --- I am only guessing, since I don't know anything about programming. But maybe this error has something to do with C++ interpretation. WISO2016 is the first version that requires Microsoft Visual C++ 2013 (used to be 2010 in the old versions). Also the backtrace shows the error when loading the libc6.so library which is the GNU C compiler.
https://bugs.winehq.org/show_bug.cgi?id=40117
frank morgner@informatik.hu-berlin.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |morgner@informatik.hu-berli | |n.de
--- Comment #4 from frank morgner@informatik.hu-berlin.de --- 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.
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.