- UID
- 19971
- 阅读权限
- 40
- 回帖
- 428
- 喵币
- 0
- 有爱
- 8
- DKP
- 252
- 金币
- 13472
- 在线时间
- 1190 小时
- 注册时间
- 2020-1-11
- 最后登录
- 2026-2-14
声望: 939   虚弱: 2

Lv.4(锻造者)
      
|

楼主 |
发表于 2020-1-12 15:29:29
|
显示全部楼层
本帖最后由 yyj391252546 于 2020-1-12 15:38 编辑
只有这些
mysql启动失败
服务器启动到world服务的时候失败
server.log 如下:
2020-01-12 15:30:50 Using configuration file worldserver.conf.
2020-01-12 15:30:50 Using SSL version: OpenSSL 1.0.1t 3 May 2016 (library: OpenSSL 1.0.1t 3 May 2016)
2020-01-12 15:30:50 Using ACE version: 6.3.2
2020-01-12 15:30:50 AyaseCore rev. (Beta) (Win64, RelWithDebInfo) (worldserver-daemon)
2020-01-12 15:30:50 <Ctrl-C> to stop.
2020-01-12 15:30:51 Realm running as realm ID 1
2020-01-12 15:30:52 Using World DB: TDB 335.52
2020-01-12 15:30:52 Using DataDir data/
2020-01-12 15:30:52 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1 PetLOS:1
2020-01-12 15:30:52 ERROR: Map file 'data/maps/0004331.map': does not exist!
=============================================
下面是 worldserver.conf
#
# LoginDatabaseInfo
# WorldDatabaseInfo
# CharacterDatabaseInfo
# Description: Database connection settings for the world server.
# Example: "hostname;port;username;password;database"
# ".;somenumber;username;password;database" - (Use named pipes on Windows
# "enable-named-pipe" to [mysqld]
# section my.ini)
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;user;pass;auth" - (LoginDatabaseInfo)
# "127.0.0.1;3306;user;pass;world" - (WorldDatabaseInfo)
# "127.0.0.1;3306;user;pass;characters" - (CharacterDatabaseInfo)
LoginDatabaseInfo = "127.0.0.1;3306;root;root;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;root;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;root;characters"
============================================================================
|
|