因此,在下载和设置4小时后,我得到以下信息:
mvn clean package
我已经编辑了所有建议的conf / txt文件,如here和here所示。我也关注第一个超链接中发布的指南视频。我唯一能想到的就是将main.sql文件放入工作台
[Error]: Can not connect to login-server.
[Error]: The server communication passwords (default s1/p1) are probably invalid.
[Error]: Also, please make sure your login db has the correct communication username/passwords and the gender of the account is S.
[Error]: The communication passwords are set in map_athena.conf and char_athena.conf
<br>[Warning]: Connection to Login Server lost.</br
这样的事情成群结队出现。 (对不起,我不知道该如何细分。)是否需要像视频中那样将我的工作室降级到2017年?我为VS分配的是2015-2019年,所以我很茫然。感谢您的帮助。
编辑:这在重新执行main.sql时也会显示:
06:35:48 CREATE TABLE IF NOT EXISTS `clan` ( `clan_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(24) NOT NULL DEFAULT '', `master` varchar(24) NOT NULL DEFAULT '', `mapname` varchar(24) NOT NULL DEFAULT '', `max_member` smallint(6) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`clan_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 0 row(s) affected, 3 warning(s): 1681 Integer display width is deprecated and will be removed in a future release. 1681 Integer display width is deprecated and will be removed in a future release. 1050 Table 'clan' already exists 0.016 sec
不确定这是什么意思。除了我为您显示的内容之外,NI对于上述任何内容都无法在线找到任何信息。