-
Notifications
You must be signed in to change notification settings - Fork 5
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
Game crashes with error #18
Comments
I'm too sorry for opening up a lot of issues. |
Do you have steps on how to reproduce this error? What code is execute right before the crash? The stacktrace is unfortunately not really revealing. |
I really don't know where the stack trace comes as well. It just occurs randomly. |
I'm closing this issue because the problem seems to occur randomly. Feel free to open a new issue (or reopen this one) when you find reproduction steps. |
The crash is now often. Reproduction Steps:
The error I got:
Thank you very much for helping me. Other members who tried it got the same error:
Project to test: |
Have you tried it with target=debug? I don't think we can really solve the issue until we get a better crash report |
Well, I tried with the godot editor you gave in Discord. |
Are you sure? Because that error mainly displays <couldn't map PC to fn name> when there aren't any debug symbols in the binary. |
Ah, so can we try once again? Just gimme the proper one. We'll retry once again. Better if this issue is re-opened. @Drachenfrucht1 Would you like this issue to be re-opened? Edit: Thank you. |
``
I'm not home to compile the engine again. The one I sent you should have debug symbols already. Are you sure you're using that version? The file names might end up being similar so they might be easily confused |
Well, I've found even more clues about this crash. It all falls into the NetworkedGodotcordPeer ERROR: NetworkedMultiplayerGodotcord::_setup_peer: Condition "result != discord::Result::Ok" is true. Returned: 0 I got the following two errors in my main account's game instance. I hope this is bit helpful to investigate this issue. |
@jaynabonne Has gotten same issue, while testing my game. |
@Drachenfrucht1 Godotcord.run_callbacks() |
It seems that the main cause for the error is in the |
A crude fix to fix this issue, but still it's not worth to get 54 errors:
This bit of code works but emits 40-60 errors. Here's the small bit of error. I would be happy to see a fix for this. |
Have you found a fix by the way? |
Game crashes with this error.
Can you please help me out?
Edit: Only sometimes.
The text was updated successfully, but these errors were encountered: