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=77937 --- shadow/77937 2006-05-01 13:56:56.000000000 -0400 +++ shadow/77937.tmp.20859 2006-08-30 17:28:36.000000000 -0400 @@ -97,6 +97,45 @@ We had a similar failure when fonts.conf is missing. This was fixed(*) in SVN this weekend. (*) Fixed as "better checks/locking" but it (digger) probably won't work, but it won't SIGSEGV either (and will show a warning about the, potentially, missing fonts.conf file) + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-30 17:28 ------- +In testing with 1.1.17: + +bash-2.03$ mono Digger.exe +Fontconfig error: Cannot load default config file +GLib: Cannot convert message: Conversion from character set 'UTF-8' to +'646' is not supported + +Unhandled Exception: System.TypeInitializationException: An exception +was thrown by the type initializer for +System.Windows.Forms.ThemeEngine ---> System.ArgumentException: +FontFamily wasn't found. + at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] + at System.Drawing.FontFamily..ctor (GenericFontFamilies +genericFamily) [0x00000] + at (wrapper remoting-invoke-with-check) +System.Drawing.FontFamily:.ctor (System.Drawing.Text.GenericFontFamilies) + at System.Drawing.FontFamily.get_GenericSansSerif () [0x00000] + at System.Windows.Forms.ThemeWin32Classic..ctor () [0x00000] + at System.Windows.Forms.ThemeEngine..cctor () [0x00000] --- End of +inner exception stack trace --- + + at <0x00000> <unknown method> + at System.Windows.Forms.Panel.get_DefaultSize () [0x00000] + at System.Windows.Forms.Control..ctor () [0x00000] + at System.Windows.Forms.ScrollableControl..ctor () [0x00000] + at System.Windows.Forms.Panel..ctor () [0x00000] + at Digger.GameWindow..ctor () [0x00000] + at (wrapper remoting-invoke-with-check) Digger.GameWindow:.ctor () + at Digger.ApplicationWindow..ctor () [0x00000] + at (wrapper remoting-invoke-with-check) +Digger.ApplicationWindow:.ctor () + at Digger.ApplicationWindow.Main (System.String[] args) [0x00000] + +So this is probably a problem with the package and fontconfig +settings, no? + +How is the fonts.conf file located? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
