C
CypherMK
Guest
I installed the 32 bit version. Now I can access the config. I guess it's because MP is 32 bit.
Germany
For sure it crash but event log didn't tell us where
From MP log it detect all W_DEVICECHANGE (Denon / Nvidia audio etc.) so i think it's related somehow at audio device but i'm not sure.
The last device change before the crash is : Main: Device type is DBT_DEVTYP_DEVICEINTERFACE - Name: MG6300 series _38CC3D5EFE78
So it crash at 15:15
Hi
I have fixed the message when it is not installed(the code was there but wrong detection).
About the timing, it's tricky for ex i have set a delta of 750 ms (in config) :
View attachment 184775
So for example, if i set 10 ms in XySubfilter, the code check against both value :
m_subtitleDelay = MediaPortal.Player.Subtitles.SubEngine.GetInstance().Delay / m_delayInterval;
MediaPortal.Player.Subtitles.SubEngine.GetInstance().Delay = 10.
m_delayInterval = 750.
So the result is 10 / 750 = 0.01 = 0 for MP it's for that it act not timing reset.
MPC-HC handle it differently or maybe the logic is wrong lol