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

6 visualizaciones (últimos 30 días)
Abner Mbaka
Abner Mbaka el 12 de Nov. de 2019
Respondida: Kaustav Bhattacharya el 23 de Dic. de 2020
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);

Respuestas (1)

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

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by