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

fix: Attempted method call on a deleted object. #677

Merged
merged 1 commit into from
Feb 11, 2023

Conversation

jalder89
Copy link
Contributor

Fixes error: Attempted method call on a deleted object. Attempt to call function 'voice_audio_finished' in base 'previously freed instance' on null instance.
Discord: https://discord.com/channels/884336424780984330/1073799180960682064/1073799180960682064

Updated: `if _type_player != null:` to `if is_instance_valid(_type_player):`
Fixes error: Attempted method call on a deleted object.
Details: Attempt to call function 'voice_audio_finished' in base 'previously freed instance' on null instance.
@balloonpopper balloonpopper merged commit 39165e4 into godot-escoria:develop Feb 11, 2023
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

Successfully merging this pull request may close these issues.

3 participants