Crashes on Preinitialization (Intel G45/43 Graphics)
masternetra opened this issue ยท 4 comments
Tried playing the Skycolonies modpack and tested it by itself and each time game crashes at preinitialization. Here are the results.
Forge Version: 14.23.4.2709
Openblocks Version: 1.12.2-1.7.6
OpenModsLib Version: 1.12.2-0.11.5
Log: https://pastebin.com/Hx8VyViM
Graphics Card: Intel G45/43
Java Error Report:
Problem signature:
Problem Event Name: APPCRASH
Application Name: javaw.exe
Application Version: 8.0.1710.11
Application Timestamp: 5abc22fc
Fault Module Name: StackHash_70cf
Fault Module Version: 6.1.7601.24150
Fault Module Timestamp: 5b0cbc1e
Exception Code: c0000374
Exception Offset: 00000000000bf6b2
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 70cf
Additional Information 2: 70cf790984089c68d8c6286c3ac52100
Additional Information 3: d019
Additional Information 4: d01979b65ae21829a6572ca65dbf5c98
Addtional Notes:
Have a simlair issue with Immersive Engineering, according to the Dev there it was (with IE) a OpenGL issue. Mod is using OpenGL stuff that my card didn't support (My Graphics card can only handle up to OpenGL 2.1) and that while Vanilla Minecraft is suppose to handle such issue by disabling such features the code that handles that seems to be broke. Possibly a simlair issue with Openblocks? If this can be resolved by disabling some stuff in config would like to know what.
- OpenGL calls are not supposed to crash, even if unsupported. Please make sure you have most recent drivers.
- You have attached log from console, which does not contain all info. More detailed one is contained in
logs/fml-client-latest.log
.
My Drivers are as recent as they can be considering the developer has sense abandoned any further development of it.
The log I linked to from Pastebin is .minecraft/logs/latest.log. there is no "fml-client-latest" in that directory.
However there is a debug.log which I have here: https://pastebin.com/tV714k6G, if it helps.
That's what I wanted.
You may try to set option renderingEnabled
in skyblock
category to false.