Page 1 of 1

SVN Revision 3548 - ERR 'No gameserver for the map'

Posted: 30 Aug 2007, 14:48
by blueberry
Hello!

The last few days i tried so set up the svn (rev 3548) on my pc.Unfortunately it doesnt work.

- tmwserv-account and tmwserv-game compiled
- client rev 3548 compiled as well

After executing the servers, and connecting with the client through port 9601 it argues about "could not set 800x600 video mode" - openGL not available; (with guichan 0.6.1 and the 0.0 branch openGL works)

So i used my own config.xml to start without openGL, but then after char registration the tmwserv-account breaks with the error: ERR "No gameserver for the map" and the client hangs.

Im on debian etch, guichan 0.7.1 installed; Hope that you could help:)

thx
blue

Posted: 30 Aug 2007, 15:09
by EvKat
Did you try Guichan 6.1? I hear 7.0 and above don't work or such.

Posted: 30 Aug 2007, 15:27
by Crush
The "no gameserver for the map" message usually appears when you start the gameserver before the accountserver has finished loading. In that case the gameserver fails to tell the accountserver which maps it wants to manage. Another reason might be that the gameserver doesn't even attempt to load and register the maps. The list of maps the gameserver is supposed to manage can be found in data/maps.xml and the maps itself are in data/maps. You should check if these exist.

When this information doesn't help you solving the problem please post the console output of both the accountserver and the gameserver.
EvKat wrote:Did you try Guichan 6.1? I hear 7.0 and above don't work or such.
No, version 7.0 is correct.

Posted: 30 Aug 2007, 17:34
by EvKat
Ah, my apologies then.

Posted: 31 Aug 2007, 21:02
by blueberry
Hi again!

I updated to version 3564, installed guichan 0.7.0 and checked everything you mentioned Crush, but it didn't work; So here are the logs:

tmwserv-account.log

[22:28:16] [INF] Using Config File: /user/.tmwserv.xml
[22:28:16] [INF] Using Log File: /user/.tmwserv-account.log
[22:28:16] [INF] SQLite uses ./tmw.db as DB.
[22:28:16] [INF] Account handler started:
[22:28:16] [INF] Listening on port 9601...
[22:28:16] [INF] Game server handler started:
[22:28:16] [INF] Listening on port 9602...
[22:28:16] [INF] Chat handler started:
[22:28:16] [INF] Listening on port 9603...
[22:28:24] [INF] A new client connected from 127.0.0.1:32855 to port 9602
[22:28:24] [INF] Game server localhost:9604 wants to register 19 maps.
[22:28:24] [INF] Registering map 1.
[22:28:24] [INF] Registering map 2.
[22:28:24] [INF] Registering map 3.
[22:28:24] [INF] Registering map 4.
[22:28:24] [INF] Registering map 5.
[22:28:24] [INF] Registering map 6.
[22:28:24] [INF] Registering map 7.
[22:28:24] [INF] Registering map 8.
[22:28:24] [INF] Registering map 9.
[22:28:24] [INF] Registering map 10.
[22:28:24] [INF] Registering map 11.
[22:28:24] [INF] Registering map 12.
[22:28:24] [INF] Registering map 13.
[22:28:24] [INF] Registering map 14.
[22:28:24] [INF] Registering map 15.
[22:28:24] [INF] Registering map 16.
[22:28:24] [INF] Registering map 17.
[22:28:24] [INF] Registering map 18.
[22:28:24] [INF] Registering map 19.
[22:28:33] [INF] A new client connected from 127.0.0.1:32855 to port 9602
[22:28:33] [INF] Game server localhost:9604 wants to register 19 maps.
[22:28:33] [INF] Registering map 1.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 2.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 3.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 4.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 5.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 6.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 7.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 8.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 9.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 10.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 11.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 12.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 13.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 14.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 15.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 16.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 17.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 18.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:33] [INF] Registering map 19.
[22:28:33] [ERR] Server Handler: map is already registered.
[22:28:46] [INF] 127.0.0.1 disconnected.
[22:28:46] [INF] Unregistering map 1.
[22:28:46] [INF] Unregistering map 2.
[22:28:46] [INF] Unregistering map 3.
[22:28:46] [INF] Unregistering map 4.
[22:28:46] [INF] Unregistering map 5.
[22:28:46] [INF] Unregistering map 6.
[22:28:46] [INF] Unregistering map 7.
[22:28:46] [INF] Unregistering map 8.
[22:28:46] [INF] Unregistering map 9.
[22:28:46] [INF] Unregistering map 10.
[22:28:46] [INF] Unregistering map 11.
[22:28:46] [INF] Unregistering map 12.
[22:28:46] [INF] Unregistering map 13.
[22:28:46] [INF] Unregistering map 14.
[22:28:46] [INF] Unregistering map 15.
[22:28:46] [INF] Unregistering map 16.
[22:28:46] [INF] Unregistering map 17.
[22:28:46] [INF] Unregistering map 18.
[22:28:46] [INF] Unregistering map 19.
[22:41:24] [INF] A new client connected from 127.0.0.1:32856 to port 9601
[22:42:07] [INF] Character bbbbb was created for bbbb's account.
[22:42:09] [ERR] Character Selection: No game server for the map.
[22:43:06] [INF] 127.0.0.1 disconnected.
[22:47:33] [INF] A new client connected from 127.0.0.1:32857 to port 9601
[22:47:41] [ERR] Character Selection: No game server for the map.
[22:48:25] [INF] 127.0.0.1 disconnected.

tmwserv-game.log

[22:28:32] [INF] Using config file: /user/.tmwserv.xml
[22:28:32] [INF] Using log file: /user/.tmwserv-game.log
[22:28:32] [INF] Loading map reference...
[22:28:32] [INF] Loading item reference...
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 511 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 521 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 522 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 523 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 524 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 525 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 528 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 530 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 531 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 532 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 536 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 543 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 544 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 545 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 546 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 547 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 548 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 549 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 550 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 570 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 571 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 572 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 573 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 574 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 575 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 576 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 577 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 578 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 579 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 580 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 581 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 582 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 583 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 584 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 585 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 586 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 600 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 601 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 602 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 603 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 604 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 608 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 610 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 1200 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 1201 in items.xml.
[22:28:32] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 1202 in items.xml.
[22:28:32] [INF] Loaded 118 items from items.xml.
[22:28:32] [INF] Loading monster reference...
[22:28:32] [INF] Loaded 1 monsters from monsters.xml.
[22:28:33] [INF] Connection established to the account server.
[22:28:33] [INF] Game handler started:
[22:28:33] [INF] Listening on port 9604...
[22:28:43] [INF] World time: 100
[22:28:53] [INF] World time: 200
[22:29:03] [INF] World time: 300
[22:29:13] [INF] World time: 400
[22:29:23] [INF] World time: 500
[22:29:33] [INF] World time: 600
[22:29:43] [INF] World time: 700
[22:29:53] [INF] World time: 800
[22:30:03] [INF] World time: 900
[22:30:13] [INF] World time: 1000
[22:30:23] [INF] World time: 1100
[22:30:33] [INF] World time: 1200
[22:30:43] [INF] World time: 1300
[22:30:53] [INF] World time: 1400
[22:31:03] [INF] World time: 1500
[22:31:13] [INF] World time: 1600
[22:31:23] [INF] World time: 1700
[22:31:26] [WRN] 1 World Tick(s) skipped because of insufficient time. Please buy a faster machine ;-)
[22:31:33] [INF] World time: 1800
[22:31:43] [INF] World time: 1900
[22:31:53] [INF] World time: 2000
[22:32:03] [INF] World time: 2100
[22:32:13] [INF] World time: 2200
[22:32:23] [INF] World time: 2300
[22:32:33] [INF] World time: 2400
[22:32:43] [INF] World time: 2500
[22:32:53] [INF] World time: 2600
[22:33:03] [INF] World time: 2700
[22:33:13] [INF] World time: 2800
[22:33:23] [INF] World time: 2900
[22:33:33] [INF] World time: 3000
[22:33:43] [INF] World time: 3100
[22:33:53] [INF] World time: 3200
[22:34:03] [INF] World time: 3300
[22:34:13] [INF] World time: 3400
[22:34:23] [INF] World time: 3500
[22:34:33] [INF] World time: 3600
[22:34:43] [INF] World time: 3700
[22:34:53] [INF] World time: 3800
[22:35:03] [INF] World time: 3900
[22:35:13] [INF] World time: 4000
[22:35:18] [WRN] 1 World Tick(s) skipped because of insufficient time. Please buy a faster machine ;-)
[22:35:23] [INF] World time: 4100
[22:35:33] [INF] World time: 4200
[22:35:43] [INF] World time: 4300
[22:35:53] [INF] World time: 4400
[22:36:03] [INF] World time: 4500
[22:36:13] [INF] World time: 4600
[22:36:23] [INF] World time: 4700
[22:36:33] [INF] World time: 4800
[22:36:37] [WRN] 1 World Tick(s) skipped because of insufficient time. Please buy a faster machine ;-)
[22:36:43] [INF] World time: 4900
[22:36:53] [INF] World time: 5000
[22:37:03] [INF] World time: 5100
[22:37:13] [INF] World time: 5200
[22:37:23] [INF] World time: 5300
[22:37:33] [INF] World time: 5400
[22:37:43] [INF] World time: 5500
[22:37:53] [INF] World time: 5600
[22:38:03] [INF] World time: 5700
[22:38:13] [INF] World time: 5800
[22:38:23] [INF] World time: 5900
[22:38:33] [INF] World time: 6000
[22:38:43] [INF] World time: 6100
[22:38:53] [INF] World time: 6200
[22:39:03] [INF] World time: 6300
[22:39:13] [INF] World time: 6400
[22:39:23] [INF] World time: 6500
[22:39:33] [INF] World time: 6600
[22:39:43] [INF] World time: 6700
[22:39:53] [INF] World time: 6800
[22:40:03] [INF] World time: 6900
[22:40:13] [INF] World time: 7000
[22:40:23] [INF] World time: 7100
[22:40:33] [INF] World time: 7200
[22:40:43] [INF] World time: 7300
[22:40:53] [INF] World time: 7400
[22:41:03] [INF] World time: 7500
[22:41:13] [INF] World time: 7600
[22:41:23] [INF] World time: 7700
[22:41:33] [INF] World time: 7800
[22:41:43] [INF] World time: 7900
[22:41:53] [INF] World time: 8000
[22:42:03] [INF] World time: 8100
[22:42:13] [INF] World time: 8200
[22:42:23] [INF] World time: 8300
[22:42:33] [INF] World time: 8400
[22:42:43] [INF] World time: 8500
[22:42:53] [INF] World time: 8600
[22:42:59] [WRN] 1 World Tick(s) skipped because of insufficient time. Please buy a faster machine ;-)
[22:43:03] [INF] World time: 8700
[22:43:13] [INF] World time: 8800
[22:43:23] [INF] World time: 8900
[22:43:33] [INF] World time: 9000
[22:43:43] [INF] World time: 9100
[22:43:53] [INF] World time: 9200
[22:44:03] [INF] World time: 9300
[22:44:13] [INF] World time: 9400
[22:44:23] [INF] World time: 9500
[22:44:33] [INF] World time: 9600
[22:44:43] [INF] World time: 9700
[22:44:53] [INF] World time: 9800
[22:45:03] [INF] World time: 9900
[22:45:13] [INF] World time: 10000
[22:45:23] [INF] World time: 10100
[22:45:33] [INF] World time: 10200
[22:45:43] [INF] World time: 10300
[22:45:53] [INF] World time: 10400
[22:46:03] [INF] World time: 10500
[22:46:13] [INF] World time: 10600
[22:46:23] [INF] World time: 10700
[22:46:33] [INF] World time: 10800
[22:46:43] [INF] World time: 10900
[22:46:53] [INF] World time: 11000
[22:47:03] [INF] World time: 11100
[22:47:03] [WRN] 1 World Tick(s) skipped because of insufficient time. Please buy a faster machine ;-)
[22:47:13] [INF] World time: 11200
[22:47:23] [INF] World time: 11300
[22:47:23] [WRN] 1 World Tick(s) skipped because of insufficient time. Please buy a faster machine ;-)
[22:47:33] [INF] World time: 11400
[22:47:43] [INF] World time: 11500
[22:47:53] [INF] World time: 11600
[22:48:03] [INF] World time: 11700
[22:48:13] [INF] World time: 11800
[22:48:19] [WRN] 1 World Tick(s) skipped because of insufficient time. Please buy a faster machine ;-)
[22:48:23] [INF] World time: 11900
[22:48:33] [INF] World time: 12000
[22:48:43] [INF] World time: 12100
[22:48:53] [INF] World time: 12200
[22:49:03] [INF] World time: 12300
[22:49:13] [INF] World time: 12400
[22:49:23] [INF] World time: 12500
[22:49:33] [INF] World time: 12600
[22:49:43] [INF] World time: 12700
[22:49:53] [INF] World time: 12800
[22:49:55] [WRN] 2 World Tick(s) skipped because of insufficient time. Please buy a faster machine ;-)
[22:50:03] [INF] World time: 12900
[22:50:13] [INF] World time: 13000
[22:50:23] [INF] World time: 13100
[22:50:33] [INF] World time: 13200
[22:50:43] [INF] World time: 13300
[22:50:53] [INF] World time: 13400
[22:51:03] [INF] World time: 13500
[22:51:13] [INF] World time: 13600
[22:51:23] [INF] World time: 13700
[22:51:33] [INF] World time: 13800
[22:51:43] [INF] World time: 13900
[22:51:53] [INF] World time: 14000
[22:52:03] [INF] World time: 14100
[22:52:13] [INF] World time: 14200
[22:52:23] [INF] World time: 14300
[22:52:33] [INF] World time: 14400
[22:52:43] [INF] World time: 14500
[22:52:53] [INF] World time: 14600
[22:53:03] [INF] World time: 14700
[22:53:13] [INF] World time: 14800
[22:53:23] [INF] World time: 14900
[22:53:33] [INF] World time: 15000
[22:53:43] [INF] World time: 15100
[22:53:53] [INF] World time: 15200
[22:54:03] [INF] World time: 15300
[22:54:13] [INF] World time: 15400
[22:54:23] [INF] World time: 15500
[22:54:33] [INF] World time: 15600
[22:54:43] [INF] World time: 15700

Hope, this will help a bit...if you need further information just ask.

Thx so far,
blue

Posted: 31 Aug 2007, 21:10
by Crush
The accountserver log tells me that this is what happened:

22:28:24: a gameserver (gameserver A) connected to the accountserver and registred all 19 maps.
22:28:33: Another gameserver (gameserver B) connected to the accountserver and attempted to register all 19 maps but failed because they were already registred by gameserver A
22:28:46: Gameserver A disconnected and all maps it managed were unregistred.
22:41:24: a player connected but the accountserver couldn't place it on its map because the map was unregistred.

The problem is obviously that you either started 2 gameserver instances instead of one after the accountserver started and then killed the wrong one or that you started a gameserver, killed it, and started it again before the accountserver could notice.

The proper way of starting a TMWServ cluster is:

1. make sure no account and gameserver instances are running
2. start the accountserver
3. wait until the accountserver has started (Chat handler started: Listening on port 9603...)
4. start the gameserver(s)
5. ...
6. Profit!

Posted: 02 Sep 2007, 16:31
by blueberry
Hello!

I forgot to mention, that the first time i start the tmwserv-game the followin errors appear; Thats the reason i started the gameserver a second time which ends up in the no gameserver for the map message.

Heres a Screen - Dump from starting the tmwserv-game the first time after staring tmwserv-account:

