multimodalspectroscopy / AIDE

1 stars 0 forks source link

Error launching GUI #1

Closed GuilhermeZimeo closed 7 years ago

GuilhermeZimeo commented 7 years ago

Dear AIDE Developers,

Firstly, I would like to thank you for sharing the code. I've just read the corresponding very interesting manuscript and am now indeed looking forward to testing AIDE with our fNIRS data collected in Brazil.

I have downloaded the developer version for Matlab and set the path as recommended in the user manual, but I am facing an issue when launching AIDE by typing "AIDE_GUI" on the command window.

The following error has been reported to me on versions 2013b, 2016a and 2017a of Matlab:

_Error using load Unable to read MAT-file C:\Software\AIDE\AIDE_Code\AIDE_GUI.fig. Not a binary MAT-file. Try load -ASCII to read as text.

Error in matlab.graphics.internal.figfile.FigFile/read (line 31) hgDataVars = load(filename, '-mat', '-regexp', '^hg[M]');

Error in matlab.graphics.internal.figfile.FigFile

Error in hgload (line 50) FF = matlab.graphics.internal.figfile.FigFile(filename);

Error in matlab.hg.internal.openfigLegacy (line 57) [fig, savedvisible] = hgload(filename, struct('Visible','off'));

Error in gui_mainfcn>local_openfig (line 286) gui_hFigure = matlab.hg.internal.openfigLegacy(name, singleton, visible);

Error in gui_mainfcn (line 158) gui_hFigure = local_openfig(gui_State.gui_Name, gui_SingletonOpt, gui_Visible);

Error in AIDE_GUI (line 42) gui_mainfcn(guiState, varargin{:});

Please let me know in case you've seen this issue before. Maybe I am missing some necessary step?

Best regards, Guilherme

buck06191 commented 7 years ago

Hey, We're working on a fix now. The problem was with how the binary GUI files were stored by GitHub. We'll let you know as soon as we've fixed the problem.

Thanks

On 11 May 2017 1:19 p.m., "GuilhermeZimeo" notifications@github.com wrote:

Dear AIDE Developers,

Firstly, I would like to thank you for sharing the code. I've just read the corresponding very interesting manuscript and am now indeed looking forward to testing AIDE with our fNIRS data collected in Brazil.

I have downloaded the developer version for Matlab and set the path as recommended in the user manual, but I am facing an issue when launching AIDE by typing "AIDE_GUI" on the command window.

The following error has been reported to me on versions 2013b, 2016a and 2017a of Matlab:

_Error using load Unable to read MAT-file C:\Software\AIDE\AIDE_Code\AIDE_GUI.fig. Not a binary MAT-file. Try load -ASCII to read as text.

Error in matlab.graphics.internal.figfile.FigFile/read (line 31) hgDataVars = load(filename, '-mat', '-regexp', '^hg[M]');

Error in matlab.graphics.internal.figfile.FigFile

Error in hgload (line 50) FF = matlab.graphics.internal.figfile.FigFile(filename);

Error in matlab.hg.internal.openfigLegacy (line 57) [fig, savedvisible] = hgload(filename, struct('Visible','off'));

Error in gui_mainfcn>local_openfig (line 286) gui_hFigure = matlab.hg.internal.openfigLegacy(name, singleton, visible);

Error in gui_mainfcn (line 158) gui_hFigure = local_openfig(gui_State.gui_Name, gui_SingletonOpt, gui_Visible);

Error in AIDE_GUI (line 42) gui_mainfcn(guiState, varargin{:});

Please let me know in case you've seen this issue before. Maybe I am missing some necessary step?

Best regards, Guilherme

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/multimodalspectroscopy/AIDE/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AIs0gD2Ng9drIn-DmlUD_TCMo474icUlks5r4vzVgaJpZM4NX6kG .

paola182 commented 7 years ago

Dear Guilherme,

the error was related to the registration of binary files with Git, Git corrupted .m, .fig files because they weren't properly registered. Please, download the updated version and let us know if you're experiencing any other problem with it. Thanks!

Best wishes, Paola

GuilhermeZimeo commented 7 years ago

Thank you very much for the prompt reply and fix! It works perfectly now.

Best, Guilherme