https://bugs.winehq.org/show_bug.cgi?id=55942 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org --- Comment #4 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- There exists a demo version in german language. I had some trouble installing, see bug #29678, use winxp and the dlloverrides. ===== Then there appeared a d3dcompiler message, for this I did a `winetricks d3dx9`. ===== Then I received following message: Moorhuhn - Im Anflug Demo *** NEBULA ASSERTION *** expression: mmioProc == lpMMIOInfo->pIOProc file: \radonlabs\code\nebula2\src\audio3\nwavfile.cc line: 25 Against this assert seem to help for now following line: dlls/winmm/mmio.c @@ -625,2 +625,3 @@ static MMRESULT MMIO_SetBuffer(WINE_MMIO* wm, void* pchBuffer, LONG cchBuffer, wm->info.lBufOffset = wm->info.lDiskOffset; + wm->info.pIOProc = pIOProcListAnchor[0].pIOProc; wm->bBufferLoaded = (wm->info.fccIOProc == FOURCC_MEM); ===== Just for completeness, finally I received: nDShowServer::PlayFile(): could not render file 'C:/users/benutzer/Temp///Pheno_Vorspann2005.avi'" This went out of the way after enabling the wine build with 32-bit gstreamer support, and installing 32-bit gstreamer plugins. (gstreamer1.0-plugins-bad needed). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.