• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 7
Anyone else having problems when resuming from 'Pause'?
#16
Crash pausing and stopping a mkv http://pastebin.com/m41ec59fb
Reply
#17
I've had the same problem frequently with build 21090, but now just sporadic with the latest build from svn.
Reply
#18
Looks like most of you use digital out? Whats the exact audio setting?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#19
WiSo Wrote:Looks like most of you use digital out? Whats the exact audio setting?

As I posted in the trac ticket, I have the issue consistently on a system where audio output is set to digital (dolby & dts enabled), and can't reproduce on a system where output is set to analog

I tried setting the analog system to digital, and now I get the pure virtual function call errors.

I tried setting the digital system to analog, and don't get errors anymore.

mediainfo output for the file I'm testing with:
http://pastebin.com/m579d3cc1
Reply
#20
Digital out here also.

Using a HDA Xplosion Audio card which encodes everything to DTS unless it has AC3 or DTS native audio.

I can confirm no issues with analog - including playing stacked files.
Reply
#21
CrashX Wrote:When xbmc crashes, there should be xbmc.rXXX.dmp file in the xbmc installlation directory ? Please post that as well ....

No .dmp file here anywhere on the HDD. Sorry.
Reply
#22
david81 Wrote:No .dmp file here anywhere on the HDD. Sorry.

same here
Reply
#23
please check r21169
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#24
WiSo Wrote:please check r21169

No luck I'm afraid:
http://pastebin.com/m194b7d71
Reply
#25
Hey.

I am having the same error. I have only experienced this with MKV's.

Any ideas what may cause this?
Reply
#26
Same problem, happens to me since a few builds, current build is 21168 and digital out, no dump file either!!!
Reply
#27
There will not be a dump. XBMC is not crashing (at least not per the log file), the audio thread is just throwing an exception and terminating.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


                                            Image
Reply
#28
Here is the problem:
Code:
#18:54:29 T:3136 M:1064898560   DEBUG: CGUIAudioManager::Initialize
#18:54:29 T:5768 M:1064882176   ERROR: CThread::staticThread : Access violation at 0x0048cdd8: Reading location 0x00000024

Because we use a global DirectSound device, when the GUIAudioManager is re-initialized, it notices that the surrent device is det up for passthrough, and closes our DirectSound device, thus invalidating the pointer held by the renderer.

I can't say yet why the GUIAudioManager would be reinitialized...
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


                                            Image
Reply
#29
same problem. Can skip ahead, can do everything except pause.
Also use digital output and experience np with analog.

What is the last working svn?
Reply
#30
infy Wrote:same problem. Can skip ahead, can do everything except pause.
Also use digital output and experience np with analog.

What is the last working svn?

r21030 works for me.
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 7

Logout Mark Read Team Forum Stats Members Help
Anyone else having problems when resuming from 'Pause'?0