No music

Questions about Wine on Linux
Locked
User avatar
alrito
Level 2
Level 2
Posts: 19
Joined: Tue May 17, 2022 12:57 pm

No music

Post by alrito »

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
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: No music

Post by jkfloris »

Sounds like bug 46513.
User avatar
alrito
Level 2
Level 2
Posts: 19
Joined: Tue May 17, 2022 12:57 pm

Re: No music

Post by alrito »

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)
Locked