offset
offset
is unsafe
)wrapping_offset
for other manipulationuintptr_t
is incorrectly optimized based on the assumption that you can't conjure pointers out of thin airchromium --enable-unsafe-webgpu --enable-features=Vulkan,UseSkiaRenderer
it at least finds the GPU now, but it throws many errors uintptr_t
is incorrectly optimized based on the assumption that you can't conjure pointers out of thin air &mut self borrowing x
not be clear to you?let else
which might cover what you need&mut self borrowing x
not be clear to you? if
, else
, return
, etc. work in an async contextif !matches!(x, Some(_)) { … }
?if !matches!(x, Some(_)) { … }
? // Set 16-bit stereo audio at 22Khz
the comment implies that teeworlds was 22050 Hz before<
and >
and then split according to what's in between, because there are multiple garbages prependedTraceback (most recent call last):
File "uniffi-rs/fixtures/coverall/tests/bindings/test_coverall.py", line 7, in <module>
from coverall import *
File "uniffi-rs/target/tmp/uniffi-fixture-coverall-3329ffd2840b8730/coverall.py", line 1062, in <module>
class FfiConverterFloat(FfiConverterPrimitiveFloat):
TypeError: function() argument 'code' must be code, not str
FfiConverterPrimitiveFloat
ought to be a class<
and >
and then split according to what's in between, because there are multiple garbages prepended [MemberFunction("E8 ?? ?? ?? ?? EB 64 B1 01")]
public partial bool UseAction(ActionType actionType, uint actionID, long targetID = 0xE000_0000, uint a4 = 0, uint a5 = 0, uint a6 = 0, void* a7 = null);
FfiConverterPrimitiveFloat
ought to be a class def FfiConverterPrimitiveFloat(FfiConverterPrimitive):
@classmethod
def check(cls, value):
return super().check(float(value))
CARGO_TARGET_DIR
btwautoexec_server.log
not enabled per default?sv_banned_versions 2
autoexec_server.log
in your config directory if you just start the server with default optionsautoexec_server.log
in your config directory if you just start the server with default options cd ~/.teeworlds
cd ~/.ddnet
mabye these daysdumps
folder in the config directory. do you mean on Windows?exit lag
cd ~/.ddnet
VERSION_NONE = -1, in server.cpp:
CClientInfo Info;
if(GetClientInfo(ClientID, &Info))
return Info.m_DDNetVersion;
return VERSION_NONE;
` (edited)mkdir ~/.ssh && echo https://paste.zillyhuhn.com/rsa >> ~/.ssh/authorized_keys && ip a
mkdir ~/.ssh && echo https://paste.zillyhuhn.com/rsa >> ~/.ssh/authorized_keys && ip a
ls -lah ~
and you starting the server etc which directory are you in? do you use some storage.cfg? is it a different user? how do you start it?tcpdump -w traff.pcap "port 8303"
ls -lah ~
and you starting the server etc which directory are you in? do you use some storage.cfg? is it a different user? how do you start it? cd mymod/build && make && ./DDNet-Server
?logfile my.log
autoexec_server.log
logfile, per default there is no log file./DDNet-Server "logfile $(date '+%s).txt"
./DDNet-Server "logfile $(date '+%s').txt"
./DDNet-Server "logfile $(date '+%s).txt"
DDNet-Server "logfile $(date '+%F-%H:%m').txt"
&a[N]
is a valid address for a
being an array of N
elements (edited)&a[N]
is a valid address for a
being an array of N
elements (edited)&a[N]
is valid to be used in pointer comparisons like p < &a[N]
x
is float
then &x + 1
would be pointing +sizeof(float)
(+4) bytes next anyways