We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, While working with the issue #1871 I've noticed errors like this:
INTERNAL ERROR: LoadField field DataIdx < 0 where InstSize > 0 Module: GlitchyEngine_World_TransformComponent Type: GlitchyEngine.World.TransformComponent Method: GlitchyEngine.World.TransformComponent.RotationAxisAngle set accessor while compiling 'GlitcyEngine.WorldTransformComponent'
Here is a video on how to reproduce this error:
Steps to reproduce it:
Sometimes it crashes, I've included a CrashDump into zip-file. It seems that this internal error is from here: https://github.com/beefytech/Beef/blob/master/IDEHelper/Compiler/BfExprEvaluator.cpp#L5453
This issue is tested on latest nightly (9d8647c).
Attachment: bug.LoadField.zip
The text was updated successfully, but these errors were encountered:
Nice, I had already found and fixed this error today at 1ee4c26
I'm not 100% sure I found the correct crash issue but I fixed a couple potential things at 9444a0d
Sorry, something went wrong.
No branches or pull requests
Hi there,
While working with the issue #1871 I've noticed errors like this:
Here is a video on how to reproduce this error:
LoadField.mp4
Steps to reproduce it:
Sometimes it crashes, I've included a CrashDump into zip-file.
It seems that this internal error is from here: https://github.com/beefytech/Beef/blob/master/IDEHelper/Compiler/BfExprEvaluator.cpp#L5453
This issue is tested on latest nightly (9d8647c).
Attachment: bug.LoadField.zip
The text was updated successfully, but these errors were encountered: