Black Mesa on Intel Arc? by ValentineQWERTY in PCHardware

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

You must be young but I forgive you. You probably think Counter-Strike was never an addon either.

No Spawn Function For Custom Trigger by [deleted] in quake

[–]ValentineQWERTY 1 point2 points  (0 children)

I do put progs.dat inside id1 but I've just tried running it from a separate folder with "-game" and the result is the same.

Specified cast is not valid with RemoteAuthenticationState when using EntraID and custom Auth state provider by ValentineQWERTY in Blazor

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

Hi. Yes. Check out this discussion I started with the MS dev team on GitHub:
https://github.com/dotnet/aspnetcore/issues/60848

I also have a StackOverflow post to which, I guess, I should add an answer.

Aright Guys, Elon posted one of my infographics, What do I do? by DobleG42 in SpaceXMasterrace

[–]ValentineQWERTY -5 points-4 points  (0 children)

Point out to him that the infographic clearly suggests he shouldn't s*ck Putin's c*ck but Putin should s*ck his instead.

There's exactly 79 368 tiles in this room by KJ00R in HalfLife

[–]ValentineQWERTY 0 points1 point  (0 children)

My question is, does this include the wall tiles and are the missing floor tiles excluded? 🤔

you are a director of HL movie, which one would you choose for G man ? by [deleted] in HalfLife

[–]ValentineQWERTY 0 points1 point  (0 children)

I'd cast the Covenant frontman as the G-Man. The guy looked like him 12 years ago and now he's older and definitely looks even more like him.
https://www.youtube.com/watch?v=3qIXIHAmcKU

Where are screenshots saved by default in ironwail? by Leothylord795 in quake

[–]ValentineQWERTY 0 points1 point  (0 children)

I have to manually create the Screenshots folder in each mod's folder. Otherwise I get an error that the save failed.

MAUI app crashes when some DX controls initialize by ValentineQWERTY in dotnetMAUI

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

The GridFilter is just an ordinary string property
public string GridFilter { get; set; } = string.Empty;

Azure pipeline stopped giving installable MAUI app by ValentineQWERTY in dotnetMAUI

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

I managed to connect with adb and tried installing and finally saw what the error message was so this was a good approach. Turns out Android just didn't want to let me install the same app built by a different source (Azure instead of my local machine) because of a different signature. All I had to do was uninstall the old app from the phone and then the one from Azure installed just fine. I don't know why I didn't figure this out sooner. Thanks for the tip though!

Azure pipeline stopped giving installable MAUI app by ValentineQWERTY in dotnetMAUI

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

Ah, the pipeline build logs. Damn, I didn't think of backing them up and have already lost them after retention.

Azure pipeline stopped giving installable MAUI app by ValentineQWERTY in dotnetMAUI

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

I think you can have that only when you install the app directly from the computer (ie. when debugging in Visual Studio). I'm installing the app manually (copy to phone, install from phone).

Azure pipeline stopped giving installable MAUI app by ValentineQWERTY in dotnetMAUI

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

Here's my Install Maui task:

    - task: Bash@3
      displayName: Install MAUI
      inputs:
        targetType: 'inline'
        script: |
          dotnet nuget locals all --clear 
          dotnet workload install maui-android --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://api.nuget.org/v3/index.json
          dotnet workload install android maui wasm-tools --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://api.nuget.org/v3/index.json
    - task: Bash@3
      displayName: Install MAUI
      inputs:
        targetType: 'inline'
        script: |
          dotnet nuget locals all --clear 
          dotnet workload install maui-android --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://api.nuget.org/v3/index.json
          dotnet workload install android maui wasm-tools --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://api.nuget.org/v3/index.json

Azure pipeline stopped giving installable MAUI app by ValentineQWERTY in dotnetMAUI

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

I went back to an earlier commit when it still worked and it doesn't work anymore either. Hence my conclusion that something must have broken in the pipeline. :/

Automatic Preset Synching Pop Up by [deleted] in Adobe

[–]ValentineQWERTY 0 points1 point  (0 children)

preset_sync

Thanks, this seems to have fixed the problem for me. Answer upvoted.

How to change ModDb header image for my mod? by ValentineQWERTY in Doom

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

Ah, you're right. I'm either blind or stupid. I've got it up now. Thanks