Guild icon
DDraceNetwork
Development / bugs
Report client & server bugs, especially but not limited to release candidates.
Between 2024-08-06 00:00 and 2024-08-07 00:00
Avatar
AssassinTee 2024-08-06 11:14
the tune variable ground_control_speed is broken for small values, If you set it to 0.5 you can only move right on the ground, if you set it to 0.3 you can't move at all, I made a testmap
11:14
11:14
I'll open a github issue, too
Avatar
Гомосундрический Гаманей 2024-08-06 11:17
How to fix please (edited)
Avatar
Avatar
AssassinTee
the tune variable ground_control_speed is broken for small values, If you set it to 0.5 you can only move right on the ground, if you set it to 0.3 you can't move at all, I made a testmap
I can Imagine this breaking physics If we Change that tho
Avatar
AssassinTee 2024-08-06 11:43
I am sure there is some bug in the physics, you can only have multiples of certain speeds
11:45
but I agree, this would "break" the currently existing physics
11:46
There are also some bugs I wish to be fixed, like the bug where you don't get your jump back, because nobody gains any advantage with that (edited)
Avatar
Ah the good old you Hit the Edge and dont get DJ, or the you dont Hit Edge But get DJ ? kek
Avatar
AssassinTee 2024-08-06 12:50
the hit the edge and don't get DJ bug ^^ I already know how to fix it, because it's already fixed for jumppads
12:52
See here, it's already fixed for ElasticityY > 0. This bug occurs, because you don't hit the ground at a tick, but only in a subtick
DDraceNetwork, a free cooperative platformer game. Contribute to ddnet/ddnet development by creating an account on GitHub.
Avatar
ah so you hit it between two ticks and the game interpolates you to reset speed?
Avatar
kinda
Avatar
i've recently changed os to linux and can't play the game, tried fedora and endeavour on kde, installed game through steam, website and tried cactus client. Sometimes i can't even join servers and when i join and I'm able to play, game crashes after a bit usually after i go a certain distance on the map or zoom out. Any solutions?
Avatar
Avatar
mateo
i've recently changed os to linux and can't play the game, tried fedora and endeavour on kde, installed game through steam, website and tried cactus client. Sometimes i can't even join servers and when i join and I'm able to play, game crashes after a bit usually after i go a certain distance on the map or zoom out. Any solutions?
Jupstar ✪ 2024-08-06 13:48
It would be useful to know:
  • what renderer you use (settings -> graphics)
  • what hardware you have, CPU, graphics card
  • what linux distro exactly (like which version)
Avatar
Avatar
Jupstar ✪
It would be useful to know:
  • what renderer you use (settings -> graphics)
  • what hardware you have, CPU, graphics card
  • what linux distro exactly (like which version)
