Open 111andre111 opened 4 years ago
Hi, Which version are you using and on which version of Windows? Currently I can't reproduce the issue using Windows 10 x64 build 1903 + TC Player 2.6 running on .NET 4.7.2
Windows 10 build 1909 18363.720 and TCplayer 2.6.
This is my .net version: https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed#detect-net-framework-45-and-later-versions
> Get-ItemProperty "HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full"
CBS : 1
Install : 1
InstallPath : C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
Release : 528040
Servicing : 0
TargetVersion : 4.0.0
Version : 4.8.03752
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4
PSChildName : Full
PSDrive : HKLM
PSProvider : Microsoft.PowerShell.Core\Registry
If helpful could you provide TCplayer debug version?
Hi there,
In general TCPlayer is working very good. But one thing annoys me a bit. When I add to the Playlist an additional title using F3 in TCommander, then it throws an error message:
All pipe instances are busy
in my debugger.I think this refers to these source lines somewhere here: https://github.com/webmaster442/TCPlayer/blob/master/TCPlayer/Code/SingleInstance.cs#L56 The error is referenced here: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/18d8fbe8-a967-4f1c-ae50-99ca8e491d2d
0x000000E6 ERROR_BAD_PIPE ||| All pipe instances are busy.
Maybe its important to mention that I use a German Windows version. The error message in the stack is
Alle Pipeinstanzen sind ausgelastet.
which refers to the english message variantAll pipe instances are busy.
like I described before.Well this looks very similar to this issue here: https://stackoverflow.com/a/31712497/11320597
Could you please have a look?