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

1 visualizzazione (ultimi 30 giorni)
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);

Risposte (1)

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

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by