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

Freezing when leaving runtime. #45

Open
EchoPrograms opened this issue Apr 6, 2023 · 2 comments
Open

Freezing when leaving runtime. #45

EchoPrograms opened this issue Apr 6, 2023 · 2 comments

Comments

@EchoPrograms
Copy link

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.

@munkiki7
Copy link

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);

@paomeng-game
Copy link

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.

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

3 participants