https://bugs.winehq.org/show_bug.cgi?id=50760
Bug ID: 50760 Summary: SteuerSparErklärung 2021 (German tax program): crashes on launching main window Product: Wine Version: 6.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: debian@carbon-project.org Distribution: ---
Created attachment 69547 --> https://bugs.winehq.org/attachment.cgi?id=69547 Console output while executing the program
Since test version and paid version are the same (the only restriction I know of is: you can't send the tax declarations to the tax authority with the test version), you can reproduce this issue with the test version available at https://download.steuertipps.de/software/SSE26Standard/testversion
The report is about version 26.29.77 but prior versions showed this crash as well.
Steps to reproduce (after default installation; WARNING: you need to set your profile to *Windows 10*, prior versions are no longer supported by the program): 1. Launch SSE.exe from the main install directory 2. Select the option "Steuererklärung 2020" (any other works too as far as I can tell, but this is the main function for most people) 3. Observe the main window starting to appear and then two instances of the crash reporter of the tax program getting launched, showing you the information the program wants to send to the vendor (Akademische Arbeitsgemeinschaft).
I don't see anything of the crash logged to the console, the only error I can see there is
0024:err:seh:dispatch_exception Fatal EXCEPTION_WINE_CXX_EXCEPTION exception (code=e06d7363) raised
Otherwise there are mostly FIXMEs, so this could very well be a missing function somewhere.
The program itself logs the following to a file:
02.03.2021 15:19:38.080: Exception: Access Violation at 00000000 02.03.2021 15:19:38.080: PageFile: 397.66 MB WorkingSetSize: 462.65 MB 02.03.2021 15:19:38.080: Writing Minidump: 02.03.2021 15:19:38.154: Unhandled Exception (TopLevelFilter) 02.03.2021 15:19:38.154: Exception: Breakpoint at 02AEB4EA 02.03.2021 15:19:38.155: PageFile: 395.32 MB WorkingSetSize: 461.28 MB 02.03.2021 15:19:38.155: Writing Minidump: 02.03.2021 15:19:38.155: Saved dump file to 'C:\users\kai\Temp__Akad__Crash_02.dmp' 02.03.2021 15:19:38.155: Version: 26, 0, 26075, 0 02.03.2021 15:19:38.155: Build: Build-26075 02.03.2021 15:19:42.588: Saved dump file to 'C:\users\kai\Temp__Akad__Crash_01.dmp' 02.03.2021 15:19:42.588: Version: 26, 0, 26075, 0 02.03.2021 15:19:42.588: Build: Build-26075 02.03.2021 15:19:42.594: Exception: Access Violation at CCCCCC02 02.03.2021 15:19:42.594: PageFile: 424.93 MB WorkingSetSize: 526.80 MB 02.03.2021 15:19:42.594: Writing Minidump: 02.03.2021 15:19:42.595: Saved dump file to 'C:\users\kai\Temp__Akad__Crash_03.dmp' 02.03.2021 15:19:42.595: Version: 26, 0, 26075, 0 02.03.2021 15:19:42.595: Build: Build-26075 02.03.2021 15:19:42.601: Exception: Access Violation at CCCCCC02 02.03.2021 15:19:42.601: PageFile: 424.93 MB WorkingSetSize: 526.80 MB 02.03.2021 15:19:42.601: Writing Minidump: 02.03.2021 15:19:42.602: Saved dump file to 'C:\users\kai\Temp__Akad__Crash_04.dmp' 02.03.2021 15:19:42.602: Version: 26, 0, 26075, 0 02.03.2021 15:19:42.602: Build: Build-26075 02.03.2021 15:19:42.608: Exception: Access Violation at CCCCCC02 02.03.2021 15:19:42.608: PageFile: 424.93 MB WorkingSetSize: 526.80 MB 02.03.2021 15:19:42.608: Writing Minidump: 02.03.2021 15:19:42.609: Saved dump file to 'C:\users\kai\Temp__Akad__Crash_05.dmp' 02.03.2021 15:19:42.609: Version: 26, 0, 26075, 0 02.03.2021 15:19:42.609: Build: Build-26075 02.03.2021 15:19:42.614: Unhandled Exception (TopLevelFilter) 02.03.2021 15:19:42.614: Exception: Access Violation at CCCCCC02 02.03.2021 15:19:42.614: PageFile: 424.93 MB WorkingSetSize: 526.80 MB 02.03.2021 15:19:42.615: Writing Minidump: 02.03.2021 15:19:42.616: Saved dump file to 'C:\users\kai\Temp__Akad__Crash_06.dmp' 02.03.2021 15:19:42.616: Version: 26, 0, 26075, 0 02.03.2021 15:19:42.616: Build: Build-26075 02.03.2021 15:19:42.656: MiniDumper::TopLevelFilter failed
The non-staging version fails earlier for me and doesn't get even this far (previous editions, up until "SteuerSparErklärung 2020", all worked fine for me, even on non-staging versions of Wine. But those allowed Windows 7 as the OS).
Attached you find all the output from the console and the minidump files produced by the program itself (upload follows this initial report).
Let me know, if you need anything else.