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

Crash before world generation #4706

Closed
aomtte opened this issue Feb 20, 2024 · 10 comments
Closed

Crash before world generation #4706

aomtte opened this issue Feb 20, 2024 · 10 comments

Comments

@aomtte
Copy link

aomtte commented Feb 20, 2024

Modpack

FTB Skies Expert

Modpack version

1.1.0

Log Files

https://gist.githubusercontent.com/FTBAuto/377c6e7642c0265f757cd8008f99609c/raw/dfa98279f3863f22bd6bebe69fc0645375acbf24/hs_err_pid26720.log
https://gist.githubusercontent.com/FTBAuto/da70bec226b7db8bcea0da68f153f7fc/raw/db36b123f69d318457591837ab81d450d88d3944/latest.log

Describe the bug

When trying to start a new world, the game load a few seconds with the labels "Preparing for world creation" then "Validating selected data packs" and in just few seconds the game close with the log file linked.

Steps to reproduce

  1. Start game
  2. Press "Single Player"

Expected behaviour

Game window close with above logs

Screenshots

No response

Additional information

I can start other modpacks like ftb-skies.
I can join public server of the modpack ftb skies Expert with no issues.
I tried using a blank world from ftb-skies, then pressing Single player didn't crash as it wasn't creating a world but showing me my save, but the save couldn't be started neither a new world created from this screen.
Regarding my hardware and devices, my keyboard layout is azerty (french layout), my monitor has a wide resolution (21:9) and my CPU don't have iGpu (KF series) if any of those can help.
After this log, I tried again with minor java update (from 17.0.8 to 17.0.10+11), still same error.

@Thrydwolf
Copy link

This is also happening to me, all versions of FTB Skies Expert. It gets to Validating selected data packs... then crashes. Attaching my log.

hs_err_pid9460.log

@aomtte
Copy link
Author

aomtte commented Feb 22, 2024

So, I disabled every mod 5 by 5 until it stopped to crash, then I narrowed it down to Elementalcraft.
Disabling it won't either let me play, but show me this screen :
image
Checking all mods won't do anything, also checked some randomly and did the same.
Then I tried removing every occurence and disabling the mod of elementalcraft in kubejs but then it crashed again on pressing single player.
If you could also try disabling this mod to check if you have the same issue as me, and if someone have idea to test to narrow down more the issue I'm open to every idea :)

@Thrydwolf
Copy link

Thrydwolf commented Feb 22, 2024 via email

@aomtte
Copy link
Author

aomtte commented Feb 23, 2024

So I did few other tests.
I used docker to setup a server on the computer, and I ended up with the same error.
I used an eclipse-temurin (based on ubuntu) image, and also tried with 5 other modpack from FTP that caused no issues.
As far as my knowledge goes, it the issue was about something else than the hardware, the docker should have worked.
If you see any common parts to mine in the following list, it may help us to narrow the issue :

  • I9-13900KF
  • RTX3090FE
  • 2x16GB DDR5(CMK32GX5M2B5200C40) 4800Mhz
  • GIGABYTE Z790 AORUS ELITE AX

From now on, I'll setup a server on a local raspberry and see how it goes.

Docker command used : docker run -it eclipse-temurin:17.0.10_7-jre-jammy /bin/sh -c "cd /home && curl -JLO "https://api.modpacks.ch/public/modpack/117/11701/server/linux" && chmod +x serverinstall_117_11701 && ./serverinstall_117_11701 --latest --auto && echo "eula=true" > eula.txt&& chmod +x start.sh && ./start.sh"
hs_err_pid173.log
latest.log

@Thrydwolf
Copy link

Thrydwolf commented Feb 23, 2024 via email

@KillerBoy777
Copy link

KillerBoy777 commented Feb 24, 2024

I9-14900k
2x32GB DDR5 Corsair Dominator
RTX 4090
ROG Maximus Dark Hero Z790

I'm receiving the same error every time I click Singeplayer and then hit "Validating selected data packs..."

I've also tried downgrading versions, allocating more/less ram, updating java and graphics drivers. Nothing has worked so far, but all other modpacks work fine.

@soutou233
Copy link

same here
I9-13900k
2x16GB DDR5 7200Hz
RTX 2080
ROG Maximus Hero Z790
Windows 11, JDK17

@aomtte
Copy link
Author

aomtte commented Feb 25, 2024

So according to the hardware everyone liste, we are all on the same kind of cpu, either 13900k or 14900k.
With those informations I came across this post on Intel about memory access violation when CPU has boost enabled and reach 5.5 Ghz : https://community.intel.com/t5/Processors/Question-about-i9-13900k-experiencing-memory-access-violations/td-p/1520012

I am not able to test until monday but that seems close to what we encounter.

@Thrydwolf
Copy link

Thrydwolf commented Feb 25, 2024 via email

@aomtte
Copy link
Author

aomtte commented Feb 25, 2024

As it does the same issue on linux, I doubt a windows update could fix it.

Fixed the issue for me too, even if changing the CPU frequency depending on which game I want to run is tedious.

Closing as the issue isn't related to the modpack itself.

@aomtte aomtte closed this as completed Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants