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

Problems running phenoripper from matlab in linux #1

Open
fullerjohna opened this issue Feb 5, 2015 · 1 comment
Open

Problems running phenoripper from matlab in linux #1

fullerjohna opened this issue Feb 5, 2015 · 1 comment

Comments

@fullerjohna
Copy link

I'm trying to run phenoripper from matlab on a linux workstation. When I run phenoripper, the logo and main menu opens but when i go to load data, i get the following errors in the command window:

phenoripper
PhenoRipper version 1.20

Error using statusbar>setFigureStatus (line 250)
error updating status text for figure PhenoRipper v1.20
: No appropriate method, property, or field fFigureClient for class com.mathworks.hg.peer.HG1FigurePeer.

Error in statusbar (line 148)
thisStatusbarObj = setFigureStatus(rootHandles(rootIdx), deleteFlag, updateFlag, statusText);

Error in phenoripper_gui>addProgressBarToMyHandle (line 1010)
myhandles.statusbarHandles=statusbar(mainFigure,...

Error in phenoripper_gui>phenoripper_gui_OutputFcn (line 112)
addProgressBarToMyHandle(handles.figure1);

Error in gui_mainfcn (line 264)
feval(gui_State.gui_OutputFcn, gui_hFigure, [], gui_Handles);

Error in phenoripper_gui (line 65)
gui_mainfcn(gui_State, varargin{:});

Error in phenoripper (line 38)
phenoripper_gui;

Error using statusbar>setFigureStatus (line 250)
error updating status text for figure PhenoRipper v1.20
: No appropriate method, property, or field fFigureClient for class com.mathworks.hg.peer.HG1FigurePeer.

Error in statusbar (line 148)
thisStatusbarObj = setFigureStatus(rootHandles(rootIdx), deleteFlag, updateFlag, statusText);

Error in phenoripper_gui>addProgressBarToMyHandle (line 1010)
myhandles.statusbarHandles=statusbar(mainFigure,...

Error in phenoripper_gui>useMetadaFileButton_Callback (line 331)
addProgressBarToMyHandle(handles.figure1);

Error in gui_mainfcn (line 95)
feval(varargin{:});

Error in phenoripper_gui (line 65)
gui_mainfcn(gui_State, varargin{:});

Error in @(hObject,eventdata)phenoripper_gui('useMetadaFileButton_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating uicontrol Callback

Thanks,

John

@srajaram
Copy link
Contributor

srajaram commented Feb 5, 2015

Thanks for the feedback. Which version of MATLAB are you using?

Could you try downloading the 2104a_fix branch and check if this fixes your problem?

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