-
-
Notifications
You must be signed in to change notification settings - Fork 196
Description
Description
When running LANraragi 0.9.6 on Windows, the application functions normally but generates VIPS warnings in the logs indicating that it cannot load several VIPS modules, even though the DLL files are present in the correct directory.
Error Log
Minion will use the Redis database at 127.0.0.1:6379/1
[LANraragi] [info] Successfully connected to Minion database.
[Minion] [info] Starting new Minion worker with PID 22640.
[LANraragi] [info] Routing done! Ready to receive requests.
(process:9612): VIPS-WARNING **: 22:51:17.689: unable to load "D:\Programs\LANraragi\lanraragi\runtime/lib/vips-modules-8.17\vips-magick.dll" -- 'D:\Programs\LANraragi\lanraragi\runtime/lib/vips-modules-8.17\vips-magick.dll': 找不到指定的模块。
(process:9612): VIPS-WARNING **: 22:51:17.692: unable to load "D:\Programs\LANraragi\lanraragi\runtime/lib/vips-modules-8.17\vips-openslide.dll" -- 'D:\Programs\LANraragi\lanraragi\runtime/lib/vips-modules-8.17\vips-openslide.dll': 找不到指定的模块。
(process:9612): VIPS-WARNING **: 22:51:17.694: unable to load "D:\Programs\LANraragi\lanraragi\runtime/lib/vips-modules-8.17\vips-poppler.dll" -- 'D:\Programs\LANraragi\lanraragi\runtime/lib/vips-modules-8.17\vips-poppler.dll': 找不到指定的模块。
[2025-11-15 22:51:17.75647] [9612] [info] Listening at "http://*:13000"
Web application available at http://127.0.0.1:13000
Environment
OS: Windows 11
LANraragi Version: 0.9.6 (upgraded from 0.9.5)
Upgrade Method: In-place file replacement/overwrite
Steps to Reproduce
Upgrade LANraragi from version 0.9.5 to 0.9.6 on Windows
Check the application logs
Observe VIPS warnings for missing module errors
What I've Tried
Verified that the DLL files exist in the specified directory
Attempted to manually download and replace VIPS runtime files
The application appears to function normally despite the warnings