Missing LZMA DLL #508

Closed
opened 2026-01-29 15:20:48 +00:00 by claunia · 0 comments
Owner

Originally created by @RibShark on GitHub (Nov 7, 2020).

Prerequisites

  • Are you running the latest version?
  • Can you reproduce the problem in the debug version?

Check and fill as appropriate:

  • I was running Aaru under Windows 10 2004...
  • ...using .NET Core 3.1.9...
  • ...in 64-bit

Description

I cannot launch Aaru due to a missing DLL file.

Error:
  An assembly specified in the application dependencies manifest (aaru.deps.json) was not found:
    package: 'Packaging.Targets', version: '0.1.155'
    path: 'runtimes/win7-x64/native/lzma.dll'

Exact command line used:

Aaru

Expected behavior:

Display usage screen.

Actual behavior:

Aformentioned error.

Output of command execution with debug output enabled

Error:
  An assembly specified in the application dependencies manifest (aaru.deps.json) was not found:
    package: 'Packaging.Targets', version: '0.1.155'
    path: 'runtimes/win7-x64/native/lzma.dll'
Originally created by @RibShark on GitHub (Nov 7, 2020). ### Prerequisites * [x] Are you running the latest version? * [x] Can you reproduce the problem in the debug version? ### Check and fill as appropriate: * [x] I was running Aaru under Windows 10 2004... * [x] ...using .NET Core 3.1.9... * [x] ...in 64-bit ### Description I cannot launch Aaru due to a missing DLL file. ``` Error: An assembly specified in the application dependencies manifest (aaru.deps.json) was not found: package: 'Packaging.Targets', version: '0.1.155' path: 'runtimes/win7-x64/native/lzma.dll' ``` ### Exact command line used: `Aaru` ### Expected behavior: Display usage screen. ### Actual behavior: Aformentioned error. ### Output of command execution with debug output enabled ``` Error: An assembly specified in the application dependencies manifest (aaru.deps.json) was not found: package: 'Packaging.Targets', version: '0.1.155' path: 'runtimes/win7-x64/native/lzma.dll' ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#508