Created
March 14, 2021 21:27
-
-
Save skittishtrigger/915d6549bfb564bdcc05acc573258b10 to your computer and use it in GitHub Desktop.
18.06/lgsm/v+ error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03/14/2021 15:38:45: VERSION check their:[email protected] mine:0.147.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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