MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » Quality Assurance (Bugreports) » Bugreports » 0.2.3.0 final and SVN Builds


0.2.3.0 final and SVN Builds Post bugs you have found in 0.2.3.0 final or any SVN-Snapshot here.

Reply
 
Thread Tools Display Modes
Old 2008-03-27, 15:34   #11 (permalink)
sdf
Portal Member
 
Join Date: Sep 2006
Posts: 104
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

It's definitely a Vista only (asio-MP) error.
Asio works perfectly with, xmplay, foobar2000, Winamp (in Vista).
Asio works perfectly in MP with XP.
Hi,
sdf
sdf is online now   Reply With Quote
Old 2008-03-29, 15:22   #12 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 222
Thanks: 6
Thanked 0 Times in 0 Posts


Default

So what is the status on this? It has been over a month now. I don't know about others, but I would consider this a showstopping bug since it kinda voids the whole music playing part of MP.

Thanks.
phunqe is offline   Reply With Quote
Old 2008-03-29, 16:35   #13 (permalink)
Portal Developer
 
Join Date: Aug 2007
Age: 40
Posts: 210
Thanks: 0
Thanked 20 Times in 15 Posts

Country:


Default

We need a volunteer with Vista to confirm in exactly what SVN and what configuration the problem was introduced. Starting with plain 17453 without tvserver and any user plugins, then upgrading until the problem occurs. Only then some progress can be made, right now we're looking for a needle in the haystack.

I don't have Vista available here, otherwise i would do it.

The CUE file issue is probably not related to this, because it was added in later SVN.
Symphy is offline   Reply With Quote
Old 2008-03-29, 17:15   #14 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 222
Thanks: 6
Thanked 0 Times in 0 Posts


Default

Alright, here we go. Common for all the tests below is that I did not change ANY of the default settings other than what I describe. Using default skin, settings, plugins etc. Nothing extra installed or tampered with. I did however set the log information level to debug.

Pre-requisites: Installed ASIO4ALL, version 2.8 final.
Sound card: Auzentech x-Meridian 7.1
OS: Vista Business 32-bit SP1

Setup phases and results:

1. Installed 0.2.3.0 final. Setup music directory. Selected BASS player. Set output level to 100. Enabled ASIO playback. Selected ASIO4ALL. Made sure the ASIO4ALL setup is correct for my soundcard.

RESULT: Playback OK.

2. Installed SVN 17453. No settings changed.

RESULT: Playback OK.

3. Installed SVN 17454. No settings changed.

RESULT: Crash on playback.

Logs for each phase are attached. If you're really stuck on this I could try to install VS2008 on the HTPC and debug it to see where it crashes. Let me know if you need further information.
Attached Files
File Type: log MediaPortal_phase1.log (19.6 KB, 5 views)
File Type: log MediaPortal_phase2.log (19.5 KB, 7 views)
File Type: log MediaPortal_phase3.log (15.3 KB, 7 views)

Last edited by phunqe; 2008-03-29 at 17:25.
phunqe is offline   Reply With Quote
Old 2008-03-29, 17:44   #15 (permalink)
Portal Developer
 
Join Date: Aug 2007
Age: 40
Posts: 210
Thanks: 0
Thanked 20 Times in 15 Posts

Country:


Default

Ok good work phunqe! This rules out a lot of things. I will look into this later this weekend and see again if i can find out what's been changed in 17454. It must be inthere somehow.

Just to be sure: TV server was not installed while doing these tests?

Thanx,
Symphy
Symphy is offline   Reply With Quote
Old 2008-03-29, 18:02   #16 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 222
Thanks: 6
Thanked 0 Times in 0 Posts


Default

No, I did not install the TV server, only the 0.2.3.0 package found at
Code:
http://downloads.sourceforge.net/mediaportal/MediaPortal_0.2.3.0_Setup.exe
Then the SVNs at
Code:
http://forum.team-mediaportal.com/nightly-builds-v0-2-3-0-final-229/

Last edited by phunqe; 2008-03-29 at 18:05.
phunqe is offline   Reply With Quote
Old 2008-03-29, 23:58   #17 (permalink)
Portal Developer
 
Join Date: Aug 2007
Age: 40
Posts: 210
Thanks: 0
Thanked 20 Times in 15 Posts

Country:


Default

Just been digging in SVN sources. Only changes made in 17454 are to tvserver... Leaves us to find out how that can affect MP1... Feels like i'm missing something here!
Symphy is offline   Reply With Quote
Old 2008-03-30, 01:17   #18 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 222
Thanks: 6
Thanked 0 Times in 0 Posts


Default

Do the SVN releases (which you can download here through the forums) include debug symbols?
phunqe is offline   Reply With Quote
Old 2008-03-30, 21:51   #19 (permalink)
Portal Member
 
Join Date: Sep 2006
Age: 32
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default asio and digital sound

Just want to tell that i have problem with asio when i changed from xp to vista before everything worked fine.
Now i have many problems with sound and thinking of using the analog out to solve all problems with digital sound. phu..
darklord is offline   Reply With Quote
Old 2008-03-31, 13:32   #20 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 222
Thanks: 6
Thanked 0 Times in 0 Posts


Default

I've been fiddling a bit with the source code and since it crashes on

playbackStarted = BassAsio.BASS_ASIO_Start(0); in BassAudio.c

I tried to see if I could upgrade the BASS.NET library. However, it seems that this hasn´t been updated since March last year in MediaPortal, which resulted in a truckload of code changes.

I don´t know if I have the time to do it and is not even guaranteed it will solve the problem.

Did you have any other ideas Symphy?

EDIT:

Ok, so I managed to upgrade the BASS.NET components, but I had to change and comment out a lot of code due to a lot of changes in BASS.NET. Sadly, no music file plays after I messed around with it. Can't really say if I did a bad change or if I had to comment something out that was needed.
In any case, I don't know if it would work with a BASS.NET upgrade or not. The changes needed are quite substantial and without more in-depth investigation I can´t make it work.

Last edited by phunqe; 2008-03-31 at 15:44. Reason: Automerged Doublepost
phunqe is offline   Reply With Quote
Reply

Bookmarks

Tags
asio

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 On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TVEngine3 Snapshot: 02-21-2008 23-19h Revision 17453 MediaPortal-BOT untested 'Nightly Builds' of TV-Server 2 2008-02-22 00:19
MediaPortal SVN-Snapshot: 02-21-2008 23-16h - Revision:17453 MediaPortal-BOT 'Nightly Builds' - v0.2.3.0 - final 1 2008-02-21 22:20
MyMusic: crashes when playing complete album using ASIO testpilot 0.2.3.0 RC2 and SVN Builds 13 2007-10-05 15:35
Testing out SVN's and now it won't look in subfolders.... cold_realms My TVSeries 6 2007-06-19 08:29
MP - Disable showing FPS on new SVN's htpcNoob General Support 3 2006-12-15 01:30


All times are GMT +1. The time now is 11:01.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress