Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#4897 closed defect (fixed)
Internal DVD playback totally broken on Via hardware
| Reported by: | Owned by: | Anduin Withers | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.21 |
| Component: | mythdvd | Version: | 0.21-fixes |
| Severity: | high | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Somewhere between 16407 and 16467 (tagged release) DVD playback totally breaks for me. I get a log full of the following:
2008-03-09 18:06:00.312 TV: Changing from None to WatchingPreRecorded 2008-03-09 18:06:00.314 New DB connection, total: 3 2008-03-09 18:06:00.316 Connected to database 'mythconverg' at host: 192.168.1.15 2008-03-09 18:06:00.449 Video timing method: DRM 2008-03-09 18:06:00.972 DPMS Reactivated. X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
2008-03-09 18:06:01.388 DPMS Deactivated 2008-03-09 18:06:01.388 DPMS Reactivated. X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
X Error: BadAccess (attempt to access private resource denied) 10
Major opcode: 140 Minor opcode: 19 Resource id: 0x0
Any attempt to skip the menu language selection (that I can't actually see) causes a segfault that also breaks ALSA S/PDIF output when the frontend restarts. Not backtraced since that appears to be the least of my problems!
All other aspects of the internal player seem to be OK since I reverted my profile from Normal back to CPU-- (Slim doesn't work very well on an SP13000)
Attachments (3)
Change History (10)
comment:1 by , 19 years ago
by , 19 years ago
| Attachment: | dvdcrash.log added |
|---|
comment:2 by , 19 years ago
I was afraid of that :-( That version is on the wrong side of a dbver change so I'll stick with xine for a while until either fixes or trunk resolves it.
comment:3 by , 19 years ago
| Milestone: | unknown → 0.21 |
|---|---|
| Priority: | critical → blocker |
comment:5 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [16483]) Fixes #4897. Refs #4567. This fixes a DVD menu handling problem introduced by [16434].
When stream parameters were updated but a new video size was not passed to NVP::SetVideoParams() an invalid video size was sent to the video output classes.
comment:6 by , 19 years ago
The patch seems to fix the segfault and the 'X' error messages have gone away.
I always used to get the DVD menu button show up on a VNC link which I'm not seeing so I can't give a full report until I'm in front of the TV set tonight (only so much I can do from work!!)

The break was [16434] . Reverting to any revision before that avoids the problem.
Logs/backtrace attached