The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Mobile Media Center

Reply
 
LinkBack Thread Tools Display Modes
Old 09-18-2006, 11:41 PM   #1
I should've eaten the blue pill.
 
Bitoholic's Avatar
 
Join Date: Apr 2004
Location: Port Saint Lucie, FL
Posts: 682
Talking [FRONTEND] MMC (Mobile Media Center) Dev Release

So I said I would release a version this weekend... well I decided to release the development release now. It is dev quality. It will have errors and bugs, but I would like to get some feedback on the speed on the UI and feedback on the Music Module, which is the only one enabled on this version.

You need .NET Framework 2.0 installed for it to work.

Please give me feedback so I can make this a great quality application. I am back at square one on the testing since so much has been rewritten.

http://www.hybrid-mobile.com/dm/down...v_ release.zip

Thanks in advance!
__________________
Ben S. Stahlhood II
Hybrid Mobile
MMC/Transcend Developer
--------------------------------------
http://www.hybrid-mobile.com/
http://www.cocoamachine.com/
http://weblogs.asp.net/bstahlhood/
Bitoholic is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 09-19-2006, 12:25 AM   #2
I should've eaten the blue pill.
 
Bitoholic's Avatar
 
Join Date: Apr 2004
Location: Port Saint Lucie, FL
Posts: 682
Smile

bump

Just wanted to make sure everyone seen this before going to bed. I will be very active on this project again. So with everyones help I can make this one of the best front ends on here. I know I can not do it alone though... I need help. So please download and test, give feedback and we can go from there. I will have a more completed version ready for this weekend as promised too.

Good night
__________________
Ben S. Stahlhood II
Hybrid Mobile
MMC/Transcend Developer
--------------------------------------
http://www.hybrid-mobile.com/
http://www.cocoamachine.com/
http://weblogs.asp.net/bstahlhood/
Bitoholic is offline   Reply With Quote
Old 09-19-2006, 08:07 AM   #3
Phone Control Moderator
 
zorro's Avatar
 
Join Date: Mar 2004
Location: Munich, Germany
Posts: 1,901
Hi Ben, glad you're back

