Displaying 1 result from an estimated 1 matches for "rtlisgenerictableempty".
2009 Jan 15
0
Fwd: Running a simple .Net 3.0 application.
...lation in wine.
7. Now Run the app, it crashes into a bunch of unimplemented functions.
Fortunately just simple stubs were enough to make the app happy.
I added stubs for
gdi32.GdiEntry13
kernel32.WerRegisterMemoryBlock
ntdll.NtSecureConnectPort
ntdll.RtlEnumerateGenericTableWithoutSplaying
ntdll.RtlIsGenericTableEmpty
Well, that was enough to get the app running.
I was not able to work around a problem in d3d9 ( the app just hang,
displaying nothing, probably due to some unimplemented stuff in d3d9)
but fortunaly disabling d3d9, was enough to get it running
(WINEDLLOVERRIDES="d3d9=""" win...