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

Random Crash When Changing Scenes #87

Open
gavrilovmiroslav opened this issue Aug 17, 2024 · 1 comment
Open

Random Crash When Changing Scenes #87

gavrilovmiroslav opened this issue Aug 17, 2024 · 1 comment
Labels
more info needed Further information is requested

Comments

@gavrilovmiroslav
Copy link

The application crashes with the following stack trace (not touching application code anywhere in it):

Update error: libraries/noble/Noble.lua:269: attempt to index a nil value (upvalue 'currentScene')
stack traceback:
	libraries/noble/Noble.lua:269: in field 'transitionMidpointHandler'
	libraries/noble/modules/Noble.Transition.lua:115: in field 'fn'
	libraries/noble/libraries/Sequence.lua:359: in local 'callTimeRange'
	libraries/noble/libraries/Sequence.lua:368: in method 'updateCallbacks'
	libraries/noble/libraries/Sequence.lua:81: in field 'update'
	libraries/noble/Noble.lua:311: in function <libraries/noble/Noble.lua:308>

The crash happens randomly, on scene transition using the Menu and Sequences.

@gavrilovmiroslav gavrilovmiroslav added the bug Something isn't working label Aug 17, 2024
@Mark-LaCroix Mark-LaCroix added more info needed Further information is requested and removed bug Something isn't working labels Sep 27, 2024
@Mark-LaCroix
Copy link
Member

Umm, this same error was reported previously and was thought to have been addressed by #66. Check out #69 and see if your issue is similar.

This might be a different issue entirely, either with the Sequence library or a new bug in the engine, or it could be the #66 didn't fully fix the underlying issue.

I supposed it also could be possible that you're using an older version of the engine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more info needed Further information is requested
Projects
Status: To-do
Development

No branches or pull requests

2 participants