1
Bugs / Re: Heavy Duty DLC zone transiton bug
« on: November 01, 2023, 09:11:31 pm »
An update as the problem is related to the antivirus though this time its a different problem as the exe was already excluded from the firewall which was normally enough though not this time.
Rather than the antivirus generally not trusting the exe the problem lies in the way the exe tries to access date the antivirus regards as 'private'.
The main problem seems to be the exe trying to access the Bulk.map when it tries to autosave.
Disabling autosaving in the menu circumvents the problem and allows you to transition between zones.
The solution seems to exclude the exe not only from the antivirus firewall (which was until now enough to prevent any problems) but to exclude the exe also from the function that is suppossed to protect your information.
The error log:
Error: System.Exception: Failed to save game 'autosave'. Exception: System.UnauthorizedAccessException: bulk.map ***
bij System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
bij System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
bij d3v.aqm(String A_0, Boolean A_1, Boolean A_2) ---> System.UnauthorizedAccessException: ***Bulkmap**
bij System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
bij System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
bij d3v.aqm(String A_0, Boolean A_1, Boolean A_2)
--- Einde van intern uitzonderingsstackpad ---
bij dsp.LogAndThrow[T](Exception innerException, LogSeverity severity, String message, Object[] messageArgs)
bij d3v.aqm(String A_0, Boolean A_1, Boolean A_2)
bij b01.adr(e27 A_0)
bij bsf.f(e27 A_0)
bij b7d.adr(e27 A_0)
bij bsf.f(e27 A_0)
Rather than the antivirus generally not trusting the exe the problem lies in the way the exe tries to access date the antivirus regards as 'private'.
The main problem seems to be the exe trying to access the Bulk.map when it tries to autosave.
Disabling autosaving in the menu circumvents the problem and allows you to transition between zones.
The solution seems to exclude the exe not only from the antivirus firewall (which was until now enough to prevent any problems) but to exclude the exe also from the function that is suppossed to protect your information.
The error log:
Error: System.Exception: Failed to save game 'autosave'. Exception: System.UnauthorizedAccessException: bulk.map ***
bij System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
bij System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
bij d3v.aqm(String A_0, Boolean A_1, Boolean A_2) ---> System.UnauthorizedAccessException: ***Bulkmap**
bij System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
bij System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
bij d3v.aqm(String A_0, Boolean A_1, Boolean A_2)
--- Einde van intern uitzonderingsstackpad ---
bij dsp.LogAndThrow[T](Exception innerException, LogSeverity severity, String message, Object[] messageArgs)
bij d3v.aqm(String A_0, Boolean A_1, Boolean A_2)
bij b01.adr(e27 A_0)
bij bsf.f(e27 A_0)
bij b7d.adr(e27 A_0)
bij bsf.f(e27 A_0)