I did just a quick test and that's what I've found:
- All (sound) files: take incredibly long to scroll to top/end(on about 2100 songs). It ends up with 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.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException() at System.Collections.Generic.List`1.get_Item(Int32 index) at HybridMobile.Controls.MmcListBox.addTimer_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 ---------------------------------------- MobileMediaCenter Assembly Version: 0.8.1000.7 Win32 Version: 0.8.1000.7 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/MobileMediaCenter.exe ---------------------------------------- HybridMobile.Membranes Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.Membranes.DLL ---------------------------------------- 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 ---------------------------------------- Intellified Assembly Version: 1.0.2452.42114 Win32 Version: 1.0.2452.42114 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/Intellified.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 ---------------------------------------- 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 ---------------------------------------- HybridMobile.Controls Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.Controls.DLL ---------------------------------------- HybridMobile.Media Assembly Version: 1.0.2452.42114 Win32 Version: 1.0.2452.42114 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.Media.DLL ---------------------------------------- Transcend.Translucent Assembly Version: 1.0.2452.42065 Win32 Version: 1.0.2452.42065 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/Transcend.Translucent.DLL ---------------------------------------- HybridMobile.Xm Assembly Version: 1.0.2452.42115 Win32 Version: 1.0.2452.42115 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.Xm.DLL ---------------------------------------- Transcend.Translucent.X Assembly Version: 1.0.2452.42065 Win32 Version: 1.0.2452.42065 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/Transcend.Translucent.X.DLL ---------------------------------------- HybridMobile.DirectX.DirectShow Assembly Version: 1.0.2452.42114 Win32 Version: 1.0.2452.42114 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.DirectX.DirectShow.DLL ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.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.

- scrolling through albums: list disappears
- same on artists... (probably this influences all other lists)
- Pause / play button doesn't switch bitmap on first click (but on second) so it gets out of sync with the real state.
- searching within an album will deliver 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.Data.SyntaxErrorException: Syntax error: Missing operand after 'E' operator. at System.Data.ExpressionParser.Parse() at System.Data.DataExpression..ctor(DataTable table, String expression, Type type) at System.Data.Select..ctor(DataTable table, String filterExpression, String sort, DataViewRowState recordStates) at System.Data.DataTable.Select(String filterExpression) at HybridMobile.Media.MediaLibrary.GetAlbumSongByString(String album, String searchString) at MobileMediaCenter.MmcForm.SearchTextBox_TextChanged(Object sender, EventArgs e) at System.Windows.Forms.Control.OnTextChanged(EventArgs e) at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e) at System.Windows.Forms.Control.set_Text(String value) at System.Windows.Forms.TextBoxBase.set_Text(String value) at System.Windows.Forms.TextBox.set_Text(String value) at MobileMediaCenter.OskForm.button_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.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 ************** ~~CUT~~ ************** 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.

- scrollbar get's not refreshed when switch albumd (when the amount of songs in the new album is smaller then in the one before)
- Equalizer: slider for left/right balance looks misplaced / can't be moved

That's it so far.
I'm using a German XP SP2 with latest .NET 2.0 installed.
__________________
Skinning to go... VisualDesigner2!
zorro is offline   Reply With Quote
Old 09-19-2006, 09:14 AM   #4
I should've eaten the blue pill.
 
Bitoholic's Avatar
 
Join Date: Apr 2004
Location: Port Saint Lucie, FL
Posts: 682
Thanks! Glad to be back. Thank you very much for the testing and feedback. I will work on these issues today

Quote: Originally Posted by zorro View Post
Hi Ben, glad you're back

I did just a quick test and that's what I've found:
- All (sound) files: take incredibly long to scroll to top/end(on about 2100 songs). It ends up with 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.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException() at System.Collections.Generic.List`1.get_Item(Int32 index) at HybridMobile.Controls.MmcListBox.addTimer_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 ---------------------------------------- MobileMediaCenter Assembly Version: 0.8.1000.7 Win32 Version: 0.8.1000.7 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/MobileMediaCenter.exe ---------------------------------------- HybridMobile.Membranes Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.Membranes.DLL ---------------------------------------- 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 ---------------------------------------- Intellified Assembly Version: 1.0.2452.42114 Win32 Version: 1.0.2452.42114 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/Intellified.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 ---------------------------------------- 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 ---------------------------------------- HybridMobile.Controls Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.Controls.DLL ---------------------------------------- HybridMobile.Media Assembly Version: 1.0.2452.42114 Win32 Version: 1.0.2452.42114 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.Media.DLL ---------------------------------------- Transcend.Translucent Assembly Version: 1.0.2452.42065 Win32 Version: 1.0.2452.42065 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/Transcend.Translucent.DLL ---------------------------------------- HybridMobile.Xm Assembly Version: 1.0.2452.42115 Win32 Version: 1.0.2452.42115 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.Xm.DLL ---------------------------------------- Transcend.Translucent.X Assembly Version: 1.0.2452.42065 Win32 Version: 1.0.2452.42065 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/Transcend.Translucent.X.DLL ---------------------------------------- HybridMobile.DirectX.DirectShow Assembly Version: 1.0.2452.42114 Win32 Version: 1.0.2452.42114 CodeBase: file:///C:/Programme/MMC/MMC%20Development%20Release%201/HybridMobile.DirectX.DirectShow.DLL ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.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.

- scrolling through albums: list disappears
- same on artists... (probably this influences all other lists)
- Pause / play button doesn't switch bitmap on first click (but on second) so it gets out of sync with the real state.
- searching within an album will deliver 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.Data.SyntaxErrorException: Syntax error: Missing operand after 'E' operator. at System.Data.ExpressionParser.Parse() at System.Data.DataExpression..ctor(DataTable table, String expression, Type type) at System.Data.Select..ctor(DataTable table, String filterExpression, String sort, DataViewRowState recordStates) at System.Data.DataTable.Select(String filterExpression) at HybridMobile.Media.MediaLibrary.GetAlbumSongByString(String album, String searchString) at MobileMediaCenter.MmcForm.SearchTextBox_TextChanged(Object sender, EventArgs e) at System.Windows.Forms.Control.OnTextChanged(EventArgs e) at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e) at System.Windows.Forms.Control.set_Text(String value) at System.Windows.Forms.TextBoxBase.set_Text(String value) at System.Windows.Forms.TextBox.set_Text(String value) at MobileMediaCenter.OskForm.button_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.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 ************** ~~CUT~~ ************** 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.

