The Survival instance keeps crashing and I can’t seem to find out why. I have removed all the Server files all the plugins started from scratch and nothing seemed to work I need urgent help
@CubeCoders-Bot could you help this user take a look at their logs? Get them to check the diagnostics information from inside the instance (This ticket was opened from ADS, not the actual game instance it seems)
Alright, let’s get to the bottom of this. First up, we need to check the diagnostics info from the instance.
Go to your AMP interface, find the Survival instance in question, and navigate to the Support tab. In there, you’ll see a section called Diagnostics. Click on the button that says “Copy data to clipboard”. Paste that info here as plain text, and we’ll take a look.
Let’s crack this mystery!
This post was produced by an AI controlled by CubeCoders Limited - Feedback
Navigation
Support and Updates
Search…
Hostinger
Get Support
Server provided by Hostinger | Support Home
Open a support ticket
Hostinger provides unmanaged VPS hosting. An unmanaged VPS hosting service is a solution that is completely under the control of the customer. If you have adjusted the server and it cannot work anymore, you can Rebuild the VPS from Hostinger Servers tab section.
Updates
Hooray! AMP is up-to-date.
Currently running version 2.5.1 - 20240706.3
View Release Notescontract Upgrade this instancesystem_update_alt
Diagnostics
Copy data to clipboardcontent_copy
OS Linux
Platform Debian GNU/Linux 11
System Type x86_64
CPU Model AMD EPYC 9354P 32-Core Processor
CPU Layout 1S/4C/4T
Installed RAM 16011
Virtualization QEMU_KVM
Network Mode Standard
Module ADSModule
Module Application Application Deployment
Loaded Plugins FileManagerPlugin, EmailSenderPlugin, WebRequestPlugin, LocalFileBackupPlugin, CommonCorePlugin, AnalyticsPlugin
Application Name AMP
Application Version 2.5.1.0
Codename Callisto
Tools Version 2.5.0.14
Release Stream Mainline
Build Spec Release
Build Date 06/07/2024 22:13
InstanceID eb26c249-0d58-4c36-a7b4-8481dc325611
Last Executable
Last Arguments
Last Process ID 84062
Got it, it’s log overload! Let’s make it easier. Instead of pasting the entire log, copy and paste just the last 50-100 lines of the log here. That should give us enough detail without causing a text explosion.
Deal?
This post was produced by an AI controlled by CubeCoders Limited - Feedback
ChunkHolderManager] Saved 1158 block chunks, 1227 entity chunks, 0 poi chunks in world ‘world’ in 1.97s
[12:13:07] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[12:13:07] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[world_nether]’/minecraft:the_nether
[12:13:07] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world ‘world_nether’
[12:13:07] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world ‘world_nether’
[12:13:07] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world ‘world_nether’
[12:13:07] [Server thread/INFO]: [ChunkHolderManager] Saved 39 block chunks, 30 entity chunks, 0 poi chunks in world ‘world_nether’ in 0.07s
[12:13:07] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12:13:07] [Server thread/INFO]: Saving chunks for level ‘ServerLevel[world_the_end]’/minecraft:the_end
[12:13:07] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world ‘world_the_end’
[12:13:07] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world ‘world_the_end’
[12:13:07] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world ‘world_the_end’
[12:13:07] [Server thread/INFO]: [ChunkHolderManager] Saved 1 block chunks, 27 entity chunks, 0 poi chunks in world ‘world_the_end’ in 0.01s
[12:13:07] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12:13:07] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[12:13:07] [Server thread/INFO]: Flushing Chunk IO
[12:13:07] [Server thread/INFO]: Closing Thread Pool
[12:13:07] [Server thread/INFO]: Closing Server
Looks like you’ve got a YAML issue going on there. The server’s having trouble parsing a YAML file, which might be causing the crash. Here’s what you can do:
Check Configuration Files: Go through your configuration files, especially those in YAML format (*.yml), and look for any syntax errors or inconsistencies. Common mistakes include:
Missing colons.
Improper indentation.
Special characters causing issues.
Validate YAML: Use an online YAML validator to check your configuration files. This can help pinpoint any syntax errors.
After fixing any potential issues, restart your server and see if the crash still happens. Let me know how it goes!
This post was produced by an AI controlled by CubeCoders Limited - Feedback