Advertisement
Guest User

Unreal 5.0.3 crash - using a property from Slate from a thread that is not the game one

a guest
Oct 16th, 2022
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. Assertion failed: IsInGameThread() || IsInSlateThread() [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Slate\Private\Widgets\Text\SlateEditableTextLayout.cpp] [Line: 260]
  2. Slate can only be accessed from the GameThread or the SlateLoadingThread!
  3.  
  4.  
  5. 0x00007ff87924f867 UnrealEditor-Slate.dll!FSlateEditableTextLayout::GetText() [D:\build\++UE5\Sync\Engine\Source\Runtime\Slate\Private\Widgets\Text\SlateEditableTextLayout.cpp:260]
  6. 0x00007ff879295755 UnrealEditor-Slate.dll!SMultiLineEditableText::GetText() [D:\build\++UE5\Sync\Engine\Source\Runtime\Slate\Private\Widgets\Text\SMultiLineEditableText.cpp:109]
  7. 0x00007ff8791ca272 UnrealEditor-Slate.dll!SMultiLineEditableTextBox::GetText() [D:\build\++UE5\Sync\Engine\Source\Runtime\Slate\Public\Widgets\Input\SMultiLineEditableTextBox.h:258]
  8. 0x00007ff861cc266e UnrealEditor-UMG.dll!UMultiLineEditableTextBox::GetText() [D:\build\++UE5\Sync\Engine\Source\Runtime\UMG\Private\Components\MultiLineEditableTextBox.cpp:157]
  9. 0x00007ff861dd8978 UnrealEditor-UMG.dll!UMultiLineEditableTextBox::execGetText() [D:\build\++UE5\Sync\Engine\Intermediate\Build\Win64\UnrealEditor\Inc\UMG\MultiLineEditableTextBox.gen.cpp:171]
  10. 0x00007ff87af6bc07 UnrealEditor-CoreUObject.dll!UFunction::Invoke() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\Class.cpp:5912]
  11. 0x00007ff87b17d8e7 UnrealEditor-CoreUObject.dll!UObject::CallFunction() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:1012]
  12. 0x00007ff87b190273 UnrealEditor-CoreUObject.dll!UObject::ProcessContextOpcode() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:2871]
  13. 0x00007ff87b1cc9b9 UnrealEditor-CoreUObject.dll!UObject::execLet() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:2656]
  14. 0x00007ff87b192f31 UnrealEditor-CoreUObject.dll!ProcessLocalScriptFunction() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:1082]
  15. 0x00007ff87b16934e UnrealEditor-CoreUObject.dll!ProcessScriptFunction<void (__cdecl*)(UObject *,FFrame &,void *)>() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:912]
  16. 0x00007ff87b192b1f UnrealEditor-CoreUObject.dll!ProcessLocalFunction() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:1143]
  17. 0x00007ff87b192f31 UnrealEditor-CoreUObject.dll!ProcessLocalScriptFunction() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:1082]
  18. 0x00007ff87b16934e UnrealEditor-CoreUObject.dll!ProcessScriptFunction<void (__cdecl*)(UObject *,FFrame &,void *)>() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:912]
  19. 0x00007ff87b192b1f UnrealEditor-CoreUObject.dll!ProcessLocalFunction() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:1143]
  20. 0x00007ff87b192f31 UnrealEditor-CoreUObject.dll!ProcessLocalScriptFunction() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:1082]
  21. 0x00007ff87b192244 UnrealEditor-CoreUObject.dll!UObject::ProcessInternal() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:1170]
  22. 0x00007ff87af6bc07 UnrealEditor-CoreUObject.dll!UFunction::Invoke() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\Class.cpp:5912]
  23. 0x00007ff87b191837 UnrealEditor-CoreUObject.dll!UObject::ProcessEvent() [D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp:2003]
  24. 0x00007ff8480681d4 UnrealEditor-PhotonCloudAPI.dll!TMulticastScriptDelegate<FWeakObjectPtr>::ProcessMulticastDelegate<UObject>() [X:\UDK\UE_5.0\Engine\Source\Runtime\Core\Public\UObject\ScriptDelegates.h:488]
  25. 0x00007ff8480b8d75 UnrealEditor-PhotonCloudAPI.dll!PhotonChatListener::onStateChange() [Z:\UnrealProjects\photon_api_ue4_sample\Photon3PVehicle3\Plugins\PhotonCloudAPI\Source\PhotonCloudAPI\Private\PhotonChatListener.cpp:82]
  26. 0x00007ff84811dce3 UnrealEditor-PhotonCloudAPI.dll!ExitGames::Chat::Client::onStatusChanged() []
  27. 0x00007ff848134fe0 UnrealEditor-PhotonCloudAPI.dll!ExitGames::Photon::Internal::EnetPeer::execute() []
  28. 0x00007ff848135e9a UnrealEditor-PhotonCloudAPI.dll!ExitGames::Photon::Internal::EnetPeer::onReceiveData() []
  29. 0x00007ff848151e63 UnrealEditor-PhotonCloudAPI.dll!ExitGames::Photon::Internal::SocketConnect::service() []
  30. 0x00007ff848132fa8 UnrealEditor-PhotonCloudAPI.dll!ExitGames::Photon::Internal::PeerBase::serviceBasic() []
  31. 0x00007ff8480a229f UnrealEditor-PhotonCloudAPI.dll!UPhotonChat::ServiceBasic_SendAcksOnly() [Z:\UnrealProjects\photon_api_ue4_sample\Photon3PVehicle3\Plugins\PhotonCloudAPI\Source\PhotonCloudAPI\Public\PhotonChat.h:192]
  32. 0x00007ff84809f8d6 UnrealEditor-PhotonCloudAPI.dll!FPhotonBackgroundRunnable::Run() [Z:\UnrealProjects\photon_api_ue4_sample\Photon3PVehicle3\Plugins\PhotonCloudAPI\Source\PhotonCloudAPI\Public\PhotonCloudTypes.h:112]
  33. 0x00007ff879cc7a2b UnrealEditor-Core.dll!FRunnableThreadWin::Run() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Windows\WindowsRunnableThread.cpp:146]
  34. 0x00007ff879cc0a90 UnrealEditor-Core.dll!FRunnableThreadWin::GuardedRun() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Windows\WindowsRunnableThread.cpp:76]
  35. 0x00007ff8e94254e0 KERNEL32.DLL!UnknownFunction []
  36. 0x00007ff8ea02485b ntdll.dll!UnknownFunction []
  37.  
  38. Crash in runnable thread Photon Thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement