- UID
- 2892
- 注册时间
- 2014-3-10
- 在线时间
- 小时
- 最后登录
- 1970-1-1
- 精华
- 阅读权限
- 80
- 听众
- 收听
已绑定手机
|
把原来的版本整个目录移除,只安装了最新的版本。但是任然会报错,出现“lua stopped”
打开FlyWithLua_Debug.txt
后半部分内容如下:
[001740] FlyWithLua Info: Start loading script file Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[001741] FlyWithLua Info: Finished loading script file Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[001742] FlyWithLua Info: Start loading script file Resources/plugins/FlyWithLua/Scripts/shadows_parameters.lua
[001743] FlyWithLua Error: The DataRef "sim/private/controls/fbo/shadow_cam_size" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research.
[001744] FlyWithLua Info: Ben Supnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.)
[001745] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane.
[001746] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug.
[001747] FlyWithLua Error: The DataRef "sim/private/controls/shadow/csm_split_exterior" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research.
[001748] FlyWithLua Info: Ben Supnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.)
[001749] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane.
[001750] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug.
[001751] FlyWithLua Error: The DataRef "sim/private/controls/shadow/last_3d_pass" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research.
[001752] FlyWithLua Info: Ben Supnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.)
[001753] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane.
[001754] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug.
[001755] FlyWithLua Info: Finished loading script file Resources/plugins/FlyWithLua/Scripts/shadows_parameters.lua
[001756] FlyWithLua Error: The error seems to be inside of script file Resources/plugins/FlyWithLua/Scripts/shadows_parameters.lua
[001757] FlyWithLua Debug Info: Sorry, no debug Info on stack.
[001758] FlyWithLua Debug Info: Debug file written to "<<x-plane dir>>/FlyWithLua_Debug.txt".
*** History of code you entered directly into FlyWithLua ***
-- Welcome to FlyWithLua running Lua 5.1 (for more info see SYSTEM, SYSTEM_ARCHITECTURE, xplane_VERSION and XPLANE_LANGUAGE).
-- Get mouse, keyboard and screen info from MOUSE_X, MOUSE_Y, SCREEN_WIDTH, SCREEN_HIGHT, VKEY and CKEY. 感觉是其中这句:[001743] FlyWithLua Error: The DataRef "sim/private/controls/fbo/shadow_cam_size" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research.但这个lua脚本也是下载下来的,并未做任何修改。
在xp11中也重启过Flywithlua。但都出现lua stopped。
请大家赐教,谢谢!
|
|