Skip to content

Instantly share code, notes, and snippets.

EglCreateWindowSurface failed with error 12288 (0x3000)
at OpenTK.Platform.Android.AndroidWindow.CreateSurface (Javax.Microedition.Khronos.Egl.EGLConfig) [0x00058] in /Users/jon/Development/xamarin/monodroid-hotfix/OpenGLES/OpenTK/Platform/Android/AndroidGraphicsContext.cs:323
at OpenTK.Platform.Android.AndroidGraphicsContext.Init (OpenTK.Graphics.GraphicsMode,OpenTK.Platform.IWindowInfo,OpenTK.Graphics.IGraphicsContext,OpenTK.Graphics.GLContextVersion,OpenTK.Graphics.GraphicsContextFlags) [0x00137] in /Users/jon/Development/xamarin/monodroid-hotfix/OpenGLES/OpenTK/Platform/Android/AndroidGraphicsContext.cs:123
at OpenTK.Platform.Android.AndroidGraphicsContext..ctor (OpenTK.Graphics.GraphicsMode,OpenTK.Platform.IWindowInfo,OpenTK.Graphics.IGraphicsContext,OpenTK.Graphics.GLContextVersion,OpenTK.Graphics.GraphicsContextFlags) [0x00006] in /Users/jon/Development/xamarin/monodroid-hotfix/OpenGLES/OpenTK/Platform/Android/AndroidGraphicsContext.cs:77
at OpenTK.Platform.Android.AndroidGraphicsContext.CreateGraphics
Process: mono [54505]
Path: /Applications/MonoDevelop.app/Contents/MacOS/bin/monodevelop
Identifier: com.ximian.monodevelop
Version: 2.8.8.1 (2.8.8.1)
Code Type: X86 (Native)
Parent Process: launchd [231]
Date/Time: 2012-03-20 10:29:28.583 -0400
OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9
Connecting...
--------- beginning of /dev/log/main
E/wpa_supplicant( 1460): in wpa_drv_driver_cmd
D/wpa_supplicant( 1460): wpa_driver_tista_driver_cmd RSSI-APPROX
D/wpa_supplicant( 1460): rssi-approx command
E/wpa_supplicant( 1460): in wpa_drv_driver_cmd
D/wpa_supplicant( 1460): wpa_driver_tista_driver_cmd LINKSPEED
D/wpa_supplicant( 1460): Link Speed command
D/wpa_supplicant( 1460): buf LinkSpeed 65
E/wpa_supplicant( 1460): in wpa_drv_driver_cmd
System.InvalidOperationException: Only 'parameters' element in message part is supported
at System.ServiceModel.Description.MessageContractImporterInternal.resolveMessage (System.Web.Services.Description.Message msg, System.ServiceModel.Description.MessageBodyDescription body, System.Collections.Generic.List`1 parts) [0x00090] in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/System.ServiceModel/System.ServiceModel.Description/DataContractSerializerMessageContractImporter.cs:211
at System.ServiceModel.Description.MessageContractImporterInternal.DoImportContract () [0x00144] in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/System.ServiceModel/System.ServiceModel.Description/DataContractSerializerMessageContractImporter.cs:171
at System.ServiceModel.Description.MessageContractImporterInternal.ImportContract (System.ServiceModel.Description.WsdlImporter importer, System.ServiceModel.Description.WsdlContractConversionContext context) [0x00110] in /private/tmp/monobuild/build/BUILD/mon
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: line < MinLine
at Mono.TextEditor.TextEditor.SetCaretTo (Int32 line, Int32 column, Boolean highlight, Boolean centerCaret) [0x00064] in /Users/builder/data/lanes/monodevelop-mac-2.8.8-series/862a2925/source/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor/TextEditor.cs:2857
at Mono.TextEditor.TextEditorData.SetCaretTo (Int32 line, Int32 column, Boolean highlight, Boolean centerCaret) [0x0000b] in /Users/builder/data/lanes/monodevelop-mac-2.8.8-series/862a2925/source/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor/TextEditorData.cs:1174
at Mono.TextEditor.TextEditorData.SetCaretTo (Int32 line, Int32 column, Boolean highlight) [0x00000] in /Users/builder/data/lanes/monodevelop-mac-2.8.8-series/862a2925/source/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor/TextEditorData.cs:1168
at Mono.TextEditor.TextEditorData.SetCaretTo (Int32 line, Int3
System.ArgumentNullException: Argument cannot be null.
Parameter name: path1
at System.IO.Path.Combine (System.String path1, System.String path2) [0x000c6] in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.IO/Path.cs:126
at MonoDevelop.Deployment.InstallResolver.GetDirectory (MonoDevelop.Deployment.DeployContext ctx, System.String folderId) [0x0005b] in /Users/builder/data/lanes/monodevelop-mac-2.8.8-series/862a2925/source/monodevelop/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment/InstallResolver.cs:98
at MonoDevelop.Deployment.DeployContext.GetDirectory (System.String folderId) [0x00000] in /Users/builder/data/lanes/monodevelop-mac-2.8.8-series/862a2925/source/monodevelop/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment/DeployContext.cs:35
at MonoDevelop.Deployment.DeployContext.GetResolvedPath (System.String folderId, System.String relativeTargetPath) [0x00000] in /Users/builder/data/lanes/monodevelop-mac-2.8.8-series/862a2
I/monodroid-gc( 1228): environment supports jni NewWeakGlobalRef
I/MonoDroid( 1228): UNHANDLED EXCEPTION: System.UnauthorizedAccessException: Access to the path "/data/data/Notepad.Notepad/files/notes.db3" is denied.
I/MonoDroid( 1228): at System.IO.FileStream..ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool,System.IO.FileOptions) <0x006f8>
I/MonoDroid( 1228): at System.IO.FileStream..ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int) <0x0005f>
I/MonoDroid( 1228): at System.IO.File.Create (string,int) <0x00047>
I/MonoDroid( 1228): at System.IO.File.Create (string) <0x00017>
I/MonoDroid( 1228): at Mono.Data.Sqlite.SqliteConnection.CreateFile (string) <0x00013>
I/MonoDroid( 1228): at Mono.Samples.Notepad.NoteRepository.GetConnection () <0x00043>
I/MonoDroid( 1228): at Mono.Samples.Notepad.NoteRepository/<GetAllNotes>c__Iterator0.MoveNext () <0x0009f>
I/MonoDroid( 1228): at System.Collections.Generic.List1<Mono.Samples.Notepad.Note>.AddEnumerable (Syst
=== Logging started: 3/23/2012 10:22:29 ===
Action start 10:22:29: INSTALL.
Action start 10:22:29: FindRelatedProducts.
Action ended 10:22:29: FindRelatedProducts. Return value 1.
Action start 10:22:29: AppSearch.
Action ended 10:22:29: AppSearch. Return value 1.
Action start 10:22:29: LaunchConditions.
This setup requires the .NET Framework 2.0 or higher.
MSI (s) (0C:00) [10:22:29:765]: Product: Gtk# for .Net 2.12.10 -- This setup requires the .NET Framework 2.0 or higher.
Error CS0120: An object reference is required to access non-static member `Android.Database.Sqlite.SQLiteOpenHelper.DatabaseName' (CS0120) (NotePad)
Error CS0584: Internal compiler error: Object reference not set to an instance of an object (CS0584) (NotePad)
Error CS1502: The best overloaded method match for `Android.Database.Sqlite.SQLiteOpenHelper.SQLiteOpenHelper(Android.Content.Context, string, Android.Database.Sqlite.SQLiteDatabase.ICursorFactory, int)' has some invalid arguments (CS1502) (NotePad)
Error CS1503: Argument #2' cannot convertobject' expression to type `string' (CS1503) (NotePad)
@pjbeaman
pjbeaman / gist:2220057
Created March 27, 2012 20:33
awesome_informative_apple_crash_dialogue
Process: mono [3739]
Path: /Applications/MonoDevelop.app/Contents/MacOS/bin/monodevelop
Identifier: com.ximian.monodevelop
Version: 2.8.8.3 (2.8.8.3)
Code Type: X86 (Native)
Parent Process: launchd [206]
Date/Time: 2012-03-27 16:32:05.244 -0400
OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9