This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Could not connect to meta server
#1
Could not connect to meta server when try myneighborsushicat.com, socom.cc, 192.168.1.3
only can connect 127.x.x.x or localhost

Code:
21:02:28  INFO hle.sceNet - task - sceNetInit poolSize=0x20000, calloutThreadPri=0x20, calloutThreadStack=0x0, netinitThreadPri=0x20, netinitThreadStack=0x0
21:02:28  INFO hle.sceNet - task - sceNetInit returning 0x0
21:02:28  INFO hle.sceNetAdhoc - task - sceNetAdhocInit: using MAC address=00:02:c7:d6:72:99, nick name='jpcsp'
21:02:28 ERROR ProOnline - task - Could not connect to meta server 192.168.1.3:27312
java.net.SocketException: Network is unreachable: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at jpcsp.network.proonline.ProOnlineNetworkAdapter.connectToMetaServer(ProOnlineNetworkAdapter.java:315)
    at jpcsp.network.proonline.ProOnlineNetworkAdapter.sceNetAdhocctlInit(ProOnlineNetworkAdapter.java:215)
    at jpcsp.HLE.modules.sceNetAdhocctl.sceNetAdhocctlInit(sceNetAdhocctl.java:777)
    at _S1_2_0x08A00DD8.s(_S1_2_0x08A00DD8.java:4)
    at _S1_2_0x0885BDFC.s(_S1_2_0x0885BDFC.java:424)
    at _S1_2_0x0885C314.s(_S1_2_0x0885C314.java:72)
    at _S1_2_0x089269F0.s(_S1_2_0x089269F0.java:4)
    at _S1_2_0x089269F0.exec(_S1_2_0x089269F0.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:179)
    at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:211)
    at _S1_2_0x089263F8.s(_S1_2_0x089263F8.java:4)
    at _S1_2_0x089263F8.exec(_S1_2_0x089263F8.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:179)
    at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:211)
    at _S1_2_0x0892605C.s(_S1_2_0x0892605C.java:188)
    at _S1_2_0x0892605C.exec(_S1_2_0x0892605C.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:179)
    at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:241)
    at _S1_2_0x08977C00.s(_S1_2_0x08977C00.java:88)
    at _S1_2_0x08977B14.s(_S1_2_0x08977B14.java:96)
    at _S1_2_0x08977B14.exec(_S1_2_0x08977B14.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:860)
    at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:941)
    at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)
21:02:31  INFO hle.sceUtility - user_main - sceUtilityNetconfInitStart 0x08B53690-0x08B536D4: SceUtilityNetconf[address=0x08B53690, netAction=2, groupName=GVSGPV00, timeout=0]
Reply
#2
(01-16-2021, 01:02 PM)onelight Wrote: Could not connect to meta server when try myneighborsushicat.com, socom.cc, 192.168.1.3
only can connect 127.x.x.x or localhost
Oops, this has been broken by the support of multiple Jpcsp instances on the same PC. Should now be fixed in 69369f7.

Remark: please always post a complete log file at INFO level, it is then easier for me to analyze.

Thank you!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#3
(01-17-2021, 11:18 AM)gid15 Wrote:
(01-16-2021, 01:02 PM)onelight Wrote: Could not connect to meta server when try myneighborsushicat.com, socom.cc, 192.168.1.3
only can connect 127.x.x.x or localhost
Oops, this has been broken by the support of multiple Jpcsp instances on the same PC. Should now be fixed in 69369f7.

Remark: please always post a complete log file at INFO level, it is then easier for me to analyze.

Thank you!

Thank you! fixed
EDIT
fixed the connection to an external metaserver but can't find players

.7z   LOG.7z (Size: 8.84 KB / Downloads: 139)
Reply
#4
(01-18-2021, 06:09 AM)onelight Wrote: Thank you! fixed
EDIT
fixed the connection to an external metaserver but can't find players
Who is hosting this ProOnline metaserver 10.0.0.21:
Code:
15:16:47  INFO      emu - GUI -     ProOnline MetaServer                     [10.0.0.21]
and you are running 2 Jpcsp instances on the same PC?
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#5
(01-18-2021, 08:20 AM)gid15 Wrote:
(01-18-2021, 06:09 AM)onelight Wrote: Thank you! fixed
EDIT
fixed the connection to an external metaserver but can't find players
Who is hosting this ProOnline metaserver 10.0.0.21:
Code:
15:16:47  INFO      emu - GUI -     ProOnline MetaServer                     [10.0.0.21]
and you are running 2 Jpcsp instances on the same PC?

