Time Nick Message 15:51 MinetestBot 02[git] 04numberZero -> 03minetest/minetest: Store liquid data as dimensionless fractions instead of BS multiplies 13b8ddde0 https://github.com/minetest/minetest/commit/b8ddde0a9649f76201d6696cc369abdeb0bf66d9 (152023-06-22T15:50:09Z) 15:51 MinetestBot 02[git] 04numberZero -> 03minetest/minetest: Optimize trigonometry out of MapblockMeshGenerator::drawLiquidTop 13c29d897 https://github.com/minetest/minetest/commit/c29d897854a5b5ce40002e38e3f73085b568a9e0 (152023-06-22T15:50:09Z) 15:51 MinetestBot 02[git] 04numberZero -> 03minetest/minetest: Optimize trigonometry out of MapblockMeshGenerator::drawCuboid 13d676520 https://github.com/minetest/minetest/commit/d676520526fd4123f07f86877c658e1bb118ab57 (152023-06-22T15:50:20Z) 15:51 MinetestBot 02[git] 04numberZero -> 03minetest/minetest: In getNodeTile, use a descriptive struct for the lookup table 13729671d https://github.com/minetest/minetest/commit/729671d6ae280b52a8465a57ca1cf808723871a8 (152023-06-22T15:50:20Z) 15:51 MinetestBot 02[git] (3 newer commits not shown) 15:53 MinetestBot 02[git] 04LoneWolfHT -> 03minetest/minetest: MSVC CI job: Compile with gettext and LuaJIT 136a32819 https://github.com/minetest/minetest/commit/6a328197a5b3012db9957213f40744eae8c6ec83 (152023-06-22T15:52:35Z) 15:53 MinetestBot 02[git] 04wsor4035 -> 03minetest/minetest: Remove unsupported media formats from client.cpp 135b6bc8a https://github.com/minetest/minetest/commit/5b6bc8a12b4db98c2e6ff13dc6b592e48eaa7ddc (152023-06-22T15:52:48Z) 15:57 MTDiscord what level of logging do I use to check what a seg fault is? 15:57 MTDiscord because when I join servers, minetest sometimes crashes. 15:57 sfan5 the --debugger option 15:57 MTDiscord hmm, thanks. 15:59 MTDiscord 0x00005555557ad753 in OpenALSoundManager::stepStreams(float) () #0 0x00005555557ad753 in OpenALSoundManager::stepStreams(float) () #1 0x000055555569e282 in Client::step(float) () #2 0x00005555557147f0 in Game::run() () #3 0x000055555571586c in the_game(bool, InputHandler, RenderingEngine, GameStartData const&, std::__cxx11::basic_string, std::allocator >&, ChatBackend&, bool) () #4 15:59 MTDiscord 0x00005555556aee00 in ClientLauncher::run(GameStartData&, Settings const&) () #5 0x000055555567cc19 in main () 15:59 ShadowBot MTDiscord: Error: That URL raised 15:59 ShadowBot https://github.com/minetest/minetest/issues/1 -- GlowStone code by anonymousAwesome 15:59 ShadowBot https://github.com/minetest/minetest/issues/2 -- Burned wood 15:59 ShadowBot https://github.com/minetest/minetest/issues/3 -- Furnace segfault 15:59 ShadowBot https://github.com/minetest/minetest/issues/4 -- cppcheck warnings 15:59 ShadowBot https://github.com/minetest/minetest/issues/5 -- Fixed key names so the key set menu now works. by adamnew123456 15:59 MTDiscord yikes 15:59 MTDiscord oh god minetestbot 15:59 MTDiscord anyway 15:59 MTDiscord didn't desour fix that backtrace I tried to show? 15:59 MTDiscord are you running on master? 15:59 MTDiscord not current master 16:00 MTDiscord because https://github.com/minetest/minetest/commit/03dda13910572bcdfcd63a2a09fb65985587902a might fix it 16:00 MTDiscord I will go get a commit 16:00 MTDiscord commit id 16:00 MTDiscord I think I had the same issue and that commit fixed it. 16:00 MTDiscord yeah 16:00 MTDiscord it works fine locally, but on servers...poof, dead. 16:01 MTDiscord I think it worked fine on my local client, but not the automated one I was running inside a docker container. 16:01 MTDiscord edcbfa31c 16:02 MTDiscord which is the sound refactor commit. 16:02 MTDiscord Right 16:02 MTDiscord OpenALSoundManager::stepStreams was a big clue 16:02 MTDiscord so it could be fixed if I build master? 16:03 MTDiscord most likely 16:03 MTDiscord ok, thanks. 16:04 MTDiscord It was broken (at least for some people) for like 4 days, you and I just happened to be some of the unlucky few who actually encountered it. I was kinda excited by the prospect of sound improvements, disappointed to have to back it out, but then by the time I rebuilt the old version, the fix had been merged so I could roll forward again. 16:11 MTDiscord I was also excited. 16:12 MTDiscord But when I found that it crashed randomly on remote servers (like today several times while I was trying to investigate some griefing), it got a little annoying. 16:12 MTDiscord I found out about it when my livestream got stuck in a crash loop. 16:13 MTDiscord I probably need some better crash loop detection/handling for it... 16:47 MTDiscord welp, hasnt crashed at all, so thats good.