XBL Radio.com has put out their roundtable on XNA with myself and a couple of developers. Check it o...
By jimperry
hi Guys another update with the games component for redering bounding box,Spheres , line, the code e...
By tridex
I was wondering, is there a proper way to setup an object in max for export as .fbx to xna?For examp...
By dchin
Get it here:http://www.microsoft.com/downloads/details.aspx?FamilyID=21e979e3-b8ae-4ea6-8e65-393ea76...
By davidweller_msft
Hi all,i has few question with xna game studio express, hope sombody help.Q1. How to draw dynamic te...
By brian_tsim
I am tasked with writing an application to output high definition 2D graphics to a television. I don...
By zachnelson
Hi, i read a paper from nvidia about shadowmaps( http://developer.nvidia.com/attach/6769 ) and it te...
By key_46
Hi, I am new to XNA, just saw the posts about "Beta 2" and have started to dig in. I start...
By ky0te, 2 Comments
I cannot seem to find the membership subscription the the XNA Creators Club on the Xbox Live Marketp...
By waynemunro, 1 Comments
... Just Checking ...The XNA GSE for the 360 is supposed to be released ... "This Holiday Seas...
By echsbachs, 5 Comments
Hi!I am a huge fan of the fact that Microsoft is opening up the Xbox to students and novices with th...
By tonyvalenti, 2 Comments
Just to make sure XNA game studio express is just for programing onlyso then what is the actual soft...
By demonslayer, 5 Comments
XNA Framework wish list. - System.Net.Socketso Socket (Tcp & UDP transport)o Do not really need ...
By twospoons, 8 Comments
Just to make sure XNA game studio express is just for programing onlyso then what is the actual soft...
By demonslayer, 5 Comments
Hello!I have questions about the XNA Game Studio: the FAQ would seem to suggest that there are three...
By monkeynova, 2 Comments
First, there is no need for double posting.
Are you sure you have the LATEST DirectX installed? (the december 2006 version).
Maybe you installed the XNA Framework Runtime for the Beta2 accidentally, or maybe the games you are trying to run are made in Beta2 or Beta1
catalinzima | Wed, 05 Sep 2007 12:34:00 GMT |
actually, the latest is now feburary 2007 :)
dczraptor | Wed, 05 Sep 2007 12:35:00 GMT |
:) Looks like I missed it. Thanks for the reminder.
catalinzima | Wed, 05 Sep 2007 12:37:00 GMT |
My apologies for double posting, I had that "alert me" button checked and led me to an annoying subscription page, I didnt realize it had posted once.
rafaelmores | Wed, 05 Sep 2007 12:38:00 GMT |
Ok so I DID have a weird Beta version(when I downloaded it, it said 1.0) but anyway, I've reinstalled GSE and checked if everything was up-to-date, recompiled using the new dlls from the last GSE Build, published, sent over to my laptop, double-checked all requirements there, but I still get the same error.
I`m puzzled now, and the only thing I can think of is that maybe it's an OS thing. I'm using different versions : XP Professional(English) and XP Home(Portuguese-BR).
rafaelmores | Wed, 05 Sep 2007 12:39:00 GMT |
Make sure (i.e. run the app) you have all of DX9.0c including the optional components by running the web installer. The SDK does not install everything (I think its jsut the latest versions and XNA relies on the October components) and the OS does not come with ANY optional components.
http://www.microsoft.com/downloads/details.aspx?familyid=2DA43D38-DB71-4C1B-BC6A-9B6652CD92A3
I've lost count of the nubmer of people on the forums who assure us they have DirectX 9 but this installer will fix it for them
If this doesn't fix it then run filemon http://www.microsoft.com/technet/sysinternals/utilities/filemon.mspx to discover exatly which file its failing to find and complain about.
if you have .Net 2.0, XNA runtime (http://www.microsoft.com/downloads/details.aspx?FamilyId=2E136A1F-F187-478C-9DA5-AAEB0904782B) and the DirectX runtime then your app should run fine on all international versions of the OS
thezman | Wed, 05 Sep 2007 12:40:00 GMT |
I got the installer from your link and it didnt fix for me. I ran the filemon you linked and got some data but I still have to read through it, I`m not sure what I`m supposed to be looking for.
rafaelmores | Wed, 05 Sep 2007 12:41:00 GMT |
you have to install the .net framework 2.0 first. after that you should install directx 9.0c. if you installed directx befor the .net framework 2.0 there won't be any dx-assemblies. in that case you have to run the setup.exe from the directx setup with the command
setup /InstallManagedDX or something like that.
check if the mdx assemblies are installed in the gac. if everything is ok you continue with installing the xna framework redist.
martinschmidt | Wed, 05 Sep 2007 12:41:00 GMT |
Martin is correct that if you do not have .Net (1.1 or 2.0 will do) installed then the MDX assemblies will not install.
However its incorrect to say that calling setup with the /InstallManagedDirectX flag will install them after you have got .Net on the system - this flag hasn't been included in the DX setup for probably close to 2 years now, though its being kept alive largely by rumour. Just rerun the web installer - it will see that the managed assemblies are missing and put them in the right place.
thezman | Wed, 05 Sep 2007 12:43:00 GMT |
Hm since you mentioned the MDX assemblies, could it be that I have the december SDK installed on my laptop?
BTW, Ive tried removing GSE from my Desktop and the framework is OK, running my apps.
Im going to Uninstall 1.1 and 2.0 .NETs, the SDK, the runtime, the XNA framework, and reinstall them on that order, except the febuary SDK which I will install later if this works.
*cross my fingers*
:)
rafaelmores | Wed, 05 Sep 2007 12:44:00 GMT |
Anyway, how can I uninstall Directx? Its not on my Add/Remove Programs List.
rafaelmores | Wed, 05 Sep 2007 12:45:00 GMT |
Just all of that and nothing. The Directx runtime installer says I already have a newer or equal version and wont install any files.
rafaelmores | Wed, 05 Sep 2007 12:46:00 GMT |
You can't - the directx runtime does not have an uninstall option (though the SDKs do)
thezman | Wed, 05 Sep 2007 12:47:00 GMT |
Then its likely that yu have everything you need.
Can you post the exact error you are seeing when you run your application.
thezman | Wed, 05 Sep 2007 12:48:00 GMT |