[Mono-bugs] [Bug 55407][Wis] New - Mono runtime compile but not run the programs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Mar 2004 04:02:58 -0500 (EST)


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 it@tas-investment.com.ua.

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

--- shadow/55407	2004-03-10 04:02:58.000000000 -0500
+++ shadow/55407.tmp.15086	2004-03-10 04:02:58.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 55407
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Linux 2.6.3 on Fedora Core 1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: it@tas-investment.com.ua               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono runtime compile but not run the programs
+
+Please fill in this template when reporting a bug, unless you know what you 
+are doing.
+Description of Problem:
+
+I compile some programs using mcs and mono 0.30.2.
+They're compiled good without any erros.
+When I run them on Windows they work good as I expected.
+When I run them under Gnome all of them produce X errors like that:
+--------------------------
+X Error of failed request:  BadDrawable (invalid Pixmap or Window 
+parameter)
+  Major opcode of failed request:  138 (RENDER)
+  Minor opcode of failed request:  4 (RenderCreatePicture)
+  Resource id in failed request:  0x0
+  Serial number of failed request:  533
+  Current serial number in output stream:  855
+--------------------------
+It understood that errors differs only in that lines.
+  Serial number of failed request:  
+  Current serial number in output stream:  
+
+Steps to reproduce the problem:
+Actual Results:
+Expected Results:
+
+How often does this happen? 
+Always
+
+Additional Information:
+
+I tried Mono runtime 0.30.2 and latest cvs snapshots.
+The Results are the same.