Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2023-01-02 00:00:00Z and 2023-01-03 00:00:00Z
Avatar
Back to europe
04:57
Frankfurt BASEDDEPT
Avatar
7d93942 M Aim 1.0, M Aim 10.0, M Aim 4.0, M Aim 5.0, M Aim 6.0, M Aim 7.0, M Aviate, M Behind the Darkua, M Blue Drag, M Bumblebee, M ClassicMonkez, M Death Valley, M Determination, M DreamWorld, M Fly Around, M Fonders, M From Death to Destiny, M GenericRush1, M Goldmoon, M Indicud, M LuckyStrike, M Nucl, M Rogue World, M Sand Dune, M Scabrous, M Skave, M Space & Time 2, M Wailand, M Yoko 2.1, M Zoe, M octotorp - ddnet-maps
Avatar
Avatar
Ryozuki
Frankfurt BASEDDEPT
Hi again 😄
Avatar
im home now xD
Avatar

Checklist

  • [ ] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test (especially base/) or added coverage to integration test
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-ad...
Avatar
@heinrich5991 @Learath2 help, my RUS server keeps losing network every few minutes
10:11
after I upgraded it
10:11
nothing in dmesg, but "ip addr" just shows no ip address anymore
Avatar
ChillerDragon BOT 2023-01-02 10:22:38Z
how can you run the command "ip addr" if it has no ip or network?
Avatar
Avatar
deen
@heinrich5991 @Learath2 help, my RUS server keeps losing network every few minutes
Hm, do we get a kvm or sth?
10:23
Nothing in dmesg is bizarre. You sure logging didn't break with the upgrade?
Avatar
Avatar
ChillerDragon
how can you run the command "ip addr" if it has no ip or network?
because ip addr shows all available devices and isnt related if your interface is up or not
10:26
I think ip addr actually just show info available at /sys/class/net, not sure
Avatar
I switched from dhcp to static ip now and seems stable since then
10:26
I guess some misconfiguration on their dhcp setup
Avatar
did u check dhcp logs
Avatar
I don't even know where to check them 😄
10:43
GitHub Gist: instantly share code, notes, and snippets.
10:44
Looks like this: "Another app is currently holding the xtables lock" caused the problem
10:44
Not getting it anymore though, so weird
Avatar
Maybe upgrade caused 2 dhcp clients to be installed?
Avatar
funny looks like you have a script running somewhere
11:12
which probably attempts to dhclient
11:19
is sh another daemon/service? (edited)
Avatar
ChillerDragon BOT 2023-01-02 11:22:13Z
what are the chances that building llvm on a raspberry pi with 4gb disk space will be fun?
Avatar
ChillerDragon BOT 2023-01-02 11:23:02Z
fak
Avatar
Will take you hours
Avatar
ChillerDragon BOT 2023-01-02 11:23:16Z
ok i guess ill not do it then :(
Avatar
If you can maybe try to crossbuild it
Avatar
ChillerDragon BOT 2023-01-02 11:23:42Z
seems somehow im missing the compiler-rt for arm
11:23
bit weird maybe i understood it wrong
11:24
Easy cross-compilation of compiler-rt for bare metal ARM targets - GitHub - ReservedField/arm-compiler-rt: Easy cross-compilation of compiler-rt for bare metal ARM targets
11:24
hm "easy cross compiler"
11:24
6y no activity no way that builds xd
11:25
shouldnt clang sanitizier work out of the box on raspbian?
Avatar
Forgot the call in constructor in https://github.com/ddnet/ddnet/pull/6213/ Thus best time was not displayed initially. Thanks to spur for report

Checklist

  • [x] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test (especially base/) or added coverage to integration test
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ]...
Avatar
Avatar
ChillerDragon
shouldnt clang sanitizier work out of the box on raspbian?
I think so, did you install compiler-rt?
Avatar
ChillerDragon BOT 2023-01-02 11:31:45Z
no
11:31
i only installed clang i assumed it would shit compiler-rt
Avatar
you should, maybe llvm-dev
11:32
contains it
Avatar
ChillerDragon BOT 2023-01-02 11:32:36Z
ah oke thanks ima try
11:33
i deactivated ubsan for now that works with only asan
Avatar
If you want to build something, always install the *-dev packages, otherwise it's just for running. I hope that's all
Avatar
ChillerDragon BOT 2023-01-02 11:34:16Z
clang-dev is not found i went with llvm and llvm-runtime instead
11:37
bra why does it remove "version = 3" from Cargo.lock during build and thus makes the working tree dirty :)
11:42
seems like thats a issue with debian 11 rust so i guess ima get latest w rustup
11:44
meh sad i still get error: undefined reference to '__mulodi4' w llvm-runtime
11:45
guess ill have to run asan on x86 then
Avatar
Add -rtlib=compiler-rt to the flags
Avatar
ChillerDragon: have you tried rustc-mozilla?
11:50
it's more up-to-date rust
Avatar
ChillerDragon BOT 2023-01-02 11:51:29Z
yea i went with the defaults of this installer script https://rustup.rs/ it didnt modify cargo.lock anymore
The Rust toolchain installer
11:51
is rustc-mozilla a debian package? if so maybe that should be put into the ddnet readme instead of cargo
Avatar
On older distributions rustc version might be too old, to get an up-to-date Rust compiler you can use rustup with stable channel instead or try the rustc-mozilla package.
Avatar
ChillerDragon BOT 2023-01-02 12:06:42Z
yea ok fair
12:07
Yo deen thanks btw good find but comes with new problems the runtime file is not found i spend way too much time on this alr i will just find a x86 machine for debugging
Avatar
93f0b27 Add tool to manually ping the mastersrv - heinrich5991 5b13379 Merge #6202 - bors[bot]
Avatar
7294ce5 Add shell_register_protocol to register protocol handler on Windows - Robyt3 4e130a2 Add shell_register_extension to register file extension on Windows - Robyt3 8a3a897 Add shell_update to notify system to update shell - Robyt3 3b73107 Add shell_unregister to delete protocol/file extension handlers - Robyt3 db3d1f1 Register protocol and file extensions on client launch on Windows - Robyt3 a61eec8 Add DDNet settings button to unregister protocol and file extensions - Robyt3 b252f2e Merge #6199 - bors[bot]
Avatar
2a48533 Follow-up fix to scoreboard showing wrong best time - def- 5282c8e Merge #6216 - bors[bot]
Avatar
Follow-up from #6199. Adding version information to the executable (#6203) doesn't result in the name being shown in the Windows settings. There is a separate registry key where applications can register a readable name. See: https://learn.microsoft.com/en-us/windows/win32/shell/app-registration

Checklist

  • [X] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a u...
Avatar
[Suggestion] Tag servers with difficulties & stars so u can filter a difficulty range via a double slider, instead of plain text filtering via name
f3 4
Avatar
Actually, the two lines i deleted in #6206 were useful if first number is greater but second number is 0 prefixed.

Checklist

  • [ ] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [x] Written a unit test (especially base/) or added coverage to integration test
  • [x] Considered possible null pointers and out of bounds array indexing
  • [x] Changed no physics that affect existing m...
Avatar
Avatar
Gumba
[Suggestion] Tag servers with difficulties & stars so u can filter a difficulty range via a double slider, instead of plain text filtering via name
maybe could be done with the new http master
20:30
ddnet servers could report map stars and diff via the json payload right
20:30
this requires some changes to make the server know the map metadata tho
Avatar
8b3dfaf Add some more test to str_comp_filenames and restore old behavior - Chairn 1af2434 Merge #6218 - bors[bot]
Avatar
well
21:03
troll
Avatar
@scar17off no mentioning cheat clients
Avatar
f3eeddf Fix some registry keys not being closed if values are unchanged - Robyt3 a0df1eb Fix updated not being set correctly when deleting shell class - Robyt3 6e28ca6 Extract method IStorage::GetBinaryPathAbsolute - Robyt3 179e3b1 Register application separately to specify its displayed name - Robyt3 29bf49a Merge #6217 - bors[bot]
Avatar
what is 3.86.106.128 why it connect to every server
Avatar
3956491 Remove NLD from server stats - def-
Avatar
not sure, seems like someone is running a weird bot
Avatar
Partially replaces #5690. POD types are just memset. Other types are either destructed if not trivial and/or constructed if not trivial. Types need to have a default constructor. Virtual classes can be mem_zeroed only if they already have been constructed, otherwise it is UB.

Checklist

  • [x] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [x] Written a unit test (especially base...
Exported 89 message(s)