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=77376 --- shadow/77376 2006-01-29 11:15:59.000000000 -0500 +++ shadow/77376.tmp.11552 2006-02-28 15:02:40.000000000 -0500 @@ -62,6 +62,22 @@ problems. This bug was reported by people which are using packages for Debian Unstable, Ubuntu and it also happens when using the generic linux installer from the Mono website. Bye, Stefan + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-28 15:02 ------- +Hi, + +just an update with more detailed informations. The method Init() of +Mono.Unix.Catalog always crashes when the second parameter (localed +directory) is null. +When this parameter was null until (including) Mono 1.1.13 then the +locale files were read from the system default directory (e.g. +"/usr/share/locale" on Linux). Since 1.1.13.2 it crashes. +When I pass the string "/usr/share/locale" as second parameter then it +works, but this is only a temporary workaround, because this directory +is different on some systems. + +Hope this helps ... +Stefan _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
