mcdelta-project / mcdelta-python

MCDelta client written in Python
GNU General Public License v3.0
3 stars 3 forks source link

Everything crashes on a clean install. #37

Closed williambl closed 8 years ago

williambl commented 8 years ago

For some reason, on a clean install (i.e no config.json, no Data/ and no LocalData/) EVERYTHING goes wrong. Many missing variables etc. Fixing the problem now.

Valiec commented 8 years ago

I think I've fixed this on my local repository (both on the master and 2.1GUI branches).

In master, it (dir Data not found crash) was caused by attempting to create Data/temp before creating Data.

In 2.1GUI, it (var gui not defined crash) was caused by not giving CMAN_util the value of the gui flag before the first use of cprint.

I'm not pushing right now just in case you are in the middle of fixing it, to avoid merge conflicts.