Balu00
Hallo also ich hab nun stunden lang versucht einen cod 2 server zu erstellen über Linux.
So starten tut er aber er hängt dann bei Masterserver.
Hab nun festgestellt das eben eine IWD fehlt die aber im ordner drin ist.
Nur eben beim Server start nicht mit ausgeführt wird.
----- FS_Startup -----
Current language: english
Current search path:
/root/.callofduty2/main
/home/cod2/main/z_svr_pam204.iwd (253 files)
/home/cod2/main/iw_15.iwd (85 files)
/home/cod2/main/iw_14.iwd (4038 files)
/home/cod2/main/iw_13.iwd (22624 files)
/home/cod2/main/iw_12.iwd (1016 files)
/home/cod2/main/iw_11.iwd (1462 files)
/home/cod2/main/iw_10.iwd (1936 files)
/home/cod2/main/iw_09.iwd (2142 files)
/home/cod2/main/iw_08.iwd (2723 files)
/home/cod2/main/iw_07.iwd (3384 files)
/home/cod2/main/iw_06.iwd (990 files)
/home/cod2/main/iw_05.iwd (928 files)
/home/cod2/main/iw_04.iwd (698 files)
/home/cod2/main/iw_03.iwd (26 files)
/home/cod2/main/iw_02.iwd (40 files)
/home/cod2/main/iw_00.iwd (102 files)
/home/cod2/main
/root/.callofduty2/raw
/root/.callofduty2/raw_shared
wie man sihet fehlt die iwd 01
mein start befehl ist:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod2_lnxded +set dedicated 2 +set net_port 28960 +set net_ip 62.141.37.66 +exec server.cfg +set sv_punkbuster 1 +map_rotate &
Da ich immer eine diese fehlermeldung bekomme wenn ich denn server starten will:
./cod2_lnxded: error while loading shared libraries: libgcc_s.so.1:
Ich hoffe mir kann wer helfen.
MFG Balu
Nightwing
So gesehen fehlt Dir keine IWD, Du hast sogar eine zuviel: iw_02.iwd
Die 01 und 02 kann man bedenkenlos löschen, da die nur SP Dateien enthalten.
Deiner Fehlermeldung nach fehlt Dir eine Library, hier mal ein Link zu Librarys (einfach in den Hauptordner stopfen):
Klick
ToM
Balu00
Okay danke für die datei die geht irgendwie
Nur schau mal bitte hier bei mir lädt der das Spiel aber der server wird nicht onlie angezeigt sehe auch keine fehler meldung oder so.
Code angehängt. Klicke hier zum Ein-/Ausblenden
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
|
37066:/home/cod2 # ./cod2_lnxded +set dedicated 2 +set net_port 28960 +set net_ip 62.141.37.66 +exec server.cfg +set sv_punkbuster 1 +map_rotate &Sending heartbeat to cod2master.activision.com
[2] 15629
37066:/home/cod2 # CoD2 MP 1.3 build linux-i386 Jun 23 2006
----- FS_Startup -----
Current language: english
Current search path:
/root/.callofduty2/main
/home/cod2/main/z_svr_pam204.iwd (253 files)
/home/cod2/main/iw_15.iwd (85 files)
/home/cod2/main/iw_14.iwd (4038 files)
/home/cod2/main/iw_13.iwd (22624 files)
/home/cod2/main/iw_12.iwd (1016 files)
/home/cod2/main/iw_11.iwd (1462 files)
/home/cod2/main/iw_10.iwd (1936 files)
/home/cod2/main/iw_09.iwd (2142 files)
/home/cod2/main/iw_08.iwd (2723 files)
/home/cod2/main/iw_07.iwd (3384 files)
/home/cod2/main/iw_06.iwd (990 files)
/home/cod2/main/iw_05.iwd (928 files)
/home/cod2/main/iw_04.iwd (698 files)
/home/cod2/main/iw_03.iwd (26 files)
/home/cod2/main/iw_02.iwd (40 files)
/home/cod2/main/iw_00.iwd (102 files)
/home/cod2/main
/root/.callofduty2/raw
/root/.callofduty2/raw_shared
/root/.callofduty2/devraw
/root/.callofduty2/devraw_shared
/home/cod2/raw
/home/cod2/raw_shared
/home/cod2/devraw
/home/cod2/devraw_shared
/home/cod2/main/localized_english_iw11.iwd (1 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw10.iwd (414 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw09.iwd (98 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw08.iwd (8 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw07.iwd (1014 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw06.iwd (3110 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw05.iwd (5310 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw04.iwd (6240 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw03.iwd (6580 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw02.iwd (6404 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw01.iwd (5510 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw00.iwd (4764 files)
localized assets iwd file for english
File Handles:
----------------------
81900 files in iwd files
execing default_mp.cfg
couldn't exec language.cfg
execing config_mp_server.cfg
dedicated is read only.
Opening IP socket: 62.141.37.66:28960
ERROR: UDP_OpenSocket: bind: Address already in use
Opening IP socket: 62.141.37.66:28961
Hostname: 37066
IP: 0.0.144.202
--- Common Initialization Complete ---
dedicated is read only.
net_port is write protected.
net_ip is write protected.
execing server.cfg
sv_punkbuster is write protected.
PunkBuster Server: pb_sv_SsNext = 219633 (0 to 999999)
PunkBuster Server: pb_sv_LogCeiling = 1000 (10 to 999999)
PunkBuster Server: pb_sv_LogNext = 21 (1 to 999999)
PunkBuster Server: 0 Power Players loaded from /root/.callofduty2/pb/pbpower.dat
PunkBuster Server: 0 PB Rcon Filters loaded from /root/.callofduty2/pb/pbrcon.dat
PunkBuster Server: 0 Map lines loaded from /root/.callofduty2/pb/pbsvmaps.cfg
PunkBuster Server: Attempting to resolve master2.evenbalance.com
PunkBuster Server: DNS Resolution failed: using 14 cached hostnamed resolutions
PunkBuster Server: PunkBuster Server (v1.226 | A1302 C1.203) Enabled
Hitch warning: 1904 msec frame time
PunkBuster Server: PunkBuster Server (v1.226 | A1302 C1.203) Enabled
net_ip is write protected.
net_port is write protected.
logfile opened on Fri Aug 27 11:38:47 2010
sv_cheats is write protected.
g_gametype will be changed upon restarting.
PunkBuster Server: Game Version [CoD2 MP 1.3 build pc_1.3_1_1 Mon May 01 2006 05:05:43PM linux-i386]
map_rotate...
"sv_mapRotation" is:"gametype sd map mp_carentan "
"sv_mapRotationCurrent" is:""
Setting g_gametype: sd.
Setting map: mp_carentan.
------ Server Initialization ------
Server: mp_carentan
----- FS_Startup -----
Current language: english
Current search path:
/root/.callofduty2/main
/home/cod2/main/z_svr_pam204.iwd (253 files)
/home/cod2/main/iw_15.iwd (85 files)
/home/cod2/main/iw_14.iwd (4038 files)
/home/cod2/main/iw_13.iwd (22624 files)
/home/cod2/main/iw_12.iwd (1016 files)
/home/cod2/main/iw_11.iwd (1462 files)
/home/cod2/main/iw_10.iwd (1936 files)
/home/cod2/main/iw_09.iwd (2142 files)
/home/cod2/main/iw_08.iwd (2723 files)
/home/cod2/main/iw_07.iwd (3384 files)
/home/cod2/main/iw_06.iwd (990 files)
/home/cod2/main/iw_05.iwd (928 files)
/home/cod2/main/iw_04.iwd (698 files)
/home/cod2/main/iw_03.iwd (26 files)
/home/cod2/main/iw_02.iwd (40 files)
/home/cod2/main/iw_00.iwd (102 files)
/home/cod2/main
/root/.callofduty2/raw
/root/.callofduty2/raw_shared
/root/.callofduty2/devraw
/root/.callofduty2/devraw_shared
/home/cod2/raw
/home/cod2/raw_shared
/home/cod2/devraw
/home/cod2/devraw_shared
/home/cod2/main/localized_english_iw11.iwd (1 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw10.iwd (414 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw09.iwd (98 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw08.iwd (8 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw07.iwd (1014 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw06.iwd (3110 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw05.iwd (5310 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw04.iwd (6240 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw03.iwd (6580 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw02.iwd (6404 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw01.iwd (5510 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw00.iwd (4764 files)
localized assets iwd file for english
File Handles:
handle 1: console_mp_server.log
----------------------
81900 files in iwd files
------- Game Initialization -------
gamename: Call of Duty 2
gamedate: Jun 23 2006
-----------------------------------
-----------------------------------
sv_punkbuster is write protected.
map_rotate...
"sv_mapRotation" is:"gametype sd map mp_carentan "
"sv_mapRotationCurrent" is:" "
Setting g_gametype: sd.
Setting map: mp_carentan.
==== ShutdownGame ====
------ Server Initialization ------
Server: mp_carentan
----- FS_Startup -----
Current language: english
Current search path:
/root/.callofduty2/main
/home/cod2/main/z_svr_pam204.iwd (253 files)
/home/cod2/main/iw_15.iwd (85 files)
/home/cod2/main/iw_14.iwd (4038 files)
/home/cod2/main/iw_13.iwd (22624 files)
/home/cod2/main/iw_12.iwd (1016 files)
/home/cod2/main/iw_11.iwd (1462 files)
/home/cod2/main/iw_10.iwd (1936 files)
/home/cod2/main/iw_09.iwd (2142 files)
/home/cod2/main/iw_08.iwd (2723 files)
/home/cod2/main/iw_07.iwd (3384 files)
/home/cod2/main/iw_06.iwd (990 files)
/home/cod2/main/iw_05.iwd (928 files)
/home/cod2/main/iw_04.iwd (698 files)
/home/cod2/main/iw_03.iwd (26 files)
/home/cod2/main/iw_02.iwd (40 files)
/home/cod2/main/iw_00.iwd (102 files)
/home/cod2/main
/root/.callofduty2/raw
/root/.callofduty2/raw_shared
/root/.callofduty2/devraw
/root/.callofduty2/devraw_shared
/home/cod2/raw
/home/cod2/raw_shared
/home/cod2/devraw
/home/cod2/devraw_shared
/home/cod2/main/localized_english_iw11.iwd (1 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw10.iwd (414 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw09.iwd (98 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw08.iwd (8 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw07.iwd (1014 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw06.iwd (3110 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw05.iwd (5310 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw04.iwd (6240 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw03.iwd (6580 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw02.iwd (6404 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw01.iwd (5510 files)
localized assets iwd file for english
/home/cod2/main/localized_english_iw00.iwd (4764 files)
localized assets iwd file for english
File Handles:
handle 1: console_mp_server.log
----------------------
81900 files in iwd files
------- Game Initialization -------
gamename: Call of Duty 2
gamedate: Jun 23 2006
-----------------------------------
-----------------------------------
Hitch warning: 6460 msec frame time
Resolving cod2master.activision.com
cod2master.activision.com resolved to 63.146.124.40:20710
Sending heartbeat to cod2master.activision.com
Resolving cod2master.activision.com
cod2master.activision.com resolved to 63.146.124.40:20700 |
|
Am schluss versucht er immer zum master zu connecten.
--- Edit by Nightwing: Codetag eingefügt ---