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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79403 --- shadow/79403 2006-09-14 20:20:44.000000000 -0400 +++ shadow/79403.tmp.2876 2006-11-11 03:17:24.000000000 -0500 @@ -273,6 +273,22 @@ TLS: normal GC: Included Boehm (with typed GC) SIGSEGV: normal Disabled: none Installed from MonoFramework-1.1.17.1_2.macos10.novell.x86.dmg + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-11 03:17 ------- +This has been confirmed to happen with release 1.2 as well. However, +it may be noteworthy that just running "mono test.exe" from within an +xterm window works as expected. + +In digging around in the source, I noticed a check for the +not_supported_MONO_MWF_USE_QUARTZ_BACKEND environment variable when +creating an XPlatUI implementation. If the variable is not declared, +then the normal X implementation is instantiated. Exporting the +environment variable resulted in a NotImplemented exception. + +Based on a quick reading of the code my guess is that the Quartz +back-end is not ready in this release. My advice is that while it is +not implemented, then the state should be detected, and the user +should be directed to run the assembly from within an xterm window. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
