[Bug 40117] New: Installation of WISO Steuersparbuch 2016 works fine, but program can't be started. Major Error. Backtrace is attached.
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(a)winehq.org Reporter: armin.bollhorst(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40117 armin.bollhorst(a)t-online.de changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.9.3 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40117 --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- Please attach the full output instead of just the backtrace. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40117 --- Comment #2 from armin.bollhorst(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40117 armin.bollhorst(a)t-online.de changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40117 armin.bollhorst(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40117 --- Comment #3 from armin.bollhorst(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40117 frank <morgner(a)informatik.hu-berlin.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |morgner(a)informatik.hu-berli | |n.de --- Comment #4 from frank <morgner(a)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. -- 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.
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.
participants (1)
-
wine-bugs@winehq.org