View Single Post
  #2 (permalink)  
Old 23rd November 2002
W3C Compliant W3C Compliant is offline
Junior Member
BS.Player Newbie
 
Join Date: Nov 2002
Posts: 2
Rep Power: 0
W3C Compliant is an unknown quantity at this point
Default Solution

Actually this is a bug with the way BSPlayer writes file association in Windows registry.

For instance, it writes :

C:\Program Files\BSPlayer\bplay.exe "%L" (which is wrong ! Windows will try to launch a "c:\program.exe" application !)

instead of :

"C:\Program Files\BSPlayer\bplay.exe" %L

You'll have to edit registry settings (or the file associations in the Explorer) by hand... until BSPlayer corrects the bug...
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20