No, I test 2 jpcsp on 2 PCs

test running 2 Jpcsp instances on the same PC, can find players

Edit update debug for test on 2 PCs
jpcsp1
.7z   log-DEBUG1.7z (Size: 19.65 KB / Downloads: 140)
jpcsp2
.7z   log-DEBUG2.7z (Size: 29.37 KB / Downloads: 124)
Reply
#6
(01-18-2021, 10:18 AM)onelight Wrote:
(01-18-2021, 08:20 AM)gid15 Wrote:
(01-18-2021, 06:09 AM)onelight Wrote: Thank you! fixed
EDIT
fixed the connection to an external metaserver but can't find players
Who is hosting this ProOnline metaserver 10.0.0.21:
Code:
15:16:47  INFO      emu - GUI -     ProOnline MetaServer                     [10.0.0.21]
and you are running 2 Jpcsp instances on the same PC?

No, I test 2 jpcsp on 2 PCs

test running 2 Jpcsp instances on the same PC, can find players

Edit update debug for test on 2 PCs
jpcsp1
jpcsp2
OK, could you try to run both Jpcsp on the 2 PCs with the following command line option: --localIPAddress 0.0.0.0
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#7
(01-18-2021, 04:41 PM)gid15 Wrote:
(01-18-2021, 10:18 AM)onelight Wrote:
(01-18-2021, 08:20 AM)gid15 Wrote:
(01-18-2021, 06:09 AM)onelight Wrote: Thank you! fixed
EDIT
fixed the connection to an external metaserver but can't find players
Who is hosting this ProOnline metaserver 10.0.0.21:
Code:
15:16:47  INFO      emu - GUI -     ProOnline MetaServer                     [10.0.0.21]
and you are running 2 Jpcsp instances on the same PC?

No, I test 2 jpcsp on 2 PCs

test running 2 Jpcsp instances on the same PC, can find players

Edit update debug for test on 2 PCs
jpcsp1
jpcsp2
OK, could you try to run both Jpcsp on the 2 PCs with the following command line option: --localIPAddress 0.0.0.0

after add --localIPAddress 0.0.0.0, can find players

.7z   log3.7z (Size: 33.58 KB / Downloads: 127)
.7z   log4.7z (Size: 43.31 KB / Downloads: 120)
Reply
#8
(01-18-2021, 04:59 PM)onelight Wrote:
(01-18-2021, 04:41 PM)gid15 Wrote:
(01-18-2021, 10:18 AM)onelight Wrote:
(01-18-2021, 08:20 AM)gid15 Wrote:
(01-18-2021, 06:09 AM)onelight Wrote: Thank you! fixed
EDIT
fixed the connection to an external metaserver but can't find players
Who is hosting this ProOnline metaserver 10.0.0.21:
Code:
15:16:47  INFO      emu - GUI -     ProOnline MetaServer                     [10.0.0.21]
and you are running 2 Jpcsp instances on the same PC?

No, I test 2 jpcsp on 2 PCs

test running 2 Jpcsp instances on the same PC, can find players

Edit update debug for test on 2 PCs
jpcsp1
jpcsp2
OK, could you try to run both Jpcsp on the 2 PCs with the following command line option: --localIPAddress 0.0.0.0

after add --localIPAddress 0.0.0.0, can find players
OK, thank you! I will try to find a fix for that
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#9
(01-18-2021, 06:00 PM)gid15 Wrote:
(01-18-2021, 04:59 PM)onelight Wrote:
(01-18-2021, 04:41 PM)gid15 Wrote:
(01-18-2021, 10:18 AM)onelight Wrote:
(01-18-2021, 08:20 AM)gid15 Wrote: Who is hosting this ProOnline metaserver 10.0.0.21:
Code:
15:16:47  INFO      emu - GUI -     ProOnline MetaServer                     [10.0.0.21]
and you are running 2 Jpcsp instances on the same PC?

No, I test 2 jpcsp on 2 PCs

test running 2 Jpcsp instances on the same PC, can find players

Edit update debug for test on 2 PCs
jpcsp1
jpcsp2
OK, could you try to run both Jpcsp on the 2 PCs with the following command line option: --localIPAddress 0.0.0.0

after add --localIPAddress 0.0.0.0, can find players
OK, thank you! I will try to find a fix for that
I hope to have found a proper fix in 644575b.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#10
(02-03-2021, 06:45 PM)gid15 Wrote: I hope to have found a proper fix in 644575b.

ok, fixed in 644575b
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)