[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 536 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 543 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 544 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 545 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 546 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 547 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 548 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 549 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 550 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 570 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 571 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 572 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 573 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 574 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 575 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 576 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 577 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 578 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 579 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 580 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 581 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 582 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 583 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 584 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 585 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 586 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 600 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 601 in items.xml.
[18:16:58] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 602 in items.xml.
[18:16:59] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 603 in items.xml.
[18:16:59] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 604 in items.xml.
[18:16:59] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 608 in items.xml.
[18:16:59] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 610 in items.xml.
[18:16:59] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 1200 in items.xml.
[18:16:59] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 1201 in items.xml.
[18:16:59] [WRN] Item Manager: Setting max_per_slot property to 1 for equipment 1202 in items.xml.
[18:16:59] [INF] Loaded 118 items from items.xml.
[18:16:59] [INF] Loading monster reference...
[18:16:59] [INF] Loaded 1 monsters from monsters.xml.
[18:16:59] [INF] Connection established to the account server.
[18:16:59] [INF] Game handler started:
[18:16:59] [INF] Listening on port 9604...
[18:16:59] [WRN] Warning: maps/new_1-1.tmx.gz.tmx.gz not found!
[18:16:59] [ERR] Error: Map file not found (maps/new_1-1.tmx.gz.tmx.gz)
[18:16:59] [INF] Activated map "maps/new_1-1.tmx.gz.tmx.gz" (id 1)
Speicherzugriffsfehler

So i hope again, you know the reason for this!

thx,

blue

Posted: 02 Sep 2007, 20:24
by ElvenProgrammer
You need to copy the maps from the client into data/maps server folder

Posted: 02 Sep 2007, 20:36
by blueberry
Hello!

I already copied the maps, but the error still shows up ;-)
btw: have you noticed the double tmx.gz at the error statement?

thx,

blue

Posted: 04 Sep 2007, 05:57
by silene
blueberry wrote:have you noticed the double tmx.gz at the error statement?
Check your data/maps.xml file. It should not have the extension on the map filenames, otherwise the server will be unable to find them.

Posted: 05 Sep 2007, 01:47
by blueberry
Hey!

I finally made it!:-)

It basically works with my custom config.xml, but the openGL problem(?)
- ERR: could not set 800x600 video mode
or changing to 'with OpenGL' ingame and restarting
- ERR: Segmentation Fault
still exists.

Thanks to all for helping me to set up the svn.

Feedback:

+Nice Client-Gui-Ideas;-)
+Documentation should be updated too (for example the guichan version needed and things we talked about in this thread etc...)
+ChatFocus can't be left and pressing return another time won't close it (i assume you know this already)

Yeah that's it- keep up the good work !!!

Blue