日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

《星際爭霸2》Galaxy腳本語言錯誤信息列表及翻譯( 三 )


堆棧溢出
e_stringTruncated=Truncated string
字符串截斷
字符串被截斷 。
e_syntaxError=Syntax error
語法錯誤
e_typecastError=That typecast not allowed
類型轉(zhuǎn)換錯誤
不支持這種類型轉(zhuǎn)換 。
e_typeMismatch=Types do not match
類型不符
e_undefFunction=Function Declared but not defined
函數(shù)未定義
函數(shù)已經(jīng)聲明 , 但未定義 。
e_unexpectedBreak=Unexpected ’break’ statement
多余的break
多余的’break’語句 。
e_unexpectedComment=comment blocks with /* */ are not supported
不支持 /* */ 格式的注釋塊 。
e_unexpectedContinue=Unexpected ’continue’ statement
多余的continue
多余’continue’語句 。
e_unexpectedDirective=unexpected directive, Galaxy does not have a preprocessor
不支持的指令
Galaxy不支持預(yù)處理指令 。
e_unexpectedGoto=’goto’ statements are unsupported
不支持goto
不支持’goto’語句 。
e_unexpectedNew=dynamic memory allocation unsupported
不支持new
不支持動態(tài)內(nèi)存分配 。
e_unexpectedOperator=Operators ++ and -- are unsupported
不支持的操作符
不支持++和--操作符 。
e_unexpectedReturn=Unexpected value returned from a ’void’ function
多余的Return值
嘗試在聲明為void的函數(shù)體中返回一個值 。
e_unexpectedSign=unexpected ’signed’ or ’unsigned’ as Galaxy types have implicit sign
多余的signed和unsigned標(biāo)記 。Galaxy的類型都是隱式的有符號數(shù) 。
e_unexpectedSwitch=’switch’ statements are unsupported
不支持swith
不支持’switch’語 。
e_unreachableCode=unreachable code
不可達的代碼
e_jumpOutOfBounds=Code pointer tried to jump out of bounds
跳出界限
代碼指針嘗試跳出界限 。
e_noFunctionBody=No function body was ever Declared
無函數(shù)體
沒有聲明函數(shù)體 。
e_ExecPaused=Execution paused
線程掛起
線程已掛起 。
e_threadIsActive=Execution currently active
線程活躍
線程目前活躍 。
e_threadIsReady=Thread is ready to Execute
線程就緒
線程已準備就緒 。
e_ExecTimeout=Execution took too long
執(zhí)行超時
執(zhí)行時間太長 。
e_codePtrInData=http://www.wybk.com/youxi/Code pointer tried to jump to data space
代碼指針在數(shù)據(jù)區(qū)
代碼指針嘗試調(diào)轉(zhuǎn)到數(shù)據(jù)區(qū) 。
e_dataPtrInCode=Data pointer tried to access code space
數(shù)據(jù)指針在代碼區(qū)
數(shù)據(jù)指針嘗試訪問代碼區(qū) 。
e_pByZero=Divide by zero
除零異常
嘗試除以零 。
e_invalidAddr=Invalid address
無效地址
e_invalidGlobalPtr=Invalid global pointer
無效的全局指針 。
e_invalidStackPtr=Invalid stack pointer
無效的堆棧指針 。
e_nativeCodeError=Native function has encountered an error
Native函數(shù)錯誤
Native函數(shù)遇到錯誤 。
e_notInCode=Code pointer moved out of code space
不在代碼區(qū)
代碼指針超出代碼區(qū) 。
e_nullPointer=Dereferenced a null pointer
空指針
解引用了一個空指針 。
e_stackOverflow=Stack overflow
堆棧上溢
e_stackUnderflow=Stack underflow
堆棧下溢
e_unknownInstr=Unknown instruction
未知指令
e_functionNotFound=Function not found
函數(shù)未找到
e_tooManyThreads=Too many threads
線程太多
e_nestedIteration=Nested iteration detected
嵌套迭代
檢測到嵌套迭代 。

推薦閱讀