830
edits
No edit summary |
(Extract Error) |
||
Line 214: | Line 214: | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
---- | Got it. | ||
I now get error message with OniSplit: (I'm on Mac OSX 10.4.11 using Mono project) | |||
System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> | |||
System.DllNotFoundException: /Library/Frameworks/Mono.framework/Versions/1.2.5.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.Bitmap..ctor (Int32 width, Int32 height, PixelFormat format) [0x00000] | |||
at System.Drawing.Bitmap..ctor (Int32 width, Int32 height, PixelFormat format) [0x00000] | |||
at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (int,int,System.Drawing.Imaging.PixelFormat) | |||
at Oni.Files.Imaging.PngFile.Write (System.String filePath) [0x00000] | |||
at Oni.Files.Imaging.ImageExporter.Export (Oni.Files.FileManager fileManager, System.String sourceFilePath, System.String outputDirPath, System.String prefix) [0x00000] | |||
at Oni.Files.Program.ExportTextures (System.String[] args) [0x00000] | |||
at Oni.Files.Program.Main (System.String[] args) [0x00000] | |||
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for | |||
System.Drawing.GDIPlus ---> System.DllNotFoundException: /Library/Frameworks/Mono.framework/Versions/1.2.5.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.Bitmap..ctor (Int32 width, Int32 height, PixelFormat format) [0x00000] | |||
at System.Drawing.Bitmap..ctor (Int32 width, Int32 height, PixelFormat format) [0x00000] | |||
at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (int,int,System.Drawing.Imaging.PixelFormat) | |||
at Oni.Files.Imaging.PngFile.Write (System.String filePath) [0x00000] | |||
at Oni.Files.Imaging.ImageExporter.Export (Oni.Files.FileManager fileManager, System.String sourceFilePath, System.String outputDirPath, System.String prefix) [0x00000] | |||
at Oni.Files.Program.ExportTextures (System.String[] args) [0x00000] | |||
at Oni.Files.Program.Main (System.String[] args) [0x00000] | |||
[[User:EdT|EdT]] |
edits