#85 closed defect (fixed)
Filename problem
Reported by: | (none) | Owned by: | SF/ender |
---|---|---|---|
Priority: | normal | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
I've noticed that for the past few days, the code in the CVS tree doesn't use filenames the same way it used to. I used to be able to have (for instance) monkey.000 and monkey.001 in the ScummVM directory and just type:
scummvm monkey
and have it run. Now, I get the following error:
Error(0:0:0x0): Cannot find '(null)monkey.000'!
If I rename the files to (literally): (null)monkey.000 and (null)monkey.001 it works, but it's somewhat irksome to have to do.
Ticket imported from: #524725. Ticket imported from: bugs/85.
Change History (3)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → --Other-- |
---|
Note:
See TracTickets
for help on using tickets.
Fixed, was due to a null pointer bug.