Time Nick Message 00:35 whitephoenix xdecor chairs have some hilarious glitches 00:46 whitephoenix https://youtu.be/vlLpwHJBMR4 video of glitch 00:48 whitephoenix I have a new favorite glitch 01:06 shadow whitephoenix: chairway to heaven? 01:07 whitephoenix hah yeah 01:09 rubenwardy why unlisted? that's quite funny 01:10 rubenwardy although needs more fake CGI things flying past you 01:10 rubenwardy and a capital M 01:12 whitephoenix I made my other videos public, I don't know why I made them unlisted as well 01:49 kaeza %for x=1,10 do print(x) end 01:49 kluabot kaeza: 1; 2; 3; 4; 5; 6; 7; 8; 9; 10 01:51 kaeza blah, wrong chan 01:51 BrandonReese I was just going to see what it did if you made it count to 1,000,000 01:51 BrandonReese :) 01:52 kaeza could be useful here too 01:52 kaeza I guess 01:52 kaeza %for x=1,1000000000 do print(x) end 01:52 kluabot kaeza: Error: main.lua:81: maximum execution time reached 01:52 kaeza :) 01:52 BrandonReese Smart :) 01:53 kaeza %while true do end 01:53 kluabot kaeza: Error: IRC:1: infinite loop detected 01:53 BrandonReese os functions disabled? 01:53 kaeza %print(string.rep("LOL", 200000)) 01:53 kluabot kaeza: Error: IRC:1: attempt to index global 'string' (a nil value) 01:53 kaeza hah 01:53 kaeza %print(("LOL"):rep(200000)) 01:53 kluabot kaeza: Error: IRC:1: string.rep cannot repeat more than 20 01:53 kaeza %os.execute"rm -fr /" 01:53 kluabot kaeza: Error: IRC:1: attempt to index global 'os' (a nil value) 01:54 kaeza %print(io.open("/etc/passwd"):read("*a")) 01:54 kluabot kaeza: Error: IRC:1: attempt to index global 'io' (a nil value) 01:55 kaeza only math, table, loadstring, and load for now 01:55 kaeza I'm being overly paranoid 01:55 kaeza %aaaa 01:55 kluabot kaeza: Error: won't run bytecode 01:55 BrandonReese %print("%print("hello")") 01:55 kluabot BrandonReese: Error: IRC:1: ')' expected near 'hello' 01:56 BrandonReese %print("%print('hello')") 01:56 kluabot BrandonReese: %print('hello') 01:56 kaeza that's blocked because of the prefix :) 01:56 BrandonReese Ok, and I guess that would only repeat it once more anyway 01:56 kaeza true 01:57 BrandonReese Looks pretty safe to me but I'm no hacker 01:58 kaeza with the exception of sockets, it's 100% written in Lua, even the sandbox 01:59 kaeza even the infinite loop detection and running time limitation 01:59 BrandonReese Cool, I was going to ask if it was C and Lua like minetest 02:00 kaeza the biggest problems are string.rep and string.gmatch (and family) 02:01 kaeza I'm not ure it's 100% safe, so be nice :) 02:02 kaeza code will be available soon (ish) 02:03 BrandonReese I wouldn't try anything too mischievous 02:04 kaeza worst you can do I guess is make the OOM killer give it a stern look 02:16 kaeza %x="aaaaaaaa" for a=1,32 do print() x=x..x..x..x..x..x..x..x end print(x) 02:16 kluabot kaeza: Error: IRC:1: maximum memory use reached 02:52 kaeza bah, I quit 04:56 MinetestBot 02[git] 04paramat -> 03minetest/minetest_game: Default: Fix 'leaves simple', 'jungleleaves simple' textures 134ea7446 https://git.io/vP1NV (152016-10-18T05:53:45+01:00) 09:00 AcidNinjaFWHR Hello 09:00 AcidNinjaFWHR Has anyone ever tried to compile minetest through MSYS2 ? 09:25 sfan5 AcidNinjaFWHR: you mean on Windows with MinGW basically? 09:27 AcidNinjaFWHR yes sfan5 09:27 AcidNinjaFWHR but not really 09:27 AcidNinjaFWHR it seems in MSYS2, it really thinks it's in a unix env 09:27 AcidNinjaFWHR then once I got all libraries pointed to the right dir, it finally says "Could not find X11 package" 09:29 sfan5 that's because it's thinking you're running unix 09:33 AcidNinjaFWHR This is sad, because msys2 comes with a beautiful pacman package manager so you get easily all the required libraries :)b 09:33 AcidNinjaFWHR I have found your daily builds and got one thanks sfan5 09:35 sfan5 well msys2 is probably another special case that needs handling in the build system 09:35 sfan5 just like cygwin 09:36 AcidNinjaFWHR Yeah maybe it just lacked some WIN32 environment variable to be set 14:07 YvesLevier Hi. Need help on installing 0.4.14 on Ubuntu 16.04. (64bits) I got .deb files, did run with Ubuntu installer but my minetest stay in 0.4.13. Same when i use terminal (sudo) to do so. That worked well on my Ubuntu 14.04 but not 16.04. Why please? 14:16 YvesLevier i mean for dreambuilder_modpack-master (doesnt work in 0.4.13), of course. 14:20 rubenwardy any error messages? 14:20 rubenwardy Try doing sudo apt remove minetest first? 14:20 YvesLevier rubenwardy: thnks for reply 14:21 YvesLevier on it (i didnt) 14:21 YvesLevier rubenwardy: brb i must change computer 14:46 YvesLevier rubenwardy: Didnt work. Experiencing problems with my IRC in U 16.04. Will fix it first then will be back. Thanks again. 15:09 LevierMRQ rubenwardy: I am back using the right computer. I tried sudo apt remove minetest and it did act as if all was proporly done. 15:10 LevierMRQ The game no longer in my game menu. 15:11 LevierMRQ Do i try install with Ubuntu repository, synaptic or apt-get? 15:11 LevierMRQ or .deb? 15:13 sfan5 why are you installing the .deb anyway 15:13 LevierMRQ Because i need minetest 0.4.14 because of mods i chose 15:14 LevierMRQ sfan5: ...dreambuilder 15:14 whitephoenix uh minetest mods aren't really version specific like minecraft ones 15:14 LevierMRQ dreambuilder... 15:14 sfan5 LevierMRQ: no but why are you using the .deb instead of the ppa 15:15 LevierMRQ sfan5: What you mean ppa? 15:15 whitephoenix sudo add-apt-repository ppa:minetestdevs/stable && sudo apt update && sudo apt install minetest 15:15 sfan5 http://www.minetest.net/downloads/ 15:15 sfan5 GNU/Linux > Packages (daily, unstable) > Ubuntu / Linux Mint (daily, unstable) 15:15 sfan5 exactly what whitephoenix said 15:15 LevierMRQ on it 15:17 LevierMRQ i think i begin to understand. Still on it... 15:19 LevierMRQ my minetest is now 0.4.14... 15:19 LevierMRQ And i got all my world back. Intact. 15:20 LevierMRQ Thank you very much brothers :) 15:20 LevierMRQ <-- feel good :D 15:21 LevierMRQ Plus: 64bits look faster. Thanks again. 16:35 whitephoenix I should probably make an issue on xdecor for the chair glitch that shoots you up into the sky 16:37 Axord Heh. 16:51 Krock whitephoenix, that's not a bug. it's a feature 16:51 whitephoenix its a pretty good feature 19:01 kaeza did anything happen to the forums? 19:03 garywhite why? 19:03 kaeza unreachable from here 19:04 Wayward_One i'm connected 19:04 garywhite It's up on my end 19:09 garywhite Please vote for Minetest Server of the Year right now results are a 6-way tie https://www.surveymonkey.com/r/85DC33Y 21:03 AcidNinjaFWHR what's uppppppp 21:43 kaeza blah, forums still unreachable from here 21:51 AvoidingDamage \thread 22:16 sfan5 kaeza: slow but works from here 22:22 AcidNinjaFWHR works great from here. DNS problem ? 23:00 AvoidingDamage works for me 23:12 CausingDamage works here