You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(list all versions where you have replicated the bug)
Godot: 4.2.1
GUT: 9.3.0
OS: Linux Mint 22
The Bug
When doubling a native class that is a RefCounted Gut tries to free something and it causes an illegal dereference because it can't be freed:
Steps To Reproduce
Create a double for a RefCounted native class (such as RandomNumberGenerator):
var breaking_double = double(RandomNumberGenerator).new()
EDIT: I apologize for submitting it early, I fat fingered the enter key.
The text was updated successfully, but these errors were encountered:
aleperaltabazas
changed the title
Doubling a RefCounted native class causes an illegal dereferen
Doubling a RefCounted native class causes an illegal dereference
Nov 18, 2024
Versions
(list all versions where you have replicated the bug)
The Bug
When doubling a native class that is a RefCounted Gut tries to free something and it causes an illegal dereference because it can't be freed:
Steps To Reproduce
Create a double for a RefCounted native class (such as RandomNumberGenerator):
EDIT: I apologize for submitting it early, I fat fingered the enter key.
The text was updated successfully, but these errors were encountered: