An Unreal process has crashed : Name-Project

I package my game on windows x64… The package successfull but when I run the .exe i have this error :

MachineId:958DF4AD4F01F2E0549C41AF2AC80450

Access violation - code c0000005 (first/second not available)

Project!FMallocBinned2::Private::FindPoolInfo()
Project!FMallocBinned2::Free()
Project!FMallocThreadSafeProxy::Free()
Project!UiTween::execActorMoveToSplinePointFull() [c:\users\orion\documents\unreal projects\project\plugins\itween\source\itween\private\itween.h:29]
Project!UFunction::Invoke()
Project!UObject::CallFunction()
Project!UObject::ProcessContextOpcode()
Project!UObject::execLetObj()
Project!UObject::ProcessInternal()
Project!UFunction::Invoke()
Project!UObject::ProcessEvent()
Project!AActor::ProcessEvent()
Project!AActor::BeginPlay()
Project!AWorldSettings::NotifyBeginPlay()
Project!AGameMode::HandleMatchHasStarted()
Project!AGameMode::SetMatchState()
Project!UWorld::BeginPlay()
Project!UEngine::LoadMap()
Project!UEngine::Browse()
Project!UGameInstance::StartGameInstance()
Project!UGameEngine::Init()
Project!FEngineLoop::Init()
Project!GuardedMain()
Project!GuardedMainWrapper()
Project!WinMain()
Project!__scrt_common_main_seh() [f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:255]
kernel32
ntdll

Thanks !

Hello,

When a build crash, a minidump is generated (in YourProjet/Saved/Logs/DirectoryWithAWeirdName). You can load it Visual Studio (via a simple Open File + Start Native Only) and watch in the callstack where the crash occured.

Hope it helps.

,

  • Could you please see if this same crash is happening in 4.12?
  • Also, which version of the engine are you using?
  • Does this only happen on your project, or newly created projects as well?

I think you’re having trouble with iTween. Is this a plugin? If so, please turn it off and see if your project still crashes.

Thanks!

Hey ,

We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will offer further assistance.

Thank you!