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

a #3

Closed
n8901 opened this issue Apr 26, 2024 · 2 comments
Closed

a #3

n8901 opened this issue Apr 26, 2024 · 2 comments

Comments

@n8901
Copy link

n8901 commented Apr 26, 2024

23 ~ y) += $e.height() + 8
|

error: ambiguous outer attributes
--> src/draw/component/movement_window.rs:20:17
|
20 | / #[allow(unused_assignments)]
21 | | y += $e.height() + 8
| |____________________________________^
...
25 | a!(Checkbox::new("bhop", s!().movement.bhop.clone(), 10, y));
| ------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro a (in Nightly builds, run with -Z macro-backtrace for more info)
help: wrap the expression in parentheses
|
20 ~ (#[allow(unused_assignments)]
21 ~ y) += $e.height() + 8
|

error: ambiguous outer attributes
--> src/draw/component/movement_window.rs:20:17
|
20 | / #[allow(unused_assignments)]
21 | | y += $e.height() + 8
| |____________________________________^
...
26 | a!(Checkbox::new("autostrafe", s!().movement.autostrafe.clone(), 10, y));
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro a (in Nightly builds, run with -Z macro-backtrace for more info)
help: wrap the expression in parentheses
|
20 ~ (#[allow(unused_assignments)]
21 ~ y) += $e.height() + 8
|

warning: the feature absolute_path has been stable since 1.79.0-nightly and no longer requires an attribute to enable
--> src/lib.rs:9:5
|
9 | absolute_path
| ^^^^^^^^^^^^^
|
= note: #[warn(stable_features)] on by default

warning: the feature pointer_is_aligned has been stable since 1.79.0-nightly and no longer requires an attribute to enable
--> src/lib.rs:3:5
|
3 | pointer_is_aligned,
| ^^^^^^^^^^^^^^^^^^

error[E0658]: use of unstable library feature 'pointer_is_aligned_to'
--> src/sdk/entity/mod.rs:169:49
|
169 | if !(rend as *const _ as *const u8).is_aligned_to(8) {
| ^^^^^^^^^^^^^
|
= note: see issue #96284 rust-lang/rust#96284 for more information
= help: add #![feature(pointer_is_aligned_to)] to the crate attributes to enable
= note: this compiler was built on 2024-04-25; consider upgrading it if it is out of date

For more information about this error, try rustc --explain E0658.
warning: oxide (lib) generated 2 warnings
error: could not compile oxide (lib) due to 35 previous errors; 2 warnings emitted
failed to build oxide

@n8901
Copy link
Author

n8901 commented Apr 26, 2024

./toolbox.py start_tf2

AppFramework : Unable to load module engine.so!
Unable to load interface VCvarQuery001 from engine.so

@ooxymoron
Copy link
Owner

fixed in 15988b5

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

2 participants