Suddenly I started to get "MAV" when compiling...

Monkey Forums/Monkey Programming/Suddenly I started to get "MAV" when compiling...

V. Lehtinen(Posted 2014) [#1]
Hey forums!

I have no idea what I've done that created this problem...
I'm not loading any images at any time, I'm using primitive drawing functions.
After editing something in my code, I suddenly started getting "Memory Access Violation" error, for no reason...

- All imports are checked, nothing wrong
- I'm not able to paste codes, since my engine consists of many files...

This is all I have to give:
C:\MonkeyX77a\Bin\transcc_winnt.exe -run -config=debug -target=Html5_Game   "C:\MonkeyX77a\modules\mgev2\tests\circle2line_intersection_test.monkey"
TRANS monkey compiler V1.62
Parsing...
Semanting...
Monkey Runtime Error : Memory access violation


I tried re-installing monkey, but it didn't help.
Also there is no debug data available, and I think it doesn't even run the project at any time. I'm helpless...! T__T


therevills(Posted 2014) [#2]
Can you try an earlier version of MonkeyX?

Have you added something recently to your engine? Can you make a small example?


golomp(Posted 2014) [#3]
V77a is not a stable version. Try 77F.


V. Lehtinen(Posted 2014) [#4]
I don't have Pro license so I'm not able to... Also it fixed itself somehow? Reboot didn't help, but at some point it just stopped doing it... I'm confused. >_<