Installation problem with Ring Runner during XNA Framework install
3 posters
Page 1 of 1
Installation problem with Ring Runner during XNA Framework install
I thought I'd better note this because I've had a very strange problem which doesn't seem to be covered here. I got the GMG version.
During installation I was getting a failed message referring me to the log file which points to the XNA framework 4.0 not being installed (see below). It was in fact installed but I downloaded the latest package (just in case) here:
http://www.microsoft.com/en-us/download/details.aspx?id=20914
And it recognised it was installed because I could remove and repair. Anyway I uninstalled at ran Ringrunner setup again.. Still failed. I then manually installed the downloaded framework which worked fine. Ran ringrunner setup again and it still failed! After more fiddling I found that the file included with ringrunner *seems* to be very slightly different in size to the file I had downloaded. I tried installing the ringrunner version manually and I got an error:
A network error occurred while attempting to read from the file:
C:\Users\myusername\Appdata\Local\Temp\VSDDA09.tmp\XnaFxRedist40\xnafx40_refresh_redist.msi
What's interesting about this is that the file the installer puts into the folder isn't called the file mentioned above, it is actually called:
xnafx40_redist.msi
So basically I think the installer is faulty.
I have manually installed ringrunner by extracting the zip to a temporary folder and running this file:
RingRunner.application
which downloaded 200+mb of data and installed itself on my system and it works! Phew.
Log extract:
Running checks for package 'Microsoft XNA Framework Redistributable 4.0', phase BeforePackage
Reading value 'ProductVersion' of registry key 'HKLM\Software\Microsoft\XNA\Framework\v4.0'
Read string value '4.0.20823.0'
Setting value '4.0.20823.0 {string}' for property 'XNAFX40_IS_INSTALLED'
The following properties have been set for package 'Microsoft XNA Framework Redistributable 4.0':
Property: [XNAFX40_IS_INSTALLED] = 4.0.20823.0 {string}
Running checks for command 'XnaFxRedist40\xnafx40_redist.msi'
Result of running operator 'ValueEqualTo' on property 'XNAFX40_IS_INSTALLED' and value '4.0.30901.0': false
Result of running operator 'ValueNotEqualTo' on property 'AdminUser' and value 'True': false
Result of running operator 'ValueExists' on property 'Version9x': false
Result of running operator 'VersionLessThan' on property 'VersionNT' and value '5.1.2': false
Result of checks for command 'XnaFxRedist40\xnafx40_redist.msi' is 'Install'
'Microsoft XNA Framework Redistributable 4.0' RunCheck result: Install Needed
Verifying file integrity of C:\Users\Simon\AppData\Local\Temp\VSDDA09.tmp\XnaFxRedist40\xnafx40_redist.msi
WinVerifyTrust returned 0
File trusted
Installing using command 'C:\Windows\SysWOW64\msiexec.exe' and parameters ' -I "C:\Users\Simon\AppData\Local\Temp\VSDDA09.tmp\XnaFxRedist40\xnafx40_redist.msi" -q REBOOT=ReallySuppress'
Will attempt to elevate process.
Process exited with code 1603
Status of package 'Microsoft XNA Framework Redistributable 4.0' after install is 'InstallFailed'
During installation I was getting a failed message referring me to the log file which points to the XNA framework 4.0 not being installed (see below). It was in fact installed but I downloaded the latest package (just in case) here:
http://www.microsoft.com/en-us/download/details.aspx?id=20914
And it recognised it was installed because I could remove and repair. Anyway I uninstalled at ran Ringrunner setup again.. Still failed. I then manually installed the downloaded framework which worked fine. Ran ringrunner setup again and it still failed! After more fiddling I found that the file included with ringrunner *seems* to be very slightly different in size to the file I had downloaded. I tried installing the ringrunner version manually and I got an error:
A network error occurred while attempting to read from the file:
C:\Users\myusername\Appdata\Local\Temp\VSDDA09.tmp\XnaFxRedist40\xnafx40_refresh_redist.msi
What's interesting about this is that the file the installer puts into the folder isn't called the file mentioned above, it is actually called:
xnafx40_redist.msi
So basically I think the installer is faulty.
I have manually installed ringrunner by extracting the zip to a temporary folder and running this file:
RingRunner.application
which downloaded 200+mb of data and installed itself on my system and it works! Phew.
Log extract:
Running checks for package 'Microsoft XNA Framework Redistributable 4.0', phase BeforePackage
Reading value 'ProductVersion' of registry key 'HKLM\Software\Microsoft\XNA\Framework\v4.0'
Read string value '4.0.20823.0'
Setting value '4.0.20823.0 {string}' for property 'XNAFX40_IS_INSTALLED'
The following properties have been set for package 'Microsoft XNA Framework Redistributable 4.0':
Property: [XNAFX40_IS_INSTALLED] = 4.0.20823.0 {string}
Running checks for command 'XnaFxRedist40\xnafx40_redist.msi'
Result of running operator 'ValueEqualTo' on property 'XNAFX40_IS_INSTALLED' and value '4.0.30901.0': false
Result of running operator 'ValueNotEqualTo' on property 'AdminUser' and value 'True': false
Result of running operator 'ValueExists' on property 'Version9x': false
Result of running operator 'VersionLessThan' on property 'VersionNT' and value '5.1.2': false
Result of checks for command 'XnaFxRedist40\xnafx40_redist.msi' is 'Install'
'Microsoft XNA Framework Redistributable 4.0' RunCheck result: Install Needed
Verifying file integrity of C:\Users\Simon\AppData\Local\Temp\VSDDA09.tmp\XnaFxRedist40\xnafx40_redist.msi
WinVerifyTrust returned 0
File trusted
Installing using command 'C:\Windows\SysWOW64\msiexec.exe' and parameters ' -I "C:\Users\Simon\AppData\Local\Temp\VSDDA09.tmp\XnaFxRedist40\xnafx40_redist.msi" -q REBOOT=ReallySuppress'
Will attempt to elevate process.
Process exited with code 1603
Status of package 'Microsoft XNA Framework Redistributable 4.0' after install is 'InstallFailed'
Last edited by DragonRR on Wed Oct 30, 2013 7:29 pm; edited 2 times in total
DragonRR- Posts : 1
Join date : 2013-10-30
Re: Installation problem with Ring Runner during XNA Framework install
Glad you got it working!
I'll try and see if there is anything I can do to help this problem from popping up again.
Sorry for the inconvenience,
-Paul
I'll try and see if there is anything I can do to help this problem from popping up again.
Sorry for the inconvenience,
-Paul
Paul Dryere- Posts : 504
Join date : 2012-02-28
Age : 37
Re: Installation problem with Ring Runner during XNA Framework install
One thing I know for sure: You know more about software than I do. Or have more perseverance. Or both.
EvilNinjadude- Posts : 550
Join date : 2012-10-04
Similar topics
» Modding the Ring Runner?
» What does Steam mean for Ring Runner?
» Ring Runner Subreddit
» Ring Runner has been Greenlit!
» What is Ring Runner: Flight of the Sages?
» What does Steam mean for Ring Runner?
» Ring Runner Subreddit
» Ring Runner has been Greenlit!
» What is Ring Runner: Flight of the Sages?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum