error on startup: "Error using connector.internal.autostart.run"
Mostrar comentarios más antiguos
##edit problem solved- there was a system variable defined as TEMP = "459,9" and after deletion everything works again.
upon start matlab displays following error:
Error using connector.internal.autostart.run
Cannot CD to 459,9 (Name is nonexistent or not a directory).
I tried to reinstall Matlab but it is still broken.
Maybe following querry can help:
>> which -all cd
built-in (C:\Program Files\MATLAB\R2015b\toolbox\matlab\general\cd)
C:\Program Files\MATLAB\R2015b\toolbox\matlab\iofun\@ftp\cd.m % ftp method
C:\Program Files\MATLAB\R2015b\toolbox\idelink\extensions\ticcs\@ccsdebug\cd.m % ccsdebug method
2 comentarios
Walter Roberson
el 13 de En. de 2016
Try running
connector off
Jonas Keller
el 13 de En. de 2016
Respuestas (2)
Tushar Sinha
el 15 de En. de 2016
2 votos
Hi Jonas,
"Error using connector.internal.autostart.run Cannot CD to 459,9 (Name is nonexistent or not a directory)."
These error messages are typically displayed when MATLAB does not have read-write access to the temporary folder. Change the permissions to this folder as an administrator and the issue should be resolved.
Thanks,
Tushar
1 comentario
Jonas Keller
el 3 de Feb. de 2016
Jonas Keller
el 10 de Feb. de 2016
0 votos
3 comentarios
Walter Roberson
el 10 de Feb. de 2016
Then turn the connector back on again. I said "try", not that it was the final answer.
Walter Roberson
el 10 de Feb. de 2016
What is the result of executing
tempdir
?
What does
getenv('TEMP')
show?
Jonas Keller
el 11 de Feb. de 2016
Editada: Jonas Keller
el 11 de Feb. de 2016
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!