betidestudio / EOSIntegrationKit

EIK (Epic Online Services Integration Kit) is a plugin that enables seamless integration between Epic Online Services (EOS) and Unreal Engine. The plugin provides access to the EOS SDK (Software Development Kit) within Unreal Engine, allowing developers to easily implement features such as matchmaking, achievements, leaderboards, and more.
https://betide.studio/
MIT License
248 stars 34 forks source link

Problem while server traveling #27

Closed redtyyt closed 4 months ago

redtyyt commented 4 months ago

Hello! I'm RedTy (again).

I was playing my game and after the login and after creating a Lobby, I tried to server travel to my LobbyMap by this command (obviously executed by the game): servertravel LobbyMap?listen.

When the server travel is initializing, my game crashes and I get this:

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000028

UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor_Chaos
UnrealEditor_Chaos
UnrealEditor_Chaos
UnrealEditor_Core
UnrealEditor_Core
UnrealEditor_Core
UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
kernel32
ntdll

Please help me resolving this issue... I really need it image

deveshmishrabetide commented 4 months ago

Hello! Can you share the logs?

redtyyt commented 4 months ago

Hello! Can you share the logs?

Yes, here they are LSI101Alpha.log

redtyyt commented 4 months ago

@deveshmishrabetide You have some updates for me?

deveshmishrabetide commented 4 months ago

Sorry for late reply, but I don't see anything wrong there. Can you try running the level directly and see if it crashes?

redtyyt commented 4 months ago

This is what happens when I restart the game:

https://github.com/betidestudio/EOSIntegrationKit/assets/111154398/9c64f68d-43f3-468b-bb9a-59a524ae27a1

... and this is what happens when I start directly from LobbyMap:

https://github.com/betidestudio/EOSIntegrationKit/assets/111154398/541cc0aa-af18-4092-8855-f6a6257d96d8

I'm starting to think that error (GetTitleData...) is the problem

redtyyt commented 4 months ago

I want to resolve this ASAP...

deveshmishrabetide commented 4 months ago

I will add a fix for this, but basically, you are trying to get the title data even before the player logs in so it doesn't have a valid user.

deveshmishrabetide commented 4 months ago

We have added the fix for it.

redtyyt commented 4 months ago

We have added the fix for it.

What do you mean

deveshmishrabetide commented 4 months ago

That means it will not crash even if you are not logged in, it will just give a error out.

redtyyt commented 4 months ago

Ah I forgot I deleted now GetTitleData and Player Data Functions but this is equal:

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000028

This error.... What means? I think this is the problem

redtyyt commented 4 months ago

@deveshmishrabetide are you here?