V0idWa1k3r / ExPetrum

ExPetrum is a minecraft complete overhaul mod. It aims to make the game as realistic as possible without being frustrating
GNU Lesser General Public License v3.0
18 stars 3 forks source link

[ExPetrum-1.12.2-1.0.10] Game crashes when loading world #12

Closed TrialDragon closed 6 years ago

TrialDragon commented 6 years ago

crash-2018-07-30_14.07.16-client.txt I get a crash whenever I attempt to create or load a world. World type doesn't matter as I've tried it on bothExPetrum and Default.

V0idWa1k3r commented 6 years ago

I am unable to reproduce your issue with the exact same setup as far as I can tell. Could you please provide your debug.log so I can verify my setup? I am not sure that this is related to exp. Something is passing null as the renderViewEntity but I don't touch it anywhere. Try using stable versions of mods instead of bleeding-edge alphas and see if the issue persists.

TrialDragon commented 6 years ago

Here is the debug log which I think is correct. Also, it must be a mod incompatibility as I finally managed to get it to run when it is by itself with absolutely no other mods. debug-5.log.gz

Edit: It should also be noted that in prior crashes it crashed google chrome and turned my screen resolution to somewhere around 800x500 until I restarted.

Edit2: It is either C&B, Extra Bit Manipulation: C&B Addon, or inventory tweaks. Also, while unrelated, how do I even get started?

V0idWa1k3r commented 6 years ago

Caused by: java.lang.OutOfMemoryError at sun.misc.Unsafe.allocateMemory(Native Method) ~[?:1.8.0_171] at java.nio.DirectByteBuffer.(Unknown Source) ~[?:1.8.0_171] at java.nio.ByteBuffer.allocateDirect(Unknown Source) ~[?:1.8.0_171] You ran out of memory. Which is strange considering that you allocated 2gb which should be more than enough(I play at 1gb).

V0idWa1k3r commented 6 years ago

Since you've fixed the issue and it looks like it was a video driver problem(info from discord) I'm closing this for now. Feel free to ask me to open this if the problem is traced down to ExPetrum.