SmartFoundations / SmartIssueTracker

1 stars 1 forks source link

Game crashes after world entering after update to 0.6.0.9 (195135) #66

Closed Ae-Mc closed 2 years ago

Ae-Mc commented 2 years ago

Describe the bug Game crashes after world entering after update to 0.6.0.9 (CL195135).

(please complete the following information):

Additional context Crash report:

Fatal error!

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x000000000000000c

0x00007ffe8a9dae92 FactoryGame-SmartFoundations-Win64-Shipping.dll!ASFSystem::Initialize() [C:\Users\Alex\Documents\SML\Plugins\SmartFoundations\Source\SmartFoundations\SFSystem.cpp:202]
0x00007ffe8a9a4f2d FactoryGame-SmartFoundations-Win64-Shipping.dll!ASFSubsystem::BeginPlay() [C:\Users\Alex\Documents\SML\Plugins\SmartFoundations\Source\SmartFoundations\Modules\SFSubsystem.cpp:23]
0x00007ffe94239714 FactoryGame-Engine-Win64-Shipping.dll!AActor::DispatchBeginPlay() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Engine\Private\Actor.cpp:3569]
0x00007ffe94c4f776 FactoryGame-Engine-Win64-Shipping.dll!AWorldSettings::NotifyBeginPlay() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Engine\Private\WorldSettings.cpp:247]
0x00007ffe8c863336 FactoryGame-FactoryGame-Win64-Shipping.dll!AFGWorldSettings::NotifyBeginPlay() [D:\ws\SB-lowprio\UE4\Games\FactoryGame\Source\FactoryGame\Private\FGWorldSettings.cpp:432]
0x00007ffe9462da52 FactoryGame-Engine-Win64-Shipping.dll!AGameMode::HandleMatchHasStarted() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Engine\Private\GameMode.cpp:239]
0x00007ffe94640123 FactoryGame-Engine-Win64-Shipping.dll!AGameMode::SetMatchState() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Engine\Private\GameMode.cpp:355]
0x00007ffe94c23c6e FactoryGame-Engine-Win64-Shipping.dll!UWorld::BeginPlay() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Engine\Private\World.cpp:4463]
0x00007ffe94bbccc3 FactoryGame-Engine-Win64-Shipping.dll!UEngine::LoadMap() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Engine\Private\UnrealEngine.cpp:13263]
0x00007ffe8c705e62 FactoryGame-FactoryGame-Win64-Shipping.dll!UFGGameEngine::LoadMap() [D:\ws\SB-lowprio\UE4\Games\FactoryGame\Source\FactoryGame\Private\FGGameEngine.cpp:32]
0x00007ffe94ba04fa FactoryGame-Engine-Win64-Shipping.dll!UEngine::Browse() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Engine\Private\UnrealEngine.cpp:12465]
0x00007ffe94bc81d3 FactoryGame-Engine-Win64-Shipping.dll!UEngine::TickWorldTravel() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Engine\Private\UnrealEngine.cpp:12663]
0x00007ffe946075bf FactoryGame-Engine-Win64-Shipping.dll!UGameEngine::Tick() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Engine\Private\GameEngine.cpp:1794]
0x00007ffe8c71d217 FactoryGame-FactoryGame-Win64-Shipping.dll!UFGGameEngine::Tick() [D:\ws\SB-lowprio\UE4\Games\FactoryGame\Source\FactoryGame\Private\FGGameEngine.cpp:16]
0x00007ff6ff092ce4 FactoryGame-Win64-Shipping.exe!FEngineLoop::Tick() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Launch\Private\LaunchEngineLoop.cpp:4896]
0x00007ff6ff098d3c FactoryGame-Win64-Shipping.exe!GuardedMain() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Launch\Private\Launch.cpp:169]
0x00007ff6ff098daa FactoryGame-Win64-Shipping.exe!GuardedMainWrapper() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:137]
0x00007ff6ff0a3ae7 FactoryGame-Win64-Shipping.exe!WinMain() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:268]
0x00007ff6ff0a450e FactoryGame-Win64-Shipping.exe!__scrt_common_main_seh() [d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
0x00007ffef8007034 KERNEL32.DLL!UnknownFunction []
0x00007ffef87a2651 ntdll.dll!UnknownFunction []
SmartFoundations commented 2 years ago

@Ae-Mc Are you sure that you are using the correct version?

U6 (experimental ) requires 18.14.87 And U5 requires 18.0.0

SmartFoundations commented 2 years ago

ok, I see that you are using the correct version. but no idea about the crash yet

SmartFoundations commented 2 years ago

@Ae-Mc

Can you try the latest test version and let me know if it crashes or not ? https://bit.ly/3PlV7xY

SmartFoundations commented 2 years ago

It looks like the mod is corrupted and some files are missing. You can either install a manual version from the link above or clean cache of SMM and re-install the mod and/or SMM itself

Ae-Mc commented 2 years ago

@Ae-Mc

Can you try the latest test version and let me know if it crashes or not ? https://bit.ly/3PlV7xY

Tried, have same error. I'm not using SMM, just manual installation with SML

SmartFoundations commented 2 years ago

Manual installation is an edge case, I can't help you with it. Please install SMM and enable mods for SF and then install Smart

SmartFoundations commented 2 years ago

@Ae-Mc please try updating Satisfactiory to a new update and install the latest version of Smart! from SMM 19.4.442-test

Ae-Mc commented 2 years ago

After installing latest version with SMM all works like a charm. Thank you!