http://bugs.winehq.org/show_bug.cgi?id=30518
Bug #: 30518 Summary: 64-bit mono cannot run hello world Product: Wine Version: 1.5.2 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase, win64 Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com Classification: Unclassified
Created attachment 39919 --> http://bugs.winehq.org/attachment.cgi?id=39919 C# hello world source code
To reproduce: * Download and extract http://madewokherd.nfshost.com/omgsecret/mono-64bit-exe.tar.gz, or build wine-mono from https://github.com/madewokherd/wine-mono, and copy mono.exe and libmono-2.0.dll from build-cross-x86_64/mono/mini/.libs to image/bin. * Download the attached helloworld.exe, or build it from helloworld.cs. * Run: wine image/bin/mono.exe helloworld.exe
Currently, this results in wine: Call from 0x7fd2bcbde2fa to unimplemented function KERNEL32.dll.RtlInstallFunctionTableCallback, aborting