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

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

Open
Sabah98 opened this issue Sep 24, 2024 · 0 comments

Comments

@Sabah98
Copy link

Sabah98 commented Sep 24, 2024

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

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

1 participant