I get this error when trying to open 3D world editor on linux

2 ビュー (過去 30 日間)
Abner Mbaka
Abner Mbaka 2019 年 11 月 12 日
回答済み: Kaustav Bhattacharya 2020 年 12 月 23 日
Attempt to execute SCRIPT handle as a function:
/home/abner/handle.m
Error in mltimerpackage>initPackage (line 63)
jobj = handle(com.mathworks.timer.TimerTask);
Error in mltimerpackage (line 15)
if isempty(state), state = initPackage(); end
Error in timerfindall (line 42)
obj = mltimerpackage('GetList');
Error in vrclimex_init>phase3 (line 99)
idletimer = timerfindall('Tag', 'SL3D_BackgroundTimer');
Error in vrclimex_init (line 12)
env = feval(sprintf('phase%d', phase));
Error in vrworld (line 138)
This.id = vrsfunc('VRT3LoadScene', foundname, vrgetpref('DefaultWorld3DFormat'), strcmp(createmode,
'edit'));
Error in vredit (line 20)
ww = vrworld(filename);

回答 (1 件)

Kaustav Bhattacharya
Kaustav Bhattacharya 2020 年 12 月 23 日
Check the following link to know why this error occurs - "Attempt to execute SCRIPT Filename as a function" :

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by