[Mono-bugs] [Bug 61570][Cri] New - mono fails to run on Windows NT
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 16:54:02 -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 diltonm@mccomsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61570
--- shadow/61570 2004-07-14 16:54:02.000000000 -0400
+++ shadow/61570.tmp.14612 2004-07-14 16:54:02.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 61570
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details: Windows NT
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: diltonm@McCOMSoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono fails to run on Windows NT
+
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Install Mono 1.0 on Windows NT with latest Service packs and Critical
+Updates.
+2. Add mono to the command PATH, on my system I used: C:\Progra~1\Mono-1.0
+\bin.
+3. Try to run mono from the command line.
+
+Actual Results:
+Pop-up dialog, "The procedure entry point OpenThread could not be located
+in the dynamic link library kernel32.dll.
+
+Expected Results:
+Expected mono to run with no errors.
+
+How often does this happen?
+100%
+
+Additional Information:
+Page http://www.mono-project.com/about/technical.html Question #54
+indicats that mono can run on XP/NT core. Checking the MSDN documentation
+OpenThread API call is not available on NT.