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=79143 --- shadow/79143 2006-08-22 15:18:17.000000000 -0400 +++ shadow/79143.tmp.2634 2006-08-22 15:18:17.000000000 -0400 @@ -0,0 +1,66 @@ +Bug#: 79143 +Product: Mono: Class Libraries +Version: 1.0 +OS: unknown +OS Details: Mac OS X 10.4.7 Mono Framework PPC 1.1.16.1_2 +Status: NEW +Resolution: +Severity: Unknown +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: My favorite .Net application still doesn't run on OSX + +Please fill in this template when reporting a bug, unless you know what you are doing. +Description of Problem: +My favarite .Net application still does not run on Mono. It leaves a long exception report seems +related to Windows.Forms. + +Steps to reproduce the problem: +1. Download and extract autopano-sift 2.4 from http://user.cs.tu-berlin.de/~nowozin/ +autopano-sift/ +2. cd Download/autopano-sift-2.4/bin +3. macpack -a autopano-win32.exe -m winforms -n autopano-win32 -o ./ autopano-win32.exe +4. ./autopano-win32.app/Contents/MacOS/autopano-win32 + + +Actual Results: + +Mono System.Windows.Forms Assembly [$auto_build_revision$] + +Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type +initializer for System.Windows.Forms.XplatUI ---> System.NotImplementedException: The +requested feature is not implemented. + at System.Windows.Forms.XplatUIOSX.ClipboardOpen () [0x00000] + at System.Windows.Forms.XplatUI.ClipboardOpen () [0x00000] + at System.Windows.Forms.DataFormats.Init () [0x00000] + at System.Windows.Forms.DataFormats.GetFormat (Int32 ID) [0x00000] + at System.Windows.Forms.XplatUI..cctor () [0x00000] --- End of inner exception stack trace --- + + at <0x00000> <unknown method> + at System.Windows.Forms.Form.get_CreateParams () [0x00000] + at System.Windows.Forms.Form.get_CreateParams () [0x00000] + at System.Windows.Forms.Control..ctor () [0x00000] + at System.Windows.Forms.ScrollableControl..ctor () [0x00000] + at System.Windows.Forms.ContainerControl..ctor () [0x00000] + at System.Windows.Forms.Form..ctor () [0x00000] + at autopano_sift_winGUI.Form1..ctor () [0x00000] + at (wrapper remoting-invoke-with-check) autopano_sift_winGUI.Form1:.ctor () + at autopano_sift_winGUI.Form1.Main (System.String[] args) [0x00000] + + +Expected Results: +Ignore minor features not implemented yet, and start up the application. Or at least give a +warning or error dialog so that GUI users can know why it is not working. + +How often does this happen? +Always with 1.1.16.1_2 + +Additional Information: +The application is for .Net on windows environment. Runs OK with Mono on other platforms than +Mac. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
