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 > MacCar

Reply
 
Thread Tools Display Modes
Old 05-13-2005, 01:52 PM   #61
FLAC
 
MikeH's Avatar
 
Join Date: Nov 2003
Location: Marietta, GA
Vehicle: 2007 Acura RDX
Posts: 1,109
My Photos: (0)
.04a working flawlessly on my mini. Returns from sleep playing where it left off at the same volume level...great!

Keep up the good work!
__________________
MikeH
CarNetix
------------
Helpful info at http://www.carnetix.com
C134, M10000, 40GHDD, XM-PCR, CarNetix P2140, FP
MikeH is offline   Reply With Quote
Sponsored Links
Old 05-13-2005, 02:00 PM   #62
Low Bitrate
 
FireAnt's Avatar
 
Join Date: May 2004
Location: Houston, Texas
Vehicle: 2005 MINI Cooper Cabrio
Posts: 104
My Photos: (0)
>.04a seems to stick after playing a song on the now playing screen. It shows the next title but just sits there. I press the pause button and it starts playing and still shows the pause button. This is on a Mac Mini

Mike F.

Edit: Ok it's not sticking consistantly. Only did it two times on the way home from work (45 min drive) and then started working fine. It was even switching between diferent bit rates ok. I don't know what was causing it?
__________________
05 MINI Cooper Cabrio "Mac MINI"
progress 95%- Mac Mini, Lilliput 7" , usb-wifi, Rayming GPS, Route 66,easy cat touch pad, CCAR front end"skinned",P1900 power supply

Last edited by FireAnt; 05-13-2005 at 05:54 PM.
FireAnt is offline   Reply With Quote
Old 05-13-2005, 05:59 PM   #63
Low Bitrate
 
BenjaminS's Avatar
 
Join Date: Mar 2005
Posts: 101
My Photos: (0)
Quote: Originally Posted by FireAnt
>.04a seems to stick after playing a song on the now playing screen. It shows the next title but just sits there. I press the pause button and it starts playing and still shows the pause button. This is on a Mac Mini

Mike F.

Edit: Ok it's not sticking consistantly. Only did it two times on the way home from work (45 min drive) and then started working fine. It was even switching between diferent bit rates ok. I don't know what was causing it?

I changed the controler object, forgot to change a few other things... will be fixed in a jiffy.
__________________
BenjaminS
Powered by Imagination
http://www.ccarproject.net/
BenjaminS is offline   Reply With Quote
Old 05-13-2005, 07:12 PM   #64
Admin. Don't bug or I'll byte.
Bugbyte's CarPC Specs
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Vehicle: 2001 VW Beetle
Posts: 4,590
My Photos: (38)
Still the same loading problem, then the app quits. Loads songs very quickly, loads albums quite a bit slower, then the app quits and I get the message offering to send the bug report to Apple. Log attached.
Attached Files
File Type: txt CCarProject.crash.txt (14.4 KB, 150 views)
__________________
-Where in the world is the iBug?
-Find out about theiBug
-Attention Newbies! Have you seen the FAQ Emporium?
-No time to figure it out? Take 5 minutes to view the Car PC 101 video
Bugbyte is offline   Reply With Quote
Old 05-13-2005, 09:04 PM   #65
Low Bitrate
 
BenjaminS's Avatar
 
Join Date: Mar 2005
Posts: 101
My Photos: (0)
Quote: Originally Posted by Bugbyte
Still the same loading problem, then the app quits. Loads songs very quickly, loads albums quite a bit slower, then the app quits and I get the message offering to send the bug report to Apple. Log attached.


Well this is actually a good sign. We are making progress, there is a clear stack of failure this time, and its pointing to a strange mp3 frame. So in order to track down the culprit file, download this release. Its kinda a debug release just for you.

Before you launch the program open up /Applications/Utilies/Console.app, the debug statement is going to spit out every file that its trying to read for artwork. The last line before the crash should be the bad file. Try removing that file from iTunes.

If it works after you have removed any files that it dies on, please send me one of the files, benjamins@ccarproject.net. It would really help the debugging process. HA its not file sharing, its research and development on a collection of bytes. :P

Debug: http://www.ccarproject.net/ccar_debug_for_bug.tar.gz

Please let me know as soon as possible. I want to work the bug out of that framework. I just have no idea where its puking.
__________________
BenjaminS
Powered by Imagination
http://www.ccarproject.net/
BenjaminS is offline   Reply With Quote
Old 05-13-2005, 10:38 PM   #66
Low Bitrate
 
BenjaminS's Avatar
 
