[Mono-bugs] [Bug 67256][Maj] New - SWF applications failing to run with CVS from 30.09.04

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Sep 2004 16:37:45 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by paul@all-the-johnsons.co.uk.

http://bugzilla.ximian.com/show_bug.cgi?id=67256

--- shadow/67256	2004-09-30 16:37:45.000000000 -0400
+++ shadow/67256.tmp.7966	2004-09-30 16:37:45.000000000 -0400
@@ -0,0 +1,73 @@
+Bug#: 67256
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: paul@all-the-johnsons.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SWF applications failing to run with CVS from 30.09.04
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Any SWF application is failing to run with the preview SWF via CVS (30.09.04)
+
+Steps to reproduce the problem:
+1. Compile mono with --with-preview=yes, compile the managed SWF and install
+2. Compile an SWF source file
+3. Attempt to run
+
+Actual Results:
+
+The following is seen with mono appname.exe 2>out.txt
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x199111> (wrapper managed-to-native)
+System.Windows.Forms.XplatUIX11:XDefaultColormap (intptr,int)
+in <0x00004> (wrapper managed-to-native)
+System.Windows.Forms.XplatUIX11:XDefaultColormap (intptr,int)
+in <0x00052> System.Windows.Forms.XplatUIX11:SetWindowBackground
+(intptr,System.Drawing.Color)
+in <0x00033> System.Windows.Forms.XplatUI:SetWindowBackground
+(intptr,System.Drawing.Color)
+in <0x001e5> System.Windows.Forms.Control:CreateHandle ()
+in <0x00030> System.Windows.Forms.Control:get_Handle ()
+in <0x0004b> (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Control:get_Handle ()
+in <0x0003b> System.Windows.Forms.Control:SetVisibleCore (bool)
+in <0x00013> System.Windows.Forms.Control:set_Visible (bool)
+in <0x00064> (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Control:set_Visible (bool)
+in <0x000f7> System.Windows.Forms.ScrollableControl:.ctor ()
+in <0x0000a> System.Windows.Forms.ContainerControl:.ctor ()
+in <0x0000c> System.Windows.Forms.Form:.ctor ()
+in <0x00017> UsingFonts:.ctor ()
+in <0x0004a> (wrapper remoting-invoke-with-check) UsingFonts:.ctor ()
+in <0x0001a> UsingFonts:Main ()
+
+On screen the following is seen
+
+#region #line XplatUI Constructor called
+X Error of failed request: BadColor (invalid Colormap parameter)
+  Major opcode of failed request: 92 (X_LookupColor)
+  Resource id in failed request: 0x830582f
+  Serial number of failed request: 22
+  Current serial number in output stream: 22
+
+Expected Results:
+SWF file should run
+
+How often does this happen? 
+Always with current version in CVS
+
+Additional Information: