[Bug 38507] Win PDF Editor (.NET 2.0 app) 3.0 crashes on startup with with System.TimeZoneNotFoundException (Wine-Mono)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 27 17:18:37 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38507

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download
             Status|UNCONFIRMED                 |RESOLVED
                URL|                            |http://www.winpdfeditor.com
                   |                            |/down/winpdfeditor.exe
                 CC|                            |focht at 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 at 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 ***

-- 
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.



More information about the wine-bugs mailing list