You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
So.. i'm recieving this error recently when i added an animation to main character, it can be noticed that i have other animation in a portal (platformer kaboom game) and it works perfect, it only happen when entering to game, however in a couple of refreshes you can actually see that game works as expected
yes.mp4
this is a video showing it, also i call loadsprite after scene
i though that is was the network, so i tired to test it in a corporative network, but there is the same error..
then i tried to move loadsprite after imports, but it does not work
i even change the server to a powerful one but it wasn't the server
i tried to call assets in same main file but it gives me other error...
i tried to get support on kaboom's server but all methods failed..
finally Danie told me to create an issue in github for review, Is it possible to developers to get a quick fix? i really need that this issue gets fixed
This is all, i attached a test server on replit in order to show the bug, as i said you need a couple of refreshes to let the game work.
Thanks
What's the expected behavior?
This should load game correctly without any errors regarding anims.
Sorry I didn't understand the problem, the video doesn't seem to show an error and the link doesn't show an error. Did you get the "Anim not found: (anim name)" error message when trying to call play()?
Yes, it shows (anim error) and the anim, normally is a random anim, the issue was partially fixed, but in some cases you can see the error, i think that's why you didn't see any errors, try again
This is not "Minimum reproducable code". If you still want help provide a link to the repository or fix the code in your first comment (where do you define the player component? where do I find the sprite? Etc...)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
latest
What browsers are you seeing the problem on?
Chrome, Microsoft Edge, Other
What happened?
So.. i'm recieving this error recently when i added an animation to main character, it can be noticed that i have other animation in a portal (platformer kaboom game) and it works perfect, it only happen when entering to game, however in a couple of refreshes you can actually see that game works as expected
yes.mp4
this is a video showing it, also i call loadsprite after scene
i though that is was the network, so i tired to test it in a corporative network, but there is the same error..
then i tried to move loadsprite after imports, but it does not work
i even change the server to a powerful one but it wasn't the server
i tried to call assets in same main file but it gives me other error...
i tried to get support on kaboom's server but all methods failed..
finally Danie told me to create an issue in github for review, Is it possible to developers to get a quick fix? i really need that this issue gets fixed
This is all, i attached a test server on replit in order to show the bug, as i said you need a couple of refreshes to let the game work.
Thanks
What's the expected behavior?
This should load game correctly without any errors regarding anims.
Minimum reproducable code
Live demo
https://pegesourcemain-3.luiscraftyt3.repl.co/jugar
The text was updated successfully, but these errors were encountered: