Page 1 of 1

error starting the game

Posted: Thu Aug 20, 2015 11:25 am
by gabrielorochimaru
Sorry for bad english, am Brazilian ... My game had an error when you start ... How to proceed?

LowLevelFatalError [File:F:\UE4\UnrealEngine\Projects\ShooterGame\Source\ShooterGame\Private\ShooterGameMode.cpp] [Line: 457]
Can't load world save file, and can't find a valid backup.

KERNELBASE.dll!UnknownFunction (0x00007fffa9b68b9c) + 0 bytes [UnknownFile:0]
ShooterGame.exe!FError::LowLevelFatal() (0x00007ff7c0ea0336) + 0 bytes [f:\ue4\unrealengine\engine\source\runtime\core\private\misc\outputdevice.cpp:354]
ShooterGame.exe!AShooterGameMode::LoadWorld() (0x00007ff7c0b86b31) + 0 bytes [f:\ue4\unrealengine\projects\shootergame\source\shootergame\private\shootergamemode.cpp:458]
ShooterGame.exe!AShooterGameMode::InitGame() (0x00007ff7c0b80d62) + 0 bytes [f:\ue4\unrealengine\projects\shootergame\source\shootergame\private\shootergamemode.cpp:185]
ShooterGame.exe!UWorld::InitializeActorsForPlay() (0x00007ff7c192bd2f) + 43 bytes [f:\ue4\unrealengine\engine\source\runtime\engine\private\world.cpp:2951]
ShooterGame.exe!UEngine::LoadMap() (0x00007ff7c1906b92) + 0 bytes [f:\ue4\unrealengine\engine\source\runtime\engine\private\unrealengine.cpp:9077]
ShooterGame.exe!UEngine::Browse() (0x00007ff7c19030d8) + 43 bytes [f:\ue4\unrealengine\engine\source\runtime\engine\private\unrealengine.cpp:8144]
ShooterGame.exe!UEngine::TickWorldTravel() (0x00007ff7c1903e01) + 65 bytes [f:\ue4\unrealengine\engine\source\runtime\engine\private\unrealengine.cpp:8310]
ShooterGame.exe!UGameEngine::Tick() (0x00007ff7c1679242) + 0 bytes [f:\ue4\unrealengine\engine\source\runtime\engine\private\gameengine.cpp:869]
ShooterGame.exe!FEngineLoop::Tick() (0x00007ff7c0a02e39) + 0 bytes [f:\ue4\unrealengine\engine\source\runtime\launch\private\launchengineloop.cpp:2167]
ShooterGame.exe!GuardedMain() (0x00007ff7c09fe06c) + 0 bytes [f:\ue4\unrealengine\engine\source\runtime\launch\private\launch.cpp:133]
ShooterGame.exe!GuardedMainWrapper() (0x00007ff7c0a0431a) + 5 bytes [f:\ue4\unrealengine\engine\source\runtime\launch\private\windows\launchwindows.cpp:125]
ShooterGame.exe!WinMain() (0x00007ff7c0a04448) + 8 bytes [f:\ue4\unrealengine\engine\source\runtime\launch\private\windows\launchwindows.cpp:209]
ShooterGame.exe!__tmainCRTStartup() (0x00007ff7c27a59a5) + 21 bytes [f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:618]
KERNEL32.DLL!UnknownFunction (0x00007fffac6913d2) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007fffac8f5444) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007fffac8f5444) + 0 bytes [UnknownFile:0]

Re: error starting the game

Posted: Wed Nov 04, 2015 11:55 am
by GregoryLeo
Também estou com o mesmo problema aguardando respostas...

Also I have the SAME Problem Waiting for answers ...

Re: error starting the game

Posted: Sat Nov 07, 2015 12:41 pm
by Atomboy
I've had this error two times so far. The game completely froze in the menu, and when trying to load the game (if I was quick enough to try to enter a server). The same error message (or one very similar to it) had appeared in windows and was visible after I forcequit the application.

The first time I tried verifying the integrity of the game files, and no error was found, but the problem persisted, so I reinstalled the entire game. After that it worked again.

Then it happened again the other day, and the reason was; I had unplugged my Steelseries USB soundcard (and had deactivated the audio-drivers for both the monitor and the laptop itself, earlier), so there was no soundcard/audio-drives active when I launched the game.

Seems the game is not very fond of the lack of an audio out-source.

Hope this might help someone with the same problem ^^