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

GDScript Texture Import Causes Crashing in Godot v4.0 #47425

Closed
MrJoshBowman opened this issue Mar 27, 2021 · 2 comments
Closed

GDScript Texture Import Causes Crashing in Godot v4.0 #47425

MrJoshBowman opened this issue Mar 27, 2021 · 2 comments

Comments

@MrJoshBowman
Copy link

MrJoshBowman commented Mar 27, 2021

Godot version:
v4.0.dev.calinou.5953f4d76

OS/device including version:
Macbook Pro 16" (2019), MacOS Big Sur v11.2.2, AMD Radeon Pro 5500M (Vulkan) if graphics-related. -->

Issue description:

  • set up a button to import texture to 3D model
  • works the first time
  • on the second time clicking the button and importing a texture the test crashes and outputs this in the debug:
    image

...and an aside...not sure if this is linked or not... but in my main scene I keep getting this error if I'm in the 2D window:

image
This 2nd error seems to happen because I haven't set my Control2D nodes to be larger than 0,0 initially, which i do later with code. This error didn't happen in Godot 3.3

Steps to reproduce:
I've attached a file that reproduces the main error (not the aside).
This error does not occur in Godot v3.3 with the same setup.

Minimal reproduction project:
11_TextureTest.zip

@MrJoshBowman MrJoshBowman changed the title GDScript Texture Import Causes Crashing in Godot v4.0 GDScript Texture Import Causes Crashing in Godot v4.0 [bug] Mar 27, 2021
@MrJoshBowman MrJoshBowman changed the title GDScript Texture Import Causes Crashing in Godot v4.0 [bug] GDScript Texture Import Causes Crashing in Godot v4.0 Mar 27, 2021
@Calinou Calinou added this to the 4.0 milestone Mar 28, 2021
@Calinou
Copy link
Member

Calinou commented Mar 28, 2021

...and an aside...not sure if this is linked or not... but in my main scene I keep getting this error if I'm in the 2D window:

This error spam is a known issue (which needs to be fixed on our end), see #45911 and #45746.

@KoBeWi
Copy link
Member

KoBeWi commented May 25, 2022

Seems fixed in alpha 8, can someone confirm? Not sure how to test it exactly.

EDIT:
Ok I think the project is supposed to crash after launch, which isn't happening. Closing, comment if you can still reproduce.

@KoBeWi KoBeWi moved this to To Assess in 4.x Priority Issues May 25, 2022
@KoBeWi KoBeWi closed this as completed May 25, 2022
Repository owner moved this from To Assess to Done in 4.x Priority Issues May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants