also habe 2010 Mod.Client
Screen:
_________________________________________________
Link :

_________________________________________________
das problem ist die anderen können nicht connecten
_________________________________________________
-Firewall off (bei mir auch)
-Ports on (mit .100)
-Hamachi on (er ist auch online)
_________________________________________________
_________________________________________________
Serverinfo.py Datei (bei mir) (mit .100)
& Players haben ohne .100
_________________________________________________
Code:
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
def BuildServerList(orderList):
retMarkAddrDict = {}
retAuthAddrDict = {}
retRegion0 = {}
ridx = 1
for region, auth, mark, channels in orderList:
cidx = 1
channelDict = {}
for channel in channels:
key = ridx * 10 + cidx
channel["key"] = key
channelDict[cidx] = channel
cidx += 1
region["channel"] = channelDict
retRegion0[ridx] = region
retAuthAddrDict[ridx] = auth
retMarkAddrDict[ridx*10] = mark
ridx += 1
return retRegion0, retAuthAddrDict, retMarkAddrDict
app.ServerName = None
if locale.IsEUROPE():
info = {
'MARKADDR': {
10: {
'tcp_port': 13000, 'ip': [COLOR=SeaGreen]'[COLOR=Red]5.238.25.100[/COLOR][/COLOR]', 'symbol_path': '10', 'mark': '10.tga'
}
},
'GAMEADDR': {
0: {
1: {
'name': 'Diablo IV',
'channel':
{
1: {
'state': '...', 'name': 'CH1 ', 'key': 11, 'ip': '[COLOR=Red]5.238.25.100[/COLOR]', 'tcp_port': 13000, 'udp_port': 13000
}
}
},
} }, 'NAME': { 0: 'GERMANY' }, 'AUTHADDR': { 0: {
1: {
'ip': '[COLOR=Red]5.238.25.100[/COLOR]', 'port': 11002
}
} }
}
STATE_NONE = "..."
STATE_DICT = {
0 : "LEER",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
REGION_NAME_DICT = info["NAME"]
REGION_AUTH_SERVER_DICT = info["AUTHADDR"]
REGION_DICT = info["GAMEADDR"]
MARKADDR_DICT = info["MARKADDR"]
mit multistarter klappt es auch nicht er bekommt Fehler Meldung
Fehler Meldung Screen:
_________________________________________________
Link :

_________________________________________________
-syserr datei :
Quote:
0528 23:34:03007 :: ================================================== ================================================== ========
0528 23:34:03007 :: Abort!!!!
0528 23:34:03012 :: granny_shared_vbs:
0528 23:34:03012 :: 0: 40
0528 23:34:03012 :: 1: 20
0528 23:34:03013 :: 2: 20
0528 23:34:03013 :: 3: 40
0528 23:34:03013 :: 4: 0
0528 23:34:03013 :: 5: 20
0528 23:34:03015 :: 6: 0
0528 23:34:03015 :: 7: 0
0528 23:34:03015 :: 8: 0
LG
fgruy01






