http://bugs.winehq.org/show_bug.cgi?id=12395
Scott Oom other+winebugs@hoko.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |other+winebugs@hoko.org
--- Comment #6 from Scott Oom other+winebugs@hoko.org 2008-04-15 01:39:10 --- I have encountered the same .NET stack trace while trying to run NUnit 2.4.7 natively from wine 0.9.59 compiled for SuSE 10.3 acquired here: http://software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/
Note that the system is x86-64 running a 32-bit wine binary running openSuSE 10.3 with kernel 2.6.22.5-31-default
Command line: NUnit-2.4.7/bin> wine nunit-console loadtest-assembly.dll
fixme:shell:URL_ParseUrl failed to parse L"" Unhandled Exception: System.ComponentModel.Win32Exception: Unable to enumerate the process modules. at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly) at System.Diagnostics.Process.get_MainModule() at NUnit.Util.DomainManager.CreateDomain(TestPackage package) at NUnit.Util.TestDomain.Load(TestPackage package) at NUnit.ConsoleRunner.ConsoleUi.MakeRunnerFromCommandLine(ConsoleOptions options) at NUnit.ConsoleRunner.ConsoleUi.Execute(ConsoleOptions options) at NUnit.ConsoleRunner.Runner.Main(String[] args) fixme:ole:CoGetContextToken stub
The NUnit test is never run.