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

2 Ansichten (letzte 30 Tage)
Abner Mbaka
Abner Mbaka am 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);

Antworten (1)

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

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by