Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It has to do with the XNA Framework. When you install it, the directories of the framework doesnt get the specific rights to use them (to be exactly: nobody got the rights). So you have to set all the rights for every directory that belongs to the XNA framework!
Here are the directorys for Windows 7 64bit installation:
C:/Windows/Microsoft.NET/assembly/GAC_32:
Microsoft.Xna.Framework\v4.0_4.0.0.0__842cf8be1de50553
Microsoft.Xna.Framework.Game/v4.0_4.0.0.0__842cf8be1de50553
Microsoft.Xna.Framework.Graphics\v4.0_4.0.0.0__842cf8be1de50553
Microsoft.Xna.Framework.Xact/v4.0_4.0.0.0__842cf8be1de50553
C:/Windows/Microsoft.NET/assembly/GAC_MSIL:
Microsoft.Xna.Framework.Avatar\v4.0_4.0.0.0__842cf8be1de50553
Microsoft.Xna.Framework.GamerServices\v4.0_4.0.0.0__842cf8be1de50553
Microsoft.Xna.Framework.Input.Touch\v4.0_4.0.0.0__842cf8be1de50553
Microsoft.Xna.Framework.Net/v4.0_4.0.0.0__842cf8be1de50553
Microsoft.Xna.Framework.Storage\v4.0_4.0.0.0__842cf8be1de50553
Microsoft.Xna.Framework.Video\v4.0_4.0.0.0__842cf8be1de50553
This is how you change the right to use it (I have a german installation, so the translation might not be precise):
- rightclick the specific directory
- select properties
- select the "security" tab
- click on "adavanced"
- select the "owner" tab
- click on the bottom button "edit"
- on this window select the "administrator" in the row and make sure to select the checkbox below
- press apply and close all the windows
- now the directory has the correct rights for the system to use them
The game runs without a problem - the required .Net files etc were installed before. Looks like the guys from Reus didn't properly test the install script!
Go to your program files under OS(C:), either normal "program files" or "program files(x86)" and go to your Steam folder>Steamapps>common, than select your game and find where the the XNA and DotNET files are, most likely under one of the folders given via game install, and delete the install.vdf file. This worked flawlessly for me the first time. Its very simple and i hope it works for you as well!