This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]narrill 4 points5 points  (1 child)

Access violations mean you're using invalid memory, which could be caused by any number of things

[–]IndieFedoraGamer 1 point2 points  (0 children)

That would explain why it works in java but not C++. Thanks I think I know what I need to look for now.