Game Keeps Crashing After starting game

jdp0987

New member
After updating my game to v 1.0. every time i try to start it the game crashes immediately, i have deleted all game settings and pre 1.0 maps and data and redownloaded my game completely. the game files according to steam when I verify after the game crashes. one file needs to be redownloaded. I needed to mention this in case it is relevant. if you need pc specs aswell I will provide them if needed.

Latest crash report i am proividing below

Mono path[0] = 'D:/SteamLibrary/steamapps/common/7 Days To Die/7DaysToDie_Data/M - Pastebin.com

 
Last edited by a moderator:
Last edited by a moderator:
After updating my game to v 1.0. every time i try to start it the game crashes immediately, i have deleted all game settings and pre 1.0 maps and data and redownloaded my game completely. the game files according to steam when I verify after the game crashes. one file needs to be redownloaded. I needed to mention this in case it is relevant. if you need pc specs aswell I will provide them if needed.

Latest crash report i am proividing below

[log snippet]
From the log, access to the path is denied

2024-07-25T20:07:39 0.481 EXC Access to the path 'C:\Users\Game' is denied.
at System.IO.FileSystem.CreateDirectory (System.String fullPath) [0x00145] in <467a840a914a47078e4ae9b0b1e8779e>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x0002c] in <467a840a914a47078e4ae9b0b1e8779e>:0
at Platform.EOS.Api.createPlatformInterface (Platform.EOS.EosCreds _creds, System.Boolean _serverMode) [0x00125] in <40e9b6e9762f43cf836123d0f549ad32>:0
at Platform.EOS.Api.initPlatform (Platform.EOS.EosCreds _creds, System.Boolean _serverMode) [0x001af] in <40e9b6e9762f43cf836123d0f549ad32>:0
at Platform.EOS.Api.InitClientApis () [0x0001e] in <40e9b6e9762f43cf836123d0f549ad32>:0
at Platform.AbsPlatform.Init () [0x0022e] in <40e9b6e9762f43cf836123d0f549ad32>:0
at Platform.PlatformManager.Init () [0x0013e] in <40e9b6e9762f43cf836123d0f549ad32>:0


This is due to having spaces in your filepath and using a custom userdatafolder in the command line arguements

2024-07-25T20:07:39 0.093 INF Command line arguments: D:\SteamLibrary\steamapps\common\7 Days To Die\7DaysToDie.exe -force-d3d11 -disablenativeinput -nogs -noeac -UserDataFolder=C:\Users\Game Pc\AppData\Roaming\7DaysToDie -logfile C:\Users\Game


to fix this, put the entire userdatafolder argument in quotes

so instead of

-UserDataFolder=C:\Users\Game Pc\AppData\Roaming\7DaysToDie


use

"-UserDataFolder=C:\Users\Game Pc\AppData\Roaming\7DaysToDie"


or just remove the userdatafolder parameter if you just want default location

 
Last edited by a moderator:
Ok to fix this. Can you give me more clear instructions. Like what like programs I need to access to change this. It's abit vague to me and I just wqnt to do this correct 

 
Last edited by a moderator:
Ok to fix this. Can you give me more clear instructions. Like what like programs I need to access to change this. It's abit vague to me and I just wqnt to do this correct 
Are you launching the game from Steam? If so there's two places I'm aware of you could try checking

In Steam Library, right click the game and select Properties

Under General tab, do you have anything filled out in the Launch Options?

image.png

If the text field is empty, try setting the dropdown to "Show game launcher" and then start the game to bring up the below popup and see if you have anything in "additional parameters" field

image.png

If you are starting the game via a desktop shortcut, check the properties of the shortcut and see if you have some extra parameters in the "Target". For example I had a custom shortcut that called a separate serverconfig.xml in here

image.png

 
Back
Top