Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Midimistro

#1
This Post is just to help those who experience the "InstallationFunctionThread Error" caused by path usage while installing MLK.

Before anything, you should know that I installed the entire game on my Hard Disk and initially had both the Installer and in the same directory path.

The issue is that the Windows C# installation program does not want to interfere with the same path call twice for two different causes. In other words, this error only occurs when the Web Installer is in the same path as the location you chose to install the game. What happens is that the InstallationFunctionThread is already calling the installer from "/MLKInstallationExampleFolder", which is also the same location you selected to install the packages. Because the installation program wasn't designed to install things using two call instances of the same path, the program fails and spits out an error.

The fix is simple: just move the installer out of the installation location...

Should this issue technically happen if the installer was properly programmed? No.

However, since this is a community project, I can understand the limits of such a task. Alternatively, this could be a potential bug fix for the next update.