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

Creating a visual script virtual function after minimizing crashes #23536

Closed
fire opened this issue Nov 5, 2018 · 1 comment
Closed

Creating a visual script virtual function after minimizing crashes #23536

fire opened this issue Nov 5, 2018 · 1 comment

Comments

@fire
Copy link
Member

fire commented Nov 5, 2018

Godot version:
3cf3c41

OS/device including version:
Windows 10, gtx 1080

Issue description:
Using the test case from #23495 I was able to get the editor to crash.

Steps to reproduce:

  1. Open a scene without a script (or not a loaded, empty scene)
  2. Switch to script interface
  3. Open res://Tscn/MainScene.tscn file with script
  4. Need Fix empty script interface crash on tscn load. #23495 #23535 patch or crash
  5. Minimize and then maximize the editor
  6. Click the new function button.
  7. Crash

Minimal reproduction project:

Same as #23495

@akien-mga
Copy link
Member

Fixed by #23537.

akien-mga added a commit that referenced this issue Nov 6, 2018
…ash-23536

Fix creating a visual script virtual function after minimizing crashes #23536 and misc vs warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants