Compiling issue

Jeff

New member
Hey Everyone. Just started doing the 12 days of Nesmas with 4.5.9 and when compiling for day 2 I get this error. Any ideas?

1607792370735.png
 

Jonny

Well-known member
What does it say in the black cmd screen before that pops up. That's where you'll find the error details.
 

Jonny

Well-known member
Cool cool. Glad you sorted it. That cmd line window shows you what you've upset and where you upset it (line number). There are other errors like 'branch out of range' etc but if you go through all the website tutorials you'll pick that up quickly I'm sure. All the best with your projects!
 

dale_coop

Moderator
Staff member
Yeah, when you have an error, check the command line (black) window. The error is "explained" ;)
(Also, Joe explains how to deal with those errors in the recent tutorial video series)
 

MC-Hamhead

New member
Hey, I'm having the same issue, but I'm really new to the program and don't know where to look to solve this issue. If someone could help me that would be awesome. The link to the video that could help me would be great too. Here is my black screen.
The black screen.PNG
 

MC-Hamhead

New member
Nevermind. I got the first bug fixed, but after trying to fix the next one, I can't find out how to fix this one.
I was doing the HUD part of the 2019 tutorials. I was trying to display the word health.
The newest black screen.PNG
 

dale_coop

Moderator
Staff member
I would suggest to not edit the script with Wordpad, because it "corruptes" script files.
The classic NotePad is the one to use... or you can even install NotePad++ (notepad plus plus) if you want more advanced features (like multi tabs, synthaxic colorations, ...).
 

dale_coop

Moderator
Staff member
Don't know what you want to do...
But the thing I know, is you don't need to make any modification in the "header.asm" script.

Have you watch the tutorial videos?
 

MC-Hamhead

New member
I was following the tutorial videos from 2019 (I think it was 4.2.0) and when I tried to add the word health to the HUD it gave me the first issue. I corrected it and then it gave me another error(the one above.) I attached the image above just in case you needed to see it to understand. (I am working on finding a working copy of notepad for windows ten. The program doesn't want to be recognized by NES Maker.)
 

dale_coop

Moderator
Staff member
You need to follow the tutorials corresponding to the version you are using.
Because each version is different and not really compatible one with another one... (except a few things but you don't know that until... you know ;))

So, my advice:
- the "12 days of NESmas" tutorial series
- then, the "intermediate" tutorial videos for EACH module (and if you feel at ease, you can also follow the "Advanced" ones

From : https://www.thenew8bitheroes.com/learn


And you will be ready to work on yur own small project :)
 
Top Bottom