- scrollbar get's not refreshed when switch albumd (when the amount of songs in the new album is smaller then in the one before)
- Equalizer: slider for left/right balance looks misplaced / can't be moved

That's it so far.
I'm using a German XP SP2 with latest .NET 2.0 installed.

__________________
Ben S. Stahlhood II
Hybrid Mobile
MMC/Transcend Developer
--------------------------------------
http://www.hybrid-mobile.com/
http://www.cocoamachine.com/
http://weblogs.asp.net/bstahlhood/
Bitoholic is offline   Reply With Quote
Old 09-20-2006, 02:28 PM   #5
I should've eaten the blue pill.
 
Bitoholic's Avatar
 
Join Date: Apr 2004
Location: Port Saint Lucie, FL
Posts: 682
I am posting the latest dev build this evening. I fixed most of the issues minus the play/pause button image. This requires a change in the skinning system which I am rebuilding from the ground up anyway...

I did fix the browse mode issues, scrolling issues and the EQ problem. The EQ is also enabled in this build.

Thanks again Zoro for the feedback.
__________________
Ben S. Stahlhood II
Hybrid Mobile
MMC/Transcend Developer
--------------------------------------
http://www.hybrid-mobile.com/
http://www.cocoamachine.com/
http://weblogs.asp.net/bstahlhood/
Bitoholic is offline   Reply With Quote
Old 09-20-2006, 02:35 PM   #6
Phone Control Moderator
 
zorro's Avatar
 
Join Date: Mar 2004
Location: Munich, Germany
Posts: 1,901
Quote: Originally Posted by Bitoholic View Post
I am posting the latest dev build this evening. I fixed most of the issues minus the play/pause button image. This requires a change in the skinning system which I am rebuilding from the ground up anyway...

I did fix the browse mode issues, scrolling issues and the EQ problem. The EQ is also enabled in this build.

Thanks again Zoro for the feedback.

Ok, I'll give it another try when you've posted it.
__________________
Skinning to go... VisualDesigner2!
zorro is offline   Reply With Quote
Old 09-21-2006, 02:33 PM   #7
Newbie
 
Join Date: Aug 2006
Posts: 11
Any findings on the error with visuals? Running xp, m10000, standard setup. Just closes and or locks on visuals and music changes. Love the interface/program!!!
Buggy-G is offline   Reply With Quote
Old 09-21-2006, 05:53 PM   #8
I should've eaten the blue pill.
 
Bitoholic's Avatar
 
Join Date: Apr 2004
Location: Port Saint Lucie, FL
Posts: 682
Talking

http://www.hybrid-mobile.com/dm/down...C_devpatch.zip
Here is the latest dev patch:

Just unzip and overwrite old files with new ones.

Fixed list box control bugs.
EQ and Fader enabled and fixed.
Search functions fixed for each mode.

Visuals can be switched now by clicking Hybrid Logo while in visual mode.

Please download and test

Thanks
__________________
Ben S. Stahlhood II
Hybrid Mobile
MMC/Transcend Developer
--------------------------------------
http://www.hybrid-mobile.com/
http://www.cocoamachine.com/
http://weblogs.asp.net/bstahlhood/
Bitoholic is offline   Reply With Quote
Old 09-21-2006, 06:16 PM   #9
I should've eaten the blue pill.
 
Bitoholic's Avatar
 
Join Date: Apr 2004
Location: Port Saint Lucie, FL
Posts: 682
bump

need feedback please

thanks in advance
__________________
Ben S. Stahlhood II
Hybrid Mobile
MMC/Transcend Developer
--------------------------------------
http://www.hybrid-mobile.com/
http://www.cocoamachine.com/
http://weblogs.asp.net/bstahlhood/
Bitoholic is offline   Reply With Quote
Old 09-22-2006, 03:24 AM   #10
Phone Control Moderator
 
zorro's Avatar
 
