Hello Guest

Referenced Memory Error

  • 2 Replies
  • 5730 Views
Referenced Memory Error
« on: October 10, 2011, 20:38:11 »
Hi,

I'm having a problem with the game I developed. I've worked through a whole lot of bugs already, but I don't know what's causing this one or how to fix it. When I start the game, the window pops up, and then displays this popup message:

"The instruction at "0x0c1bc5b5" referenced memory at "0x0c30b5f0". The memory could not be "read"."

Does anyone know anything about this error? I'm new to LWJGL, and OpenGL in general.

Thankyou in advance!

*

Offline Chuck

  • *
  • 42
  • aka sproingie on freenode
Re: Referenced Memory Error
« Reply #1 on: October 10, 2011, 20:48:08 »
First, update the drivers for your video and audio hardware. 

If the problem continues, then your program should dump a file named something like hs_err_pid12345.log (where 12345 is different every time).  Post the content of that file.

Re: Referenced Memory Error
« Reply #2 on: October 10, 2011, 21:01:37 »
It appears that everything's up-to-date, but it's not printing any log. I'm not sure what's going on.