|
发表于 2013-2-5 17:59:51
|
显示全部楼层
回复 1# labaz
fullpath shuikao,yz出错:
请正确书写简写地名,如不清楚请查看简化地名表。
Run-time error
Plugin: pkuxkx_P2P_walkalias_oem (called from world: pkuxkx)
Function/Sub: aliascmd.fullpath called by alias
Reason: 正在处理别名 "alias_fullpath"
[string "Plugin"]:1432: bad argument #1 to 'find' (string expected, got nil)
stack traceback:
[C]: in function 'find'
[string "Plugin"]:1432: in function 'decomp_string'
[string "Plugin"]:1495: in function 'convert_path'
[string "Plugin"]:1106: in function <[string "Plugin"]:1103>
脚本错误处的上下文:
1428 : while hasindir==1 do
1429 : hasindir=0
1430 : ------------------------------------
1431 : ---print("::::::",decom_str,":::::::")--debug
1432*: if string.find (data_string, "-")~=nil then
1433 : temp_dec=utils.split (data_string, "-")
1434 : _startcity=temp_dec[1]
1435 : if type(path_alias_table[_startcity])~="table" then _startcity="yangzhou" end |
|