Join Date: Mar 2004
Location: Munich, Germany
Posts: 1,901
Quote: Originally Posted by Bitoholic View Post
bump

need feedback please

thanks in advance

Oh, those young, hot blooded kids

Looking good now
__________________
Skinning to go... VisualDesigner2!
zorro is offline   Reply With Quote
Old 09-22-2006, 02:29 PM   #11
Newbie
 
Join Date: Aug 2006
Posts: 11
I will install this one tonight. Dl'd the previous one and the problem I had was fixed then! Keep it up! I will post anything I find on this one!

P.S.
This is by far the best program I have used for my carpc. FAST!
Buggy-G is offline   Reply With Quote
Old 09-23-2006, 07:52 AM   #12
Newbie
 
Join Date: May 2006
Posts: 4
I get the same problem as with the last program. "Mmc.exe has encounted a problem and needs to close"

This is the log.

Application Session Started 2006-09-23 14:50
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


Information logged at 14:50:31
----
Initializing Components...
----

Information logged at 14:50:31
----
Switching DVD Region to Region Free...
----

Information logged at 14:50:31
----
Initializing Sound Engine... Device Found - NVIDIA(R) nForce(TM) Audio
----

Information logged at 14:50:31
----
Loading Winamp Input Plugins...
----

Information logged at 14:50:31
----
Getting media paths and checking media database...
----

Information logged at 14:50:31
----
Checking for Hybrid CECU...
----
Freddejo is offline   Reply With Quote
Old 09-23-2006, 09:00 AM   #13
cheap custom title
 
JC-S60's Avatar
 
Join Date: Mar 2004
Location: Ghent - Belgium
Posts: 1,856
Good news you're back coding!

This has been the fastest front-end I've seen thus far!

When I find some time, I'll test it...
JC-S60 is offline   Reply With Quote
Old 09-23-2006, 10:13 AM   #14
I should've eaten the blue pill.
 
Bitoholic's Avatar
 
Join Date: Apr 2004
Location: Port Saint Lucie, FL
Posts: 682
This is probably a dumb question, but you have removed all old versions of MMC right? and then just ran this one from the folder you unzipped it into?

Quote: Originally Posted by Freddejo View Post
I get the same problem as with the last program. "Mmc.exe has encounted a problem and needs to close"

This is the log.

Application Session Started 2006-09-23 14:50
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


Information logged at 14:50:31
----
Initializing Components...
----

Information logged at 14:50:31
----
Switching DVD Region to Region Free...
----

Information logged at 14:50:31
----
Initializing Sound Engine... Device Found - NVIDIA(R) nForce(TM) Audio
----

Information logged at 14:50:31
----
Loading Winamp Input Plugins...
----

Information logged at 14:50:31
----
Getting media paths and checking media database...
----

Information logged at 14:50:31
----
Checking for Hybrid CECU...
----

__________________
Ben S. Stahlhood II
Hybrid Mobile
MMC/Transcend Developer
--------------------------------------
http://www.hybrid-mobile.com/
http://www.cocoamachine.com/
http://weblogs.asp.net/bstahlhood/
Bitoholic is offline   Reply With Quote
Old 09-23-2006, 10:14 AM   #15
I should've eaten the blue pill.
 
Bitoholic's Avatar
 
Join Date: Apr 2004
Location: Port Saint Lucie, FL
Posts: 682
JC,

Holy crap... been a long time since I seen you I am so glad to be back on the project again... it is going to be way better this time around, trust me. Got a lot of great things I am going to be doing with MMC. Appreciate you helping me out with testing!

Quote: Originally Posted by JC-S60 View Post
Good news you're back coding!

This has been the fastest front-end I've seen thus far!

When I find some time, I'll test it...

__________________
Ben S. Stahlhood II
Hybrid Mobile
MMC/Transcend Developer
--------------------------------------
http://www.hybrid-mobile.com/
http://www.cocoamachine.com/
http://weblogs.asp.net/bstahlhood/
Bitoholic is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP Media Center 2005 Video n33d45p33d WinNT Based 5 07-06-2006 03:09 PM
Windows Vista W/nView! 97GST Operating System Optimization 8 04-01-2006 08:46 PM


All times are GMT -5. The time now is 09:06 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics