The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Freeway

Closed Thread
 
Thread Tools Display Modes
Old 12-12-2006, 06:01 AM   #1
Low Bitrate
 
Pishaa's Avatar
 
Join Date: Oct 2005
Posts: 74
My Photos: (0)
BUG [DUPLICATE] Few bugs

1) Song title scroller flickers: take a look at http://www.codeproject.com/csharp/flicker_free.asp for a solution.

2) Freeway chokes when library contains a file with space in its filename.

/Me.
Pishaa is offline  
Sponsored Links
Old 12-12-2006, 07:21 AM   #2
Freeway Creator
 
oeri's Avatar
 
Join Date: Jul 2005
Location: Pittsburgh, PA
Vehicle: 2006 Hummer H3
Posts: 515
My Photos: (0)
Quote: Originally Posted by Pishaa View Post
2) Freeway chokes when library contains a file with space in its filename.

No, this isn't the case. Please zip up your library.xml and post it here.
__________________
Offical Freeway Subforum
Official Freeway Website
New Ultra Version Just Released!
oeri is offline  
Old 12-12-2006, 09:13 AM   #3
Low Bitrate
 
Pishaa's Avatar
 
Join Date: Oct 2005
Posts: 74
My Photos: (0)
OK:
library.zip

When Selecting "Most Popular" and then click on any of songs, it gives this exception:
Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Xml.XmlException: 'Wildlife' is an unexpected token. Expecting white space. Line 6, position 341544. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(String filename) at FreewayUltra.frmSkin.UpdateLibrary(Int32 iLib, String attribute, String value) at FreewayUltra.frmSkin.Play(SongInfo menuitem, Int32 index) at FreewayUltra.frmSkin.ParseClick(String[] command, Int32 x) 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:///D:/Download/FreeWay/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.

Pishaa is offline  
Old 12-12-2006, 12:38 PM   #4
Freeway Creator
 
oeri's Avatar
 
Join Date: Jul 2005
Location: Pittsburgh, PA
Vehicle: 2006 Hummer H3
Posts: 515
My Photos: (0)
The problem was with filenames with special characters. Please try downloading build 211 from http://www.mp3car.com/vbulletin/showthread.php?t=92069
__________________
Offical Freeway Subforum
Official Freeway Website
New Ultra Version Just Released!
oeri is offline  
Old 12-12-2006, 03:09 PM   #5
Freeway Creator
 
oeri's Avatar
 
Join Date: Jul 2005
Location: Pittsburgh, PA
Vehicle: 2006 Hummer H3
Posts: 515
My Photos: (0)
Try the new build (122), and please make remaining reports for this bug in http://www.mp3car.com/vbulletin/showthread.php?t=92124
__________________
Offical Freeway Subforum
Official Freeway Website
New Ultra Version Just Released!
oeri is offline  
Sponsored Links
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
1.6 Bugs (sorry) GReeToZ Centrafuse 14 03-06-2006 10:08 PM
Centrafuse 1.3 Bugs rickster CF Bug Reports 330 07-26-2005 07:51 PM
Use of DoEvents leads to lots of different and serious usability bugs. Arathranar RR Bug Tracker 0 06-14-2005 10:46 PM
Big Nmc's Bugs Inventory !!! netsuo NeoCar Media Center 12 04-24-2005 05:18 AM
[OFFICIAL THREAD] NMC 0.7 alpha.1 bugs netsuo NeoCar Media Center 46 11-09-2004 05:02 PM


All times are GMT -5. The time now is 02:08 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics