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

[4.3] Redot crashes when you right-click on Color() inside a script #861

Closed
iKuroiDev opened this issue Nov 15, 2024 · 3 comments · Fixed by #866
Closed

[4.3] Redot crashes when you right-click on Color() inside a script #861

iKuroiDev opened this issue Nov 15, 2024 · 3 comments · Fixed by #866

Comments

@iKuroiDev
Copy link

Tested versions

Redot 4.3 Release Candidate 2
Redot 4.3 Beta 2

System information

Windows 11

Issue description

Redot crashes when you right click a Color() inside a script. It works correctly if there's already a value inside Color(), but it crashes when it's empty

Expected behaviour:
Right clicking Color should open an option menu

Steps to reproduce

$Sprite2D.modulate = Color()

  • Right click the Color
  • Redot crashes

$Sprite2D.modulate = Color("FF0000")
This one doesn't crash Redot

Minimal reproduction project (MRP)

N/A

@Efra-EMX
Copy link

Just tested and I can confirm that this doesn't happen on Godot, so definitely a Redot bug.

@Spartan322
Copy link
Member

Confirmed able to replicate on 4.3-rc.3.

@Spartan322 Spartan322 changed the title Redot crashes when you right-click on Color() inside a script [4.3] Redot crashes when you right-click on Color() inside a script Nov 16, 2024
@Spartan322 Spartan322 linked a pull request Nov 16, 2024 that will close this issue
@Spartan322
Copy link
Member

Spartan322 commented Nov 16, 2024

Fixed by #866

@github-project-automation github-project-automation bot moved this from Open to Done in Engine Overview Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants