klangzwang / MoarFactory

Satisfactory Assets Mod
3 stars 3 forks source link

Painting the Fan is crashing the Game #26

Open trollfaust opened 4 years ago

trollfaust commented 4 years ago

I've tryed to paint the big Wall Fan and the Game crashed with the following Error:

Fatal error!

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000000

0x00007ff649f758de FactoryGame-Win64-Shipping.exe!AFGBuildable::GetCanBeColored_Implementation() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\private\buildables\fgbuildable.cpp:549]
0x00007ff64a241a04 FactoryGame-Win64-Shipping.exe!IFGChainsawableInterface::execIsChainsawable() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\public\fgchainsawableinterface.h:22]
0x00007ff64a498379 FactoryGame-Win64-Shipping.exe!UFunction::Invoke() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\coreuobject\private\uobject\class.cpp:4644]
0x00007ff64a5de61a FactoryGame-Win64-Shipping.exe!UObject::ProcessEvent() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\coreuobject\private\uobject\scriptcore.cpp:1464]
0x00007ff64b28f8b4 FactoryGame-Win64-Shipping.exe!AActor::ProcessEvent() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\actor.cpp:825]
0x00007ff64a251e06 FactoryGame-Win64-Shipping.exe!IFGColorInterface::Execute_GetCanBeColored() [d:\ws\sb-200518130817-657\ue4\games\factorygame\intermediate\build\win64\factorygame\inc\factorygame\fgcolorinterface.gen.cpp:379]
0x00007ff64a037db8 FactoryGame-Win64-Shipping.exe!AFGColorGun::FindIfValidColorTarget() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\private\fgcolorgun.cpp:151]
0x00007ff64a036bd9 FactoryGame-Win64-Shipping.exe!AFGColorGun::Equip() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\private\fgcolorgun.cpp:73]
0x00007ff64a0375f6 FactoryGame-Win64-Shipping.exe!AFGCharacterPlayer::EquipEquipment() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\private\fgcharacterplayer.cpp:1577]
0x00007ff64a0b9cb4 FactoryGame-Win64-Shipping.exe!UFGInventoryComponentEquipment::ActivateEquipment() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\private\fginventorycomponentequipment.cpp:235]
0x00007ff64a0c1fe7 FactoryGame-Win64-Shipping.exe!UFGInventoryComponentEquipment::CycleEquipment() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\private\fginventorycomponentequipment.cpp:163]
0x00007ff64a02d37d FactoryGame-Win64-Shipping.exe!AFGCharacterPlayer::DoCycleEquipment() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\private\fgcharacterplayer.cpp:2346]
0x00007ff64b9d13f1 FactoryGame-Win64-Shipping.exe!FInputActionUnifiedDelegate::Execute() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\classes\components\inputcomponent.h:270]
0x00007ff64b9eb511 FactoryGame-Win64-Shipping.exe!UPlayerInput::ProcessInputStack() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\userinterface\playerinput.cpp:1310]
0x00007ff64b7e1a49 FactoryGame-Win64-Shipping.exe!APlayerController::ProcessPlayerInput() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\playercontroller.cpp:2476]
0x00007ff64b7ebad7 FactoryGame-Win64-Shipping.exe!APlayerController::TickPlayerInput() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\playercontroller.cpp:4461]
0x00007ff64b7e09b4 FactoryGame-Win64-Shipping.exe!APlayerController::PlayerTick() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\playercontroller.cpp:2134]
0x00007ff64a11f20c FactoryGame-Win64-Shipping.exe!AFGPlayerController::PlayerTick() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\private\fgplayercontroller.cpp:219]
0x00007ff64b7eab3a FactoryGame-Win64-Shipping.exe!APlayerController::TickActor() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\playercontroller.cpp:4601]
0x00007ff64b27c83d FactoryGame-Win64-Shipping.exe!FActorTickFunction::ExecuteTick() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\actor.cpp:167]
0x00007ff64b984a36 FactoryGame-Win64-Shipping.exe!FTickFunctionTask::DoTask() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\ticktaskmanager.cpp:290]
0x00007ff64b98a68d FactoryGame-Win64-Shipping.exe!TGraphTask<FTickFunctionTask>::ExecuteTask() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\core\public\async\taskgraphinterfaces.h:847]
0x00007ff64a2e0873 FactoryGame-Win64-Shipping.exe!FNamedTaskThread::ProcessTasksUntilQuit() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\core\private\async\taskgraph.cpp:581]
0x00007ff64a2e8a0e FactoryGame-Win64-Shipping.exe!FTaskGraphImplementation::WaitUntilTasksComplete() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\core\private\async\taskgraph.cpp:1457]
0x00007ff64b9a4f7f FactoryGame-Win64-Shipping.exe!FTickTaskSequencer::ReleaseTickGroup() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\ticktaskmanager.cpp:561]
0x00007ff64b9a9a29 FactoryGame-Win64-Shipping.exe!FTickTaskManager::RunTickGroup() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\ticktaskmanager.cpp:1517]
0x00007ff64b60fe8f FactoryGame-Win64-Shipping.exe!UWorld::Tick() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\leveltick.cpp:1568]
0x00007ff64b51fb9f FactoryGame-Win64-Shipping.exe!UGameEngine::Tick() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\engine\private\gameengine.cpp:1366]
0x00007ff64a0acc35 FactoryGame-Win64-Shipping.exe!UFGGameEngine::Tick() [d:\ws\sb-200518130817-657\ue4\games\factorygame\source\factorygame\private\fggameengine.cpp:9]
0x00007ff649b0c7f6 FactoryGame-Win64-Shipping.exe!FEngineLoop::Tick() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\launch\private\launchengineloop.cpp:4028]
0x00007ff649b1326c FactoryGame-Win64-Shipping.exe!GuardedMain() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\launch\private\launch.cpp:168]
0x00007ff649b132ca FactoryGame-Win64-Shipping.exe!GuardedMainWrapper() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\launch\private\windows\launchwindows.cpp:145]
0x00007ff649b1d7d9 FactoryGame-Win64-Shipping.exe!WinMain() [d:\ws\sb-200518130817-657\ue4\engine\source\runtime\launch\private\windows\launchwindows.cpp:275]
0x00007ff64c3d2242 FactoryGame-Win64-Shipping.exe!__scrt_common_main_seh() [d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
0x00007fff995e7bd4 KERNEL32.DLL!UnknownFunction []
0x00007fff9a14ce51 ntdll.dll!UnknownFunction []

Then i've tryed to reproduce the Error. The second time painting the Fan it crashed on the second paintball with the same Error.