-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Editor Crash #133
Comments
@Reishi-png I'll wait for Godot 4.3.1 to see if it fixes it. |
I wanted to add something to this as I recently noticed this happens in Windows also and still happens in 4.3. I would have been confused since there isn't a good description just a video and it wasn't obvious it was considered Mac only, so it might help others to find it with a better description, but it happened to be the only Editor Crash in your issues search, so that worked out at least. 😅 If I have cursor mode select active, the first option for cursor in editor, it will crash when you release mouse on terrain after you unclick. If you just unclick in empty space it deselects the terrain and the terrain edit menu. Perhaps, something is getting freed improperly from your brush or Terrain Editor and causing the crash, maybe? I'm not sure of the specifics, but you shouldn't be in that mode when you manipulate terrain, at least from my developer perspective, without handling what Godot is doing by default. I don't know if there is a way to custom cursor mode but maybe this is what you should use? ->https://docs.godotengine.org/en/stable/classes/class_editorplugin.html#class-editorplugin-private-method-forward-canvas-draw-over-viewport. Or maybe the 3D ones above it. It's only a hunch. Just because it also happens in Windows doesn't exactly mean it's related either, so I may have to do another issue if needed. It was in this post but not a C# solution as such so the document will be of more help maybe. https://forum.godotengine.org/t/set-mouse-cursor-in-editor-for-plugins/64792 The console log shows this:
It doesn't seem helpful, but relates to rendering— IIRC. |
Also, being in move, rotate, or scale mode can help, since they don't select or unselect anything. It's what I've had to do as when I'm in artist mode, the world is my canvas. Including the void. |
Thanks for the details @GeminiSquishGames ! I answered in the other post as well 🙂 |
@Reishi-png Ayoo! with the release of Godot 4.4 this should be fixed! 🥳 I'll close the issue, feel free to reopen it if needed! |
2024-09-16.04-31-08.mp4
The text was updated successfully, but these errors were encountered: