-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Windows users unable to use bevy/dynamic at all on latest #3907
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
Comments
@cart this is a good argument to cut 0.6.1 with that fix IMO. |
For now, the best workaround is going to be to use |
We're planning to release 0.6.1 to backport this fix. I'm going to close this out because it's fixed on |
I'm on Windows 10 with Bevy 0.7 and no luck:
|
same setup and error for me |
Actually; keeping this closed. #1110 is the place for ongoing discussions. |
Bevy version
0.6.0
Operating system & version
Windows 10
What you did
Run
-features=bevy/dynamic
on stable rust.Attempt to compile on nightly.
What you expected to happen
Windows users should be able to use bevy/dynamic on latest.
What actually happened
Running
-features=bevy/dynamic
on stable or Rust will fail. In stable there is the LNK1189 error.On nightly compilation will fail because of the unreachable format error.
Additional information
-Zshare-generics=off
is not available on stable, so we currently can't run there, then nightly is unavailable until that PR is part of a release.As it stands I don't see a way to use dynamic features at all on Windows using latest.
The text was updated successfully, but these errors were encountered: