Null exception spam alpha 20.7 (b2)

Been trying to get this fixed but Im not good at coding nor do I have any knowledge in it. Forums and Youtube says that every nullexception spam is specific and I dont wanna have clear my file everytime I launch the game. 

https://pastebin.com/y9ydkU5E

here is my log, would really appreciate it if someone can help me on this.

 
Here is your first error...

UnauthorizedAccessException: Access to the path "C:\Users\Forge-15S" is denied.


Be certain that you exclude the client from security software. This is covered in detail in the Pinned FAQ Thread.

 
2023-04-28T21:54:44 0.105 INF Command line arguments: D:\SteamLibrary\steamapps\common\7 Days To Die\7DaysToDie.exe -force-d3d11
-UserDataFolder=C:\Users\Forge-15S 1650\AppData\Roaming\7DaysToDie
-logfile C:\Users\Forge-15S 1650\AppData\Roaming\7DaysToDie\logs\output_log_client__2023-04-28__21-53-48.txt




"Forge-15S 1650" - does your windows user really has a space in it?

If yes, you should use quotation marks around the whole UserDataFolder-pathname, like that:
 

-UserDataFolder="C:\Users\Forge-15S 1650\AppData\Roaming\7DaysToDie"




This should help find the UserDataFolder.

But what about the logfile then, I don't know. Cause this specific parameter will be appended automatically by the launcher...
 
Back
Top