hey,
I just called orxFile_Exists on the following kind of path: "./somedirectory/somefile", where neither somedirectory nor somefile existed.
this caused the application to crash in orxFile_FindClose, because the handle was null.
I added now a check to orxFile_FindClose whether the handle is null already, but maybe there is not even a need for calling orxFile_FindClose in this case in the first place?
anyhow, I just wanted to point out that may cause crashes under this circumstance.
Comments
Thanks for reporting that problem. I'm not very familiar with that module so I'll have to take a look. Since the baby was born 3 days ago I haven't had much computer time so it might take a bit longer for me to fix that one.
I totally forgot about that issue till I saw that post today, looking for something else. Sorry about that, the life with 2 babies is much more hectic than with only one, it's not a linear progression by any stretch!
I'll fix that issue tonight.