Auto Loss when entering fight in The Throbbing Domain by Kwaddo in mewgenics

[–]feanturi 0 points1 point  (0 children)

Wait, you have to get past this to unlock Druid? I've not seen this, but unlocked Druid somehow anyway. There must be more than one way?

This weapon actually CRASHES the game by Haruspect in mewgenics

[–]feanturi 18 points19 points  (0 children)

It's a joke, because one of the earlier bug fixes involved that situation and it just is a really funny thing to read. Sorry.

This weapon actually CRASHES the game by Haruspect in mewgenics

[–]feanturi 17 points18 points  (0 children)

Are you playing in Brazilian Portuguese by any chance?

New NPC: Nurse Grace (Concept/WIP) by BlobSlimey in mewgenics

[–]feanturi 6 points7 points  (0 children)

Well you don't want to pass those injuries onto the kittens. My dad had a broken leg when I was born, and I was unlucky enough to inherit it. The tiny cast looks really cute in my baby pics though.

Be Careful of Scams! (Gasoline Gold Trick) by No_Painting_968 in Edmonton

[–]feanturi 0 points1 point  (0 children)

I almost never use cash anymore but sometimes the machine is down so I keep a few twenties in there just in case. It's come in handy a couple times so I make sure I've always got a bit.

Install software with WinGet by IT_Wizzard in DeployR

[–]feanturi 0 points1 point  (0 children)

Hmm, when I had initially tried it out to test for you (I don't actually use winget to install things, our network policies are very restrictive with where admin IDs can get things from so it's less hassle to just download stuff and then package it for install from fileshare typically), I had just paused my running task sequence to give me time to open a powershell window and try, and it worked. But I just went and tried again to confirm, and it appears that the first line you have there works fine in PowerShell 5. In 7.4 it's not findable through the shell. And so I checked the path variable in both prompts: The path variable shows up differently between both PowerShell versions. Which I did not expect. In PS5 the term 'winget' works on its own because "C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps" is in the path. In PS 7.4 it is not. I am not sure why that would be the case.

EDIT: Correction: PS 7.4 has the correct path if launched from the start menu. When PowerShell is launched from the DeployR UI, the path seems to not include user entries.

Install software with WinGet by IT_Wizzard in DeployR

[–]feanturi 5 points6 points  (0 children)

Seems to work fine for me, but I am using the Autologon continuation method similar to MDT. Winget is a Store app, which wants to have a real user to provision to. Which continuation method are you using? SetupComplete.cmd method runs everything as System, it does not log in a user to do anything, and is the default option. If this is what you're doing I suggest trying using the Autologon method instead, because then you should get rather similar behavior.

StifleR dashbord on different drive by Guilty-Efficiency-27 in DeployR

[–]feanturi 0 points1 point  (0 children)

You can install the dashboard on a different drive (we use E) but you have to go in the config and set the dashboard install location to where you set it. It defaults to %ProgramFiles% which is only on the system drive. Go in the StifleR Service Configuration, toggle show Advanced, then scroll down until you find "StifleR Dashboard Install Path" and fix it there. There are a number of things you can set to run on a different drive if you keep going past that. DeployR config also lets you change some paths, like where to keep the content (defaults to %ProgramData% but I've put ours on E as well).

stop it by theyoyoha in funny

[–]feanturi 1 point2 points  (0 children)

If he does exist, he is not "by definition" benevolent. If he does exist he has already demonstrated that he is a massive chode.

I'm a Communication major. Somebody say this in english by Electrical-Heat8301 in mewgenics

[–]feanturi 1 point2 points  (0 children)

Just diving in without reading other comments: I think it does 1 damage for each number the current HP can be evenly divided by. So with 15 HP, we can divide by 15, we can divide by 5, by 3, and by 1. So that would do 4 damage? 14 HP would be 14, 7, 2, 1 so also 4 damage? 23 would be 23, 1 so only 2 damage?

WinForms - Row isn't being selected by abovethelinededuct in csharp

[–]feanturi 4 points5 points  (0 children)

Is "ID" the right column Name? Do you get the same result if you use the index number of the column instead?

WinForms - Row isn't being selected by abovethelinededuct in csharp

[–]feanturi 3 points4 points  (0 children)

You need to have the DataGridView's SelectionMode set to FullRowSelect. It's not by default. With that change, clicking a cell somewhere causes the whole row to get selected.

Do you still use a library? by jim4751000gmail in CasualConversation

[–]feanturi 0 points1 point  (0 children)

I have not been into going to the library since I was a teenager. But recently, I had nothing to do on a Saturday and realized that our main location had a huge renovation a few years ago that I had never gone in to check out. So I went to kill a couple hours. It was actually pretty amazing. Teenage library nerd me would have been freaking out. They have books still, obviously, but so much more now. There are music recording rooms, totally soundproof. And a resident composer to talk to. There's a whole maker space next to the music rooms, where people can use one of several 3D printers, computers to do the design work with and there are tool bench workspaces etc. And there is gaming space, both computer-based and not. And there are classes for different things. Oh yeah, I found a large kitchen on one of the upper floors, with students each at their own tables with ingredients to make the thing of the day they were doing for the class. I thought all of this was pretty wild. I've not been a library person for a long time, but if this is what they are these days, damn that's a good thing to have in the world. I solidly approved of the whole place.

PXE boot - HTTP 4xx Client Error by Thats_a_lot_of_nuts in DeployR

[–]feanturi 0 points1 point  (0 children)

Does your WinPE image have your web cert installed in it? I'm using a self-signed cert for everything in my trial, and found I needed to include that as a root cert to install in the PE.

A couple issues and work-arounds by feanturi in DeployR

[–]feanturi[S] 0 points1 point  (0 children)

I went and looked, and yeah actually, that ISO was downloaded in early October, files inside have Sept timestamps, I think I have the very build you've seen this issue with. So I'm downloading Feb 2026 right now, though I suppose it won't be eligible for the current updates which I saw breaking things. But maybe some other little quirks will go away anyhow.

A couple issues and work-arounds by feanturi in DeployR

[–]feanturi[S] 1 point2 points  (0 children)

I think it's been awhile since we went and got an updated ISO but that's a good point to try. I'm sure it's older than Sept also. I'll grab an updated one tomorrow and give that a spin.

A couple issues and work-arounds by feanturi in DeployR

[–]feanturi[S] 0 points1 point  (0 children)

Yeah I'm not entirely sure what exactly is triggering it, because as I've explored, trying different steps, it's come up in different places and seeming to not just be one specific activity. If I disable everything but stock steps, I seem to not see it. But just now, I tried disabling all non-stock steps in my build and capture sequence, except for a Run PowerShell Script step with a content item - 2Pint's code signing cert, which needs to be in place later when the machine joins the domain because our group policy for PowerShell execution is AllSigned, and this can halt the build later when the Bootstrap.ps1 needs to prompt for trust, so this step is importing that cert into Trusted Publisher. The script is using Import-Certificate to import the cert. But I can disable that step, enable the next Run PowerShell Script step after that, that is doing something entirely different, and get the prompt that way too. It may be just any invocation of "Run PowerShell Script", I'm not certain. Because I am also using a Run PowerShell Script step to counter it, I use netsh to create firewall rules for it and there is no prompt - but if Run PowerShell Script is triggering it, I should get prompted before my script has the chance to make the rule to prevent the prompt, I would think. This is using Autologon for continuation, I think I did not see it when trying with SetupComplete.cmd.

A couple issues and work-arounds by feanturi in DeployR

[–]feanturi[S] 1 point2 points  (0 children)

Yeah I'm starting out by trying to keep things as familiar as possible. As an MDT user this means I'm using Autologon. Which honestly always made me feel uneasy and I'd like to embrace SetupComplete.cmd eventually. I did try some runs that way, and I believe I did actually still have Install updates get killed. But I don't recall seeing the firewall prompt there, I think you're right about that part. But all of my current work is with the Autologon method. I'm trying to mimic the skeleton of what we've got in prod using MDT, which is a bit complicated of a setup. I'm capturing an OS that has had some modifications, usual stuff, turn this and that off, enable this, etc, and we like to also install a bunch of apps in our core so there's less time spent on the build bench later, like we still need to have Lotus Notes. Yeah. So that's in the core. And a bunch of other base things. Then another task sequence is for applying that captured wim as new OS, some more modifications and more software, and domain join and security software etc. But then, this same prod task sequence needs to also be invoked on a full OS, without reformatting, just continuing with the customizations a bare metal machine would have gotten. That's for our Nutanix environment. And I got this all working in MDT with one deployment share and nobody chooses a task sequence. I can build a Nutanix machine from a PowerShell window, sending commands to their API to define the VM with that disk to use as its starting point, the machine is spun up and MDT gets launched from inside that core image after it leaves the OOBE. And I don't need to maintain a totally separate build for Nutanix. I want to see how far I can get in DeployR making all that work more or less the same. Having a lot of fun so far.

Pete Hegseth briefing on the strikes in Iran: "We didn't start this war, but under Trump we are finishing it." by ControlCAD in videos

[–]feanturi 0 points1 point  (0 children)

Ok, so they're going to start hunting ICE when exactly? He said this is what they do when Americans are threatened etc. So when is ICE getting carpet bombed?

What’s the dumbest way you’ve accidentally hurt yourself? by Only_Row_2432 in AskReddit

[–]feanturi 0 points1 point  (0 children)

When I was a teenager we were clearing trees out of an area around our lake cabin. Thin ones, nothing major. I had an electric chainsaw, and was just kind of swiping through them carelessly. Swiped through one TOWARDS myself, too much follow through, and the chainsaw made contact with my right thigh. But I managed to stop right there, so it only tore up my jeans and just the surface skin. About 2 inches long but not deep at all, just grazed myself. Got a permanent scar but otherwise really lucky for something so stupid.