1.18.0 Exception in BASS when switching to another song (1 Viewer)

uxDesign

Portal Pro
December 10, 2011
85
54
near Munich
Home Country
Germany Germany
MediaPortal Version: 1.18.0

Description
During a song was playing I switched to another one and got an error message that it is not possible to play the song. In the MediaPortal.log I found the following exception:

[2018-01-04 10:49:49,637] [Log ] [MPMain ] [INFO ] - BASS: Initializing BASS audio engine...
[2018-01-04 10:49:49,640] [Log ] [MPMain ] [INFO ] - BASS: Device Information
[2018-01-04 10:49:49,642] [Log ] [MPMain ] [INFO ] - BASS: ---------------------------------------------
[2018-01-04 10:49:49,643] [Log ] [MPMain ] [INFO ] - BASS: Name: Lautsprecher (Realtek High Definition Audio)
[2018-01-04 10:49:49,644] [Log ] [MPMain ] [INFO ] - BASS: Default Device: True
[2018-01-04 10:49:49,645] [Log ] [MPMain ] [INFO ] - BASS: ---------------------------------------------
[2018-01-04 10:49:50,505] [Log ] [MPMain ] [INFO ] - BASS: Device Information
[2018-01-04 10:49:50,508] [Log ] [MPMain ] [INFO ] - BASS: ---------------------------------------------
[2018-01-04 10:49:50,511] [Log ] [MPMain ] [INFO ] - BASS: Name: Speakers=2, MinRate=100, MaxRate=200000, DX=9, EAX=False
[2018-01-04 10:49:50,515] [Log ] [MPMain ] [INFO ] - BASS: Directsound version: 9
[2018-01-04 10:49:50,518] [Log ] [MPMain ] [INFO ] - BASS: # Output Channels: 2
[2018-01-04 10:49:50,522] [Log ] [MPMain ] [DEBUG] - BASS: Minimum Buffer Samples: 40
[2018-01-04 10:49:50,525] [Log ] [MPMain ] [DEBUG] - BASS: Current Sample rate: 48000
[2018-01-04 10:49:50,527] [Log ] [MPMain ] [DEBUG] - BASS: Maximum Sample rate: 200000
[2018-01-04 10:49:50,528] [Log ] [MPMain ] [DEBUG] - BASS: Minimum Sample rate: 100
[2018-01-04 10:49:50,530] [Log ] [MPMain ] [INFO ] - BASS: ---------------------------------------------
[2018-01-04 10:49:50,532] [Log ] [MPMain ] [INFO ] - BASS: Initialization done.
[2018-01-04 10:49:50,534] [Log ] [MPMain ] [DEBUG] - PlayerFactory: Successfully created player instance for file - D:\Media\Audio\Musik\The Lord Of The Rings\Soundtrack\The Lord Of The Rings Soundtrack - 01 The Prophecy.mp3
[2018-01-04 10:49:50,538] [Log ] [MPMain ] [INFO ] - BASS: ---------------------------------------------
[2018-01-04 10:49:50,540] [Log ] [MPMain ] [INFO ] - BASS: Creating BASS audio stream
[2018-01-04 10:49:50,544] [Log ] [MPMain ] [INFO ] - BASS: Stream Information
[2018-01-04 10:49:50,546] [Log ] [MPMain ] [INFO ] - BASS: ---------------------------------------------
[2018-01-04 10:49:50,548] [Log ] [MPMain ] [INFO ] - BASS: File: D:\Media\Audio\Musik\The Lord Of The Rings\Soundtrack\The Lord Of The Rings Soundtrack - 01 The Prophecy.mp3
[2018-01-04 10:49:50,550] [Log ] [MPMain ] [DEBUG] - BASS: Type of Stream: BASS_CTYPE_STREAM_MP3
[2018-01-04 10:49:50,552] [Log ] [MPMain ] [INFO ] - BASS: Number of Channels: 2
[2018-01-04 10:49:50,554] [Log ] [MPMain ] [INFO ] - BASS: Stream Samplerate: 44100
[2018-01-04 10:49:50,555] [Log ] [MPMain ] [DEBUG] - BASS: Stream Flags: BASS_MUSIC_FLOAT, BASS_MUSIC_DECODE, BASS_UNICODE
[2018-01-04 10:49:50,557] [Log ] [MPMain ] [INFO ] - BASS: ---------------------------------------------
[2018-01-04 10:49:50,558] [Log ] [MPMain ] [DEBUG] - BASS: Registering stream playback events
[2018-01-04 10:49:50,559] [Log ] [MPMain ] [DEBUG] - BASS: No Replay Gain Information found in stream tags
[2018-01-04 10:49:50,561] [Log ] [MPMain ] [INFO ] - BASS: Successfully created BASS audio stream
[2018-01-04 10:49:50,562] [Log ] [MPMain ] [INFO ] - BASS: ---------------------------------------------
[2018-01-04 10:49:50,563] [Error ] [MPMain ] [ERROR] - BASS: Play caused an exception: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei MediaPortal.MusicPlayer.BASS.BassAudioEngine.NewMixerNeeded(MusicStream stream)
bei MediaPortal.MusicPlayer.BASS.BassAudioEngine.PlayInternal(String filePath)
bei MediaPortal.MusicPlayer.BASS.BassAudioEngine.Play(String filePath).
[2018-01-04 10:49:50,568] [Log ] [MPMain ] [INFO ] - g_Player: ended
[2018-01-04 10:49:50,571] [Error ] [MPMain ] [ERROR] - PlaylistPlayer: *** unable to play - D:\Media\Audio\Musik\The Lord Of The Rings\Soundtrack\The Lord Of The Rings Soundtrack - 01 The Prophecy.mp3 - skipping track!
[2018-01-04 10:49:50,576] [Log ] [MPMain ] [DEBUG] - PlaylistPlayer.Play() playlist is empty
[2018-01-04 10:49:50,581] [Log ] [MPMain ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\dialogOK.xml' is missing control id 11 (window property: btnYes)
[2018-01-04 10:49:50,855] [Log ] [MPMain ] [DEBUG] - WindowManager: route MediaPortal.GUI.Music.GUIMusicFiles:501->MediaPortal.Dialogs.GUIDialogOK:2002
[2018-01-04 10:49:50,857] [Log ] [MPMain ] [DEBUG] - [WIFI_REMOTE] Sending dialog open to clients
[2018-01-04 10:49:50,859] [Log ] [MPMain ] [DEBUG] - DialogWindow: MediaPortal.Dialogs.GUIDialogOK init
[2018-01-04 10:49:51,947] [Log ] [37 ] [DEBUG] - PS: User interface is idle
[2018-01-04 10:49:56,445] [Log ] [MPMain ] [INFO ] -

Steps to Reproduce:
After a restart of MP the first song could be played but switching to another was not possible. After reboot it worked as expected but there must be an error somewhere in bass.dll.
 

Users who are viewing this thread

Top Bottom