Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hm... It seems before I can really give it a try I need to upgrade my driver...

When I run it I get that message and then the game crashes..


5.0.3-20979098+++UE5+Release-5.0 1004 0
Disabling core dumps.
Failed to find symbol file, expected location:
"/home/username/Downloads/WalkingTankWarrior - Linux/WalkingTankWarrior/Binaries/Linux/WalkingTankWarrior-Linux-Shipping.sym"
LowLevelFatalError [File:.\Runtime/VulkanRHI/Private/VulkanMemory.cpp] [Line: 2124] 
Out of memory on Vulkan; MemoryTypeIndex=7, AllocSize=128.000MB Signal 11 caught. Malloc Size=262146 LargeMemoryPoolOffset=262162
CommonUnixCrashHandler: Signal=11 Malloc Size=131160 LargeMemoryPoolOffset=393352
Malloc Size=131160 LargeMemoryPoolOffset=524536
Engine crash handling finished; re-raising signal 11 for the default handler. Good bye. WalkingTankWarrior.sh: line 5: 1334593 Segmentation fault      (core dumped) "$UE_PROJECT_ROOT/WalkingTankWarrior/Binaries/Linux/WalkingTankWarrior-Linux-Shipping" WalkingTankWarrior "$@"
Maybe try and remove the "- Linux" for the "WalkingTankWarrior - Linux" folder name... It says it cant find something and that is the only thing I changed!  Just sorry about it not working I have not been able to test the Linux version myself sadly I may just remove it if there is issues

Well, what it cannot find is a symbol file that isn't to be found within the game's folder:

~/Downloads/WalkingTankWarrior - Linux$ find . -iname \*.sym

This command finds no file either. So renaming the folder doesn't help any.

(1 edit)

Ah dam sorry about that I have just disabled the download for it now! 

A forum in google with the same error lists 

"For those looking for an answer, try specify opengl version when running your game, my situation here is adding “-opengl4” and finally got it ticked." Maybe see if that works?  

also saw using "-gpus all" can help with nvidia cards!