https://bugs.winehq.org/show_bug.cgi?id=37837
Bug ID: 37837 Summary: SteuerSparErklärung 2015: graphics missing when printing with graphics Product: Wine Version: 1.6.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: jre.winesim@gmail.com Distribution: ---
Created attachment 50387 --> https://bugs.winehq.org/attachment.cgi?id=50387 Terminal output (fixme+all,err+all), I click on "Vorschau" [preview] in line 25
SteuerSparErklärung (SSE) is a german tax software. I've put my translations in [brackets] where necessary.
Due to bug #37836 I've got a dll override for msvcr120 (n,b). Otherwise a clean wine prefix.
Bug description: ================
When printing or previewing a tax case "with graphics", the graphics are missing. See attached screenshots for a good and a bad version.
I attached the terminal output (fixme+all,err+all). I click on "Vorschau" in line 25.
---snip--- fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 10 ---snip---
"winetricks crypt32" fixes the problem here (others reported that their problems persisted or that "winetricks riched20" was necessary).
System: =======
Debian GNU/Linux 8.0 "Jessie" x86_64 + Debian's wine-development 1.7.33-1. But also found with other distros.
Reproduce: ==========
Printing is disabled in the test version, but has exactly the same issues as the preview. So going with preview here.
Download the attached minimal example tax case.
Download installer (206 MB): http://www.steuertipps.de/gateway/softwareGateway.cfm?folder=demo&filena...
sha1sum SSEStandard_20.24.112.exe 3349b7b79d7ae71194fe75488233400da89be73b SSEStandard_20.24.112.exe
Install in a new wineprefix with dll override for msvcr120 (n,b). $ wine SSEStandard_20.24.112.exe - Click "OK" in "WinZip Self-Extractor" [... Keep all windows open until the installation is complete! ...]. - Click "Installation starten" in the next window (SteuerSparErklärung 2015: Installation). - Click "Express-Installation" [Installation with default settings, recommended] in the next window (Installation >SteuerSparErklärung 2015<). - Tick "Testversion installieren (mit Lohnsteuer-Ermäßigung)" [Install test version (...)] in the next window (Installation >SteuerSparErklärung 2015</Produkt-Freischaltung). - Choose "Ich akzeptiere die Bedingungen der Lizenzvereinbarung" [Accept license] and click "Weiter" in the next window (Installation
SteuerSparErklärung 2015</Lizenzvereinbarung). The license text is not
displayed, see bug #37743. - Click "Nein" [No] on the next prompt "Bestätigen" [Confirm], which asks whether the program ought to look for online updates now (currently there are none). - Click "Schließen" in the installation window and the main window to finish the installation.
Start SSE: $ cd .wine/drive_c/Program\ Files/Akademische\ Arbeitsgemeinschaft/SteuerSparErklaerung\ 2015/ $ wine StartCenter.exe - In the window "Start-Center 2015" click on "..." next to "Verzeichnis" [directory] and navigate to the folder containing "Minimal.est2014", OK. Then select "Minimal" and "öffnen" [open]. - In the window "Programm freischalten" click "Testversion starten". - In the window "Herzlich willkommen!" click "Schließen". - In the window "Einkommensteuer 2014: ....\Minimal.ext2014", left column at the bottom: Click on "Abgabe, Bescheid und Tipps für das ...", then "Steuererklärung prüfen und versenden", then in the middle column "3 ELSTER-Versand / Amtliche Formulare drucken" click on "Amtliche Formulare drucken". - In the window "Druckfilter" click on "Vorschau" [preview] in the bottom left. Note that in the middle right under "Formulardruck" "Druck mit Grafik" [print with graphics] is selected. - In the window "Die Vollversion bietet noch viel mehr" click "Schließen". ... a window opens with the preview missing the graphics.
Note: SSE creates a folder "~/Steuerfälle/". You may want to remove it later.
Greets and thanks again jre