-
Notifications
You must be signed in to change notification settings - Fork 103
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
bWaitForManualStop=True leads to game not being able to close correctly (packaged game) #93
Comments
Hi, Can you provide a screenshot of your settings so I can take a look at it? |
Thanks. I recommend you disable Wait for Manual Stop, Allow Engine Tick, and set Minimum Loading Screen Display Time to -1 in the Default Loading Screen section. Those are the MoviePlayer module's settings, which is the module that AsyncLoadingScreen plugin depends on. So, if it has issues, I cannot fix this. |
Thanks for your response. But this of course not what I wanted initially. |
It is possible, but you need to call it in the Slate thread because the Game thread freezes until the MoviePlayer module shuts down. It means that your logic code in Blueprint does not work. May try to workaround by creating a UMG loading screen to cover the data loading in Blueprint instead. |
Hi there,
I found that bWaitForManualStop=True leads to game not being able to close correctly in a packaged game and it justs hangs. Only taskmanager can close the game then.
When I set it back to false the game can close correctly again.
EDIT:
The problem occured again, although I set bWaitForManualStop to false.
So i tried some more things, and what it seemed to fix now was to set MinimumLoadingScreenDisplayTime from 0.1 to -1 again.
EDIT2: Unfortunately I encountered this bug again, even though I resetted all settings back to how it was before I tried this manual stop thing. Before it was working without a problem
The text was updated successfully, but these errors were encountered: