07-16-2012, 06:56 PM
(07-16-2012, 06:09 PM)Pingutino Wrote: Hello there =). It's been a while since my last post here . My brother got his new PC and the first thing I did was testing Jpcsp on it. I read many improvements for the Ad-Hoc function and since we have 2 pcs at home now, I tested it. I added these to lines to the batch-filesI don't know if someone already tested this game with Adhoc-network.
--netServerPortShift 100 (for PC1)
--netClientPortShift 100 (for PC2)
It seems to work but there is a little problem .
With PC1 I can see the other player in the arena.
With PC2 I can only see the name of the other player in the playerlist.
Trying to start a battle/mission doesn't work from both sides. Do I have to add something more to the Batch-File?
Could you post the log from the 2 PCs?
Add the following in LogSettings.xml to enable more log only for the network:
Code:
<logger name='hle.sceNetApctl'> <level value='trace' /> </logger>
<logger name='hle.sceNetAdhoc'> <level value='trace' /> </logger>
<logger name='hle.sceNetAdhocctl'> <level value='trace' /> </logger>
<logger name='hle.sceNetAdhocMatching'> <level value='trace' /> </logger>
<logger name='hle.sceNet'> <level value='trace' /> </logger>
<logger name='hle.sceNetInet'> <level value='trace' /> </logger>
Always include a complete log file at INFO level in your reports. Thanks! How to post a log