Join Date: Mar 2005
Posts: 101
My Photos: (0)
Nightly Build: .05a
Build Date: Friday, May 13 2005
Build Url: http://www.ccarproject.net/ccar.05a.tar.gz

This should fix various bugs, did way to much today and just did not doc them well.

If you find any bugs(i am sure you will) please use the ticket system so that I can track them better.

https://opensvn.csie.org/traccgi/CCa....cgi/newticket

Just asign them to BenjaminS, i am currently the only developer.
__________________
BenjaminS
Powered by Imagination
http://www.ccarproject.net/

Last edited by BenjaminS; 05-13-2005 at 10:45 PM.
BenjaminS is offline   Reply With Quote
Old 05-13-2005, 11:02 PM   #67
Admin. Don't bug or I'll byte.
Bugbyte's CarPC Specs
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Vehicle: 2001 VW Beetle
Posts: 4,590
My Photos: (38)
Quote: Originally Posted by BenjaminS
Well this is actually a good sign. We are making progress, there is a clear stack of failure this time, and its pointing to a strange mp3 frame. So in order to track down the culprit file, download this release. Its kinda a debug release just for you.

Before you launch the program open up /Applications/Utilies/Console.app, the debug statement is going to spit out every file that its trying to read for artwork. The last line before the crash should be the bad file. Try removing that file from iTunes.

If it works after you have removed any files that it dies on, please send me one of the files, benjamins@ccarproject.net. It would really help the debugging process. HA its not file sharing, its research and development on a collection of bytes. :P

Debug: http://www.ccarproject.net/ccar_debug_for_bug.tar.gz

Please let me know as soon as possible. I want to work the bug out of that framework. I just have no idea where its puking.

It doesn't appear to be in iTunes. Looks like it's missing a framework for CoreAudioKit. Here's the result:

dyld: /Users/tberry/Desktop/CCarProject.app/Contents/MacOS/CCarProject can't open library: /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit (No such file or directory, errno = 2)
May 14 00:02:51 Tom-Berrys-Computer crashdump: Unable to determine CPSProcessSerNum pid: 2594 name: CCarProject
May 14 00:02:51 Tom-Berrys-Computer crashdump: Started writing crash report to: /Users/tberry/Library/Logs/CrashReporter/CCarProject.crash.log
May 14 00:02:51 Tom-Berrys-Computer crashdump: Finished writing crash report to: /Users/tberry/Library/Logs/CrashReporter/CCarProject.crash.log
__________________
-Where in the world is the iBug?
-Find out about theiBug
-Attention Newbies! Have you seen the FAQ Emporium?
-No time to figure it out? Take 5 minutes to view the Car PC 101 video
Bugbyte is offline   Reply With Quote
Old 05-13-2005, 11:23 PM   #68
Newbie
 
DerekICT's Avatar
 
Join Date: Mar 2005
Location: Wichita, Ks
Vehicle: 1998 Olds Bravada
Posts: 42
My Photos: (0)
First, it looks great. I am pleased that you are working so hard on this, and are so open to suggestions.

I have not spent too much time messing with it, but is it me, or is there not a STOP button. It appears that the PLAY button turns to PAUSE, but is there a way to stop the music? (besides the pause)
__________________
---
Work in progress - 95% Complete

MacMini 1.42GHz 1GB RAM - WiFi, Bluetooth
NewerTech miniStack 160GB
Xenarc 7" 700TSV

GPS - Rayming TN-200 w/ Route 66
XM PCR
AM/FM Radio Shark
CCar Front End
Carnetix P1900
Griffin AirClick Remote
DerekICT is offline   Reply With Quote
Old 05-13-2005, 11:28 PM   #69
Low Bitrate
 
BenjaminS's Avatar
 
Join Date: Mar 2005
Posts: 101
My Photos: (0)
Sorry about that debug release, I was messing with a tiger framework and forgot to remove it before the build. I also updated the nightly build, and svn repository.


Quote: Originally Posted by DerekICT
First, it looks great. I am pleased that you are working so hard on this, and are so open to suggestions.

I have not spent too much time messing with it, but is it me, or is there not a STOP button. It appears that the PLAY button turns to PAUSE, but is there a way to stop the music? (besides the pause)

A stop button, wow... haha. Good point, going to have to squeeze that in somewhere, any suggestions?

Ha, anyone want to redesign that controller bar, 800x100 size, go crazy :P
__________________
BenjaminS
Powered by Imagination
http://www.ccarproject.net/
BenjaminS is offline   Reply With Quote
Old 05-13-2005, 11:50 PM   #70
Low Bitrate
 
BenjaminS's Avatar
 
