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

Hard-Crash when calling RTClient #93

Open
velapadraig opened this issue Jul 10, 2023 · 2 comments
Open

Hard-Crash when calling RTClient #93

velapadraig opened this issue Jul 10, 2023 · 2 comments

Comments

@velapadraig
Copy link

Hey there, weird one for you.

We've been using the RTClient for party purposes for over a year now with no major issues. We've recently updated our SDK to the latest version, and though i can't be sure, since then we've been seeing some of our collegue's hard-crashing consistently on the call to CreateParty , with the sdk calls themselves falling over.

The people who are able to repro this are getting 100% repro rate when they start our game up, but there are many who don't experience this whatsoever. I'm trying to diagnose the differences in these accounts but it's proving difficult. Again there's been no issues outside of expected ErrorCallbacks for bad flow, never hard-crash's like this.

Could you elaborate on the internals of CreateParty such that I can diagnose further? I would expect the Success/Error callbacks to eventually fire but it falls over before that. Failing that, do you have any recommendations for diagnosing further? Thanks so much.

[2023.07.10-15.08.37:510][734]LogWindows: Error: === Critical error: === [2023.07.10-15.08.37:510][734]LogWindows: Error: [2023.07.10-15.08.37:510][734]LogWindows: Error: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000011 [2023.07.10-15.08.37:510][734]LogWindows: Error: [2023.07.10-15.08.37:510][734]LogWindows: Error: [Callstack] 0x00007ffa1f80d281 nakama-sdk.dll!UnknownFunction [] [2023.07.10-15.08.37:510][734]LogWindows: Error: [Callstack] 0x00007ffa1f8ad571 nakama-sdk.dll!UnknownFunction [] [2023.07.10-15.08.37:510][734]LogWindows: Error: [Callstack] 0x00007ffa1f83152d nakama-sdk.dll!UnknownFunction [] [2023.07.10-15.08.37:510][734]LogWindows: Error: [Callstack] 0x00007ffa140f10d2 UnrealEditor-ProjectV.dll!UVVNakamaPartyComponent::CreateParty()

Arguments to that call are "true", 4, and Success and Error callbacks.

@velapadraig
Copy link
Author

On further investigation it doesn't seem to be isolated to CreateParty, looks like most uses of RTClient hard-crash for those users who still experience the issue. (just saw a similar crash in RTClient->followUsers flow)

@velapadraig velapadraig changed the title Hard-Crash when calling CreateParty with RTClient Hard-Crash when calling RTClient Jul 11, 2023
@Rikisaurus
Copy link
Contributor

Hey, not sure if it's the same issue, but we had some weird behaviour of RTClient (especially when running everything from editor running under one process) after our last SDK update, here's what helped:
#108

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

No branches or pull requests

2 participants