Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Case sensitivity mismatch error message on Linux and Mac OS X #4
Comments
holderm
added bug Usability
labels
Sep 28, 2015
biopatrec
added a commit
that referenced
this issue
Dec 3, 2015
|
|
biopatrec |
96fd2f8
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
holderm commentedSep 28, 2015
Right now there is a "bug" on systems other than Windows (error reproduced on Ubuntu 14.04 LTS and Mac OS X 10.9):
When one wants to view a recording (Recordings >> "load") the "Show Recoding seassion" window pops up (as expected) but the following error occurs:
Error using importdata (line 136)Unable to open file.Error in GUI_RecordingSessionShow>GUI_RecordingSessionShow_OpeningFcn (line 90)backgroundImage = importdata('/../Img/relax.jpg');Reason:
Case sensitivity to file endings. Function calls an image with
*.jpgending which actually has*.JPG.Fix:
Rename all file endings in
../Imgdirectory to*.jpg