Skip to content
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

Godot randomly freezes after addon's installation #405

Open
0-Vanes-0 opened this issue Oct 18, 2024 · 6 comments
Open

Godot randomly freezes after addon's installation #405

0-Vanes-0 opened this issue Oct 18, 2024 · 6 comments

Comments

@0-Vanes-0
Copy link

Issue description

Godot's version: v4.3.stable.steam [77dcf97d8]
OS: Windows 10
Addon version: 0.7.3

Enabled addon "Phantom Camera" freezes Godot editor during trivia scene editing.
Each freeze leads to closing the editor and relaunching (with hope).
I witnessed freezes after:

  • addon installation
  • adding node
  • changing some parameter of addon's node or of built-in one

If I turn off the plugin in Project Settings, nothing freezes anymore.
In my user:// folder (AppData/Roaming/Godot/<project_name>) there's no any log file which could clarify what happened.

Steps to reproduce

  1. Create new project
  2. Install addon through "AssetLib"
  3. Create a 3D scene
  4. Try to add new nodes, either addon's ones or Godot's / change some node's parameters in Inspector tab

(Optional) Minimal reproduction project

Here's link with my recording of catching this bug:
https://drive.google.com/file/d/18gU0pfRsrjh7iOF_vcoCCPmvKaHR4Kuu/view?usp=sharing

@0-Vanes-0
Copy link
Author

If possible, I'd like to get some help with investigation. Much time ago there was an output console on Godot's start, and as for now I didn't find how to get it back. It could have some info about the freezes of the editor.
My issue seems critical but it's hard to say what could be a problem here.

@ramokz
Copy link
Owner

ramokz commented Oct 19, 2024

That's very odd.

I can't say why that is happening, and have never come across anyone or myself experiencing this. So it seems like it might be a unique issue.

Have you tried either of the following:

  1. Notice that you're launching Godot through Steam, so does the issue also occur if you download Godot from their website and launch that executable?
  2. Does the issue also occur with other addons?
  3. Have you tried on other machines?

@0-Vanes-0
Copy link
Author

Things seem weird.

  1. Does launching from executable help? Yes, no freezes. No, caught it.
  2. Other addons? No.
  3. And the most odd thing: when I try Steam version on other PC - no freezes too.

I'm quite confused.
My graphics drivers are up to date.
In Steam inside Properties > Betas I've chosen "None", so it is 4.3 for sure.
I assume, there must be something wrong with my PC.
Reinstallation didn't help too.

@ramokz
Copy link
Owner

ramokz commented Oct 21, 2024

Given it sounds like it's running fine on another machine, it sounds like a machine-specific issue. Am not sure if I can realistically help debug that without either being able to replicate the issue or have any error outputs to work out from, unfortunately.

It might be a particular line in the addon, but, again, have no idea where to even start.

@0-Vanes-0
Copy link
Author

It's ok. I'll try to investigate it further. I will notify if the issue would be (somehow) fixed on new version of Phantom Camera.

@lord-muad-dib
Copy link

to get console output from the steam version run the godot executable from any terminal. it should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants