the two other issues that seem somewhat similar seems different enough to open my own topic, hope I'm right on this
TL;DR: Mods seem to be able to update, but downloaded zip-files are just broken XML-Responses. Bug is reproducible for me.
I've just updated by downloading the Win-x64-zip version, extracted it to it's own folder inside my Games-Folder (C:\Games\Factorio_0.13.0) and replaced the "config-path.cfg" to use my appdata-directory:
Code: Select all
config-path=__PATH__system-write-data__/config
use-system-read-write-data-directories=true
This worked fine and turned at least a few items yellow (Auto Trash, Rail Tanker, Fat Controller, FARL and RSO to be specific). If I now press update Factorio acts as if it's updating the mods, and apparently also thinks it does, and when it relaunches it reports "Error: Opening zip <path-to-my-appdata>/Factorio/mods/AutoTrash_0.0.56.zip failed". Noticeably, all "updated" zip files are now 1kb and have content like the following (opened in Notepad++):
Code: Select all
<html>
<head>
<title>Factorio login</title>
</head>
<body>
<form action="/login/process" method="POST">
Username: <input type="text" name="username">
Password: <input type="password" name="password">
<input type="submit" value="Log In" />
<input type="hidden" name="redirect" value="https://mods.factorio.com/receive-login">
<input type="hidden" name="service" value="test_service">
<input type="hidden" name="csrf-token" value="vjn9KD3UVArjNw8M.M-t">
</form>
</body>
</html>
If you need anything else (config file?), let me know!
Edit just do clarify in case this is unclear: At no point was I asked to login anywhere, which I assume should happen at some point?
Creat