The exception you're seeing is something I also saw in Holzi's latest log files.But should it error out with exceptions like it did for me even if it is not available?
Just little comment, use the one named as MPUrlSourceSplitterReworked.zip, it's newer with reworked architecture.If you have a chance (no rush, no urgency) I'd also be interested to know if you're able to get the reworked filter from here working with TVE 3.5:
https://forum.team-mediaportal.com/...ortal-url-source-splitter-iptv-filter.121165/
Please could you add the attached patch as well. Hopefully it fixes the problem.
In theory it should work perfectly. Just curious and interested to see how the different versions of the filter compare in terms of stability and speed.
if it is possible, than yesDo you want me to also start a new scan with the reworked filters?
Great!Yep, that seems to work. Thanks!
I'm interested in general testing. Scanning, channel changing... everything. As much as you're willing to do; anything that you think would be interesting. I'm sure georgius would also be interested to hear your impressions...Do you want me to also start a new scan with the reworked filters?
I have ommited the dxerr9.dll because I changed the code to avoid this file (I got hard crashes when calling it). I think this issue now comes from another build where it is still required. Simple fix is to copy file, better to properly decide a way.I have never tried this before but....
With the new DLL... I tried the SAP Announcements and did not find anything.
Next I tried the next one in the list
[2014-08-04 09:48:12,242] [52382 ] [36 ] [ERROR] - tuner extension loader: failed to load extensions
System.DllNotFoundException: Unable to load DLL 'Dxerr9.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Mediaportal.TV.Server.TVLibrary.Interfaces.HResult.GetDXErrorString(Int32 hresult)
at Mediaportal.TV.Server.Plugins.TunerExtension.Anysee.Anysee.Initialise(String tunerExternalId, CardType tunerType, Object context)
at Mediaportal.TV.Server.TVLibrary.Implementations.Helper.TunerExtensionLoader.Load(ITVCard tuner, Object loadContext)
Ahhh, that's right. I now remember that you mentioned you had problems with that, and I was going to remove all those calls. Sorry I forgot.I have ommited the dxerr9.dll because I changed the code to avoid this file (I got hard crashes when calling it). I think this issue now comes from another build where it is still required. Simple fix is to copy file, better to properly decide a way.