Engine
Engine copied to clipboard
Bug: StudioMDL fails to load smd if 2 of the same directory exist in the same path but different case
Describe the bug
studioMDL fails to find a .smd file when trying to compile a .qc file if the path to that .smd file has a folder and ad that folder's location there is a folder with the same name just different case it will fail to see the smd file.
(this will fail because p2ce and P2CE share a name, presumably StudioMDL does not account for this.)
To Reproduce
- create a folder anywhere along the .qc/.smd's path with the exact same name as the folder you're placing it next just with a different casing.
- try to compile the model.
- it fails
Issue Map
N/A
Expected Behavior
for it to distinguish between case folders.
Operating System
Linux, KDE Neon, Plasma
Source filesystem is not case sensitive, this is a pretty big limitation that I don't think can be easily remedied.