Skip to content

Windows installation is missing required DLLs in Bugscope 0.19.0 #23

Description

@yimkdesu

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions