-
Notifications
You must be signed in to change notification settings - Fork 178
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
cant start on windows 10 #249
Comments
I can reproduce this on Windows 10. |
Can you set the Also, it should print out the command it launches, e.g. something like this:
Can you manually run the command it prints out and paste the output? |
|
Command and output:
|
You're using old |
Thanks it seems to work now. |
@gettf Could you also verify whenever it works for you with the newest |
I upgraded my
Here's the output when I try to build (with
When I run Also, when I run the final command...
...I get this error:
|
Similar to koute/cargo-web#121, if I build without |
I suggest that everyone encountering this issue roll back to an older nightly for the time being. |
I get the same error message (exit code: 3221225477 = spurious access violation) during compile of stdweb as a dependency. This happens both when compiling apps for both https://github.com/unrust/unrust and https://github.com/sebcrozet/kiss3d on Windows 10. Rolling back to various older nightlys did not result in joy. I wonder if it is related to |
I just now tried the latest versions of Rust Nightly and cargo-web, and it seems to work okay for me now:
(I also did |
Hmm... looks like it might have been fixed? Or at least it isn't triggered anymore. Can anyone else confirm? |
@koute it builds correctly for me also with 1.30.0-nightly (33b923fd4 2018-08-18) |
I ran into this error on updating rustc and also had it fixed by running EDIT: specifically, I also updated |
rustc version
rustc 1.29.0-nightly (64f7de921 2018-07-12)
rustup show
nightly-x86_64-pc-windows-msvc (default)
cargo install -f cargo-web
Finished release [optimized] target(s) in 5m 30s
stdweb\examples\todomvc>cargo web start --target=wasm32-unknown-unknown --verbose
warning: debug builds on the wasm32-unknown-unknown are currently totally broken
forcing a release build
Fresh unicode-xid v0.1.0
Fresh dtoa v0.4.3
Fresh base-x v0.2.2
Fresh itoa v0.4.2
Fresh discard v1.0.3
Fresh proc-macro2 v0.4.6
Fresh proc-macro2 v0.2.3
Fresh quote v0.6.3
Fresh quote v0.4.2
Fresh serde v1.0.70
Fresh syn v0.14.4
Fresh syn v0.12.15
Fresh serde_json v1.0.22
Fresh serde_derive v1.0.70
Fresh stdweb-derive v0.4.0 (file:///F:/rlib/stdweb/stdweb-derive)
Fresh stdweb-internal-macros v0.1.0 (file:///F:/rlib/stdweb/stdweb-internal-macros)
Fresh stdweb v0.4.7 (file:///F:/rlib/stdweb)
Compiling todomvc v0.1.0 (file:///F:/rlib/stdweb/examples/todomvc)
Running
rustc --crate-name todomvc todomvc\src\main.rs --error-format json --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=d6ce413d9660bf02 --out-dir f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps --target wasm32-unknown-unknown -L dependency=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps -L dependency=f:\rlib\stdweb\examples\target\release\deps --extern serde=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde-fd22fdbc82144382.rlib --extern serde_derive=f:\rlib\stdweb\examples\target\release\deps\serde_derive-3510d9f019d9d8d8.dll --extern serde_json=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde_json-4b9a3b0bfeae3469.rlib --extern stdweb=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libstdweb-a556303d2f25a31d.rlib -C debuginfo=2
error: Could not compile
todomvc
.Caused by:
process didn't exit successfully:
rustc --crate-name todomvc todomvc\src\main.rs --error-format json --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=d6ce413d9660bf02 --out-dir f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps --target wasm32-unknown-unknown -L dependency=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps -L dependency=f:\rlib\stdweb\examples\target\release\deps --extern serde=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde-fd22fdbc82144382.rlib --extern serde_derive=f:\rlib\stdweb\examples\target\release\deps\serde_derive-3510d9f019d9d8d8.dll --extern serde_json=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libserde_json-4b9a3b0bfeae3469.rlib --extern stdweb=f:\rlib\stdweb\examples\target\wasm32-unknown-unknown\release\deps\libstdweb-a556303d2f25a31d.rlib -C debuginfo=2
(exit code: 3221225477)error: build failed
The text was updated successfully, but these errors were encountered: