Hello,
Would you have an idea why there is no music but only the sound when you start pinball 3d which was original on windows?
I downloaded it from this site: https://archive.org/download/3d-pinball ... pace-cadet
No music
Re: No music
Sounds like bug 46513.
Re: No music
Hello jkfloris,
I give you my point of view on a code that could work (As a reminder, I don't know how to code, this is an idea that could be written in code because someone in dlls/winmm/mci.c)
I look for the location of the file, then in "SOFTWARE\Microsoft\Windows NT\CurrentVersion\MCI Extensions",
I look for the corresponding extension, then execute the file at its location.
Example: Load driver L "C:\Program Files (x86)\Microsoft Games\Pinball\PINBALL.MID" "MCI"
Could this solve the problem?
Translated with www.DeepL.com/Translator (free version)
I give you my point of view on a code that could work (As a reminder, I don't know how to code, this is an idea that could be written in code because someone in dlls/winmm/mci.c)
I look for the location of the file, then in "SOFTWARE\Microsoft\Windows NT\CurrentVersion\MCI Extensions",
I look for the corresponding extension, then execute the file at its location.
Example: Load driver L "C:\Program Files (x86)\Microsoft Games\Pinball\PINBALL.MID" "MCI"
Could this solve the problem?
Translated with www.DeepL.com/Translator (free version)