Difference between revisions of "Support:Detailed tutorial on bug report"

From COMKAT wiki
Jump to navigation Jump to search
(bug report)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To submit a bug report, on the page [[Support:Bugs and solutions]] click 'Edit' near the bottom.
 
  
[[Image:Bug screen 2.JPG|thumb|900px|none]]
+
== Submit bug report ==
 +
 
 +
Bug reported by Peihan Li  Email:peihanl@aliyun.com
 +
OS: Microsoft Windows 8.1 (Build 9600)
 +
 
 +
MATLAB: MATLAB Version  (R2016a)
 +
 
 +
COMKAT: R4.2a
 +
 
 +
Bug description:
 +
When I try to load in the test data named "Rat_03072007_Input"which was downloaded from comkat wiki,Although the Time Activity Curve in COMKT Image Tool has generated, I can not see the concentration curve in COMKAT GUI and simultaneously  the following errors are displayed in MATLAB.
 +
 
 +
warning: Possible deprecated use of get on a Java object with an HG Property 'Parent' and
 +
'mouseClickedCallback'
 +
> In select_color>select_color_OpeningFcn (line 123)
 +
  In gui_mainfcn (line 220)
 +
  In select_color (line 51)
 +
  In comkatimagetool>VOIDefinition (line 1507)
 +
  In comkatimagetool>ROIPopupSelectionCallback (line 1472)
 +
  In gui_mainfcn (line 95)
 +
  In comkatimagetool (line 157)
 +
  In uiwait (line 81)
 +
  In comkatimagetool>comkatimagetool_OpeningFcn (line 496)
 +
  In gui_mainfcn (line 220)
 +
  In comkatimagetool (line 69)
 +
  In main_GUI>getDatafromROI_Callback (line 4360)
 +
  In gui_mainfcn (line 95)
 +
  In main_GUI (line 67)
 +
  In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main_GUI('getDatafromROI_Callback',hObject,eventdata,guidata(hObject))
 +
When "VOI / get" is called, the output parameter "value" (which may also include other parameters) is not assigned.
 +
???error comkatimagetool>comkatimagetool_OutputFcn (line 587)
 +
                    tac = get(handles.VOIs{now_ivd}(now_voi),'TAC');
 +
 
 +
???error gui_mainfcn (line 262)
 +
        [varargout{1:nargout}] = feval(gui_State.gui_OutputFcn, gui_hFigure, [],
 +
        gui_Handles);
 +
 
 +
???error comkatimagetool (line 69)
 +
        [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
 +
 
 +
???error main_GUI>getDatafromROI_Callback (line 4360)
 +
    CIT_outputtemp = comkatimagetool('ComkatGUI');
 +
 
 +
???error gui_mainfcn (line 95)
 +
        feval(varargin{:});
 +
 
 +
???error main_GUI (line 67)
 +
    gui_mainfcn(gui_State, varargin{:});
 +
 
 +
???error
 +
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main_GUI('getDatafromROI_Callback',hObject,eventdata,guidata(hObject))
 +
Error Calculating UIControl Callback

Latest revision as of 04:42, 16 November 2017

Submit bug report

Bug reported by Peihan Li Email:peihanl@aliyun.com OS: Microsoft Windows 8.1 (Build 9600)

MATLAB: MATLAB Version (R2016a)

COMKAT: R4.2a

Bug description: When I try to load in the test data named "Rat_03072007_Input"which was downloaded from comkat wiki,Although the Time Activity Curve in COMKT Image Tool has generated, I can not see the concentration curve in COMKAT GUI and simultaneously the following errors are displayed in MATLAB.

warning: Possible deprecated use of get on a Java object with an HG Property 'Parent' and 'mouseClickedCallback' > In select_color>select_color_OpeningFcn (line 123)

 In gui_mainfcn (line 220)
 In select_color (line 51)
 In comkatimagetool>VOIDefinition (line 1507)
 In comkatimagetool>ROIPopupSelectionCallback (line 1472)
 In gui_mainfcn (line 95)
 In comkatimagetool (line 157)
 In uiwait (line 81)
 In comkatimagetool>comkatimagetool_OpeningFcn (line 496)
 In gui_mainfcn (line 220)
 In comkatimagetool (line 69)
 In main_GUI>getDatafromROI_Callback (line 4360)
 In gui_mainfcn (line 95)
 In main_GUI (line 67)
 In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main_GUI('getDatafromROI_Callback',hObject,eventdata,guidata(hObject)) 

When "VOI / get" is called, the output parameter "value" (which may also include other parameters) is not assigned. ???error comkatimagetool>comkatimagetool_OutputFcn (line 587)

                   tac = get(handles.VOIs{now_ivd}(now_voi),'TAC');

???error gui_mainfcn (line 262)

       [varargout{1:nargout}] = feval(gui_State.gui_OutputFcn, gui_hFigure, [],
       gui_Handles);

???error comkatimagetool (line 69)

       [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});

???error main_GUI>getDatafromROI_Callback (line 4360)

   CIT_outputtemp = comkatimagetool('ComkatGUI');

???error gui_mainfcn (line 95)

       feval(varargin{:});

???error main_GUI (line 67)

   gui_mainfcn(gui_State, varargin{:});

???error matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main_GUI('getDatafromROI_Callback',hObject,eventdata,guidata(hObject)) Error Calculating UIControl Callback