Hello, I am running into an odd issue in which SSELODGen appears to refuse to run due to "illegal characters in path," but as far as I can tell, this is not the case. To quickly summarize: I am running xLODGen beta 36 with xEdit 4.01 through MO2 v2.1.6. I have SSEEdit.exe located at: ‪C:\Games\ModdingTools\xEdit\SSEEdit\SSEEdit.exe and I have xLODGen.exe located at C:\Games\ModdingTools\xLODGen\xLODGen.exe Within MO2, I have the Binary set to the aforementioned xLODGen.exe, with the argument: -sse -o:"D:\SSExLODGenOutput\" I am using the Tucoguide as a reference (https://www.nexusmods.com/skyrimspecialedition/mods/10694) and for instructions on installation. When I run xLODGen through MO2, I select all of the BGS worlds (base game+DLC) and Falskaar. I use the setting suggested by the aforementioned Tucoguide. A few seconds after selecting "Generate" I am greeted with an error popup that reads: "LODGen process error, exit code E0434352." The log from the note that the background loader has finished until this error can be seen below: [00:09] Background Loader: finished[Tamriel] Generating LOD[Tamriel] Gathering CELL and LAND records.[Tamriel] Land height: -27000, Water height: -14000, Scanned: 16385 CELL records, Found: 16384 LAND records for area [-64,-64] to [63,63][Tamriel] LODsettings: Level 4 to 32 stride 256 from -96,-96 to 0,0[Tamriel] Exporting terrain mesh data for LODGen to C:\Games\ModdingTools\xLODGen\Edit Scripts\LODGen_Terrain_Tamriel.bin[Tamriel] No options file found: C:\Games\ModdingTools\xLODGen\Edit Scripts\SSELODGen_Skyrim_Tamriel_Options.txt[Tamriel] Saving LODGen data: C:\Games\ModdingTools\xLODGen\Edit Scripts\LODGen_Terrain_Tamriel.txt[Tamriel] Running "C:\Games\ModdingTools\xLODGen\Edit Scripts\LODGen.exe" "C:\Games\ModdingTools\xLODGen\Edit Scripts\LODGen_Terrain_Tamriel.txt"============================================================Skyrim Object LOD Generator 2.5.2.0Created by Ehamloptiran and ZilavUpdated by Sheson Log started at 4:57:54 PM Unhandled Exception: System.ArgumentException: Illegal characters in path. at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath) at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath) at LODGenerator.Common.Utils.GetFullPathWithEndingSlashes(String input) at LODGeneratorCMD.Program.Main(String[] args)LOD Generator: finished (you can close this application now) I can provide the full log at request.I am not sure what error I am running into here. There are no spaces nor any illegal characters that I can find in any of the file paths. I am not sure what exit code E0434352 indicates, nor do I know how to go about finding out. I would appreciate any help or suggestions anyone might be able to provide.