Rsgm / Hakd

Just a hacking game.
MIT License
25 stars 1 forks source link

EXCEPTION_ACCES_VIOLATION #7

Closed BrendenChurch closed 10 years ago

BrendenChurch commented 10 years ago

Starting Jython Menu Command: start.pt BC[start.pt, BC] Menu Info: FileNotFound Menu Command: start.py BC[start.py, BC] Menu Info: python file: res\python\menu\start.py

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000077a79cc1, pid=8132, tid=8048

JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)

Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode windows-amd64 compressed oops)

Problematic frame:

C [ntdll.dll+0x49cc1]

Tried running as administrator, but to no avail.

Got a new graphics card :)

BrendenChurch commented 10 years ago

Hmm... after multiple failed attempts, the first time after posting it worked, I will keep updating.

Rsgm commented 10 years ago

I will look into this, thanks for the log.

Is your computer x64? What version of the game did you download? Did you compile your own from master?

Congrats on the graphics card. I hope you can play it in the future. I hope there will be some content to play in the near-ish future as well.

Rsgm commented 10 years ago

I only had critical errors from the start screen(happens before the menu screen), so I disabled it a while back. If you still see the loading screen(I forget when I took it out, but it seems like you got to the menu), press enter or space, clicking the mouse may even skip it(I forget what the keys to skip it are).

BrendenChurch commented 10 years ago

64 bit, download from release, 0.3

Rsgm commented 10 years ago

I have no idea, I tried running it my self and I had no errors. Yours seemed to have found the python file(otherwise it would say file not found), but it didn't get to the point of starting the game. It might have been an issue with jython.

It says it was caused by ntdll.dll (at offset 0x49cc1, but that means nothing to me). I will look to see if that is in any of my libraries tomorrow. If it isn't, it would be something strange with the java runtime or some other weird voodoo.

BrendenChurch commented 10 years ago

Well, it does run, but the first couple times it displayed that.

Is it gradlew run to run from source?

Rsgm commented 10 years ago

I am not sure if that works or not, but it should. You can set it up as an eclipse project if you would like. Read this to see how to set it up for eclipse.

Rsgm commented 10 years ago

Also,

Well, it does run, but the first couple times it displayed that.

I will call that a success. If it continues, feel free to reopen this(or get me to if you can't).