Operating System: EndeavourOS KDE Plasma Version: 6.1.3 KDE Frameworks Version: 6.4.0 Qt Version: 6.7.2 Kernel Version: 6.10.3-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 6 × AMD Ryzen 5 3500X 6-Core Processor Memory: 15,6 GiB of RAM Graphics Processor: AMD Radeon RX 470 Graphics Manufacturer: Gigabyte Technology Co., Ltd. Product Name: B550 AORUS ELITE Idk if that's all but i was able to find this
Avatar
Avatar
mateo
Operating System: EndeavourOS KDE Plasma Version: 6.1.3 KDE Frameworks Version: 6.4.0 Qt Version: 6.7.2 Kernel Version: 6.10.3-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 6 × AMD Ryzen 5 3500X 6-Core Processor Memory: 15,6 GiB of RAM Graphics Processor: AMD Radeon RX 470 Graphics Manufacturer: Gigabyte Technology Co., Ltd. Product Name: B550 AORUS ELITE Idk if that's all but i was able to find this
Jupstar ✪ 2024-08-06 13:52
Can you try using x11?
Avatar
Avatar
Jupstar ✪
Can you try using x11?
I've tried it had the same issue, didn't make a difference
Avatar
Avatar
mateo
I've tried it had the same issue, didn't make a difference
Jupstar ✪ 2024-08-06 13:53
ok, you can try a different renderer. if that still crashes, i assume it's easier to debug using a debugger and compile ddnet from source (if you are confident with that, it's not very hard) (edited)
Avatar
Avatar
louis
ah so you hit it between two ticks and the game interpolates you to reset speed?
AssassinTee 2024-08-06 13:54
the game only gives you the jump back, if you're on the ground on a tick, this is also the reason for the other "bug" where you jump and get your jump back on an edge
Avatar
Avatar
Jupstar ✪
ok, you can try a different renderer. if that still crashes, i assume it's easier to debug using a debugger and compile ddnet from source (if you are confident with that, it's not very hard) (edited)
how can i use a different renderer?
Avatar
Avatar
mateo
how can i use a different renderer?
Jupstar ✪ 2024-08-06 14:01
select a different one in the client under settings -> graphics. Which one is currently selected?
Avatar
Avatar
Jupstar ✪
select a different one in the client under settings -> graphics. Which one is currently selected?
OpenGL
Avatar
Avatar
mateo
OpenGL
Jupstar ✪ 2024-08-06 14:01
and Vulkan does not work?
14:02
your GPU is old, but i think it should still support it
Avatar
Avatar
Jupstar ✪
and Vulkan does not work?
it show's me this when i try vulcan
Avatar
Avatar
mateo
it show's me this when i try vulcan
Jupstar ✪ 2024-08-06 14:03
mh tja
14:03
i dunno, try OpenGL 1.x
Avatar
Avatar
Jupstar ✪
i dunno, try OpenGL 1.x
seems to be working, at least it doesn't crash when i join a server. Can't say for sure as it usually happend on ger and ger3 kog servers which are down rn. Thanks for the help
Avatar
Avatar
mateo
seems to be working, at least it doesn't crash when i join a server. Can't say for sure as it usually happend on ger and ger3 kog servers which are down rn. Thanks for the help
Jupstar ✪ 2024-08-06 14:11
just wondering: what does vulkaninfo | grep -A1 driverName in a terminal print for you?
Avatar
Avatar
Jupstar ✪
just wondering: what does vulkaninfo | grep -A1 driverName in a terminal print for you?
Avatar
Jupstar ✪ 2024-08-06 14:13
ah it uses amdvlk
14:14
i dunno your linux distro, but if u find a mesa-radv package
14:14
better use that
14:16
apparently like this: sudo pacman -S vulkan-radeon lib32-vulkan-radeon sudo pacman -R amdvlk lib32-amdvlk
Avatar
Avatar
Jupstar ✪
apparently like this: sudo pacman -S vulkan-radeon lib32-vulkan-radeon sudo pacman -R amdvlk lib32-amdvlk
now the game lunches with vulkan, thanks
Avatar
i was rendering demo , paused in that demo , choosed other guy , moved slider to start , resume again , after it got recordet , my screen in game froze , i was looking is video renderet ( it did it ) , i want back to game the game was stuck in one frame in demos folder , after some time it resumed and i got message rendered successfully . ( around 1 minute ) ( version 18.4) (edited)
Avatar
Avatar
texnonik
i was rendering demo , paused in that demo , choosed other guy , moved slider to start , resume again , after it got recordet , my screen in game froze , i was looking is video renderet ( it did it ) , i want back to game the game was stuck in one frame in demos folder , after some time it resumed and i got message rendered successfully . ( around 1 minute ) ( version 18.4) (edited)
Jupstar ✪ 2024-08-06 16:42
  • so your game froze, but you were still in the game (tabbed in) when it froze?
  • after the freezing began, you tabbed out to see the video file?
  • back in the game it unfroze as soon as the video was rendered?
Avatar
Avatar
Jupstar ✪
  • so your game froze, but you were still in the game (tabbed in) when it froze?
  • after the freezing began, you tabbed out to see the video file?
  • back in the game it unfroze as soon as the video was rendered?
the game was froze , i tabbed out ( was last frame of video ) , i looked video in pc there was and it was renderet ( i could watch it ) . i enter back in game , there was demo folder and it was frozen . ( i wanted to write it ( in bugs ) , but for no reason it unfroze and i got message renderet successfully and background started moving again) . in that state i was not able to move mouse . (edited)
Avatar
Avatar
texnonik
the game was froze , i tabbed out ( was last frame of video ) , i looked video in pc there was and it was renderet ( i could watch it ) . i enter back in game , there was demo folder and it was frozen . ( i wanted to write it ( in bugs ) , but for no reason it unfroze and i got message renderet successfully and background started moving again) . in that state i was not able to move mouse . (edited)
Jupstar ✪ 2024-08-06 18:07
how long do you think was the freeze in total?
Avatar
Avatar
Jupstar ✪
how long do you think was the freeze in total?
about minute you can see it dump file (edited)
Avatar
Jupstar ✪ 2024-08-06 18:07
ah yeah right
Exported 43 message(s)
Timezone: UTC+0