Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't load liblldb.dll\" (err=0x0000007E) #1095

Closed
lvyuemeng opened this issue Apr 25, 2024 · 5 comments
Closed

Couldn't load liblldb.dll\" (err=0x0000007E) #1095

lvyuemeng opened this issue Apr 25, 2024 · 5 comments

Comments

@lvyuemeng
Copy link

OS: Windows 11 26100.1
VSCode version: 1.88.1
CodeLLDB version: 1.10.0
Compiler: rustc 1.79.0-nightly
Debuggee: Default HelloWorld.

the version 1.10.0 doesn't work for me, but 1.9.2 is applicable.

Verbose log
Resolved debug configuration: {
  request: 'launch',
  program: `'${workspaceFolder}\\.debug\\debug\\test_try',`
  cwd: '${workspaceFolder}',
  args: [],
  smartStep: true,
  sourceMaps: true,
  stopOnEntry: false,
  name: 'Rust',
  type: 'lldb',
  relativePathBase: '${workspaceFolder}',
  _adapterSettings: {
    displayFormat: 'auto',
    showDisassembly: 'auto',
    dereferencePointers: true,
    suppressMissingSourceFiles: true,
    evaluationTimeout: 5,
    consoleMode: 'commands',
    sourceLanguages: null,
    terminalPromptClear: null,
    evaluateForHovers: true,
    commandCompletions: true,
    reproducer: false
  }
}
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Could not load \"c:\\\\Users\\\\\\xe5\\x90\\x95\\xe7\\xb2\\xa4\\xe8\\x92\\x99\\\\.vscode\\\\extensions\\\\vadimcn.vscode-lldb-1.10.0\\\\lldb\\\\bin\\\\liblldb.dll\" (err=0x0000007E)"', adapter\codelldb\bin/main.rs:57:57
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Debug adapter exit code=101 (0x65), signal=null.
@Cybiger
Copy link

Cybiger commented Jun 6, 2024

I also reported an error. As long as you newly configure the environment and install the winlibs toolchain, there will be a 0x65 error.

@lvyuemeng
Copy link
Author

lvyuemeng commented Aug 8, 2024

I also reported an error. As long as you newly configure the environment and install the winlibs toolchain, there will be a 0x65 error.

sorry for lateness, sadly this problem still occur now and I can't use the extension.

@lvyuemeng
Copy link
Author

#1093 (comment)

@vadimcn
Copy link
Owner

vadimcn commented Oct 8, 2024

Closing in favor of #1032

@vadimcn vadimcn closed this as completed Oct 8, 2024
@lvyuemeng
Copy link
Author

Closing in favor of #1032

That probably is not the reason, actually, I change my windows username to ascii ( my username is non-ascii before ), and the problem was solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants