Joanne Posted May 13, 2015 Posted May 13, 2015 Has anyone got an issue installing KoDu onto an 8.1 machine? I'm attempting to create an image (for teh lulz) and kodu is something I want on there. Nice clean install on a VM of 8.1 - won't install Nice clean install on a lenovo pc of 8.1 - won't install SAME 'ERROR' of ended unexpectedly. HALP! I had Kodu running on my old machine (which was 8.1) but not tried to install it on this one... actually might try and re-download the setup file...
synaesthesia Posted May 13, 2015 Posted May 13, 2015 Oh, that was a pain in the backside - it was related to either .net framework or that xbox live DLL thingy I can never remember the name of! Edit: XNA Framework 1
Joanne Posted May 13, 2015 Author Posted May 13, 2015 xnafx40? I'll keep persisting. I had it installed on 8.1 at some point... so I know it can be done! Thing is... I did nothing special to get it working before :-/
sted Posted May 13, 2015 Posted May 13, 2015 have you installed xna framework 3.1 and 4 (in the right order ie oldest first) before you tried to install kodu? 1
Joanne Posted May 13, 2015 Author Posted May 13, 2015 no just installed 4... I'll have a bash at installing 3.1 though... hmmm won't install on my new machine... I know it isn't a hardware issue then!! Got .net framework 4.5.2 installed on all machines...
robjduk Posted May 13, 2015 Posted May 13, 2015 I use 8.1 here and Kodo 1.4. XNA 3.1 and 4 are a must but it does work. 1
Joanne Posted May 13, 2015 Author Posted May 13, 2015 Just tried installing XNA 3.1, but it says it requires .net framework 2.....
sted Posted May 13, 2015 Posted May 13, 2015 Just tried installing XNA 3.1, but it says it requires .net framework 2..... if you add the dotnet 3 feature it installs 2 as well https://msdn.microsoft.com/en-us/library/hh506443%28v=vs.110%29.aspx 1
Arthur Posted May 13, 2015 Posted May 13, 2015 Just tried installing XNA 3.1, but it says it requires .net framework 2..... This article shows you how to install the .NET Framework 2 and 3.5.1. How to Enable .NET Framework 2.0 And 3.5 in Windows 8.1
Joanne Posted May 13, 2015 Author Posted May 13, 2015 Yyaaasssss thanks guys. INSTALL .NET FRAMEWORK 3 INSTALL XNA 3.1 INSTALL XNA 4 INSTALL KODU!
sted Posted May 13, 2015 Posted May 13, 2015 yup you can script out the install of dotnet 3 something like below just change the paths if exist c:\dn3.txt goto end DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:\\server\packages$\win81\sources\sxs copy "\\server\packages$\dn3.bat" "c:\dn3.txt" /y :end
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now