A Game About Digging A Hole

A Game About Digging A Hole

View Stats:
UE Error Line 218 string index out of bounds error.
Ok so I was curious about the game but any time I try to play I get the below error. Not sure what to do about it. When I google it, I get a lot of Unreal Engine solutions for developers, but this being a game and not a project, I wasn't sure if that information still applied.

Assertion failed: IsValidIndex(Index) [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\UnrealString.h] [Line: 218]
String index out of bounds: Index 0 from a string with a length of 0

Any idea how to fix. I also like to dig holes.
< >
Showing 1-4 of 4 comments
SpendIce Feb 21 @ 6:13am 
Hi, I had the same error. Don't know if you still have this error, but I found a fix on other game's steam discussion, add the following to the launch parameters.

DXVK_CONFIG="dxgi.hideIntelGpu = True" %command%
Originally posted by SpendIce:
Hi, I had the same error. Don't know if you still have this error, but I found a fix on other game's steam discussion, add the following to the launch parameters.

DXVK_CONFIG="dxgi.hideIntelGpu = True" %command%


This didnt work for me :(
I just got this working...

I did two things and im not sure if the first thing I did is required...

1. added this line to game start options "DXVK_CONFIG="dxgi.hideIntelGpu = True" %command%"
2. Disabled steam's HUD
3. Also have this running on Proton Experimental
silvncr Mar 14 @ 5:33am 
Originally posted by widomakr:
I just got this working...

I did two things and im not sure if the first thing I did is required...

1. added this line to game start options "DXVK_CONFIG="dxgi.hideIntelGpu = True" %command%"
2. Disabled steam's HUD
3. Also have this running on Proton Experimental

thank you! my game kept crashing and now it's stopped.

here was my post

https://steamcommunity.com/app/3244220/discussions/0/550107456405007636/
< >
Showing 1-4 of 4 comments
Per page: 1530 50