Skip to content

Instantly share code, notes, and snippets.

@Metalfusion
Created May 7, 2017 10:10
Show Gist options
  • Save Metalfusion/c2d97626150e00651ce4db00d514467c to your computer and use it in GitHub Desktop.
Save Metalfusion/c2d97626150e00651ce4db00d514467c to your computer and use it in GitHub Desktop.
itch app Microsoft XNA Framework Redistributable 4.0 Refresh install error
[2017-05-07 @ 13:07:03.247] [launch] itch 23.4.1 launching game 132537: Battlefleet Engineer DEMO
[2017-05-07 @ 13:07:03.247] [launch] looking for manifest @ "D:\Games\itch.io\Battlefleet Engineer DEMO\.itch.toml"
[2017-05-07 @ 13:07:03.248] [launch] found manifest, parsing
[2017-05-07 @ 13:07:03.258] [launch] manifest:
{
"actions": [
{
"name": "play",
"path": "Battlefleet Engineer.exe"
}
],
"prereqs": [
{
"name": "xna-4.0"
}
]
}
[2017-05-07 @ 13:07:03.258] [launch] launching prepare for native
[2017-05-07 @ 13:07:03.259] [prepare/native] launching windows-prereqs
[2017-05-07 @ 13:07:03.261] [windows-prereqs] Assessing prereqs xna-4.0
[2017-05-07 @ 13:07:03.263] [windows-prereqs] Retrieving https://dl.itch.ovh/itch-redists/xna-4.0/info.json
[2017-05-07 @ 13:07:03.780] [windows-prereqs] Key not present: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\EDE8C96D5CBBB634E8E05C6A3D11FCF4
[2017-05-07 @ 13:07:03.780] [windows-prereqs] Remaining tasks: xna-4.0
[2017-05-07 @ 13:07:03.784] [windows-prereqs] Downloading prereq Microsoft XNA Framework Redistributable 4.0 Refresh
[2017-05-07 @ 13:07:06.223] [windows-prereqs] Verifiying integrity of Microsoft XNA Framework Redistributable 4.0 Refresh archive
[2017-05-07 @ 13:07:06.629] [net] xna-4.0.7z: expected SHA256: 9a966730f6c000764e00316d8b4e3f97ef1a7c34417c3a4bb96f069767147e62
[2017-05-07 @ 13:07:06.728] [net] xna-4.0.7z: actual SHA256: 9a966730f6c000764e00316d8b4e3f97ef1a7c34417c3a4bb96f069767147e62
[2017-05-07 @ 13:07:06.729] [net] xna-4.0.7z: SHA256 checks out!
[2017-05-07 @ 13:07:06.729] [windows-prereqs] Extracting Microsoft XNA Framework Redistributable 4.0 Refresh archive
[2017-05-07 @ 13:07:07.288] [windows-prereqs] Wrote install plan to C:\Users\Tomi\AppData\Local\Temp\tmp-3544UTGwhSu4Hvts\install_plan.json
[2017-05-07 @ 13:07:07.289] [windows-prereqs] Installing all prereqs via butler...
[2017-05-07 @ 13:07:07.289] [windows-prereqs] Listening to status updates on \\.\pipe\butler-windows-prereqs-1494151627289
[2017-05-07 @ 13:07:07.299] [butler] butler stderr: [elevate] C:\Users\Tomi\AppData\Roaming\itch\bin\butler.exe --json install-prereqs C:\Users\Tomi\AppData\Local\Temp\tmp-3544UTGwhSu4Hvts\install_plan.json --pipe \\.\pipe\butler-windows-prereqs-1494151627289
[2017-05-07 @ 13:07:07.299] [butler] butler stderr: [elevate] runas C:\Users\Tomi\AppData\Roaming\itch\bin\butler.exe --json install-prereqs C:\Users\Tomi\AppData\Local\Temp\tmp-3544UTGwhSu4Hvts\install_plan.json --pipe \\.\pipe\butler-windows-prereqs-1494151627289
[2017-05-07 @ 13:07:11.532] [prepare/native] Windows prereqs full stack: Error: butler exited with error code 1
at C:\Users\Tomi\AppData\Local\itch\app-23.4.1\resources\app.asar\appsrc\util\butler.ts:96:11
at Generator.next (<anonymous>)
at fulfilled (C:\Users\Tomi\AppData\Local\itch\app-23.4.1\resources\app.asar\app\util\butler.js:4:58)
[2017-05-07 @ 13:07:11.533] [launch] crashed with butler exited with error code 1
[2017-05-07 @ 13:07:11.533] [launch] butler exited with error code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment