2005-02-14, 09:57 PM
When you get this message while trying to select a Net Radio station:
Open the log file GBPVR.exe.log and look if you something similar to -
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">14-2-2005 22:44:58.760 VERBOSE [2] ShowMouse ref=0
14-2-2005 22:45:02.149 ERROR [73] Error: Access to the path "D:\some directory and path\gbnetradio-0.mp3" is denied.
14-2-2005 22:45:02.149 ERROR [73] at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at aq.g()
14-2-2005 22:45:02.571 VERBOSE [73] Closing shoutcast stream due to bytesRead = 0
14-2-2005 22:45:02.571 ERROR [73] Error closing shoutcast socket: Object reference not set to an instance of an object.
14-2-2005 22:45:02.571 ERROR [73] Error processing shoutcast stream: Object reference not set to an instance of an object.
14-2-2005 22:45:02.571 ERROR [73] at aq.g()
14-2-2005 22:45:04.289 VERBOSE [2] HideMouse ref=-1
[/QUOTE]
In that case
1) make sure that you provide sufficient access control (I simply gave 'Everyone' full control ) and
2) make sure that there are no read-only leftovers from previous sessions (I just deleted all the mp3 files there)
Hope this may help somebody with a similar problem.
Open the log file GBPVR.exe.log and look if you something similar to -
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">14-2-2005 22:44:58.760 VERBOSE [2] ShowMouse ref=0
14-2-2005 22:45:02.149 ERROR [73] Error: Access to the path "D:\some directory and path\gbnetradio-0.mp3" is denied.
14-2-2005 22:45:02.149 ERROR [73] at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at aq.g()
14-2-2005 22:45:02.571 VERBOSE [73] Closing shoutcast stream due to bytesRead = 0
14-2-2005 22:45:02.571 ERROR [73] Error closing shoutcast socket: Object reference not set to an instance of an object.
14-2-2005 22:45:02.571 ERROR [73] Error processing shoutcast stream: Object reference not set to an instance of an object.
14-2-2005 22:45:02.571 ERROR [73] at aq.g()
14-2-2005 22:45:04.289 VERBOSE [2] HideMouse ref=-1
[/QUOTE]
In that case
1) make sure that you provide sufficient access control (I simply gave 'Everyone' full control ) and
2) make sure that there are no read-only leftovers from previous sessions (I just deleted all the mp3 files there)
Hope this may help somebody with a similar problem.