Crash from AIOOB during whitelist processing
Opened this issue ยท 13 comments
This is the crash log: https://pastebin.com/U324Lp3M
Removed everything! Now that I launcher the game with just Optifine it crashed tho. I'll try launching with everything but Optifine
edit: nope, it crashed anyway
This is an OptiFine crash, nothing to do with my mod. It has already been reported here: sp614x/optifine#733
Ok apparently the game crashes when one or both the mods are present in the mods folder.
This is the crashlog you requested: https://pastebin.com/QaDQxTaC
The game crashes with your mod in the list and without optifine too tho
Your item whitelist, there is a config file with whitelisted items that can be shown on the HUD.
# Configuration file
whitelist {
# Configure items that will be displayed on the HUD when present in the players inventory.
# Follow the format modid:resourcename:metadata otherwise the item will not be registered.
# Metadata is not required, and not defining it will default the check to any metadata.
# This information can be obtained via Advanced Tooltips (F3+H) in-game.
S:"Item List" <
minecraft:clock
minecraft:compass
randomthings:goldencompass
endercompass:ender_compass
toughasnails:thermometer
toughasnails:season_clock
minecraft:arrow
>
# Should the HUD use the configurable whitelist when checking for valid items?
# If false, Smart HUD will fall back to only checking for vanilla clocks and compasses.
B:"Use Whitelist"=true
}
Fixed in 1.12-1.0.4, hopefully.