The install can't continue - please read
-Please read the below error message, it might tell you how to fix this problem.
- If you're not sure what to do, please send the error message and install log to the developers at their Discord server
+
Please read the below message
{{installErrorDescription}} +diff --git a/httpGUI/style.css b/httpGUI/style.css index 55fc71e5..c73e0fff 100644 --- a/httpGUI/style.css +++ b/httpGUI/style.css @@ -257,7 +257,7 @@ The snackbar - position it at the bottom and in the middle of the screen */ .modal-content { background-color: #fefefe; position: absolute; - top: 30%; + top: 5%; left: 10%; padding: 20px; border: 1px solid #888; diff --git a/installConfiguration.py b/installConfiguration.py index f9072470..35063905 100644 --- a/installConfiguration.py +++ b/installConfiguration.py @@ -401,11 +401,11 @@ def __str__(self): if not self.candidates: return "Your current OS is not supported by the file {} in this mod".format(self.name) hasUnity = any(x.unity is not None for x in self.candidates) - out = "Failed to find a {} file to use, your game has the properties (steam: {}".format(self.name, self.steam) + out = "Please check your game is up-to-date. If it is fully up-to-date, please send the game log to the developers on our discord server." + out += "\n\nFailed to find a {} file to use, your game has the properties (steam: {}".format(self.name, self.steam) if hasUnity: out += ", unity: {}".format(self.unity) out += ") but the available versions had the requirements " + ", ".join(self.describe(candidate) for candidate in self.candidates) - out += "\nPlease check your game is up-to-date. If it is fully up-to-date, please send the game log to the developers on our discord server." return out diff --git a/installData.json b/installData.json index f40354ce..246f2f99 100644 --- a/installData.json +++ b/installData.json @@ -618,7 +618,15 @@ "fileOverrides": [ {"name": "movie", "id": "movie-unix", "os": ["mac", "linux"], "url":"https://07th-mod.com/rikachama/video/Matsuribayashi-Movie_UNIX.7z"}, {"name": "ui", "id": "ui-windows", "os": ["windows"], "unity": "2017.2.5", "url":"https://07th-mod.com/ui.php?chapter=matsuribayashi&os=win&unity=2017.2.5"}, - {"name": "ui", "id": "ui-unix", "os": ["mac", "linux"], "unity": "2017.2.5", "url":"https://07th-mod.com/ui.php?chapter=matsuribayashi&os=unix&unity=2017.2.5"}, + {"name": "ui", "id": "ui-macos", "os": ["mac"], "unity": "2017.2.5", "url":"https://07th-mod.com/ui.php?chapter=matsuribayashi&os=unix&unity=2017.2.5"}, + {"name": "ui", "id": "ui-linux-steam", "os": ["linux"], "unity": "2017.2.5", "url":"https://07th-mod.com/ui.php?chapter=matsuribayashi&os=unix&unity=2017.2.5", "targetChecksums": [ + ["sharedassets0.assets.backup", "24e34f48f675d8577fdf1e01baa9a40a1c1505d39283def309f4245536c73220"], + ["sharedassets0.assets", "24e34f48f675d8577fdf1e01baa9a40a1c1505d39283def309f4245536c73220"] + ]}, + {"name": "ui", "id": "ui-linux-gog-mg", "os": ["linux"], "unity": "2017.2.5", "url":"https://07th-mod.com/rikachama/ui/Matsuribayashi-UI_2017.2.5_unix_gog_mg.7z", "targetChecksums": [ + ["sharedassets0.assets.backup", "A200EC2A85349BC03B59C8E2F106B99ED0CBAAA25FC50928BB8BA2E2AA90FCE9"], + ["sharedassets0.assets", "A200EC2A85349BC03B59C8E2F106B99ED0CBAAA25FC50928BB8BA2E2AA90FCE9"] + ]}, {"name": "ui", "id": "ui-windows-old", "os": ["windows"], "unity": "5.6.7f1", "url":"https://07th-mod.com/ui.php?chapter=matsuribayashi&os=win&unity=2017.2.5"}, {"name": "ui", "id": "ui-linux-old", "os": ["linux"], "unity": "5.6.7f1", "url":"https://07th-mod.com/ui.php?chapter=matsuribayashi&os=unix&unity=2017.2.5"}, {"name": "system", "id": "system-gog-linux", "os": ["linux"], "unity": "5.6.7f1", "url": "https://07th-mod.com/rikachama/matsuri-system/Matsuribayashi-System_unix.7z"},