[GH-ISSUE #184] [BUG] failed to resolve: unresolved import #100

Closed
opened 2026-02-17 17:12:05 -05:00 by yindo · 2 comments
Owner

Originally created by @BillyOutlast on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/184

Describe the bug
Current develop build for windows wont compile
https://github.com/BillyOutlast/drop-app/actions/runs/21765363940/job/62799619603

Compiling process v0.1.0 (D:\a\drop-app\drop-app\src-tauri\process)
error[E0433]: failed to resolve: unresolved import
--> process\src\process_handlers.rs:68:39
|
68 | let proton_valid = crate::compat::read_proton_path(PathBuf::from(proton_path))
| ^^^^^^
| |
| unresolved import
| help: a similar path exists: client::compat
|
note: found an item that was configured out
--> process\src\lib.rs:18:9
|
17 | #[cfg(target_os = "linux")]
| ------------------- the item is gated behind the linux feature
18 | pub mod compat;
| ^^^^^^

For more information about this error, try rustc --explain E0433.
error: could not compile process (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
warning: games (lib) generated 2 warnings (run cargo fix --lib -p games to apply 2 suggestions)
failed to build app: failed to build app
Error failed to build app: failed to build app
 ELIFECYCLE  Command failed with exit code 1.
Error: Command "pnpm ["tauri","build"]" failed with exit code 1

Originally created by @BillyOutlast on GitHub (Feb 6, 2026). Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/184 **Describe the bug** Current develop build for windows wont compile https://github.com/BillyOutlast/drop-app/actions/runs/21765363940/job/62799619603 Compiling process v0.1.0 (D:\a\drop-app\drop-app\src-tauri\process) error[E0433]: failed to resolve: unresolved import --> process\src\process_handlers.rs:68:39 | 68 | let proton_valid = crate::compat::read_proton_path(PathBuf::from(proton_path)) | ^^^^^^ | | | unresolved import | help: a similar path exists: `client::compat` | note: found an item that was configured out --> process\src\lib.rs:18:9 | 17 | #[cfg(target_os = "linux")] | ------------------- the item is gated behind the `linux` feature 18 | pub mod compat; | ^^^^^^ For more information about this error, try `rustc --explain E0433`. error: could not compile `process` (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... warning: `games` (lib) generated 2 warnings (run `cargo fix --lib -p games` to apply 2 suggestions) failed to build app: failed to build app Error failed to build app: failed to build app  ELIFECYCLE  Command failed with exit code 1. Error: Command "pnpm ["tauri","build"]" failed with exit code 1
yindo closed this issue 2026-02-17 17:12:05 -05:00
Author
Owner

@DecDuck commented on GitHub (Feb 6, 2026):

Yep, will fix today

@DecDuck commented on GitHub (Feb 6, 2026): Yep, will fix today
Author
Owner

@DecDuck commented on GitHub (Feb 6, 2026):

Should be fixed

@DecDuck commented on GitHub (Feb 6, 2026): Should be fixed
yindo changed title from [BUG] failed to resolve: unresolved import to [GH-ISSUE #184] [BUG] failed to resolve: unresolved import 2026-06-05 14:24:47 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#100