QuintenQVD0 / Q_eggs

Some special https://pterodactyl.io eggs made for ARM64
Other
91 stars 14 forks source link

[Bug]: Valheim egg crashes on server installation (Oracle ARM) #114

Open TarikBerk opened 4 months ago

TarikBerk commented 4 months ago

Panel Version

1.11.7

Wings Version

1.11.9

Service

Valheim

Modified

No, I did not modify the egg

Expected Behavior

Install the server

Actual Behavior

Server crashed with the following error:

=================================================================
        Native Crash Reporting
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================
=================================================================
        Native stacktrace:
=================================================================
        0x7fff031151fe - /home/container/valheim_server_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so : mono_breakpoint_clean_code
        0x7fff030bded9 - /home/container/valheim_server_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so : mono_unity_backtrace_from_context
        0x7fff03110bdd - /home/container/valheim_server_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so : mono_breakpoint_clean_code
        0x7fff05400f30 - /home/container/valheim_server_Data/Plugins/libparty.so : _ZN16BumblelionLogger26TryToLoadConfigurationFileEv
        0x7fff05400d2b - /home/container/valheim_server_Data/Plugins/libparty.so : _ZN16BumblelionLoggerC1Ev
        0x7fff054018c0 - /home/container/valheim_server_Data/Plugins/libparty.so : _ZN16BumblelionLogger11GetInstanceEv
        0x7fff059d7940 - /home/container/valheim_server_Data/Plugins/libparty.so : _ZL27s_outstandingRequestManager
=================================================================
        Telemetry Dumper:
=================================================================
Could not exec mono-hang-watchdog, expected on path '/home/container/valheim_server_Data/MonoBleedingEdge/etc/../bin/mono-hang-watchdog' (errno 2)
Pkilling 0x281472509353824x from 0x281472866193424x
/entrypoint.sh: line 56:    64 Aborted                 (core dumped) ./valheim_server.x86_64 -nographics -batchmode -name "${SERVER_NAME}" -port ${SERVER_PORT} -world "${WORLD}" -password "${PASSWORD}" $( [[ ${ENABLE_CROSSPLAY} -eq 1 ]] && echo " -crossplay ") > >(sed -uE "${FILTER}")
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 134
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.

Steps To Reproduce

Step 1: Import the egg Step 2: Install the server using the egg Step 3: Encounter crash

Install logs

https://pteropaste.com/8nzz

QuintenQVD0 commented 4 months ago

This is clearly not on instaltion but just on run?

TarikBerk commented 4 months ago

Yes. I meant the server wouldn’t run after installation. I didn’t have a problem installing the egg.

BRNKR commented 4 months ago

Same for me :(

How can i setup the BOX64 Params from this issue here?

https://github.com/ptitSeb/box64/issues/1182