Skip to content

Instantly share code, notes, and snippets.

@vortec
Created December 14, 2012 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vortec/4286447 to your computer and use it in GitHub Desktop.
Save vortec/4286447 to your computer and use it in GitHub Desktop.
FK-MBP:Debug fabian$ mono test2.exe
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.gui.QApplication ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.core.QCoreApplication ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.core.QObject ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.QtJambiObject ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.QtJambi_LibraryInitializer ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.Utilities ---> System.TypeLoadException: A type load exception has occurred.
at com.trolltech.qt.Utilities..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.QtJambi_LibraryInitializer..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.QtJambiObject..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.core.QObject..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.core.QCoreApplication..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.gui.QApplication..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at LulEmbed.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.gui.QApplication ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.core.QCoreApplication ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.core.QObject ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.QtJambiObject ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.QtJambi_LibraryInitializer ---> System.TypeInitializationException: An exception was thrown by the type initializer for com.trolltech.qt.Utilities ---> System.TypeLoadException: A type load exception has occurred.
at com.trolltech.qt.Utilities..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.QtJambi_LibraryInitializer..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.QtJambiObject..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.core.QObject..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.core.QCoreApplication..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at com.trolltech.qt.gui.QApplication..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at LulEmbed.Main (System.String[] args) [0x00000] in <filename unknown>:0
FK-MBP:Debug fabian$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment