[Mono-bugs] [Bug 78993][Nor] Changed - My favarite .Net application still does not run on Mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 9 21:35:12 EDT 2006
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 ippei_ukai at mac.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78993
--- shadow/78993 2006-08-09 21:13:34.000000000 -0400
+++ shadow/78993.tmp.31211 2006-08-09 21:35:12.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78993
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: Mac OS X 10.4.7 Mono Framework 1.1.16.1
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: ippei_ukai at mac.com
QAContact: mono-bugs at ximian.com
@@ -115,6 +115,80 @@
the icons directory.
------- Additional Comments From peter at novonyx.com 2006-08-09 21:13 -------
Not a bug, the trace clearly shows that when running libgdiplus is
not found. Make sure you have libgdiplus installed, and that the
config files are properly set up for the filename translation
+
+------- Additional Comments From ippei_ukai at mac.com 2006-08-09 21:35 -------
+Looks like my last comment's disappeared.
+
+I'm using the 1.1.16.1 release installed with provided installer. autopano-sift 2.4 is also
+the release built by the author. libgdiplus.dylib is installed as a part of Mono.framework.
+"[Make sure that] config files are properly set up for the filename translation" means
+nothing to me, and has to be fixed by developers (probably in Mono Project, as the
+project's goal is to run normal .Net apps).
+
+Rerun from src/util/autopano-win32:
+
+Unhandled Exception: System.TypeInitializationException: An exception was thrown by the
+type initializer for System.Windows.Forms.Form --->
+System.Reflection.TargetInvocationException: Exception has been thrown by the target of
+an invocation. ---> System.TypeInitializationException: An exception was thrown by the
+type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: /Library/
+Frameworks/Mono.framework/Versions/1.1.16.1/lib/libgdiplus.dylib
+ at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup
+(ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
+ at System.Drawing.GDIPlus..cctor () [0x00000] --- End of inner exception stack trace ---
+
+ at <0x00000> <unknown method>
+ at System.Drawing.Image.InitFromStream (System.IO.Stream stream) [0x00000]
+ at System.Drawing.Image.InitFromStream (System.IO.Stream stream) [0x00000]
+ at System.Drawing.Bitmap..ctor (System.Runtime.Serialization.SerializationInfo info,
+StreamingContext context) [0x00000]
+ at <0x00000> <unknown method>
+ at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke
+(object,object[])
+ at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr,
+System.Reflection.Binder binder, System.Object[] parameters,
+System.Globalization.CultureInfo culture) [0x00000] --- End of inner exception stack trace
+---
+
+ at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr,
+System.Reflection.Binder binder, System.Object[] parameters,
+System.Globalization.CultureInfo culture) [0x00000]
+ at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters)
+[0x00000]
+ at System.Runtime.Serialization.ObjectRecord.LoadData
+(System.Runtime.Serialization.ObjectManager manager, ISurrogateSelector selector,
+StreamingContext context) [0x00000]
+ at System.Runtime.Serialization.ObjectManager.DoFixups () [0x00000]
+ at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject
+(System.IO.BinaryReader reader) [0x00000]
+ at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph
+(System.IO.BinaryReader reader, Boolean readHeaders, System.Object result,
+System.Runtime.Remoting.Messaging.Header[] headers) [0x00000]
+ at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserialize
+(System.IO.Stream serializationStream,
+System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00000]
+ at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize
+(System.IO.Stream serializationStream) [0x00000]
+ at System.Resources.ResourceReader.ReadNonPredefinedValue (System.Type exp_type)
+[0x00000]
+ at System.Resources.ResourceReader.ReadValueVer1 (System.Type type) [0x00000]
+ at System.Resources.ResourceReader.ResourceValue (Int32 index) [0x00000]
+ at System.Resources.ResourceReader+ResourceEnumerator.get_Value () [0x00000]
+ at System.Resources.ResourceSet.ReadResources () [0x00000]
+ at System.Resources.ResourceSet.GetObject (System.String name, Boolean ignoreCase)
+[0x00000]
+ at System.Resources.ResourceManager.GetObject (System.String name,
+System.Globalization.CultureInfo culture) [0x00000]
+ at System.Resources.ResourceManager.GetObject (System.String name) [0x00000]
+ at System.Windows.Forms.Locale.GetResource (System.String name) [0x00000]
+ at System.Windows.Forms.Form..cctor () [0x00000] --- End of inner exception stack
+trace ---
+
+ at <0x00000> <unknown method>
+ at autopano_sift_winGUI.Form1..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]
More information about the mono-bugs
mailing list