EpicOnlineTransport icon indicating copy to clipboard operation
EpicOnlineTransport copied to clipboard

Freezing when leaving runtime.

Open EchoPrograms opened this issue 2 years ago • 2 comments
trafficstars

When I leave runtime unity hangs at 0 % CPU, I think it is waiting for eos services to close but it never does. I have to restart unity every time. It only happends when I have the EOSSDKComponent enabled with valid IDs.

EchoPrograms avatar Apr 06 '23 01:04 EchoPrograms

I have encountered the same thing using Unity 2021.3.15f1

It's most likely related to this code: image

Change the while loop to this: FreeLibrary(libraryPointer);

munkiki7 avatar Jul 21 '23 11:07 munkiki7

I am facing with the same issue, I try to attach the vs2019 to Unity and interrupt the process, then I found a thread broking on the code as munkiki7 said, I will try munkiki7's idea later when I am free, I think it's probably the solution.

paomeng-game avatar Jul 25 '23 03:07 paomeng-game