Okay... should have fixed the problems posted above. Will continue developing today.
Code:************** Exception Text ************** System.IndexOutOfRangeException: Index was outside the bounds of the array. at FreewayUltra.frmSkin.timer1_Tick(Object sender, EventArgs e) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- FreewayUltra Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/User/Skrivbord/FreewayUltra/FreewayUltra.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
Okay... should have fixed the problems posted above. Will continue developing today.
For some weird reason when I went to my carpc (was working fine on my laptop) whenever I click on videos I get "Error 9, subscript out of range"... any ideas?
I tried erasing library.ini and movies.ini and recreating them, same error... Path is correct... Subdirectories had spaces, I tried removing them, still no go...
any idea?
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
New C# version available for testing.
- Fixed a few media library bugs
- Video support
- GPS support for FreeDrive and iGuidance
- Vista likes it!
Erase all traces of your previous C# versions before installing. (Don't forget to install mplayer.) Configure the freeway.ini file appropriately, and do NOT use any old library.ini files!
http://www2.onu.edu/~m-keryeski/ccfru.zip
Hi m8,
thanks a lot! this is looking very nice!
A few thigns I noticed..
- Got an error when doing library refresh (pasted below)
- Only .AVIs are showing up in the video screen. The video screen also doesnt show videos in subdirectories, is this how its supposed to be? I dont see any button to add videos to a playlist or browse for more.
- I noticed that when a video is playing, if you go into GPS, then want to go back to view the video, you go into the Home screen (the Videos screen just shows the filelist)... However, if you want to quit the program or see the home-screen (other buttons, such as weather), the only way to do it is to go into Music, then select some song, then go into home again, that way it shows the real home screen.
- Finally, I have been unable to get FreeDrive working correctly. At first, FD embedded but all the controls, buttons were shifter half-off screen... This wasnt happening before... Now, I have been unable to get it to strat freedrive... I tried killing the freedrive process and exiting FreeWayU, but it wont start it again, when I click GPS I just get the globe screen...
Great work so far! It has everything I want in a FE (except for the driectory based playing that you said you'd implement in the Ultra version! I cant wait!)
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
Please post the error!![]()
oops... sorry...
PS: pressing continue seems to keep freeway running, but I dont think it gets any more songs... Also, the "Adding songs X of Y songs added" dialog doesnt go away until u quite FWU and start it again...Code:See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at System.String.Substring(Int32 startIndex, Int32 length) at FreewayUltra.Program.GenerateLibrary(DirectoryInfo d, Int32& filesAdded, Int32& filesTotal, frmSkin& dialog, StreamWriter& libFile) at FreewayUltra.Program.GenerateLibrary(DirectoryInfo d) at FreewayUltra.frmSkin.frmSkin_MouseDown(Object sender, MouseEventArgs e) at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- FreewayUltra Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Desktop/omega/freewayC%23/ccfru.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
The error persist everytime I run a Refresh Library..
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
Hi,
About music: -if name label in propertis is empty, the error is shown and all filles after this are unable to be added into library.
Video: - Like RoyN already said only .avi's are played. It would be really great if .vob could be played. (mPlayer can play them), cause I have lot's of music videos that are .vob
I have a similar problem.
Otherwise I think this will rock,
Great work oeri
The new version seems to work better, but It still crashes after a few seconds.
I just get the standard windows "the process has bla lba" so I dont have much info for you. It only gave me this:
EventType : clr20r3 P1 : ccfru.exe P2 : 1.0.0.0 P3 : 455f7236
P4 : mscorlib P5 : 2.0.0.0 P6 : 4333ab80 P7 : bd0 P8 : 59
P9 : system.formatexception
Bookmarks