Minetest logo

IRC log for #minetest-dev, 2021-03-06

| Channels | #minetest-dev index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
00:02 I_am_Grid joined #minetest-dev
00:37 MTDiscord <Jordach> wrong tree barked at
00:49 MTDiscord <Jordach> i think the problem is stranger than we think
00:50 MTDiscord <Jordach> what's happening is the arm specific code in libpng isn't actually being compiled
01:04 MTDiscord <Jordach> the weird continues: mac for some reason tries to use the faulty irrlicht supplied with ports/brew
01:27 MTDiscord <Jordach> https://cdn.discordapp.com/attachments/747163566800633906/817568939143594014/Screenshot_2021-03-06_at_01.26.37.png
03:00 MTDiscord <Jordach> I can get it to partially execute where in I get a quarter of a viewport
03:11 YuGiOhJCJ joined #minetest-dev
05:00 MTDiscord joined #minetest-dev
08:00 ShadowNinja joined #minetest-dev
09:16 olliy joined #minetest-dev
09:43 bodqhrohro joined #minetest-dev
10:47 numzero joined #minetest-dev
10:58 proller joined #minetest-dev
11:08 z812 joined #minetest-dev
11:20 calcul0n joined #minetest-dev
11:51 Fixer joined #minetest-dev
13:14 sfan5 pushing http://sprunge.us/GLcu9w?diff in 5m
13:22 Krock ping sfan5
13:22 sfan5 just did
13:22 Krock coincidence
13:57 calcul0n_ joined #minetest-dev
15:10 Fixer_ joined #minetest-dev
16:15 Fixer joined #minetest-dev
16:51 numzero joined #minetest-dev
16:56 z812 joined #minetest-dev
17:00 MTDiscord <Jordach> sfan5, got macOS to properly build now the argument is that irrlicht entirely has no input and a misshapen render target
17:04 MTDiscord <Jordach> Running make package properly builds the app as expected but crashes on launch
17:04 MTDiscord <Jordach> App manifest may have changed as part of Big Sur
17:36 sfan5 uh huh
17:39 I_am_6r1d joined #minetest-dev
17:47 rubenwardy Jordach, side note, are you building with Minetest's irrlicht fork?
18:05 MTDiscord <Jordach> regular 1.8.4 as neo
18:05 MTDiscord <Jordach> same way as this guy built the working mac builds
18:05 MTDiscord <Jordach> https://github.com/neoascetic/minetest
18:06 MTDiscord <Jordach> the most important bit is here:
18:06 MTDiscord <Jordach> https://github.com/neoascetic/minetest/blob/builds-osx/.travis.yml
18:08 MTDiscord <Jordach> it "runs"
18:08 rubenwardy It would be most helpful if you built using the fork, as that will become required in the future
18:09 MTDiscord <Jordach> now that i know how to fix that issue
18:15 MTDiscord <Jordach> recompiling MT-Irr
18:18 MTDiscord <Jordach> minetest does not compile with minetest/irrlicht
18:18 MTDiscord <Jordach> due to irrlicht_changes
18:18 MTDiscord <Jordach> and a lot of irrlicht deprecation warnings
18:18 rubenwardy Is there a pr to fix 1.9 support?
18:19 sfan5 yes
18:19 MTDiscord <Jordach> https://gist.github.com/Jordach/707630fd63c57b15f81b1bb1ed8fe528
18:19 sfan5 but here's my branch anyway https://github.com/sfan5/minetest/tree/irr19
18:19 sfan5 because I know that one builds with the fork
18:24 MTDiscord <Jordach> time to argue with arm instructiobs again
18:30 MTDiscord <Jordach> ARM wranged with, time to test
18:32 MTDiscord <Jordach> sfan5: https://gist.github.com/Jordach/49c6e83eabada0500ec78d5a8b95a841
18:32 sfan5 who knows what that means
18:34 MTDiscord <Jordach> it appears the window title is currently broken
18:56 MTDiscord <Jordach> 1.8.4 successfully builds and builds a proper window
18:56 MTDiscord <Jordach> 1.9.x does not
18:59 MTDiscord <Jordach> For some reason OpenGL context doesn’t build properly on 1.9
19:08 MTDiscord <Jordach> here's what 1.8.4 produces https://i.imgur.com/72kqiaQ.png
19:09 MTDiscord <Jordach> as a raw executable, while the packed macOS one simply self distructs
19:10 MTDiscord <Jordach> a raw google seach turns up this thread with the exact problem
19:10 MTDiscord <Jordach> https://stackoverflow.com/questions/61042731/how-can-i-fix-window-size-problem-on-mac-os-x-opengl-glut
19:14 MTDiscord <Jordach> i suspect retina displays on macbooks are unable to be uh handled properly by irrlicht
19:15 sfan5 https://github.com/MoNTE48/Irrlicht/commit/2681edb05866ea2fafc4d328ad18d8f5b95390dc
19:15 sfan5 no idea if that works tho
19:15 MTDiscord <Jordach> that'd do it
19:16 MTDiscord <Jordach> my display is like 3000x2000 something
19:17 celeron55 >backingScaleFactor
19:17 celeron55 oh man what a hack
19:17 * celeron55 recommends throwing all macs into the trash unless they make you a lot of money
19:21 MTDiscord <Jordach> find me a better laptop with similar build and manufacturer support
19:21 proller joined #minetest-dev
19:25 MTDiscord <Jordach> testing the osx fix right now
19:28 MTDiscord <Jordach> nope, same issue as irrlicht 1.9
19:28 MTDiscord <Jordach> 1.9 definitely fixes the problem
19:32 MTDiscord <Jordach> and no, xquartz doesn't fix the problem
19:52 MTDiscord <Jordach> yeah running the neoascetic build runs fine
19:52 MTDiscord <Jordach> no strangeness or whatever
19:52 MTDiscord <Jordach> it just works
20:02 MTDiscord <Jordach> i mean the alternative is building WINE and running the win64 binary
20:12 Wuzzy joined #minetest-dev
21:06 calcul0n joined #minetest-dev
21:32 calcul0n joined #minetest-dev
21:53 sfan5 merging #11029 and #11023 in a variable amount of minutes
21:53 ShadowBot https://github.com/minetest/minetest/issues/11029 -- buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detection by sfan5
21:53 ShadowBot https://github.com/minetest/minetest/issues/11023 -- Clean up ClientEvent hudadd/hudchange internals by sfan5
22:01 sfan5 時が来た
23:12 tech_exorcist joined #minetest-dev

| Channels | #minetest-dev index | Today | | Google Search | Plaintext