• Started 5th March in Development Assistance
    Quoting the guide:    if you get something along the lines of meson.build:110:2: ERROR: Include dir /usr/include does not exist, or if Meson otherwise complains about bzip2, see Elusive bzi…
  • Started 5th March in Development Assistance
    Build type: native build  Project name: the-powder-toy  Project version: the.cake.is.a.lie  C compiler for the host machine: cc (gcc 13.2.0 "cc (Rev3, Built by MSYS2 project) 13.2.…
  • Started 30th Dec 2023 in Development Assistance
    @LBPHacker (View Post)  I looked into the log and checked what it said, it sends a error "Unable to detect GNU compiler type", I'm also going to look through all path folders to c…
  • Started 24th Oct 2023 in Development Assistance
    @LBPHacker (View Post)  This worked and removed the error! Thank you so much! I've never been able to compile someone else's program on my computer before, so it was such a relief to se…
  • Started 24th Oct 2023 in Development Assistance
    I tried following the "Compiling for Linux" section of https://powdertoy.co.uk/Wiki/W/Building_TPT_with_Meson.html in order to get The Powder Toy running on my Raspberry Pi 400 usi…
  • Started 28th Sep 2023 in The Powder Toy/Lua scripting
    Sadly, there currently isn't a good way to do this. The best way is as follows: for i=0,2^sim.PMAPBITS-1 do   if i ~= elem.DEFAULT_PT_INSL and i ~= elem.YOURSCRIPT_PT_CUSTOM1 then  si…
  • Started 3rd Sep 2023 in The Powder Toy/Lua scripting
    This is because of different versions of Lua between the mobile and desktop version. Next time I update Fan Elements, I'll make sure to include a fix if I can
  • Started 27th Aug 2023 in Development Assistance
    It looks like macOS 10.15's system install of curl is too old to have that function. Try installing Homebrew's version of curl (it will not be symlinked, so will hopefully not break your sys…
  • Started 26th Aug 2023 in The Powder Toy/Lua scripting
    @QuadRangler (View Post)  Can you tell me what value? The error message should also include some numbers, I'd like to see those too
  • Started 22nd Aug 2023 in Development Assistance
    Running OSX 10.15   Handled the bzip2 issue, stuck here when I try to compile:   powder.p/src_client_http_requestmanager_Libcurl.cpp.o  c++ -Ipowder.p -I. -I.. -Isrc -I../src -Ires…