UeCore icon indicating copy to clipboard operation
UeCore copied to clipboard

UeCore-1.3.0-all.el7.centos.x86_64.rpm 安装,everwar-mangosd报错

Open ZZpople opened this issue 1 year ago • 2 comments

Using DataDir ./ WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1 WORLD: VMap data directory is: ./vmaps WORLD: MMap pathfinding enabled ERROR:Check existing of map file './maps/0004331.map': not exist! ERROR:Correct *.map files not found in path './maps' or .vmtree/.vmtile files in './vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

这个服务起不起来,如何解决?

ZZpople avatar Sep 26 '24 08:09 ZZpople

缺少map文件,请确认 DataDir 目录下是否有 各种map文件。正常情况下。rpm安装完成后自动解压到安装目录下的data目录中

geektcp avatar Dec 01 '24 18:12 geektcp

Mar 14 15:36:06 localhost su: WORLD: VMap data directory is: ./vmaps Mar 14 15:36:06 localhost su: WORLD: MMap pathfinding enabled Mar 14 15:36:06 localhost su: Check existing of map file './maps/0004331.map': not exist! Mar 14 15:36:06 localhost su: Correct .map files not found in path './maps' or .vmtree/.vmtile files in './vmaps'. Please place .map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file. Mar 14 15:36:06 localhost systemd: everwar-mangosd.service: main process exited, code=exited, status=1/FAILURE Mar 14 15:36:06 localhost systemd: Unit everwar-mangosd.service entered failed state. Mar 14 15:36:06 localhost systemd: everwar-mangosd.service failed. [root@localhost ~]# netstat -ntlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3724 0.0.0.0:
LISTEN 2881/realmd
tcp 0 0 0.0.0.0:22 0.0.0.0:
LISTEN 960/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1419/master
tcp6 0 0 :::3306 :::* LISTEN 2692/mysqld
tcp6 0 0 :::22 :::* LISTEN 960/sshd
tcp6 0 0 ::1:25 :::* LISTEN 1419/master
[root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core)

安装两次均遇到同样问题~mysql 自行解决了,可以使用mysql.server 启动,注意创建用户、权限、配置文件等;

3746658 avatar Mar 14 '25 07:03 3746658