SKCraft / SKMCLauncher

Deploy and distribute modpacks -- deprecated
Other
93 stars 64 forks source link

Traceback from UpdateCache #19

Closed EntityReborn closed 12 years ago

EntityReborn commented 12 years ago

Reproduce: Create new profile, set basedir to "." (or any other dir where a .minecraft dir does not exist), select this profile, try to launch.

This can be fixed by adding the following: if (!file.exists()) { file.getParentFile().mkdirs(); file.createNewFile(); } before XMLUtil.writeXml(doc, file); in UpdateCache.write().