lnobad / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

Sample XNA Game client not working on 64 Vista. #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download Zip File
2. Attempt to open it on 2nd computer and run XNA game client
3. Get Error message that it stopped working immediately

What is the expected output? What do you see instead?

I was trying to test the network connection on a local connection so I went to 
my 2nd computer. It has Vista Installed and .Net 4.0 no C# or Visual Studio. I 
am using the Debug version. The XNA Server works fine however the XNA Client 
does not. 

What version of the product are you using? On what operating system?
Gen 3 Lid Network. Vista 64.

Please provide any additional information below.

My Girlfriend operates and maintains the computer in question. It operates 
normally under most circumstances installing and playing games ect normally. 
Client immediately breaks searching for a solution online was unsuccessful as 
always. 

Original issue reported on code.google.com by Charles....@gmail.com on 23 Feb 2012 at 4:25

GoogleCodeExporter commented 9 years ago
Maybe you dont have XNA Game studio installed? If the sample is compiled as XNA 
4.0 you need to install this 
http://www.microsoft.com/download/en/details.aspx?id=20914. Or previous version 
(really not sure which version of XNA is used in sample)

Original comment by jak.bu...@gmail.com on 23 Feb 2012 at 6:09

GoogleCodeExporter commented 9 years ago
Your right it does not. Does that mean anything I make using your library will 
require the User to have XNA Game studio installed? Or can I fix that by making 
an installer? http://msdn.microsoft.com/en-us/library/2kt85ked.aspx  ?

Original comment by Charles....@gmail.com on 23 Feb 2012 at 6:52

GoogleCodeExporter commented 9 years ago
I'm not the creator of this library ;). XNA games require the user to have XNA 
Framework. But its only "redistributable" version which means, that is much 
smaller then the full XNA framework for developers. If you use VS integrated 
publish function. In top menu Build -> Bublish [your project name]. It make 
some kind of instalator which check and download prerequisites. You can also 
see your project setting -> Publish tab.
For final release, you should use some other advanced instalation cerator... 
such a Inno Setup. Hope I helped you

Original comment by jak.bu...@gmail.com on 23 Feb 2012 at 7:32

GoogleCodeExporter commented 9 years ago
You did help alot. Sorry about the late reply. I am working on learning the 
Inno Setup because my express version will no do for publishing. Thanks for 
helping me sort things out though.

Original comment by Charles....@gmail.com on 24 Feb 2012 at 3:09

GoogleCodeExporter commented 9 years ago

Original comment by lidg...@gmail.com on 22 Mar 2012 at 3:56