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

2 vues (au cours des 30 derniers jours)
Abner Mbaka
Abner Mbaka le 12 Nov 2019
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);

Réponses (1)

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

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by