Skip to content

Windowsで動かなさそう #1

@Narazaka

Description

@Narazaka

Windows環境のcodeで拡張機能が動かなさそうです。
WSL2上のcodeでは正常に動作します。

Windowsでcargo owlSTATUS_DLL_NOT_FOUNDを吐く故かと思われますが、定かではありません。

以下を試すと

git clone git@github.com:cordx56/rustowl.git
cd rustowl/rustowl
cargo install --path . --locked
cargo owl

STATUS_DLL_NOT_FOUNDとエラーが出ます。

error: process didn't exit successfully: `C:\Users\narazaka\.cargo\bin\rustowlc C:\Users\narazaka\.rustup\toolchains\nightly-2024-10-31-x86_64-pc-windows-msvc\bin\rustc.exe -vV` (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)
null

これはビルドして直接exeを叩いたときのエラーと同様です。

git clone git@github.com:cordx56/rustowl.git
cd rustowl/rustowl
cargo build
.\target\debug\cargo-owl.exe
error: process didn't exit successfully: `D:\make\devel\rustowl\rustowl\target\debug\rustowlc C:\Users\narazaka\.rustup\toolchains\nightly-2024-10-31-x86_64-pc-windows-msvc\bin\rustc.exe -vV` (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)
null

しかしcargo runすると動いているように見えます。

git clone git@github.com:cordx56/rustowl.git
cd rustowl/rustowl
cargo build
cargo run

Windows Sandboxでも試しましたが同様です。
WSL2ではどの事例でもエラーが出ず正常に実行されている(nullではないJSONが吐かれる)ように見えました。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions