Win Error crashing plugins: Access Violation : Reading location
#1
Hi,

Running XBMC RC2 on Windows Vista 64-bit SP2. The plugin is crashing back to the XBMC home screen when trying to open a stream from rtmpGUI+. I deleted the userdata folder, and let XBMC rebuild it, but it did the same thing. Getting an Access Violation:Reading Location error, which I'm somewhat sure is the source of the problem.

Here's the log: http://pastebin.com/GPU765kh

Any ideas on what the Access Violation could be referring to?

Thanks!
Reply
#2
We'd need steps to repro, and it likely has to be with the same video you're trying.
Always read the Kodi online-manual, the FAQ and search the forum before posting.
Do not e-mail Kodi Team members directly asking for support. Read/follow the forum rules (wiki).
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
Not a specific video. Launching the rtmpGUI+ rev. 10 plugin. Navigating to United States list. Crashes back to XBMC home screen.

Thanks for the response.
Reply
#4
You'll want to start with enabling debug logging (settings->system->debugging)
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
#5
XBMC log with debugging enabled:

http://pastebin.com/DHY4SJWf

Reply
#6
The error is:

Code:
21:58:03 T:3292   ERROR: CThread::staticThread : Access violation at 0x049225a1: Reading location 0x00000004
21:58:03 T:3292  NOTICE: thread end: video_thread

I don't use the add-on but I tried putting the stream in an strm file and that worked. If you want to try it create a file called test.strm (or any name you want ending in ".strm") containing:

Code:
rtmp://176.31.231.57/edge playpath=y3r6msrcl1vs3fj swfurl=http://static.ilive.to/jwplayer/player.swf pageurl=http://www.ilive.to/view/23699/History live=1  timeout=30

Put the file in any convenient video folder and you'll be able to play it just like any video. When I try this here, with RC2, it plays fine, however I use an NVIDIA GPU. You might try disabling hardware acceleration as the Intel GPUs can give problems with acceleration.

JR
Reply

Logout Mark Read Team Forum Stats Members Help
Error crashing plugins: Access Violation : Reading location0