Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.IndexOutOfRangeException #2

Open
gustavostuff opened this issue Nov 12, 2023 · 1 comment
Open

System.IndexOutOfRangeException #2

gustavostuff opened this issue Nov 12, 2023 · 1 comment

Comments

@gustavostuff
Copy link

I'm getting the following error:

Unexpected error System.IndexOutOfRangeException: Index was outside the bounds of the array.   at com.clusterrr.Famicom.NesTiler.Program.Main(String[] args)
make: *** [Makefile:39: pattern_0.bin] Error 1

Here's what I did:

  • Modified a bit the Makefile inside nrom_simple example, just some of the first line:
NESASM?=nesasm
EMU?=fceux64
TILER?=/home/g/nestiler/nestiler
SOURCE=main.asm
EXECUTABLE=nrom_simple.nes

IMAGE?=../../TestImages/Images/girl.png
  • added girl2.png, the image is 64x64 and 4 colors
    girl2.png
  • The error happens with and without "indexed mode" for the colors (Gimp functionality)

The same error also happens when running just ./nestiler -i img.png in the terminal (from the lastest Linux self-contained release)

My system is Manjaro XFCE, up to date, 64bit.

Please let me know if you need anything else.

@ClusterM
Copy link
Owner

Hi! Sorry for such slow answer.
Please try latest interim version: https://clusterm.github.io/NesTiler/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants