Bug / Feature #224
closedException beim Starten
100%
Description
Beim Starten von PiVote (egal ob mono xx.exe oder selber kompiliert) gibt es diesen Error.
jonatan$ /Users/jonatan/Desktop/bin/others/bin/pirate.pivote.client ; exit;
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
at System.Drawing.Graphics.Dispose () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:Dispose ()
at System.Drawing.Bitmap..ctor (System.Drawing.Image original, Int32 width, Int32 height) [0x00000] in <filename unknown>:0
at System.Drawing.Bitmap..ctor (System.Drawing.Image original) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (System.Drawing.Image)
at System.Windows.Forms.Cursor.ToBitmap (Boolean xor, Boolean transparent) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Cursor.CreateCursor (System.IO.Stream stream) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Cursor..ctor (System.Type type, System.String resource) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Cursors.get_SizeNWSE () [0x00000] in <filename unknown>:0
at System.Windows.Forms.SizeGrip..ctor (System.Windows.Forms.Control CapturedControl) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.SizeGrip:.ctor (System.Windows.Forms.Control)
at System.Windows.Forms.ScrollableControl.CreateScrollbars () [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 Pirate.PiVote.Client.Wizard..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Pirate.PiVote.Client.Wizard:.ctor ()
at Pirate.PiVote.Client.ClientMain.Main () [0x00000] in <filename unknown>:0
logout
[Process completed]
Updated by maennchen about 14 years ago
Hab mir einen Account gemacht, das Ticket kommt von mir.
Updated by Exception about 14 years ago
das ist sehr früh in meinem code (da wird grad das main mindow instanziert) und verdammt tief im runtime code. keine ahnung wie es zu dem fehler kommt, aber er muss in der runtime stecken.
Updated by Exception almost 14 years ago
- Category set to Usability
- Status changed from New to 3
- Assignee set to Exception
There are plans to create a dedicated Mac version.