#2098 closed defect (fixed)
PLUGINS: Assertion `_isDirectory' failed
Reported by: | SF/lysek | Owned by: | fingolfin |
---|---|---|---|
Priority: | low | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
> cd /opt/scummvm/bin/ > ./scummvm -v scummvm: backends/fs/posix/posix-fs.cpp:135: virtual FSList POSIXFilesystemNode::listDir(AbstractFilesystemNode::ListMode) const: Assertion `_isDirectory' failed. Aborted > ls total 849K 849K scummvm* > mkdir plugins > ./scummvm -v ScummVM 0.8.0CVS (Jul 24 2005 23:06:43) Features compiled in: Vorbis FLAC MP3 ALSA zLib MPEG2 FluidSynth
So as you see scummvm wants to open the plugins directory which isnt created by `make install'. A workaround is to create an empty dir.
Ticket imported from: #1244818. Ticket imported from: bugs/2098.
Change History (8)
comment:1 by , 19 years ago
Owner: | set to |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Priority: | normal → low |
---|---|
Summary: | Assertion `_isDirectory' failed → PLUGINS: Assertion `_isDirectory' failed |
comment:4 by , 19 years ago
As khalek says. Lowering priority. It's not currently possible to install ScummVM into any kind of /bin/ directory while in plugins mode, unless you install the "plugins" dir next to it, too. That's so on purpose. Please use a regular build instead.
comment:5 by , 19 years ago
Status: | new → closed |
---|
comment:6 by , 19 years ago
Resolution: | → fixed |
---|
comment:7 by , 19 years ago
Fixed in CVS. We now catch if the plugins directory can't be found and exit with an appropriate error message.
comment:8 by , 6 years ago
Component: | --Unset-- → --Other-- |
---|
Plugins are not really supported at this time. Assigning to max as he was behind the implementation of them.