<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:02] *** Server sets mode: +Tntz
L2[01:20:24] <Amanda> %splash @Forecaster with mutable gold potiom
L3[01:20:24] <MichiBot> You fling a mutable gold potion (New!) that splashes onto @Forecaster. @Forecaster turns into an adamantium dog until they have a nap.
L4[01:20:46] * Amanda tucksin around Elfi, does a h ccen zzzmew because she's le tired
L5[01:20:52] <Amanda> Night girls
L6[02:08:04] ⇦ Quits: nadja (~dequbed@banana-new.kilobyte22.de) (Ping timeout: 190 seconds)
L7[02:09:19] ⇨ Joins: nadja (~dequbed@banana-new.kilobyte22.de)
L8[03:10:22] <Forec​aster> %tonk
L9[03:10:22] <MichiBot> Blast! Forec​aster! You beat Va​ur's previous record of <0 (By 7 hours, 52 minutes and 12 seconds)! I hope you're happy!
L10[03:10:23] <MichiBot> Forecaster's new record is 7 hours, 52 minutes and 12 seconds! Forecaster also gained 0.00787 tonk points for stealing the tonk. Position #1.
L11[04:40:07] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L12[06:09:29] <lunar_sam> %remindme 6h add mtar support to xpm
L13[06:09:29] <MichiBot> I'll tell you "add mtar support to xpm" in 6h at 08/18/2024 12:09:29 PM
L14[07:38:40] ⇨ Joins: Vexatos (~Vexatos@p200300eaef285e00b69fdf04d11a011a.dip0.t-ipconnect.de)
L15[07:38:40] zsh sets mode: +v on Vexatos
L16[08:57:03] ⇦ Quits: lunar_sam (c44a7f2987@jabberfr.org) (Ping timeout: 190 seconds)
L17[09:06:59] <Va​ur> %sip
L18[09:06:59] <MichiBot> You drink a diluted aether potion (New!). After drinking the potion Vaur realizes the bottle has their face on it.
L19[09:34:39] <ff​_66> why... https://discordembeds.pc-logix.com/live/1723973678992.png
L20[09:35:19] <ff​_66> You can call member functions with a null pointer...
L21[09:35:42] <ff​_66> why doesn't it fail before even calling ???
L22[10:10:51] <ff​_66> oh, thats why it nullifies the pointer apparently... https://discordembeds.pc-logix.com/live/1723975851221.png
L23[10:12:26] <ff​_66> levelRenderer->level is corrupted because of this but level is a reference...
L24[10:14:45] <ff​_66> it's a buffer overflow (my arrays has 256 booleans) https://discordembeds.pc-logix.com/live/1723976085140.png
L25[10:22:42] <Corded> > <ff​_66> levelRenderer->level is corrupted because of this but level…
L26[10:22:42] <getItemF​romBlock> References can still be null since they are mostly pointers, its just that its harder to achieve
L27[10:40:24] <Corded> > <getItemF​romBlock> References can still be null since they are mostly pointers…
L28[10:40:25] <ff​_66> like i just said, i did a buffer overflow that happens on that precise reference when i pressed the "up" button
L29[10:41:00] <ff​_66> but now it's fixed
L30[10:46:49] <ff​_66> but my textures are still black...
L31[10:46:58] <ff​_66> and i still don't know why
L32[10:47:27] <ff​_66> i already checked the mipmapping and the textures are correctly read...
L33[10:58:01] * Amanda meows and looks around
L34[11:00:12] <Va​ur> %sip
L35[11:00:12] <MichiBot> You drink a dusty rubium potion (New!). Vaur's pockets suddenly contain 1d​10 => 5 Caterium colored marbles.
L36[11:15:03] <Corded> > <ff​_66> i already checked the mipmapping and the textures are corre…
L37[11:15:03] <getItemF​romBlock> Use RenderDoc to easily debug OpenGL stuff
L38[11:15:21] <getItemF​romBlock> If you didn't knew about it
L39[11:15:27] <Corded> > <getItemF​romBlock> Use RenderDoc to easily debug OpenGL stuff
L40[11:15:27] <ff​_66> renderdoc only support OpenGL > 3.3
L41[11:15:27] <ff​_66> i'm using pre-3.3 stuff
L42[11:15:42] <getItemF​romBlock> It might be something like your texture is not correctly bound
L43[11:15:44] <ff​_66> i already tested
L44[11:15:57] <getItemF​romBlock> :think:
L45[11:16:04] <getItemF​romBlock> * 🤔
L46[11:16:08] <Corded> > <getItemF​romBlock> It might be something like your texture is not correctly bo…
L47[11:16:08] <ff​_66> i did bind it, the textures are loaded and everything
L48[11:16:34] <ff​_66> i made my own bitmap loader (because who asked)
L49[11:17:14] <ff​_66> https://discordembeds.pc-logix.com/live/1723979833452.cpp https://discordembeds.pc-logix.com/live/1723979833826.h
L50[11:17:15] <getItemF​romBlock> Also why are you using a version of OpenGL so old ?
L51[11:17:51] <Corded> > <getItemF​romBlock> Also why are you using a version of OpenGL so old ?
L52[11:17:52] <ff​_66> it is a port of minecraft rd-132211, it was made on may 13th 2009
L53[11:18:14] <ff​_66> only 3.0 existed at the time
L54[11:19:57] <getItemF​romBlock> Well that does not means that you are required to stay on that version, but afterall you do what you want
L55[11:20:37] <Corded> > <getItemF​romBlock> Well that does not means that you are required to stay on t…
L56[11:20:38] <ff​_66> it takes less time to do that than to upgrade, i'm using compatibility profile so it's not a problem
L57[11:21:12] <ff​_66> ok i'm not the best programmer but still.... it *should* work !
L58[11:21:27] <getItemF​romBlock> Your problem might be something specific to that version, I have not worked with versions of OpenGL so old so I don't think I can really help you more
L59[11:23:02] <Corded> > <getItemF​romBlock> Your problem might be something specific to that version, I…
L60[11:23:02] <ff​_66> and there is another reason why i'm not upgrading : my compiler doesn't know GL 3.0 API, so no VBOs, and no RenderDoc compatibility
L61[11:23:59] <getItemF​romBlock> What compiler are you using ?
L62[11:24:21] <ff​_66> gcc/g++ with Codeblocks IDE
L63[11:24:56] <getItemF​romBlock> Isn't the API in a file that needs to be included then linked ?
L64[11:26:23] <Corded> > <getItemF​romBlock> Isn't the API in a file that needs to be included then link…
L65[11:26:23] <ff​_66> it has <GL/gl.h> and libopengl.so, but it is lacking GL 3.0 API (I still have extentions though)
L66[11:27:57] <ff​_66> and i added myself GLFW3 because it is also lacking GLFW, GLUT and so much more... but at least it can compile Windows programs (and resources scripts) !
L67[11:30:00] <getItemF​romBlock> I never had such problems compiling my OpenGL stuff with g++ before, but also I was a while ago so maybe I did things back then that I forgot about
L68[11:33:48] <Corded> > <getItemF​romBlock> I never had such problems compiling my OpenGL stuff with g+…
L69[11:33:48] <ff​_66> i can give you the sources if you want to check the code, but i'm pretty sure you'll be complaining for everything 🙃
L70[11:34:50] <getItemF​romBlock> Nah don't worry about it, but really I haven't worked with theses version of OpenGL so I am it even sure I could help
L71[11:35:00] <getItemF​romBlock> * not even sure I could help
L72[11:37:42] <ff​_66> i think i'll use Vulkan then... it will take time, but i'll have even more performance...
L73[11:38:57] <getItemF​romBlock> Vulkan is much harder to learn, but if you enjoy 3d rendering programming its definitely worth it
L74[11:39:06] <Corded> > <ff​_66> i think i'll use Vulkan then... it will take time, but i'll…
L75[11:39:06] <AR2​000> And run on Linux with not much work too
L76[11:39:30] <getItemF​romBlock> Yep
L77[11:40:52] <Corded> > <AR2​000> And run on Linux with not much work too
L78[11:40:53] <ff​_66> the only reason i'm using linux rn is because it is a PC from 2010 and windows would be *slightly* laggy, but i have a 2016 PC with a 6600K and a GTX 1650 super with windows on it, so Vulkan is not a problem
L79[11:41:12] <ff​_66> but i know it's harder to learn
L80[12:02:17] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L81[12:09:29] <MichiBot> lunar_sam REMINDER: add mtar support to xpm
L82[13:54:17] <Amanda> %choose drain battery or halucinate
L83[13:54:17] <MichiBot> Ama​nda: A nearby lamp suddenly screams "drain battery!" such that it's barely audible.
L84[13:54:30] <Amanda> Hrm
L85[14:08:12] ⇨ Joins: daniel (~quassel@2a03:4000:6:407b::1)
L86[14:11:30] ⇦ Quits: Izzy (~izzy@210.1.218.92) (Ping timeout: 207 seconds)
L87[14:12:03] ⇦ Quits: daniel (~quassel@2a03:4000:6:407b::1) (Ping timeout: 190 seconds)
L88[14:15:07] <Amanda> %choose redo; belt or blueprint
L89[14:15:07] <MichiBot> Ama​nda: blueprint redo
L90[14:16:52] <Va​ur> %tonk
L91[14:16:52] <MichiBot> Darn! Va​ur! You beat Forec​aster's previous record of 7 hours, 52 minutes and 12 seconds (By 3 hours, 14 minutes and 17 seconds)! I hope you're happy!
L92[14:16:53] <MichiBot> Vaur's new record is 11 hours, 6 minutes and 29 seconds! Vaur also gained 0.02592 (0.00324 x 8) tonk points for stealing the tonk. Position #3 => #2. (Overtook Spider EveryOS) Need 0.00788908 more points to pass Forec​aster!
L93[14:21:10] ⇨ Joins: Izzy (~izzy@210.1.218.92)
L94[14:43:55] <Flamei​ngsoul> gm/gn/good afternoon/ect ect ect, ppl
L95[14:46:44] ⇨ Joins: daniel (~quassel@2a03:4000:6:407b::1)
L96[14:49:55] <Corded> > <Flamei​ngsoul> gm/gn/good afternoon/ect ect ect, ppl
L97[14:49:55] <Va​ur> Good rotation !
L98[14:50:43] ⇦ Quits: daniel (~quassel@2a03:4000:6:407b::1) (Ping timeout: 190 seconds)
L99[15:00:00] ⇨ Joins: daniel (~quassel@2a03:4000:6:407b::1)
L100[15:03:37] ⇦ Quits: daniel (~quassel@2a03:4000:6:407b::1) (Ping timeout: 183 seconds)
L101[15:31:55] <Diz​hka> Does the mod provide the ability to create various local networks, or are all computers connected using the “Common Bus” method? https://discordembeds.pc-logix.com/live/1723995114808.png
L102[15:32:15] <Diz​hka> * topology?
L103[15:33:09] <Diz​hka> https://discordembeds.pc-logix.com/live/1723995189335.png
L104[15:46:29] <Na​dja> The network by default behaves like a fully connected mesh, but nothing is stopping you from giving each computer two network cards and building a ring
L105[15:51:08] ⇨ Joins: daniel (~quassel@2a03:4000:6:407b::1)
L106[16:16:18] * Amanda meows and looks around
L107[16:17:43] * Amanda does a heccen biig stretchie, knocking the control panel and %splash @Forecaster with mutable orange potion
L108[16:17:43] <MichiBot> You fling a mutable orange potion (New!) that splashes onto @Forecaster. @Forecaster turns into a platypus until they steal a shoe.
L109[16:20:23] <Amanda> Hrm
L110[16:21:28] <Amanda> Good thing I hid all the shoes under @Nadja's bed
L111[16:22:07] <nadja> Hey!
L112[16:23:42] * Amanda meows hello back to nadja
L113[16:24:35] <Amanda> Really wish I knew what was going on with my piholes
L114[16:24:35] <nadja> My bed is not shoe storage! :(
L115[16:25:24] <Amanda> Maybe I should set up some monitoring for them specifically
L116[16:25:25] <Amanda> Instead of just assuming "systemd unit is up, all's well"
L117[16:32:02] <Corded> > <na​dja> The network by default behaves like a fully connected mesh,…
L118[16:32:02] <Diz​hka> ty
L119[17:38:16] <Amanda> %choose get out laptop and tether to try and debug DNS fuckery or leave it for when we get home
L120[17:38:16] <MichiBot> Ama​nda: Somebody once told me to roll with "get out laptop and tether to try and debug DNS fuckery"
L121[17:38:31] <Amanda> Hrm
L122[17:38:51] <Amanda> Nah
L123[18:26:21] * Amanda offers nadja some fancy hats
L124[18:26:37] * nadja eyes them suspiciously
L125[18:26:47] <nadja> How many of those will try to eat my brain?
L126[18:27:35] <Amanda> Zero! Some might be "borrowed" from Queen Titiania thougj
L127[18:48:29] <Brisingr​ Aerowing> %splash @Forecaster
L128[18:48:29] <MichiBot> You fling a shiny amethyst potion (New!) that splashes onto @Forecaster. @Forecaster is suddenly wearing gloves they don't remember putting on.
L129[18:55:53] <Amanda> Bah, apparently we'll not be home for another like 5h
L130[18:56:33] <Amanda> Elfi halp, road trips are boring
L131[19:05:08] <Corded> > <Diz​hka> Does the mod provide the ability to create various local ne…
L132[19:05:08] <AR2​000> I made TCP / IP. But the ethernet layer work with magic. you don't want to make loops with relays.
L133[19:08:14] <ff​_66> i miss my *modern* PC
L134[19:08:15] <ff​_66> it's been 1 month 1/2 since i'm gone on holidays and i'm stuck with that 2010 PC...
L135[19:09:42] <ff​_66> and it can't even run BeamNG, i want to test new mods and ~~crash~~ learn to drive !
L136[19:12:46] <Amanda> %choose plug into car or suffer
L137[19:12:46] <MichiBot> Ama​nda: Some "suffer" sounds nice
L138[19:12:55] <Amanda> Masochist!
L139[19:13:24] <Corded> > <ff​_66> and it can't even run BeamNG, i want to test new mods and ~…
L140[19:13:24] <Na​dja> That game does not train you how to drive. But at least we're all safe from you for at least 5 more years
L141[19:14:06] <Corded> > <na​dja> That game does not train you how to drive. But at least we'…
L142[19:14:07] <ff​_66> yes you can if you have the equipment, remember it has VR support
L143[19:14:37] <ff​_66> and also you are safe from crashing so you can learn the basics before going in a true car
L144[19:15:33] <ff​_66> now i'm pretty good at driving D35s and H45s with full load, even in the mountains
L145[19:15:37] <Spider ​EveryOS> I'm anxious whenever people try to teach me driving, and public transit has an overwhelming number of benefits anyways
L146[19:15:37] <Spider ​EveryOS> So I just never learned to drive and use transit
L147[19:16:16] <Corded> > <ff​_66> yes you can if you have the equipment, remember it has VR s…
L148[19:16:17] <Na​dja> No you just don't know what you need to learn to learn driving. The mechanics of moving a car are not it, even dogs can learn that.
L149[19:16:57] <Corded> > <Spider ​EveryOS> I'm anxious whenever people try to teach me driving, and pu…
L150[19:16:57] <Na​dja> I learned to drive basically everything and I'm still using public transit because it's just better ^^
L151[19:17:57] <Corded> > <na​dja> No you just don't know what you need to learn to learn driv…
L152[19:17:57] <ff​_66> animals can learn everything, monkeys have already beaten Minecraft, and also BeamNG is made to be realistic and since you can destroy the manual transmission easily and even more realistically than before
L153[19:19:54] <Corded> > <ff​_66> animals can learn everything, monkeys have already beaten M…
L154[19:19:54] <Na​dja> How does it feel knowing less that a monkey? :)
L155[19:20:58] <Corded> > <na​dja> How does it feel knowing less that a monkey? :)
L156[19:20:58] <ff​_66> i've already beaten Minecraft, and they still don't know how to speak
L157[19:20:58] <ff​_66> (also you are technically the cousin of monkeys)
L158[19:22:17] <Corded> > <ff​_66> i've already beaten Minecraft, and they still don't know ho…
L159[19:22:17] <Na​dja> Have you though?
L160[19:23:16] <ff​_66> have what ?
L161[19:24:38] <Na​dja> Beaten minecraft and learned how to speak (with purpose)?
L162[19:25:27] <ff​_66> 1. Yes, i said that i've done it
L163[19:25:27] <ff​_66> 2. Yes, and i have a mic to prove it
L164[19:26:41] <Na​dja> I mean everybody can claim anything, and so far you have not said anything in here with purpose so I'm not trusting you on point two either ;)
L165[19:27:10] <Corded> > <ff​_66> animals can learn everything, monkeys have already beaten M…
L166[19:27:10] <Forec​aster> Ape*
L167[19:45:05] <Corded> > <Forec​aster> Ape*
L168[19:45:06] <ff​_66> please stop science lessons at 9 PM, I'm playing minecraft in 640x480@60, leave me alone
L169[19:45:31] <Forec​aster> no
L170[19:46:16] <ff​_66> i'm on holidays, what's the purpose of school on holidays ? in that case it is not holidays !!!
L171[19:47:23] <Forec​aster> I dodn
L172[19:47:41] <ff​_66> please speak in english please
L173[19:47:42] <Forec​aster> I didn't know nor do I care about that
L174[19:48:15] <Corded> > <Forec​aster> I didn't know nor do I care about that
L175[19:48:15] <ff​_66> you did know since it's august, not september
L176[19:49:02] <ff​_66> tell me a country where there's no summer holidays
L177[19:49:38] <Forec​aster> I don't keep track of when school holidays are
L178[19:55:21] <Corded> > <ff​_66> please speak in english please
L179[19:55:21] <Forec​aster> maybe it was english, just some you didn't know (or maybe I hit enter by accident)
L180[19:56:16] <ff​_66> i... am... playing... leave... me... alone...
L181[19:56:26] <Forec​aster> no
L182[19:57:05] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L183[19:57:07] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L184[20:01:45] <Corded> > <ff​_66> tell me a country where there's no summer holidays
L185[20:01:45] <Na​dja> In August? Argentinia
L186[20:05:09] <ff​_66> note to myself : never attempt to destroy a 2010 PC by enabling shaders. This might work too well and freeze the entire PC...
L187[20:07:06] <ff​_66> and also my GPU was at 50% at 30 fps, so reducing the resolution is quite good in fact...
L188[20:08:59] <ff​_66> And look at that display quality !!! https://discordembeds.pc-logix.com/live/1724011739499.png
L189[20:10:06] <ff​_66> the only downside is the inventory... (guess where is the target) https://discordembeds.pc-logix.com/live/1724011805687.png
L190[20:10:42] <Forec​aster> I thought you wanted to be left alone
L191[20:10:53] <Forec​aster> :>
L192[20:11:09] <ff​_66> if you don't want...
L193[20:12:04] <Forec​aster> Want what?
L194[20:12:14] <ff​_66> want to leave me alone
L195[20:13:01] <Forec​aster> Then what?
L196[20:13:31] <ff​_66> then i'm out of here
L197[20:19:14] <Forec​aster> If you're chatting you're signalling that you don't want to be left alone you know
L198[20:27:38] <ninte​ndo DS> https://discordembeds.pc-logix.com/live/1724012858222.png
L199[20:31:30] <Forec​aster> %sip
L200[20:31:30] <MichiBot> You drink a punctual dirt potion (New!). Forecaster's eyes glow blue until they eat a pie.
L201[20:33:53] * Amanda teaches Elfi how to find truffles on Mars, curls up around her during the lecture
L202[20:34:58] <ninte​ndo DS> java is now an web browser?? https://discordembeds.pc-logix.com/live/1724013298458.png
L203[21:13:23] <lunar_sam> the fact that the DMV gave me a driver's license is proof that america is a lawless wasteland
L204[21:14:13] <lunar_sam> i very rarely obey speed limits 💪
L205[21:17:31] <Forec​aster> You mean the speed suggestions
L206[21:52:44] <Spider ​EveryOS> %sip
L207[21:52:44] <MichiBot> You drink an excluded dilithium potion (New!). The potion contained a computer virus! But Spider EveryOS's anti-virus routines destroy it.
L208[22:00:43] <Ocawes​ome101> i follow speed limits slightly less than i used to
L209[22:00:51] <Ocawes​ome101> more so speed-of-traffic which i think is safer anyway?
L210[22:35:45] ⇦ Quits: Vexatos (~Vexatos@p200300eaef285e00b69fdf04d11a011a.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L211[23:02:13] <Diz​hka> How can it happen that everything works well in the emulator, and MineOs is installed without any problems, but such an error appears inside the game itself?
L212[23:02:13] <Diz​hka> As I understand it, I need to go into the configs, but I don’t quite understand where exactly to look.
L213[23:02:13] <Diz​hka> Please tell me how to solve this problem? https://discordembeds.pc-logix.com/live/1724022132779.png
L214[23:03:49] <Amanda> If you're using the curse forge launcher, don't
L215[23:04:17] <Amanda> It ships an ancient version of Java and forces you to use it. Most of the Internet can't be accessed using https with that ancient version
L216[23:05:26] <Corded> > <Ama​nda> If you're using the curse forge launcher, don't
L217[23:05:26] <Diz​hka> i see, thank you ❤️
L218[23:07:04] <Amanda> %command add downloaderrors If you're using the curseforge launcher, don't. It ships and forces you to use an ancient version of Java which can't access most of the Internet due to changing cryptographic standards.
L219[23:07:04] <MichiBot> Amanda: Command Added! Don't forget to set help text with %command addhelp!
L220[23:08:05] <Amanda> %command addhelp downloaderrors Informs the chat about the most common reason for download errors while in-game.
L221[23:08:05] <MichiBot> Amanda: Help Set
<<Prev Next>> Scroll to Top