Unhandled exception: System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string #421
-
Synthesis fails to compile due to an error: Seems to be a bug on DotNet's side, related to Thailand settings: |
Beta Was this translation helpful? Give feedback.
Answered by
chimbellda
Sep 30, 2023
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Noggog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this exact error when I tried to run Synthesis and solved this by changing my date format to US.
Initially, when I tried to add patchers it always says "Blocking Error" but without any error code. I looked into the log file inside Synthesis folder and it seems to be a compiling issue:
"...[8.1][Skyrim Special Edition][Respect My Body (Slide)] Compiling failed: Unknown Error (1):
[8.3][Skyrim Special Edition] Encountered blocking overall error: "Synthesis" has a blocking error: (Fail, ), Halting: True
[12.9][Skyrim Special Edition][Respect My Body (Slide)] No extra data to consider..."
Then I tried to build a project directly with the advice of a good friend and we were able to tra…