cporrasa / xy-vsfilter

Automatically exported from code.google.com/p/xy-vsfilter
0 stars 0 forks source link

xy-vsfilter occasionally crashes when moving MPC-HC to a different monitor #197

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open MPC-HC (running madVR + xy-vsfilter) 
2. Start a video
3. While the video is playing, move MPC-HC's window to a different monitor

What is the expected output? What do you see instead?
On my previous, Windows 7 setup, the video would keep playing as usual. In 
Windows 10, xy-vsfilter will occasionally crash MPC-HC. I know it is 
xy-vsfilter because MPC-HC will then open a webpage saying: An external filter 
just crashed
It seems that MPC-HC crashed because of an external filter named xy-VSFilter.

What version of the product are you using? On what operating system?
MPC-HC 1.7.9 x64
madVR v0.88.21
xy-vsfilter 3.0.0.306 x64
Windows 10 Pro x64

Issue happens on 32-bit versions of these programs as well.

Original issue reported on code.google.com by tasosgre...@gmail.com on 9 Aug 2015 at 8:17

GoogleCodeExporter commented 8 years ago
I forgot to add, sometimes the crash does not occur until I attempt to click 
back or forward on the MPC-HC seeking bar.

Original comment by tasosgre...@gmail.com on 9 Aug 2015 at 8:23

GoogleCodeExporter commented 8 years ago
I wasn't planning to install Win10 until sometime next year, so I won't be much 
help regarding any Win10 specific issues. 

I'd suspect it's just a coincidence that you are seeing crashes upon dragging 
the window to another monitor, unless MPC-HC itself has a bug regarding this. 
As a wild guess you could try disabling the xy-VSFilter tray icon, but I doubt 
that is going to make any difference.

My suggestion would be to download the current MPC-HC nightly and pdb symbols 
from https://nightly.mpc-hc.org/:
https://nightly.mpc-hc.org/MPC-HC.1.7.9.145.x64.exe
https://nightly.mpc-hc.org/MPC-HC.1.7.9.145.x64.pdb.7z (extract to mpc-hc dir)

Then download the pdb symbols for xy-VSFilter 3.0.0.306:
https://github.com/Cyberbeing/xy-VSFilter/releases/download/3.0.0.306/xy-VSFilte
r_3.0.0.306_Debug_Symbols.7z
(extract the 64bit VSFilter.pdb to the same directory as VSFilter.dll)

Next time you get a crash, hopefully MPC-HC will produce a minidump which 
contain more useful information about what was going on at the time the crash 
occurred.

Since you are a madVR user, I'd also suggest you try installing XySubFilter 
3.1.0.705 and see if you can still reproduce the crash.

Original comment by cyber.sp...@gmail.com on 12 Aug 2015 at 12:09