Description
After installing Bugscope 0.19.0 on Windows, Bugscope fails to start because several required DLLs cannot be found.
Environment
- Bugscope version: 0.19.0
- OS: Windows
- Installation path:
C:\Users\zyxai\AppData\Local\Bugscope
Error
When starting Bugscope, Windows reports that the following DLLs cannot be found:
lbug_shared.dll
arrow.dll
networkit_state.dll
Expected behavior
The Windows installer should include all native runtime DLLs required by Bugscope, or otherwise configure the application so that these dependencies can be found at runtime.
Actual behavior
The application is installed successfully, but it cannot start because the required native DLLs are missing / unavailable from the DLL search path.
Additional information
These appear to be native dependencies used by the Bugscope backend:
lbug_shared.dll — LadybugDB native library
networkit_state.dll — Icebug/NetworkIt dependency
arrow.dll — Apache Arrow dependency
The issue appears to affect the Windows packaged application, rather than the source code itself.
Could you please check whether these DLLs are being included in the Windows MSI/NSIS package for version 0.19.0?
Thank you.
Description
After installing Bugscope 0.19.0 on Windows, Bugscope fails to start because several required DLLs cannot be found.
Environment
C:\Users\zyxai\AppData\Local\BugscopeError
When starting Bugscope, Windows reports that the following DLLs cannot be found:
Expected behavior
The Windows installer should include all native runtime DLLs required by Bugscope, or otherwise configure the application so that these dependencies can be found at runtime.
Actual behavior
The application is installed successfully, but it cannot start because the required native DLLs are missing / unavailable from the DLL search path.
Additional information
These appear to be native dependencies used by the Bugscope backend:
lbug_shared.dll— LadybugDB native librarynetworkit_state.dll— Icebug/NetworkIt dependencyarrow.dll— Apache Arrow dependencyThe issue appears to affect the Windows packaged application, rather than the source code itself.
Could you please check whether these DLLs are being included in the Windows MSI/NSIS package for version 0.19.0?
Thank you.