Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI installation problem #44

Open
bguerr opened this issue Jun 5, 2020 · 2 comments
Open

GUI installation problem #44

bguerr opened this issue Jun 5, 2020 · 2 comments

Comments

@bguerr
Copy link

bguerr commented Jun 5, 2020

A rookie one:

I'm having trouble running the GUI on Matlab 2018b (with all toolboxes required).
Topotoolbox and TAK are on the same folder, in my matlab path.

When trying to run the GUI, this error appears:

Error using TAK0x2D2App/startApp (line 86)
Error defining property 'Image' of class 'TAK':
Class named 'matlab.ui.control.Image' is undefined or does not support property
validation.

Error in TAK0x2D2App (line 48)
startApp(obj)

Error in appinstall.internal.runapp>execute (line 116)
out = evalin('caller', [script ';']);

Error in appinstall.internal.runapp>runapp13a (line 95)
outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));

Error in appinstall.internal.runapp>preamble18b (line 60)
appobj = runapp13a(appinstalldir);

Error in appinstall.internal.runapp (line 13)
out = preamble18b(appinstalldir);

Error in matlab.apputil.run (line 45)
appinstall.internal.runapp(appName, appLocation);

@bguerr
Copy link
Author

bguerr commented Jun 6, 2020

And also, this comes as a warning when opening matlab:

Warning: Name is nonexistent or not a directory:
C:\Users\bguer\AppData\Roaming\MathWorks\MATLAB Add-Ons\Apps\TAK -
1\GitHub\TopoTools
Warning: Name is nonexistent or not a directory:
C:\Users\bguer\AppData\Roaming\MathWorks\MATLAB Add-Ons\Apps\TAK -
1\GitHub\topotoolbox\GIStools
Warning: Name is nonexistent or not a directory:
C:\Users\bguer\AppData\Roaming\MathWorks\MATLAB Add-Ons\Apps\TAK -
1\GitHub\topotoolbox\utilities
Warning: Name is nonexistent or not a directory:
C:\Users\bguer\AppData\Roaming\MathWorks\MATLAB Add-Ons\Apps\TAK -
1\MATLAB\TAKgui_app

@amforte
Copy link
Owner

amforte commented Jan 23, 2021

As the GUI was built in 2019b, it's possible this is just an issue with backwards compatibility. How were you trying to run the app, i.e. did you install it (and it should then appear in the APPS toolbar)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants