Many errors (.asm files)

CreeperPowerPlays

New member
Hello, i wanted to test my game and i got these errors:
Code:
C:\Users\milan\OneDrive\Bureaublad\Beaublad\NESMaker\nesmaker_4_1_5a (2)\NESmaker_4_1_5\GameEngineData>asm6 MainASM.nes game.nes demo.txt
pass 1..
Routines\Basic\\BankData\Bank02.asm(340): Can't open file.
Routines\Basic\PhysicsScripts\CalculateAccAndSpeed.asm(164): Can't open file.
Routines\Basic\PhysicsScripts\CalculateAccAndSpeed.asm(166): Can't open file.
Routines\Basic\PhysicsScripts\CalculateAccAndSpeed.asm(172): Can't open file.
Routines\Basic\ModuleScripts\MainScripts\Physics_4_1_0.asm(1): Label already defined.
Routines\Basic\\System\ZeroOutAssets.asm(25): Label already defined.
demo.txt written.

C:\Users\milan\OneDrive\Bureaublad\Beaublad\NESMaker\nesmaker_4_1_5a (2)\NESmaker_4_1_5\GameEngineData>pause
Press any key to continue . . .

Can you help me how to fix that?
 

dale_coop

Moderator
Staff member
Seems that you have a lot of scripts that can't be open...
Maybe you're antivirus... that deleted some scripts.
I'd suggest to disable it (or add an exception for the NESmaker folder) and restore the original files (the whole "GameEngineData", from the nesmaker_4_1_5.zip file)
 
Top Bottom