-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Error spam when game is running for a bit #230
Comments
There isn't much I can do with this. The reported error is too cryptic, it could be a lot of different things, some not even related to the plugin. Is this logged by the game? Or the editor? (in fact it seems hard to know, since when launched from the editor, both the game and the editor are logging to the same console :s ) Does it also happen if you launch your game without the editor, using the command line? Perhaps debugging the engine while having a breakpoint in For example, I recently had the same error happening in the editor on a different project, and the cause was totally unrelated to my code, if you are curious about this kind of thing: godotengine/godot#44642 I tried running this demo for 5 minutes: https://github.com/Zylann/godot_hterrain_demo |
Sorry it took a while to respond, had stuff going on. I think the issue is being logged by the game, because when I launch it from the command line, the exact same error appears. I think it has to do with the collisions, though, because I remember having a similar error on runtime when a mesh is used to generate |
Well I would need reliable reproduction steps still, or a project reliably producing it. I wasn't able to find it with my own tests. |
Alright, I can try to send over a test project of mine. It usually happens when the player moves around, so I'll see about sending over a project either later today (us eastern) or tomorrow. |
It's an engine issue, not a heightmap issue. |
The fix has been merged into 3.x. Please try that branch. This ticket can be closed as is not a heightmap issue at all, it's an engine issue. Also note, if your code calls VisualServer.free_rid() or PhysicsServer.free_rid() with invalid RIDs, your code can recreate this issue. |
Okay. Thank you for the info |
Describe the bug
Whenever my game has been running for... around three or four minutes, I get spammed with this error in the debug console:
I'm not sure what this is, or if this is an engine issue, so if I need to switch this over to the engine, I'll gladly do so.
To Reproduce
I don't really know, I guess create a terrain, edit it some, create a 3D player, then play the game for a few minutes.
Expected behavior
I don't want these errors to be spammed. I'm planning on adding a logging system so players can report issues that they have, and I don't want these errors to be spammed in any case.
Screenshots
I got none, sorry.
Environment
The text was updated successfully, but these errors were encountered: