elucent / Albedo

Graphics and effects library for Minecraft modding. Does not fear hax!
MIT License
22 stars 6 forks source link

Crash on startup D: #1

Closed quat1024 closed 7 years ago

quat1024 commented 7 years ago

Crashlog: https://paste.ee/p/gh98D#s=0&l=175

Minecraft 1.12.1, Forge 14.22.0.2467. AMD Radeon 6800 graphics card. This is the version of Albedo downloaded from Curse. No other mods are loaded.

Hmu if you need any more information <3

quat1024 commented 7 years ago

I fixed the problem on my end:

In fastlight.vs line 96 and entitylight.vs line 86, I changed 0f to 0.0f. Looks like my graphics driver chokes on parsing a 0f.

The game at least runs - haven't been able to test colored lights just yet because I think there's a Botania-side crash and I don't know of any other Albedo-enabled mods x)

elucent commented 7 years ago

Okay, will fix shortly. These bugs are hard to catch, thank you for reporting it!

elucent commented 7 years ago

Should be fixed in #2