Skip to content

Instantly share code, notes, and snippets.

@skittishtrigger
Created March 14, 2021 21:27
Show Gist options
  • Save skittishtrigger/915d6549bfb564bdcc05acc573258b10 to your computer and use it in GitHub Desktop.
Save skittishtrigger/915d6549bfb564bdcc05acc573258b10 to your computer and use it in GitHub Desktop.
18.06/lgsm/v+ error
Onload
FormatException: Input string was not in a correct format.
at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <b6074dacdf2142f38da4050b03a225bb>:0
at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in <b6074dacdf2142f38da4050b03a225bb>:0
at System.Int32.Parse (System.String s) [0x00007] in <b6074dacdf2142f38da4050b03a225bb>:0
at FejdStartup.ParseServerArguments () [0x000b8] in <bf9bd142b7c04f32b4e15d64d8018201>:0
at FejdStartup.Awake () [0x000f0] in <bf9bd142b7c04f32b4e15d64d8018201>:0
03/14/2021 15:38:45: VERSION check their:0.147.3@0.9.5.5 mine:0.147.3
I modified the end as suggested in Discord after reading through questions
"${PWD}/${executable_name}" -name "${server_name}" -password "${server_password}" -port "${server_port}" -world "${server_world}" -public "${server_public}"
export LD_LIBRARY_PATH=./linux64:"$LD_LIBRARY_PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment