white screen error?

Hello, I am encountering an error in Node’s


, and when I switch from one map to another, a white screen appears. Could these two issues be related, and how can I resolve them?
It only contains ‘get money,’ and that is also connected to a ‘return’ statement.

Hey there @draygas! To test if the white screen is related, just detach your logic from the node in question and give it a shot. Though I can offer more insight if I can see the whole error!

Yes, it seems unrelated to that. I’ve cut off the connection, but still, a white screen persists. Only the new map shows a white screen, and interestingly, it also displays a widget unrelated to the new map alongside the white screen. Currently, there are no error messages in the logs, yet there’s a white screen when switching to the new map,And I packaged it and tried in standalone game mode as well, but the result remains the same, What else could trigger the appearance of the white screen

Interesting! Does this occur inside of PIE as well? If so, could you hit F8 and detach from the player controller and check if the level itself is still running outside of what the player controller’s camera is seeing?

It’s currently working in PIE, but sometimes it works there and sometimes it doesn’t. I tried pressing F8, but only a white screen appears

When I package it, it never works; it always shows a white screen. What I don’t understand is it’s displaying a widget that has nothing to do with it. It’s not connected to that map or to the character coming in from the other map. How could this be?

Oh that’s a good lead! Let’s see what that widget is, it might give us some insight! You can check it in PIE with the widget reflector:

1 Like