WhiskyTangoFawks / WTFTools

1 stars 0 forks source link

Crash when creating (or destroying) recipes #4

Open yggdrasil75 opened 7 years ago

yggdrasil75 commented 7 years ago

I changed all the tools in my config to diable the default, added many to create a certain recipe type, ie: various glass types are the majority of arrows. and I got this crash: link

This is my current config link

yggdrasil75 commented 7 years ago

I might have it narrowed down to when editing stick tools. I am currently editing each tool type one at a time and realized that when I reset the stick options the crash stopped.

yggdrasil75 commented 7 years ago

it would appear that when attempting to create recipes for things that are not fully implemented ie: sticks arrows, and ceramic handles, causes this crash. This is probably a crash due to unimplemented features that will be added later.

WhiskyTangoFawks commented 7 years ago

The main issue is that the code isn't forgiving, if it goes looking for an item part, and can't find it, it crashes. So, removing anything via the config and loading an existing world will probably crash. In my dev environment, I've got that solved I think (I've been on a break from modding while job hunting, so it's been a while since I looked at it). I really need to upload the changes I got through.