Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to loadDefault #259

Open
2 tasks done
Dysthymia-1 opened this issue Nov 13, 2023 · 1 comment
Open
2 tasks done

Failure to loadDefault #259

Dysthymia-1 opened this issue Nov 13, 2023 · 1 comment
Labels
bug-not-confirmed Bug that wasn´t reproduced

Comments

@Dysthymia-1
Copy link

Current Behavior (🐛 Bug)

[error === ] main -> LoadConfig -> loadDefault: invalid character 'i' looking for beginning of value [03f000]
[info ==== ] issuing msh termination

Expected Behavior

Default values are loaded. I'm sorry, I don't have the expected output on hand.

Steps to Reproduce

I'm receiving this fatal error every time I attempt to run the MSH executable. I've downloaded the config from the release. I've compared that config to my 2.4.0 config and adjusted it, having read the installation guidance and looked for solutions to this issue. I tried to join the Discord, but the link is no good and I wasn't able to find the appropriate server manually.

MSH Logs

image

MSH-Version

2.5.0

MSH-Commit

0876091

Operating system

Windows Server 2019

System architecture?

AMD64

Minecraft Version

1.20.2

Minecraft Server Software?

Vanilla

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details.
@Dysthymia-1 Dysthymia-1 added the bug-not-confirmed Bug that wasn´t reproduced label Nov 13, 2023
@Dysthymia-1
Copy link
Author

msh-config.json is as follows:

{
"Server": {
"Folder": "C:\MinecraftServer",
"FileName": "server.jar",
"Version": "1.20.2",
"Protocol": 764
},
"Commands": {
"StartServer": "java <Commands.StartServerParam> -jar <Server.FileName> nogui",
"StartServerParam": "-Xmx1024M -Xms1024M",
"StopServer": "stop",
"StopServerAllowKill": 10
},
"Msh": {
"Debug": 1,
"ID": "",
"MshPort": 25555,
"MshPortQuery": 25555,
"EnableQuery": true,
"TimeBeforeStoppingEmptyServer": 30,
"SuspendAllow": false,
"SuspendRefresh": -1,
"InfoHibernation": " §fserver status:\n §b§lHIBERNATING",
"InfoStarting": " §fserver status:\n §6§lWARMING UP",
"NotifyUpdate": true,
"NotifyMessage": true,
"Whitelist": [],
"WhitelistImport": true,
"ShowResourceUsage": false,
"ShowInternetUsage": false
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-not-confirmed Bug that wasn´t reproduced
Projects
None yet
Development

No branches or pull requests

1 participant