summary refs log tree commit diff stats
path: root/results/scraper/box64/1342
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/box64/1342')
-rw-r--r--results/scraper/box64/134236
1 files changed, 36 insertions, 0 deletions
diff --git a/results/scraper/box64/1342 b/results/scraper/box64/1342
new file mode 100644
index 000000000..1e71c3359
--- /dev/null
+++ b/results/scraper/box64/1342
@@ -0,0 +1,36 @@
+Palworld Dedicated Server stopped loading
+I believe some changes to box64 code during the last week have broken the compatibility with Palworld server.

+Everything was working fine with the latest versions of v0.2.7, but now the server does not load and gets stuck in an endless loop when I try to load it. This is what I get from systemd logs:

+

+```

+Mar 07 06:16:41 oci-server systemd[1]: Started Palworld Server.

+Mar 07 06:16:44 oci-server PalServer.sh[1775]: MessageBox: Message : Failed to read file ../../../Pal/Pal.uproject

+Mar 07 06:16:45 oci-server PalServer.sh[1775]: Shutdown handler: initalize.

+Mar 07 06:16:45 oci-server PalServer.sh[1775]: Increasing per-process limit of core file size to infinity.

+Mar 07 06:16:45 oci-server PalServer.sh[1775]: OODLE ERROR : LZ corruption : DecodeOneQuantum fail!

+Mar 07 06:16:45 oci-server PalServer.sh[1775]: OODLE ERROR : LZ corruption : OodleLZ_Decompress failed (0 != 5179)

+Mar 07 06:16:45 oci-server PalServer.sh[1775]: Exiting abnormally (error code: 1)

+Mar 07 06:16:45 oci-server systemd[1]: palworld.service: Deactivated successfully.

+Mar 07 06:16:45 oci-server systemd[1]: palworld.service: Consumed 3.671s CPU time.

+Mar 07 06:16:45 oci-server systemd[1]: palworld.service: Scheduled restart job, restart counter is at 4.

+Mar 07 06:16:45 oci-server systemd[1]: Stopped Palworld Server.

+Mar 07 06:16:45 oci-server systemd[1]: palworld.service: Consumed 3.671s CPU time.

+Mar 07 06:16:45 oci-server systemd[1]: Started Palworld Server.

+Mar 07 06:16:48 oci-server PalServer.sh[2158]: MessageBox: Message : Failed to read file ../../../Pal/Pal.uproject

+Mar 07 06:16:48 oci-server PalServer.sh[2158]: Shutdown handler: initalize.

+Mar 07 06:16:48 oci-server PalServer.sh[2158]: Increasing per-process limit of core file size to infinity.

+Mar 07 06:16:48 oci-server PalServer.sh[2158]: OODLE ERROR : LZ corruption : DecodeOneQuantum fail!

+Mar 07 06:16:48 oci-server PalServer.sh[2158]: OODLE ERROR : LZ corruption : OodleLZ_Decompress failed (0 != 5179)

+Mar 07 06:16:48 oci-server PalServer.sh[2158]: Exiting abnormally (error code: 1)

+Mar 07 06:16:48 oci-server systemd[1]: palworld.service: Deactivated successfully.

+Mar 07 06:16:48 oci-server systemd[1]: palworld.service: Consumed 3.249s CPU time.

+Mar 07 06:16:49 oci-server systemd[1]: palworld.service: Scheduled restart job, restart counter is at 5.

+Mar 07 06:16:49 oci-server systemd[1]: Stopped Palworld Server.

+Mar 07 06:16:49 oci-server systemd[1]: palworld.service: Consumed 3.249s CPU time.

+```

+

+I was using ryanfortner apt repository to update my package once or twice a week, so unfortunately I haven't tested all the daily releases and I don't know how to determine exactly which version ended up causing the issue.

+Downgrading back to the latest v0.2.6 release solves the issue and the server loads normally as expected.

+I'm running an OCI Ampere instance with ubuntu 22.04, by the way.

+I can add additional info if someone could guide me into collecting others logs.

+Thank you.
\ No newline at end of file