Join Date: Mar 2005
Posts: 101
My Photos: (0)
Well we got bug byte up and running, but i still don't want to call that ticket quits until other people confirm that .05a actually works. There was also another ticket from Delivery_Guy, i think I got that one too in this release, so let me know if i can close those two tickets or not.
__________________
BenjaminS
Powered by Imagination
http://www.ccarproject.net/
BenjaminS is offline   Reply With Quote
Sponsored Links
Old 05-14-2005, 01:26 AM   #71
Mac Car Moderator
 
kandyman676's Avatar
 
Join Date: Apr 2004
Location: Maryland
Vehicle: 2008 Nissan Altima Sedan 3.5 SL
Posts: 792
My Photos: (1)
Thanks BenjaminS for being on top of this app:-) I've been watching from the sidelines and very pleased with your progress and customer service:-)
__________________
"If it works this good why F with it?" -KMFDM "Intro"

Strive for ethical wardriving: http://faq.wardrive.net/

My CarCPUs: v1 - 2000 | v2 - 2004
Mp3Car Meets: http://detrimental.org/eyecandy/MP3CarMeets
kandyman676 is offline   Reply With Quote
Old 05-14-2005, 02:17 AM   #72
Low Bitrate
defender90's CarPC Specs
 
Join Date: May 2004
Location: The Netherlands
Vehicle: 2001 Land Rover Discovery TD5 and 1990 Land Rover Discovery V8i
Posts: 110
My Photos: (0)
Hi Benjamin,

I can't open or unpack your ccar.05a.tar.gz file on my Powerbook.


/edit/
Problem solved:
The file, downloaded here: https://opensvn.csie.org/traccgi/CCa...wser/releases/ works fine

------
You have added the NOW PLAYING button. Great. But: When i start a song from a playlist it shows the next three songs on the list. Thats fine. But when i start browsing other lists, and go back to NOW PLAYING it has changed te next three songs. And i didn't want that to happen.
Is there a possibility of starting a playlist or album, instead of the seperate songs?

Last edited by defender90; 05-14-2005 at 02:36 AM.
defender90 is offline   Reply With Quote
Old 05-14-2005, 03:35 AM   #73
Constant Bitrate
 
Join Date: Feb 2005
Posts: 124
My Photos: (0)
part files

Looks like the files are incomplete..perhaps during download..
raceer is offline   Reply With Quote
Old 05-14-2005, 09:53 AM   #74
Low Bitrate
 
BenjaminS's Avatar
 
Join Date: Mar 2005
Posts: 101
My Photos: (0)
sorry about that, those 1am builds when your falling over sleeping never seem to work out well :P, The best place to get the source is ussually the svn repository, which you pointed out. I will try to be more careful in the future :P

jsut updated it the link should work... silly programmers
__________________
BenjaminS
Powered by Imagination
http://www.ccarproject.net/

Last edited by BenjaminS; 05-14-2005 at 10:08 AM.
BenjaminS is offline   Reply With Quote
Old 05-14-2005, 10:08 AM   #75
Low Bitrate
 
BenjaminS's Avatar
 
Join Date: Mar 2005
Posts: 101
My Photos: (0)
Quote: Originally Posted by defender90
You have added the NOW PLAYING button. Great. But: When i start a song from a playlist it shows the next three songs on the list. Thats fine. But when i start browsing other lists, and go back to NOW PLAYING it has changed te next three songs. And i didn't want that to happen.
Is there a possibility of starting a playlist or album, instead of the seperate songs?


Ok what happens is when you select another playlist/ablum/artist etc it says hey we changed play lists so update the details page to reflect this. I relize this is not the best behavior at the moment. So i am probably going to change that so it will only update the details page when you click on a song in a playlist/album/etc...

Does that work?
__________________
BenjaminS
Powered by Imagination
http://www.ccarproject.net/
BenjaminS is offline   Reply With Quote
Sponsored Links
Reply


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

BB 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
Destinator 3 Frontend v1.1.3 BETA 2 - Let's try again! Ninja Monkey Map Monkey 49 01-16-2005 04:45 PM
I got beta Powermate Drivers. fluffy2097 Input Devices 23 01-11-2005 08:01 PM
Nice device for VW Beta?? Enigmaster Car Audio 0 06-13-2004 02:33 PM
Ford Focus ME Skin Beta 1 nitr0genics ME Archive 14 09-08-2003 01:02 PM
Beta Test 1.6.9 Available CarComp ME Archive 6 12-10-2002 10:59 AM


All times are GMT -5. The time now is 05:58 PM.


Sponsored Links
The MP3car.com Store

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