I was using VS X2 for some time without applying this patch since I didn't have any issues before. About 3-4 weeks ago I decided to install it and all of a sudden I started having some strange log files in C drive. The files are having names like:
26_12_38_39.log or 22_17_53_49.log
Inside the log files, I see this:
Code: Select all
CMpeg4Splitter::BreakConnect() Enter
CMpeg4Splitter::BreakConnect() Enter
In the beginning I didn't know what was causing this. I googled it a bit but found nothing. Eventually, I decided to use Process Monitor from Sysinternal to see what is creating this. After a week of monitoring and 'playing' with Process Monitor, I finally found that this is caused by MP4 splitter by Ulead. I will give direct links from 3 images that I got from Process Monitor.
Image 1: The main screen that shows that Explorer.exe created the file.
Image 2: Details of the process
Image 3: The stack that shows where this came from. Here you can see that it is caused by ulspmp4.ax.
I checked and saw that this file seems to be updated from the patch since it has a date of 22/9/2008 as opposed to 9/6/2008 that most of the other files have.
The content in the log files seems like debug info. My questions are:
- Why am I getting those log files? It is not normal. The log files, once created, remain locked and cannot be deleted unless I restart PC and delete them.
- How can I get back the old ulspmp4.ax? I don't want to uninstall VS X2 and install it from scratch without applying the patch. It seems pointless. There is no uninstall option for the patch.
- Should corel be notified for that (or even better, do they know about that)? As a software developer myself, I consider having the debug info coming to the final user completely wrong.

