-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
invalid decoded tile count #92
Labels
Comments
Please provide either sample file that would allow to reproduce the problem or at least stack trance and exact panic message |
I forgot the repo is private(I can see some of my commits that link this issue here). Sorry for the delay. Here is the stack trace. I can give you a repro if needed.
|
nexovec
pushed a commit
to nexovec/go-tiled
that referenced
this issue
Feb 3, 2025
Minimal reproduction is now available in bugs/failing_load. You should be getting this when you run it: go run .
panic: tiled: invalid decoded tile count
goroutine 1 [running]:
main.main()
/home/nexo/src/go-tiled/bugs/failing_load/main.go:13 +0x146
exit status 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this basic code triggers a panic
What could be happening?
The text was updated successfully, but these errors were encountered: