MrLoick / xrace-sa

Automatically exported from code.google.com/p/xrace-sa
0 stars 0 forks source link

an error :EOFEXception ServerListener occurred after connecting the server #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. connected the simulator with OpenIntents successfully[set the IP 
address :192.168.1.102;Socket:8010]
2. open the XRaceServer.jar and install XRace.apk by running the project 
on Eclipse
3. Enter the game Menu ,select the "multiple" ,Set the Connect 
Ip:192.168.1.102 ,and click the "ok" button

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

after about 8 minutes ,there is an error:
"ERROR/-- ServerListenerImp --(803): EOFEXception ServerListener".
I don't know why ,could anyone give me the reason? Thanks for your help 
very much in advance !

What version of the product are you using? On what operating system?

check out the latest version of XRacing recently

Eclipse Version:3.4.1
develop on Window XP

Please provide any additional information below.

By the way: when I debug the code step by step in Eclipse ,when runs to 
lines:  incomeIntent = getIntent();
    String temp = Uri.decode(incomeIntent.getData().toString());
I found "incomeIntent.getData()" is null ,I feel weird ,now that it is 
null ,why I can enter the main menu of the game ?

I appreciate any help !

Original issue reported on code.google.com by yaolin88...@yahoo.com.cn on 25 Nov 2009 at 3:01