Anyone getting this issue?

CutterCross

Active member
Whenever I try to export and test I get this in the command prompt:


C:\Users\Paul\Desktop\NESmaker_4_0_0\GameEngineData>asm6 MainASM.nes game.nes demo.txt
pass 1...
pass 2...
last try...
Routines/System/Vectors.asm(1): Value out of range.
demo.txt written.

C:\Users\Paul\Desktop\NESmaker_4_0_0\GameEngineData>pause
Press any key to continue . . .


And after that I get an error saying "Error compiling stuff... Please chech any code changes you made."

I set up the module, the HUD space, and the player. Anyone know a solution?
 

CutterCross

Active member
dale_coop said:
Did you set your HUD ?
Is it an empty HUD or you added item (Health, maybe) on it ?
Okay I found the problem. I added some text strings to the hud originally. I removed all that and it works fine.
 
Top Bottom