https://bugs.winehq.org/show_bug.cgi?id=38507
Bug ID: 38507 Summary: win pdf editor crashes Product: Wine Version: 1.7.38 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: grendal74.geo@yahoo.com Distribution: ---
Created attachment 51361 --> https://bugs.winehq.org/attachment.cgi?id=51361 terminal log
Application does not load (crashes)
https://bugs.winehq.org/show_bug.cgi?id=38507
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED URL| |http://www.winpdfeditor.com | |/down/winpdfeditor.exe CC| |focht@gmx.net Component|-unknown |mscoree Resolution|--- |DUPLICATE Summary|win pdf editor crashes |Win PDF Editor (.NET 2.0 | |app) 3.0 crashes on startup | |with with | |System.TimeZoneNotFoundExce | |ption (Wine-Mono)
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 37760
Your terminal log shows:
--- snip --- Unhandled Exception: System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 at System.Windows.Forms.ProgressBar..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ProgressBar:.ctor () at System.Windows.Forms.ToolStripProgressBar..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripProgressBar:.ctor () at PdfEditer.MainForm.InitializeComponent () [0x00000] in <filename unknown>:0 at PdfEditer.MainForm..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) PdfEditer.MainForm:.ctor () at PdfEditer.Program.Main () [0x00000] in <filename unknown>:0 --- snip ---
That's a problem because you're using Wine-Mono.
Since I don't build Wine with Mono support, the app installer downloads and installs .NET Framework 2.0 automatically which works out of the box (running 'winetricks -q dotnet20' prior install would work too).
Additional prerequisites to run the app:
'winetricks -q vb6run':
--- snip --- err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\Program Files\WinPDFEditor\splash.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\WinPDFEditor\splash.exe" failed, status c0000135 --- snip ---
'winetricks -q mfc42':
--- snip --- err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\WinPDFEditor\PDFtoXPD.dll") not found --- snip ---
With these prerequisites satisfied, loading and editing PDF files works for me.
$ sha1sum winpdfeditor.exe d3d5e64a5b5a1a34d8578e5eaebb200619c78e44 winpdfeditor.exe
$ du -sh winpdfeditor.exe 7.6M winpdfeditor.exe
$ wine --version wine-1.7.46
Regards
*** This bug has been marked as a duplicate of bug 37760 ***
https://bugs.winehq.org/show_bug.cgi?id=38507
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com --- Closing.