06:50 <+bridge> [ddnet] Yes, but the old replays that are broken still won't play on this version, I know how to fix it, but idk a good way to put it in code 07:52 <+bridge> [ddnet] Maybe not the right place, but timkaro trashmap is down. 10:18 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/658599320718671872/toast.demo 10:18 <+bridge> [ddnet] @heinrich5991 ^^ 10:24 <+bridge> [ddnet] @heinrich5991 hmm the slicing bug is not about time 10:26 <+bridge> [ddnet] It's about the demo recorder using it's own logic to open maps instead of the loadmapsearch logic 10:27 <+bridge> [ddnet] If you have a couple minutes it'd be nice if you could fix that one aswell, need to abstract away the search part of loadmapsearch 10:27 <+bridge> [ddnet] if not I can take a look tomorrow morning, or maybe later today 10:30 <+bridge> [ddnet] okay, tool works now 10:30 <+bridge> [ddnet] gonna eat breakfast now 10:33 <+bridge> [ddnet] @heinrich5991 a more correct way to fix the demos would be to actually sha the map and put that there btw, these zeroed out sha demos work but in a roundabout way 😛 10:34 <+bridge> [ddnet] but thanks for fixing them 11:40 <+bridge> [ddnet] > okay, tool works now 11:40 <+bridge> [ddnet] what tool? 12:18 <+bridge> [ddnet] @ChillerDragon https://heinrich5991.de/teeworlds/ddnet/fix-demo.html 12:19 <+bridge> [ddnet] 0.0 is it what I hope it is? 12:19 <+bridge> [ddnet] it fixes cut demos 12:19 <+bridge> [ddnet] No way 12:19 <+bridge> [ddnet] I don't know if we're talking about the same thing 12:19 <+bridge> [ddnet] Like if there is a wrong map in it 12:20 <+bridge> [ddnet] ah. no 12:20 <+bridge> [ddnet] :/ 12:20 <+bridge> [ddnet] it's only about the recent bug 12:20 <+bridge> [ddnet] I really need that 12:20 <+bridge> [ddnet] The old bug 12:20 <+bridge> [ddnet] what's the problem again? 12:20 <+bridge> [ddnet] it has the wrong map embedded? 12:20 <+bridge> [ddnet] Think so 12:20 <+bridge> [ddnet] but the right crc? 12:20 <+bridge> [ddnet] Or the other one way around but hexedeting the crc didn’t help 12:21 <+bridge> [ddnet] It loaded a map from maps/ folder I think and not from downloaded when slicing 12:22 <+bridge> [ddnet] https://github.com/TwDemosMain/block/tree/master/BlampChill/broken_map 12:42 <+bridge> [ddnet] @ChillerDragon could you try https://heinrich5991.de/teeworlds/ddnet/demo-chillerdragon.html ? 12:42 <+bridge> [ddnet] sick 12:42 <+bridge> [ddnet] lemme try 12:48 <+bridge> [ddnet] how long should it take? is processing since 20 secs already 12:48 <+bridge> [ddnet] no time at all 12:48 <+bridge> [ddnet] check the developer console 12:50 <+bridge> [ddnet] @ChillerDragon do you see something there? 12:51 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/658637705034334228/unknown.png 12:51 <+bridge> [ddnet] is is javascript? 12:51 <+bridge> [ddnet] or running on ur srv 12:51 <+bridge> [ddnet] yes 12:51 <+bridge> [ddnet] js 12:51 <+bridge> [ddnet] lol 12:51 <+bridge> [ddnet] do you use chrome/chromium? 12:52 <+bridge> [ddnet] (if so, maybe try firefox while I research where this error comes from) 12:52 <+bridge> [ddnet] i use firefox from debian10 12:52 <+bridge> [ddnet] i can try chromium tho 12:53 <+bridge> [ddnet] firefox >= 69? 12:53 <+bridge> [ddnet] ah chromium worked 12:53 <+bridge> [ddnet] Mozilla Firefox 68.3.0esr 12:54 <+bridge> [ddnet] eh 12:54 <+bridge> [ddnet] https://developer.mozilla.org/en-US/docs/Web/API/Blob/arrayBuffer#Browser_compatibility 12:55 <+bridge> [ddnet] error message is unchanged 12:55 <+bridge> [ddnet] now try hexediting the crc 🙂 12:55 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/658638777849348120/test.demo 12:55 <+bridge> [ddnet] to some known good value 12:55 <+bridge> [ddnet] ah ok 12:55 <+bridge> [ddnet] wait i need my hacker hoodie 13:05 <+bridge> [ddnet] @ChillerDragon if it doesn't work, tell me. there's likely a bug in my tool then 13:06 <+bridge> [ddnet] im still didnt start hexediting xxd 13:06 <+bridge> [ddnet] im fighting with vim right now 13:07 <+bridge> [ddnet] any idea why my autocmds do not work with demo files :/ 13:07 <+bridge> [ddnet] autocmds? 13:08 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/658641992649146369/unknown.png 13:08 <+bridge> [ddnet] does nothing 13:08 <+bridge> [ddnet] I don't know about vim modding 13:08 <+bridge> [ddnet] sorry 13:08 <+bridge> [ddnet] its a simple config no modding 13:08 <+bridge> [ddnet] vanilla vim 13:08 <+bridge> [ddnet] yes 13:08 <+bridge> [ddnet] I don't know about vim config files 13:08 <+bridge> [ddnet] rnt u vim guru? 13:09 <+bridge> [ddnet] I use vim 13:09 <+bridge> [ddnet] I prefer to leave configs as their default 13:09 <+bridge> [ddnet] you can do it manually though: 13:09 <+bridge> [ddnet] yea i struggle to remember stuff tho 13:09 <+bridge> [ddnet] so much typing 13:09 <+bridge> [ddnet] `:%!xxd` 13:09 <+bridge> [ddnet] ikr 13:10 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/658642522783875081/unknown.png 13:10 <+bridge> [ddnet] i dont get why all these files work 13:10 <+bridge> [ddnet] and even !touch foo has no effect on .demo files 13:11 <+bridge> [ddnet] file type is probably not decided by filename extension 13:11 <+bridge> [ddnet] yes ofc 13:11 <+bridge> [ddnet] thats why my bash scripts get detected withoiut extension 13:11 <+bridge> [ddnet] by shebang 13:11 <+bridge> [ddnet] so i have to parse the demo magic from tw xxD 13:12 <+bridge> [ddnet] idk 13:12 <+bridge> [ddnet] i think ur right 13:12 <+bridge> [ddnet] why is twdemo not a offical vim filetype yet? :troll: 13:13 <+bridge> [ddnet] https://vi.stackexchange.com/a/2237 13:14 <+bridge> [ddnet] ah cool 13:14 <+bridge> [ddnet] thats neat and way more elegant as i had my setup planned xd 13:16 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/658644219870576673/unknown.png 13:17 <+bridge> [ddnet] sexy with syntax highlight 13:25 <+bridge> [ddnet] @heinrich5991 http://149.202.127.134:8080/9D 13:25 <+bridge> [ddnet] no gui error 13:25 <+bridge> [ddnet] nothing happens 13:26 <+bridge> [ddnet] but it loaded 🙂 13:26 <+bridge> [ddnet] it loaded some map 13:26 <+bridge> [ddnet] from my maps folder 13:26 <+bridge> [ddnet] yep 13:26 <+bridge> [ddnet] but i could not watch the demo :/ 13:26 <+bridge> [ddnet] that's a good sign. 13:26 <+bridge> [ddnet] yes, I'll look into it 13:26 <+bridge> [ddnet] ok cool 13:26 <+bridge> [ddnet] love u 13:40 <+bridge> [ddnet] @ChillerDragon try again pls 13:57 <+bridge> [ddnet] [2019-12-23 13:57:43][demo_player]: 'demos/TwDemosMain/block/BlampChill/broken_map/hexedit.demo' is not a demo file 13:57 <+bridge> [ddnet] did i mess up the hexedit? xd 13:59 <+bridge> [ddnet] yes i did! 13:59 <+bridge> [ddnet] @heinrich5991 omg ur tool worked 13:59 <+bridge> [ddnet] ur a hero ❤️ 14:00 <+bridge> [ddnet] nice to hear that it works 🙂 14:00 <+bridge> [ddnet] no problem 14:08 <+bridge> [ddnet] would it be hard to turn that into a cli tool= 14:08 <+bridge> [ddnet] it takes ages to upload them all 14:11 <+bridge> [ddnet] oh and @heinrich5991 how does it work? I did not know that it is possible to remove the map from a demo o.O 14:11 <+bridge> [ddnet] And why do i have to fix the crc? And if i update my maps folder do the demos break again? 14:35 <+bridge> [ddnet] ^ with this commit testing commands wont get sent to the client when `sv_test_cmds` is 0. Also, when writing a test cmd manually it will say No such command. And the commands dont show up in the access_status command 14:58 <+bridge> [ddnet] if you place speedups at the world border they arent visible beyond that point but they still work 15:04 <+bridge> [ddnet] @ChillerDragon no, it wouldn't be too hard 15:05 <+bridge> [ddnet] still need it? 15:25 <+bridge> [ddnet] yes 🙂 @heinrich5991 15:25 <+bridge> [ddnet] how many maps is it? 15:25 <+bridge> [ddnet] i just wrote a tool that updates the crc so i could fully automate 15:25 <+bridge> [ddnet] *demos 15:26 <+bridge> [ddnet] the folder i sent 15:26 <+bridge> [ddnet] its like 15 i think 15:26 <+bridge> [ddnet] but probably more somewhere 15:26 <+bridge> [ddnet] so 20ish? ^^ 15:26 <+bridge> [ddnet] yea 15:26 <+bridge> [ddnet] I think it's faster to do it by hand than by rewriting the code 😛 15:26 <+bridge> [ddnet] what I do isn't magic, you can do that too, if you want to extend your python script 15:26 <+bridge> [ddnet] but its so annoying i always forget which i had alrady 15:27 <+bridge> [ddnet] wat python script? 15:27 <+bridge> [ddnet] 3:25 PM] ChillerDragon: i just wrote a tool that updates the crc so i could fully automate 15:27 <+bridge> [ddnet] ah 15:27 <+bridge> [ddnet] ye i am bash main 15:40 <+bridge> [ddnet] can you show me the script? 15:55 <+bridge> [ddnet] https://github.com/lib-crash/lib-teeworlds/blob/master/demo_crc.sh 15:55 <+bridge> [ddnet] https://github.com/lib-crash/lib-teeworlds/blob/master/demo_crc.sh#L58 15:55 <+bridge> [ddnet] its basically one line xd 15:56 <+bridge> [ddnet] well it was 32 maps but i finished it manually now so all fine. I do not know how many demos are affected but i hope those were the majority 15:56 <+bridge> [ddnet] well it was 32 demos/ but i finished it manually now so all fine. I do not know how many demos are affected but i hope those were the majority 15:57 <+bridge> [ddnet] yikes i wanted to do @Learath2 style and then discord edited the message^ rip irc 15:59 <+bridge> [ddnet] I think writing this stuff in python would be easier tbh 16:03 <+bridge> [ddnet] maybe but i like bash 20:14 <+bridge> [ddnet] here is 2 ways 20:14 <+bridge> [ddnet] 1) i'm blind and can't see the general channel 20:14 <+bridge> [ddnet] 2) general channel was deleted 20:14 <+bridge> [ddnet] 20:14 <+bridge> [ddnet] does someone know discord or something of Juppey? 20:14 <+bridge> [ddnet] here is 2 ways 20:14 <+bridge> [ddnet] 1) i'm blind and can't see the general channel 20:14 <+bridge> [ddnet] 2) general channel was deleted 20:14 <+bridge> [ddnet] 20:14 <+bridge> [ddnet] does someone know discord or something of Jupeyy? 20:16 <+bridge> [ddnet] @Arseniy Zarche #general 20:19 <+bridge> [ddnet] @Soreu thats this was muted 0.0 22:04 <+bridge> [ddnet] I want to know how to properly fix the libcurl-debian disaster 22:05 <+bridge> [ddnet] I'm out of persons to ask for help, does someone know a good place where to start asking/reading/etc.? 22:07 <+bridge> [ddnet] (situation is: although libcurl is generally backwards-compatible, debian decided to tag its symbols with a version which makes it incompatible with all other distros because they don't tag libcurl symbols with versions. I'd like to know whether one could drop that version info somehow, make the linker ignore the version info or some other way to resolve the situation)