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

0.24 crash with moonscript error #135

Closed
harrisyu opened this issue May 13, 2017 · 4 comments
Closed

0.24 crash with moonscript error #135

harrisyu opened this issue May 13, 2017 · 4 comments
Assignees
Labels
Milestone

Comments

@harrisyu
Copy link

harrisyu commented May 13, 2017

here is the code that have error:
-- title: game title
-- author: game developer
-- desc: short description
-- script: moon
-- input: gamepad

ani={}
with ani
wheel={50,{488,489,490}}
trace ani.wheel[1]

export TIC=->
cls 11

in 0.23 it show every time when run that "attempt to index nil value", it's ok.
in 0.24 it has no feedback on console, sometimes show same error message, but will crash tic-80 when you execute the same code within 10 times.
I using windows 10.

@nesbox nesbox self-assigned this May 13, 2017
@nesbox nesbox added the bug label May 13, 2017
@nesbox nesbox added this to the 0.25.0 milestone May 13, 2017
@nesbox
Copy link
Owner

nesbox commented May 13, 2017

made a hotfix, thanks
tic_0.24.0_hotfix.zip

@harrisyu
Copy link
Author

Thanks for the quick hotfix, but now all trace out put is "trace out".

@nesbox
Copy link
Owner

nesbox commented May 14, 2017

Oops, another one fix :)
tic_trace_fix.zip

@nesbox
Copy link
Owner

nesbox commented May 16, 2017

done in .25

@nesbox nesbox closed this as completed May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants