Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

Recommended Posts

Posted

Had this a couple of times now. Normally, GE is happy cycling through games in attarct mode - got it set to mame rotation. However, past 2 days, after a liong time running, get the following error (the previous was like this:

  Reveal hidden contents

Attached usual..

 

log.txtFetching info...

GameEx.iniFetching info...

Posted

The log says this:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

This is the same PC that we were discussing in the other thread, isn't it? The one that might need a RAM upgrade? You should probably do some memory tests. Maybe it's not the amount of RAM or a memory leak that is giving you problems; perhaps one of the sticks is not working properly.

 

The log also talks about some plugins having to be turned off due to exceptions(QuickLaunch & LCD/LED). If the crashing is a consistent, reproducible issue, you may want to disable your plugins to see if you can get some stability...and then add them back in one at a time.

Posted

Thanks RedDog - can you recommend any RAM testing software? Is it mainly that RAMTest (or whatever it's called) that you run in the DOS environment prior to windows?

  On 6/27/2018 at 9:38 PM, RedDog said:

The log also talks about some plugins having to be turned off due to exceptions(QuickLaunch & LCD/LED). If the crashing is a consistent, reproducible issue, you may want to disable your plugins to see if you can get some stability...and then add them back in one at a time.

Expand  

@Tom Speirs, @headkaze, @Adultery - dunno if you guys need to know - think this is you guys' plugins + Tom - know we had issues with my plugins recently - wonder if related to same issue?

Cheers chaps

Posted

The memory test tool that is build into Windows is fine. See here. I will also use memtest86 free version.

Be sure to run them for at least several hours, overnight if you really want to be thorough.

Also consider reseating or mixing your sticks.

  • Like 1
Posted

Based on your logs, this is a SlimDX crash. I can say that Quicklaunch doesn't do anything that would result in any kind of D3D errors. I'd make the same assumption that the LED/LCD  plugin wouldn't either.

I'm guessing either one of your your RAM sticks is corrupt or you have issues with your video card RAM and/or IO buffer.

Posted

yuck - that sounds horrible. Where the hell do I start with the differential diagnostics? I've also wondered whether it's one of my plugins with a memory leak (although I don't really know what that it) - would that cause this error?

Posted

If you're doing any kind of drawing to the screen it's possible I suppose...

I would start with RAM tests, that's the most likely and cheapest thing you can do.

It couldn't hurt to double check your code... I've had memory leak issues with GameInfo, and ended up rewriting a ton of code to try to fix the issues. Something along the line caught it, because it just stopped happening.

I'm sure it was probably switching my forms to show with "using" instead of just loading them into memory and trusting the garbage collection to purge the stuff I'm not using anymore. But I made so many changes, it's hard to say exactly what I did to stop it. I will say my cab would typically run for about a week unattended before it would crash.

I've also never had that error exactly, but GameEx might have improved the error messaging since then. I'm fairly certain he switched to SlimDX since then, or at least made some changes to his renderer handling.

Hope that helps!

Guest
This topic is now closed to further replies.
×
×
  • Create New...