https://bugs.winehq.org/show_bug.cgi?id=44291
Bug ID: 44291 Summary: The Magic School Bus Explores the Solar System can't play intro video on startup Product: Wine Version: 3.0-rc4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: egahcut9@member.fsf.org Distribution: ---
Hello,
I've installed “The Magic School Bus Explores the Solar System” on a clean Win95 32-bit prefix under ArchLinux x86-64.
The game quits after the splash screen appears with a generic error message.
The stdout of wine shows the following: 002f:fixme:mmio:MMIO_InstallIOProc Global procedures not implemented 002f:fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"AVIVIDEO".
The game installer copies some files to c:\windows\system. The required file for AVI playback is MCIAVI.DRV.
The problem can be fixed by editing c:\windows\system.ini and replacing the line avivideo=mciavi.drv with avivideo=mciavi32.dll
https://bugs.winehq.org/show_bug.cgi?id=44291
Mike Petersen egahcut9@member.fsf.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win16
https://bugs.winehq.org/show_bug.cgi?id=44291
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |z.figura12@gmail.com Component|-unknown |winmm&mci Status|UNCONFIRMED |NEW
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Confirming.
We should probably be storing these in the registry. At any rate we should be using the MCI32 instead of MCI key.