-
-
Notifications
You must be signed in to change notification settings - Fork 474
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
Cannot Bulk Spawn in a System #837
Comments
The Maybe I'll find a way to support this in the future, but for now it's not possible. I added an |
Hi Sander, I think this issue regressed. I am getting a crash on my test! https://codeberg.org/deus/zoxel/src/branch/master/tests/flecs/bulk_spawn.c Process terminating with default action of signal 6 (SIGABRT) |
The assert you're getting is the one I added to make sure you don't get silent failures or segfaults. |
Describe the bug
A memory crash when calling ecs_bulk_init within a system.
To Reproduce
Run this script:
https://github.com/deus369/open-zoxel/blob/master/Tests/test_bulk_spawn.c
Expected behavior
No crashy!
Additional context
Ubuntu, amd cpu x86 64 bit..!
The text was updated successfully, but these errors were encountered: