#3763 closed defect (invalid)
WINCE: Plugins are not loaded from default folder
Reported by: | SF/lostech | Owned by: | SF/knakos |
---|---|---|---|
Priority: | normal | Component: | Port: WinCE |
Version: | Keywords: | ||
Cc: | Game: |
Description
* ScummVM version ----------------- SVN Build 0.12.0 (02.06.2008) as "Plugin" version compiled
* Bug details, including instructions on reproducing ---------------------------------------------------- Enable "DYNAMIC_MODULES = 1" in makefile. Change all engines entries from "STATIC_PLUGIN" to "DYNAMIC_PLUGIN" Compile now. After compiling put ScummVM.exe and ScummVM.dll in a folder and create a subfolder "plugins" and copy all plugin DLLs there. Start ScummVM now. The main programm will start but in comparision to the PC version it will not find the engines in the plugins subfolder. Also in the "About" tab within the launcher no engines are reported. Plugins will only be loaded if they were placed in root folder together with ScummVM.exe. But then it tries also to load symbol 'PLUGIN_getVersion' from main program ScummVM.dll which isn´t a plugin.
* Platform and Compiler (Win32, Linux, ...) ------------------------------------------- Windows CE ARM port compiled with MSYS/cegcc Test device: FSC PocketLoox N560 and Windows Mobile 5 PC Emulator
Ticket imported from: #1981736. Ticket imported from: bugs/3763.
Attachments (2)
Change History (8)
by , 16 years ago
Attachment: | scummvm_stdout.txt added |
---|
by , 16 years ago
Attachment: | scummvm_stdout.2.txt added |
---|
Log file when using "root" folder for plugins
comment:2 by , 16 years ago
Owner: | set to |
---|---|
Summary: | WinCE port: Plugins will not be loaded from default folder → WINCE: Plugins are not loaded from default folder |
comment:3 by , 16 years ago
This will never work. We rely (i.e. there's no other way) on the OS'es dynamic linker to take care of the late binding. Hence, scummvm.dll and *all* engine dlls must reside in the same folder (also with scummvm.exe).
comment:4 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:6 by , 6 years ago
Component: | → Port: WinCE |
---|
Log file when using "plugins" subfolder