Direct Show Player Causing APPCRASH

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
studawg66
Posts: 25
Joined: Wed Jun 17, 2015 9:40 pm

Direct Show Player Causing APPCRASH

Post by studawg66 » Mon Nov 21, 2016 8:18 pm

I have an app built in an old version of RunRev that I'm trying to get stable in the newer 8.1 or 8.1.1 releases. It seems to do everything well, including play my multicast streaming video (thanks to the new DS player!), but if I leave the program running for several days the app eventually crashes. This is an app that must run 24x7, so that is unacceptable. The last two times I captured the crash, it was after 3 days running with a video stream. After checking the latest crash log, it shows that the DS player is the culprit. Any ideas? See log below:

Problem signature:
Problem Event Name: APPCRASH
Application Name: CLOCKS~1.SCR
Application Version: 0.0.0.0
Application Timestamp: 57d6e85c
Fault Module Name: dsmpeg4rtpreader.ax
Fault Module Version: 5.4.0.3
Fault Module Timestamp: 4e2863cc
Exception Code: c0000005
Exception Offset: 0000b5d5
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 8e76
Additional Information 2: 8e7601b6ffa93b60ed9eeebc17d46d7d
Additional Information 3: 6595
Additional Information 4: 65950c9b20136d6060c808617265b87b

studawg66
Posts: 25
Joined: Wed Jun 17, 2015 9:40 pm

Re: Direct Show Player Causing APPCRASH

Post by studawg66 » Mon Jan 23, 2017 8:56 pm

Bump. Anyone? I still haven't found a solution to this.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7210
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Direct Show Player Causing APPCRASH

Post by jacque » Tue Jan 24, 2017 6:21 pm

Crashes are always engine bugs so your best recourse is to report the problem at the bug database here:
http://quality.livecode.com

Since the crash only happens after an extended period of time, it sounds like a memory leak. This could easily be something in the scripts, which means you can fix it yourself, or it could be a bug in the engine that LC has to fix.

You might want to test using the latest LC pre-release version 8.1.3rc1. It won't solve the problem but it is supposed to handle low memory conditions better.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

studawg66
Posts: 25
Joined: Wed Jun 17, 2015 9:40 pm

Re: Direct Show Player Causing APPCRASH

Post by studawg66 » Tue Feb 07, 2017 8:22 pm

Just an update on this...I have been running this app in 8.1.2 for a few weeks now and have not seen this appcrash. So I'm not sure what changed that would have helped this, but maybe they found some memory issues that they resolved. I'm going to assume it is fixed and move on.

Post Reply

Return to “Windows”