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

cargo run --release error #90

Open
wallace-dl opened this issue Dec 21, 2022 · 3 comments
Open

cargo run --release error #90

wallace-dl opened this issue Dec 21, 2022 · 3 comments

Comments

@wallace-dl
Copy link

the error is occur on pull the egui-template and nothing to edit ,how could i fix it ?

Compiling windows v0.42.0
Compiling arboard v3.2.0
Compiling darling v0.14.2
Compiling enumset_derive v0.6.1
Compiling kurbo v0.8.3
Compiling enumset v1.0.12
Compiling ron v0.8.0
Compiling accesskit v0.8.1
Compiling accesskit_consumer v0.10.0
Compiling accesskit_windows v0.10.1
Compiling accesskit_winit v0.7.1
Compiling bytemuck v1.12.3
Compiling ecolor v0.20.0
Compiling emath v0.20.0
Compiling epaint v0.20.0
Compiling egui v0.20.0
Compiling egui-winit v0.20.0
Compiling egui_glow v0.20.0
Compiling eframe v0.20.0
Compiling eframe_template v0.1.0 (D:\java\workspace\rust\eframe_template-master)
Finished dev [unoptimized + debuginfo] target(s) in 4m 38s
Running target\debug\eframe_template.exe
thread 'main' panicked at 'called Option::unwrap() on a None value', C:\Users\xxx.cargo\registry\src\rsproxy.cn-8f6827c7555bfaf8\eframe-0.20.0\src\native\run.rs:399:25

image

@discite
Copy link

discite commented Dec 30, 2022

I am having the same error, when making a build, it started to failed in my case today. i didnt update, but if i can help let me know

@coderedart
Copy link
Contributor

can you check if this is still happening with the latest master?

If you still get a crash, try running with RUST_LOG=debug cargo run and post the output.

@emilk
Copy link
Owner

emilk commented Feb 9, 2023

You can also just try with eframe/egui 0.21 (just released)

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

4 participants