Radio Toolbox v2 Alpha 4

Ask questions, request features, or just complement us about our software and services.
SpazzRadio
Posts: 32
Joined: Mon Aug 25, 2008 12:36 pm
Location: Jasper, Indiana
Contact:

Re: Radio Toolbox v2 Alpha 4

Post by SpazzRadio »

cooooooooooool
Spazz Radio Network : Absolute Rockz, Absolute Spazz, Always HOT Country, Absolute Hitz, and NoPayRadio
User avatar
gdradio
Posts: 130
Joined: Thu Jun 24, 2004 9:03 pm
Contact:

Re: Radio Toolbox v2 Alpha 4

Post by gdradio »

what do you make of this error? once it threw it, I'm unable to restart RTB without it crashing.

-------------------------------
8:00:31 AM Saturday, April 14, 2012
:RadioToolbox.mainWnd.UnhandledException
:ERROR
:System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
: at RadioToolbox.TrackInfo.RetrieveLastFmInfo()
at RadioToolbox.TrackInfo..ctor(String track)
at RadioToolbox.Station.SetTrack(String track)
at RadioToolbox.WorkerThread.UpdateStatusWorker(Object threadContext)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
-------------------------------
Image
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Re: Radio Toolbox v2 Alpha 4

Post by Jay »

Can you send me the full log? Jay at radiotoolbox.
- Jay
User avatar
gdradio
Posts: 130
Joined: Thu Jun 24, 2004 9:03 pm
Contact:

Re: Radio Toolbox v2 Alpha 4

Post by gdradio »

sure. mind you, on the 32 bit win7 system I was trying it on .. not a problem. worked like a charm.
This is trying it on a 64 bit win7 system.

steps:
(on Win7 64 bit system)
uninstalled rtb, remove folder from AppData - OK
installed rtb - OK
create station - OK
add stream - CRASH



9:16:02 AM Saturday, April 14, 2012
:RadioToolbox.mainWnd.openFile
:ERROR
:System.IO.FileNotFoundException: Could not find file 'C:\Users\John\AppData\Local\RadioToolbox\RadioToolbox.rtbx'.
: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path)
at RadioToolbox.Storage.Open()
at RadioToolbox.mainWnd.openFile(String filePath)
-------------------------------
9:16:03 AM Saturday, April 14, 2012
:RadioToolbox.mainWnd..ctor
:WARNING
:Could not start Web Service: Only one usage of each socket address (protocol/network address/port) is normally permitted
: at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at HttpServer.HttpListener.Start(Int32 backLog)
at RadioToolbox.Webserver.Start(Int32 port)
at RadioToolbox.mainWnd..ctor(String[] args)
-------------------------------
9:16:06 AM Saturday, April 14, 2012
:RadioToolbox.RadioToolboxAPI.update
:INFO
:Success
:<?xml version="1.0" encoding="UTF-8"?>
<response>
<code>401</code>
<msg>Authentication Required</msg>
</response>
-------------------------------
9:16:11 AM Saturday, April 14, 2012
:RadioToolbox.RadioToolboxAPI.update
:INFO
:Success
:<?xml version="1.0" encoding="UTF-8"?>
<response>
<code>401</code>
<msg>Authentication Required</msg>
</response>
-------------------------------
9:16:14 AM Saturday, April 14, 2012
:RadioToolbox.RadioToolboxAPI.update
:INFO
:Success
:<?xml version="1.0" encoding="UTF-8"?>
<response>
<code>401</code>
<msg>Authentication Required</msg>
</response>
-------------------------------
9:16:21 AM Saturday, April 14, 2012
:RadioToolbox.RadioToolboxAPI.update
:INFO
:Success
:<?xml version="1.0" encoding="UTF-8"?>
<response>
<code>401</code>
<msg>Authentication Required</msg>
</response>
-------------------------------
9:16:38 AM Saturday, April 14, 2012
:RadioToolbox.Server.UpdateStats
:ERROR
:http://localhost:8000/: No connection could be made because the target machine actively refused it 127.0.0.1:8000
: at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
at RadioToolbox.Server.UpdateStats()
-------------------------------
9:16:38 AM Saturday, April 14, 2012
:RadioToolbox.mainWnd.UpdateInterface
:ERROR
:System.ArgumentOutOfRangeException: InvalidArgument=Value of '1' is not valid for 'index'.
Parameter name: index
: at System.Windows.Forms.ListViewItem.ListViewSubItemCollection.get_Item(Int32 index)
at RadioToolbox.mainWnd.UpdateInterface(Station stationInst, Int32 i, Server serverInst, Int32 j)
-------------------------------
9:16:39 AM Saturday, April 14, 2012
:RadioToolbox.RadioToolboxAPI.update
:INFO
:Success
:<?xml version="1.0" encoding="UTF-8"?>
<response>
<code>401</code>
<msg>Authentication Required</msg>
</response>
-------------------------------
9:16:54 AM Saturday, April 14, 2012
:RadioToolbox.mainWnd.UnhandledException
:ERROR
:System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
: at RadioToolbox.TrackInfo.RetrieveLastFmInfo()
at RadioToolbox.TrackInfo..ctor(String track)
at RadioToolbox.Station.SetTrack(String track)
at RadioToolbox.WorkerThread.UpdateStatusWorker(Object threadContext)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
-------------------------------
Image
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Re: Radio Toolbox v2 Alpha 4

Post by Jay »

Ah Gotcha, this is a .NET issue. Please install http://www.microsoft.com/download/en/de ... n&id=17851

and see if that resolves the issue.
- Jay
User avatar
gdradio
Posts: 130
Joined: Thu Jun 24, 2004 9:03 pm
Contact:

Re: Radio Toolbox v2 Alpha 4

Post by gdradio »

it resolved the issue!
Image
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Re: Radio Toolbox v2 Alpha 4

Post by Jay »

- Jay
Locked