TA的每日心情 | 开心 昨天 07:05 |
---|
签到天数: 637 天 [LV.9]以坛为家II
论坛元老
 
- 积分
- 3316
|
請問大佬們這是什麼問題不知道哪裡弄錯了該怎麼修復?
9月 07, 2024 7:57:49 上午 org.l2jmobius.gameserver.GameServer <init>
警告: GameServer: Failed to execute script list!
java.lang.RuntimeException:
----------------
File diagnostics
----------------
-----------------------
Compilation diagnostics
-----------------------
WARNING: Unknown Source, Line -1, Column -1
code: compiler.warn.option.obsolete.source
message: source value 8 is obsolete and will be removed in a future release
WARNING: Unknown Source, Line -1, Column -1
code: compiler.warn.option.obsolete.target
message: target value 8 is obsolete and will be removed in a future release
WARNING: Unknown Source, Line -1, Column -1
code: compiler.warn.option.obsolete.suppression
message: To suppress warnings about obsolete options, use -Xlint:-options.
ERROR: data\scripts\handlers\communityboard\HomeBoard.java, Line 586, Column 105
code: compiler.err.cant.resolve.location
message: cannot find symbol
symbol: variable ANNOUNCE_SERVER_NAME
location: class org.l2jmobius.Config
ERROR: data\scripts\handlers\communityboard\HomeBoard.java, Line 718, Column 88
code: compiler.err.cant.resolve.location
message: cannot find symbol
symbol: variable ONLINEALL_PLUS
location: class org.l2jmobius.Config
at org.l2jmobius.gameserver.scripting.java.JavaExecutionContext.executeScripts(JavaExecutionContext.java:105)
at org.l2jmobius.gameserver.scripting.java.JavaExecutionContext.executeScript(JavaExecutionContext.java:206)
at org.l2jmobius.gameserver.scripting.ScriptEngineManager.executeScript(ScriptEngineManager.java:172)
at org.l2jmobius.gameserver.GameServer.<init>(GameServer.java:414)
at org.l2jmobius.gameserver.GameServer.main(GameServer.java:530)
|
|