2013-07-21 73 views
0

我試圖在MAC OSX 10.8.4上運行iphonebackupextracter軟件。我從你的網站下載了最新版本。當我運行mono iPhoneBackupExtractor.exe時出現錯誤。我試圖尋找mono的支持網站上的解決方案,但沒有運氣。以下是完整的錯誤消息。mono iPhoneBackupExtractor.exe

感謝您的幫助。

An unhandled error occurred creating the main form. If running under OS X, this is likely due to a problem with your X11 installation. Please contact [email protected] for help. 
The error was as follows: 
System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.WindowsFormsSynchronizationContext ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.ThemeEngine ---> System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 
    at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 
    at System.Drawing.FontFamily..ctor (GenericFontFamilies genericFamily) [0x00000] in <filename unknown>:0 
    at (wrapper remoting-invoke-with-check) System.Drawing.FontFamily:.ctor (System.Drawing.Text.GenericFontFamilies) 
    at System.Drawing.FontFamily.get_GenericSansSerif() [0x00000] in <filename unknown>:0 
    at System.Drawing.Font.CreateFont (System.String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte charSet, Boolean isVertical) [0x00000] in <filename unknown>:0 
    at System.Drawing.Font..ctor (System.String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont) [0x00000] in <filename unknown>:0 
    at System.Drawing.Font..ctor (System.String familyName, Single emSize, System.String systemName) [0x00000] in <filename unknown>:0 
    at (wrapper remoting-invoke-with-check) System.Drawing.Font:.ctor (string,single,string) 
    at System.Drawing.SystemFonts.get_DefaultFont() [0x00000] in <filename unknown>:0 
    at System.Windows.Forms.Theme..ctor() [0x00000] in <filename unknown>:0 
    at System.Windows.Forms.ThemeWin32Classic..ctor() [0x00000] in <filename unknown>:0 
    at System.Windows.Forms.ThemeVisualStyles..ctor() [0x00000] in <filename unknown>:0 
    at System.Windows.Forms.ThemeEngine..cctor() [0x00000] in <filename unknown>:0 
    --- End of inner exception stack trace --- 
    at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined() [0x00000] in <filename unknown>:0 
    at System.Windows.Forms.Control..ctor() [0x00000] in <filename unknown>:0 
    at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor() 
    at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor() [0x00000] in <filename unknown>:0 
    --- End of inner exception stack trace --- 
    at System.Windows.Forms.Control..ctor() [0x00000] in <filename unknown>:0 
    at System.Windows.Forms.ScrollableControl..ctor() [0x00000] in <filename unknown>:0 
    at System.Windows.Forms.ContainerControl..ctor() [0x00000] in <filename unknown>:0 
    at System.Windows.Forms.Form..ctor() [0x00000] in <filename unknown>:0 
    at...ctor() [0x00000] in <filename unknown>:0 
    at (wrapper remoting-invoke-with-check).:.ctor() 
    at . (System.String[]) [0x00000] in <filename unknown>:0 
Stacktrace: 

    at.. (bool) <0x00087> 
    at System.ComponentModel.Component.Finalize() <0x00013> 
    at (wrapper runtime-invoke) object.runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr) <0xffffffff> 

本地堆棧跟蹤:

0 mono        0x000959dc mono_handle_native_sigsegv + 284 
1 mono        0x00004a48 mono_sigsegv_signal_handler + 248 
2 libsystem_c.dylib     0x999758cb _sigtramp + 43 
3 ???         0xffffffff 0x0 + 4294967295 
4 ???         0x0042c774 0x0 + 4376436 
5 ???         0x0383b154 0x0 + 58962260 
6 ???         0x01fe5fa1 0x0 + 33447841 
7 mono        0x00122ee4 mono_gc_run_finalize + 964 
8 mono        0x00264ab3 GC_invoke_finalizers + 179 
9 mono        0x000eaea5 mono_gc_invoke_finalizers + 21 
10 mono        0x00125073 finalizer_thread + 579 
11 mono        0x001eef61 start_wrapper_internal + 641 
12 mono        0x001ef057 start_wrapper + 23 
13 mono        0x0023599e thread_start_routine + 206 
14 mono        0x0026fd68 GC_start_routine + 120 
15 libsystem_c.dylib     0x999895b7 _pthread_start + 344 
16 libsystem_c.dylib     0x99973d4e thread_start + 34 

調試從gdb的信息:

================================================================= 
Got a SIGSEGV while executing native code. This usually indicates 
a fatal error in the mono runtime or one of the native libraries 
used by your application. 
================================================================= 

Abort trap: 6 

回答

0

日誌表明,似乎是創建UI窗口面板的系統字體的應用程序的問題正試圖查找可以在您的Mac上找到。

可能有2倍主要的原因,爲什麼這可能發生: -

  1. 山獅的最新版本(正如你指出來是10.8.4)不具有字體在其字體庫
  2. 該應用程序僅針對Windows創建,開發人員未徹底將其移植到mac上進行測試。

,如果您需要在緊急提取你的iPhone數據,那麼它能夠更好地嘗試使用已爲Mac製作的,不需要單不同的應用

UPDATE

看一看Total Saver應用程序。它適用於Mac和Windows,無需安裝任何第三方框架(單聲道)。不過你需要JRE(Java Runtime Environment)。

您可以通過簡單的谷歌搜索應用程序名稱,如果免費下載或點擊下面的softpedia鏈接: - http://www.softpedia.com/get/Mobile-Phone-Tools/IPhone/Total-Saver.shtml

鏈接到產品網站: - http://www.myphonedata.com/iphone