angelscriptエラー解説

Last-modified: 2017-07-02 (日) 20:19:23

コマンドプロント上での文章コピーの仕方
右クリック>範囲指定>カーソルを引っ張って範囲を指定する>エンターキーを押す
貼りつけたい場所でCtrl+Vか右くり>貼りつけで。


【Script:Identifier"aaaaaa" is not a data type】

Identifier:識別子。
"aaaaaa"のある行のデータタイプを設定してない場合が多い。

「識別子がない」もしくは「識別子が予約語やリテラルになっている」


Script: Identifier 'Window' is not a data type

       [line 21 char 1] Unable to open file.
       in file '../Mods/tickets/Rules/CommonScripts/GameHelp.as'

・該当するGameHelp.asで、「Window」を検索。

Window@ helpWindow;  は、

Window = helpWindow; と同じ意味?

http://www.10106.net/~hoboaki/wiki/index.php?C%2B%2B%2FAngelScript%2F%E6%A7%8B%E6%96%87
「オブジェクトハンドル」参照
https://utage.headwaters.co.jp/blog/?p=2939
「参照とポインタ」参照


[22:53:15] ############ GAMEMODE CTF
[22:53:15] Server created on 50301 (BUILD 2118)
[22:53:15] Warning: Dedicated Servers on Windows are not supported
[22:53:15] - Only local servers for single player and mod testing are o
fficially supported.
[22:53:15] - If hosting remotely you may encounter bugs & will have to
rely on the forums for support.
[22:53:15] - We strongly advise you host dedicated servers on Linux only

・warning以降はこのサーバーはwindowsではサポートされてないからlinuxを強く推奨するよ!
 っていうメッセージ。特にwindowsでも動くので気にしない。


restartmap*

マップサイクルが機能しなくなってる可能性
autoconfig.cfgで「
sv_mapautocycle = 1 # Auto-cycle on next map to next map in list」

で1にして機能させる。
(アップデートで戻ってる可能性?)