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

Error Loading .bdf Format Files #74

Open
zmy1260222041 opened this issue Dec 12, 2024 · 2 comments
Open

Error Loading .bdf Format Files #74

zmy1260222041 opened this issue Dec 12, 2024 · 2 comments

Comments

@zmy1260222041
Copy link

Dear Developers,

I hope this message finds you well. I am trying to load files in the .bdf format, but I encountered the following error:

matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject)) Skipping preprocessing for this file...

Could you please help me resolve this issue? Thank you for your assistance!

Best regards,
Michael Z

@ksgfan
Copy link
Collaborator

ksgfan commented Dec 12, 2024

Hi Michael,
Could you provide more details, such as the preprocessing parameters you’re using? Also, could you share the full error message? That will help me better understand the issue.

@zmy1260222041
Copy link
Author

Sure! These are my configurations:
屏幕截图 2024-12-25 143216
屏幕截图 2024-12-25 143105
The full error message is as follows:
Start preprocessing all dataset
Processing file my data ...(file 1 out of 30)
Warning: Escaped character '\e' is not valid. See 'doc sprintf' for supported special characters.

In Project/preprocessAll (line 510)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))
Error in Project/preprocessAll (line 510)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))
Error in Project/preprocessAll (line 510)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))
Error in Project/preprocessAll (line 510)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))
Error in Project/preprocessAll (line 510)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))
Error in Project/preprocessAll (line 510)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))
Error in Project/preprocessAll (line 510)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))
Error in Project/preprocessAll (line 510)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))
Error in Project/preprocessAll (line 512)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))
Skipping preprocessing for this file...
Warning: Escaped character '\d' is not valid. See 'doc sprintf' for supported special characters.
In Project/writeToLog (line 1859)
In Project/preprocessAll (line 530)
In mainGUI>runpreprocessbutton_Callback (line 842)
In gui_mainfcn (line 95)
In mainGUI (line 61)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mainGUI('runpreprocessbutton_Callback',hObject,eventdata,guidata(hObject))

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