fonts/index.json
which specifies:
ๅ็ดๆตท่ง้ชจๅ
ฅ
) that look different depending on the language of the content being Japanese, Simplified Chinese, Traditional Chinese and Hangul, because Unicode uses the sa...error[E0793]: reference to packed field is unaligned
--> C:\Users\Matodor\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ntapi-0.3.7\src\ntexapi.rs:2783:52
|
2783 | *tick_count.QuadPart_mut() = read_volatile(&(*USER_SHARED_DATA).u.TickCountQuad);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses
= note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
= help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
error[E0793]: reference to packed field is unaligned
--> C:\Users\Matodor\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ntapi-0.3.7\src\ntexapi.rs:2807:25
|
2807 | ((read_volatile(&(*USER_SHARED_DATA).u.TickCountQuad)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses
= note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
= help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
For more information about this error, try `rustc --explain E0793`.
error: could not compile `ntapi` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
cargo update
let socket = Arc::new(tokio::net::UdpSocket::bind("[::]:0").await.unwrap());
to
let socket = Arc::new(tokio::net::UdpSocket::bind("0.0.0.0:0").await.unwrap());
(edited)bind x say /save mysecretddetpass
and hit that bind accidentally on a vanilla or other server. Regular chat messages should still be handled as chat commands for backwards compat. let socket = Arc::new(tokio::net::UdpSocket::bind("[::]:0").await.unwrap());
to
let socket = Arc::new(tokio::net::UdpSocket::bind("0.0.0.0:0").await.unwrap());
(edited)
Core was generated by
./DDRace64-Serversql -f servers/8348.cfg'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00005630ffcf5115 in std::_Sp_counted_base::_M_release (
this=0x563107e4b4c0) at /usr/include/c++/12/bits/shared_ptr_base.h:346
346 _M_dispose();
[Current thread is 1 (Thread 0x7f91be1d1a00 (LWP 2256099))]
(gdb) bt
#0 0x00005630ffcf5115 in std::_Sp_counted_base::_M_release (
this=0x563107e4b4c0) at /usr/include/c++/12/bits/shared_ptr...{"status":"error","message":"The request's Content-Type is not supported"}
when send with charset=utf-8
[7:00 PM] ChillerDragon: try content type application/json random guess xd
[7:00 PM] ChillerDragon:...setsockopt(IPV6_V6ONLY)
being false, Windows has it true by default. The masterserver relies on that flag being unset, i.e. that the socket works for both IPv4 and IPv6. I didn't find an easy way to set this flag to false on Windows, but it shouldn't be too hard. let socket = Arc::new(tokio::net::UdpSocket::bind("[::]:0").await.unwrap());
to
let socket = Arc::new(tokio::net::UdpSocket::bind("0.0.0.0:0").await.unwrap());
(edited)cl_mouse_max_distance
and what is the unit of zoom