Jump to content

Edit History

Please note that revisions older than 365 days are pruned and will no longer show here
NekoPawtato

NekoPawtato

2 hours ago, jdp0987 said:

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

NekoPawtato

NekoPawtato

1 hour ago, jdp0987 said:

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"

 

×
×
  • Create New...