[Mono-bugs] [Bug 63089][Nor] New - pango error in windows build

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 15 Aug 2004 04:00:30 -0400 (EDT)


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 yi.s.ding@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=63089

--- shadow/63089	2004-08-15 04:00:30.000000000 -0400
+++ shadow/63089.tmp.25258	2004-08-15 04:00:30.000000000 -0400
@@ -0,0 +1,59 @@
+Bug#: 63089
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: packaging
+AssignedTo: duncan@ximian.com                            
+ReportedBy: yi.s.ding@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: pango error in windows build
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When using the default installer for Windows that includes Mono and GTK#,
+and trying to run a program that uses Pango, the following error is
+produced several dozen times and pango does not work properly:
+
+Cannot load module
+C:/mono/Mono-1.0/lib/pango/1.2.0/modules/pango-basic-win32.dll: The
+specified module could not be found.
+
+Steps to reproduce the problem:
+1. Download and compile simple program code using GTK# found at
+http://www.ondotnet.com/pub/a/dotnet/2004/08/09/gtk_mono.htm on a windows
+system using mono.
+2. Run the resulting program using mono.
+3. 
+
+Actual Results:
+Errors pop up:
+
+Compat mode: the request from
+C:\PROGRA~1\MONO-1~1.1\lib\mono\gac\glib-sharp\1.0.0.0__35e10195dab3c99f\glib-sharp.dll
+to load System was remapped (http://www.go-mono.com/remap.html)
+
+and this error shows up several dozen times:
+Cannot load module
+C:/mono/Mono-1.0/lib/pango/1.2.0/modules/pango-basic-win32.dll: The
+specified module could not be found.
+
+Also, all text in the widget cannot be displayed.
+
+Expected Results:
+
+No errors show up, and text is properly rendered.
+
+How often does this happen? 
+
+Every time.
+
+Additional Information: