Skip to content

Application Crashes when Testing with Custom WAV File and Sample Audio Provided with HybridMouse #1

@Sabah98

Description

@Sabah98

I downloaded the HybridMouse application and followed the instructions provided in the manual. I installed and added all the required toolboxes. However, when I tested the application with one of the WAV files from my internal dataset, it crashed with the following error message:

Warning: File 'backwardarrow.png' is not on the MATLAB or specified path. 
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2418)
In HybridMouse (line 2907) 
Warning: File 'forwardarrow.png' is not on the MATLAB or specified path. 
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2426)
In HybridMouse (line 2907) 
Warning: File 'tiny-arrow-left-double.png' is not on the MATLAB or specified
path. 
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2483)
In HybridMouse (line 2907) 
Warning: File 'tiny-arrow-right-double.png' is not on the MATLAB or specified
path. 
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2491)
In HybridMouse (line 2907) 
Warning: File 'backwardarrow.png' is not on the MATLAB or specified path. 
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2536)
In HybridMouse (line 2907) 
Warning: File 'forwardarrow.png' is not on the MATLAB or specified path. 
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2544)
In HybridMouse (line 2907) 
Warning: File 'tiny-arrow-right-double.png' is not on the MATLAB or specified
path. 
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2615)
In HybridMouse (line 2907) 
Warning: File 'tiny-arrow-left-double.png' is not on the MATLAB or specified
path. 
> In matlab.ui.control.internal.model.PropertyHandling.displayWarning (line 11)
In matlab.ui.control.internal.model.mixin.IconableComponent.processIcon (line 157)
In matlab.ui.control.internal.model.mixin/IconableComponent/set.Icon (line 74)
In HybridMouse/createComponents (line 2623)
In HybridMouse (line 2907) 
Error using save
Cannot create 'path_data.mat' because 'config' does not exist.

Error in HybridMouse/add_to_path (line 1093)
                save(config_path,'path_to_app')

Error in HybridMouse/startupFcn (line 1307)
            add_to_path(app)

Error in HybridMouse>@(app)startupFcn(app,varargin{:}) (line 2913)
            runStartupFcn(app, @(app)startupFcn(app, varargin{:}))

Error in appdesigner.internal.service.AppManagementService/runStartupFcn (line 135)
            startupFcn(app);

Error in matlab.apps.AppBase/runStartupFcn (line 68)
            ams.runStartupFcn(app, startfcn);

Error in HybridMouse (line 2913)
            runStartupFcn(app, @(app)startupFcn(app, varargin{:}))
 
Unrecognized function or variable 'getRecodringDetails'.

Error in HybridMouse/loadFile (line 698)
                        dataIn = getRecodringDetails(audio_filename,path,file);

Error in HybridMouse/mainLoadFileButtonPushed (line 1631)
                    [hDataRet,ret] = app.loadFile(hData);

Error in appdesigner.internal.service.AppManagementService/executeCallback (line 172)
                callback(appOrUserComponent, event);

Error in matlab.apps.AppBase>@(source,event)executeCallback(ams,app,callback,requiresEventData,event) (line 62)
            newCallback = @(source, event)executeCallback(ams, ...
 
Error using appdesservices.internal.interfaces.model.AbstractModel/executeUserCallback (line 282)
Error while evaluating Button PrivateButtonPushedFcn.

Sample data to reprodue: custom audio file

Device Specification: Macbook M3 Pro | macOS Sequoia

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions