osx - mono iPhoneBackupExtractor.exe -


i'm trying run iphonebackupextracter software on mac osx 10.8.4. downloaded latest version web site. , when run mono iphonebackupextractor.exe error. tried searching solution on mono's support site no luck. below full error message.

appreciate help.

an unhandled error occurred creating main form. if running under os x, due problem x11 installation. please contact support@iphonebackupextractor.com help. error follows: system.typeinitializationexception: exception thrown type initializer system.windows.forms.windowsformssynchronizationcontext ---> system.typeinitializationexception: exception thrown type initializer system.windows.forms.themeengine ---> system.argumentexception: requested fontfamily not found [gdi+ status: fontfamilynotfound]   @ system.drawing.gdiplus.checkstatus (status status) [0x00000] in <filename unknown>:0    @ system.drawing.fontfamily..ctor (genericfontfamilies genericfamily) [0x00000] in <filename unknown>:0    @ (wrapper remoting-invoke-with-check) system.drawing.fontfamily:.ctor (system.drawing.text.genericfontfamilies)   @ system.drawing.fontfamily.get_genericsansserif () [0x00000] in <filename unknown>:0    @ system.drawing.font.createfont (system.string familyname, single emsize, fontstyle style, graphicsunit unit, byte charset, boolean isvertical) [0x00000] in <filename unknown>:0    @ system.drawing.font..ctor (system.string familyname, single emsize, fontstyle style, graphicsunit unit, byte gdicharset, boolean gdiverticalfont) [0x00000] in <filename unknown>:0    @ system.drawing.font..ctor (system.string familyname, single emsize, system.string systemname) [0x00000] in <filename unknown>:0    @ (wrapper remoting-invoke-with-check) system.drawing.font:.ctor (string,single,string)   @ system.drawing.systemfonts.get_defaultfont () [0x00000] in <filename unknown>:0    @ system.windows.forms.theme..ctor () [0x00000] in <filename unknown>:0    @ system.windows.forms.themewin32classic..ctor () [0x00000] in <filename unknown>:0    @ system.windows.forms.themevisualstyles..ctor () [0x00000] in <filename unknown>:0    @ system.windows.forms.themeengine..cctor () [0x00000] in <filename unknown>:0    --- end of inner exception stack trace ---   @ system.windows.forms.systeminformation.get_menuaccesskeysunderlined () [0x00000] in <filename unknown>:0    @ system.windows.forms.control..ctor () [0x00000] in <filename unknown>:0    @ (wrapper remoting-invoke-with-check) system.windows.forms.control:.ctor ()   @ system.windows.forms.windowsformssynchronizationcontext..cctor () [0x00000] in <filename unknown>:0    --- end of inner exception stack trace ---   @ system.windows.forms.control..ctor () [0x00000] in <filename unknown>:0    @ system.windows.forms.scrollablecontrol..ctor () [0x00000] in <filename unknown>:0    @ system.windows.forms.containercontrol..ctor () [0x00000] in <filename unknown>:0    @ system.windows.forms.form..ctor () [0x00000] in <filename unknown>:0    at...ctor () [0x00000] in <filename unknown>:0    @ (wrapper remoting-invoke-with-check).:.ctor ()   @ . (system.string[] ) [0x00000] in <filename unknown>:0  stacktrace:    at.. (bool) <0x00087>   @ system.componentmodel.component.finalize () <0x00013>   @ (wrapper runtime-invoke) object.runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr) <0xffffffff> 

native stacktrace:

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 

debug info gdb:

================================================================= got sigsegv while executing native code. indicates fatal error in mono runtime or 1 of native libraries  used application. =================================================================  abort trap: 6 

logs show there seems issue creation of ui window panel system font application trying found on mac.

there 2 main reasons why happen:-

  1. the latest version of mountain lion (as point out 10.8.4) not have font in font library
  2. the application created windows , developer didn't port /tested on mac thoroughly.

if need extract iphone data in urgency better try using different application has made mac , not require mono

update

have @ total saver application. works on mac , windows without need install 3rd party frameworks (mono). you'll need jre (java runtime environment) though.

you can download if free googling app name or click on softpedia link below:- http://www.softpedia.com/get/mobile-phone-tools/iphone/total-saver.shtml

link product site:- http://www.myphonedata.com/iphone


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -