EmuNewz Network
Could not connect to meta server - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: General discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=57)
+---- Thread: Could not connect to meta server (/showthread.php?tid=243016)

Pages: 1 2


Could not connect to meta server - onelight - 01-16-2021

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]



RE: Could not connect to meta server - gid15 - 01-17-2021

(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!


RE: Could not connect to meta server - onelight - 01-18-2021

(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: 145)


RE: Could not connect to meta server - gid15 - 01-18-2021

(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?


RE: Could not connect to meta server - onelight - 01-18-2021

(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: 147)
jpcsp2
.7z   log-DEBUG2.7z (Size: 29.37 KB / Downloads: 130)


RE: Could not connect to meta server - gid15 - 01-18-2021

(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


RE: Could not connect to meta server - onelight - 01-18-2021

(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: 133)
.7z   log4.7z (Size: 43.31 KB / Downloads: 125)


RE: Could not connect to meta server - gid15 - 01-18-2021

(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


RE: Could not connect to meta server - gid15 - 02-03-2021

(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.


RE: Could not connect to meta server - onelight - 02-04-2021

(02-03-2021, 06:45 PM)gid15 Wrote: I hope to have found a proper fix in 644575b.

ok, fixed in 644575b