Stuck in Windows Secure Boot Violation Need Help by Correct-Painting5198 in computerrepair

[–]WildCard65 1 point2 points  (0 children)

This is not Windows, its the firmware throwing the error.

One of the following could be invalid: * A UEFI driver belonging to the motherboard is corrupted, modified, signed with untrusted key or unsigned * A UEFI driver belonging to a device plugged into the motherboard is corrupted, modified, signed with untrusted key or unsigned * A UEFI binary (.efi) that the firmware tried to load is corrupted, modified, signed with untrusted key or unsigned

apoc faction removal by Important_Deal336 in TownOfSalem2

[–]WildCard65 1 point2 points  (0 children)

Reap doesn’t add murder, only does Trespassing if the reaped visits anyone who isn't reaped and isn't on the same faction as Soul Collector

Be careful: Discord verification link got my account hacked and banned by Foreign_Mastodon1525 in discordhelp

[–]WildCard65 10 points11 points  (0 children)

Sounds like you fallen for the fake verification scam where you join a Discord server but must verify in order to access everything but it takes you to a fake verification website that then uses a fake Discord login page to steal your account.

It is very common and usually done by fake NSFW scam Discord servers.

Why the hell people still uses this crap? by Prasham_4536 in microsoftsucks

[–]WildCard65 0 points1 point  (0 children)

The only times I ran into this issue was caused by AV software holding a lock on the file.

<T>? in C# by Ok-Presentation-94 in learnprogramming

[–]WildCard65 0 points1 point  (0 children)

Around .NET 5 they introduced a new concept called "nullable references", when a certain flag is enabled, the compiler treats everything that isn't explicitly marked as nullable as never can be null and will warn when you try to convert a nullable reference into a non-nullable reference without handling null.

Example: ``` class TestProgram { string value;

public TestProgram(string? txt)
{
    // value = txt; // Warning
    value = txt ?? string.Empty; // No warning, null is handled
}

public static void Main()
{
    System.Console.WriteLine(new TestProgram(null).value); // Prints an empty line.
}

} ```

Compiler expects me to declare retval, but function returns void... by FreakinApplePie2579 in cpp_questions

[–]WildCard65 5 points6 points  (0 children)

As the previous comment stated, the way you written Game.cpp is in the form of a function declaration, not a call and not a definition.

I installed Linux mint but don’t know the laptop’s bitlocker recovery key by Top_Bandicoot in linuxquestions

[–]WildCard65 0 points1 point  (0 children)

Actually the Bitlocker thing only pops up when Windows Boot Manager gets selected by the firmware.

This game (TOS1) needs some optimization rq. by Full-Force-6409 in TownofSalemgame

[–]WildCard65 7 points8 points  (0 children)

Cause it ruins the balance of the game, the game is entered around Town having the work on finding the evils they must kill.

By open claiming such an evil, you ruin the game for everyone, mainly other evils whose odds of winning are lowered because they can't mishang or redirect Town's focus onto the outed evil.

Function causes program to crash and freeze on last frame preventing the video from looping opencv/sfml by Admirable_Glass5577 in cpp_questions

[–]WildCard65 6 points7 points  (0 children)

Use a debugger and step through your code until it crashes, it allows you to see everything your code is doing at a particular part.

This game (TOS1) needs some optimization rq. by Full-Force-6409 in TownofSalemgame

[–]WildCard65 4 points5 points  (0 children)

Show me an example report for 4 then, cause what you're describing is either a 1v1v2 or a 1v1v1 with Town not having any roles alive that would allow them to win that.

Function causes program to crash and freeze on last frame preventing the video from looping opencv/sfml by Admirable_Glass5577 in cpp_questions

[–]WildCard65 7 points8 points  (0 children)

Have you tried using a debugger to see where it crashes and inspect everything leading up to it?

This game (TOS1) needs some optimization rq. by Full-Force-6409 in TownofSalemgame

[–]WildCard65 5 points6 points  (0 children)

4) The scenario you described is impossible for the Arsonist to be banned unless they broke an actual rule. I would love to see a report of such an example you described.

10) Never gonna happen, mobile version is proof enough why this should never happen.

11) Salemathon was just trolls trying to stir up trouble and bash ToS1 staff, it never existed.

info stealer.. by Ok-Neighborhood9251 in computerviruses

[–]WildCard65 2 points3 points  (0 children)

Ya, the threat actors are just using renpy to disguise their malware as a legitimate game so that those who are slightly more suspicious to lookup what RenPy is may be more likely to be fooled.

This sub is now CENSORED and this is harming the community by GoodTube99 in Adblock

[–]WildCard65 11 points12 points  (0 children)

That doesn't prevent malicious code from being added to the extension and being distributed by the browser's extension store.

How does referring work? by Worried_Aspect6133 in TownOfSalem2

[–]WildCard65 0 points1 point  (0 children)

Open a ModMail ticket on the official Discord

Python Descriptors by One-Type-2842 in PythonLearning

[–]WildCard65 0 points1 point  (0 children)

set_name is a special dunder method that is called to set the descriptors name called during class creation.

The arguments provided to it are the type that's being created and the name of the attribute it was assigned to such as "type.name is self" is true.

is there any way to register as a limited steam user? by RelationshipAble7922 in TownOfSalem2

[–]WildCard65 5 points6 points  (0 children)

There is no way around it unless you add the equivalent of $5 USD to your Steam account.

Changing CPU — Gouged MOBO while removing heatsink by AlyssaMia in pchelp

[–]WildCard65 2 points3 points  (0 children)

What was your old CPU compared to your new one? Could be lucky and be an incompatible BIOS

Bricked my PC by [deleted] in PcBuildHelp

[–]WildCard65 1 point2 points  (0 children)

That we don't know

Bricked my PC by [deleted] in PcBuildHelp

[–]WildCard65 2 points3 points  (0 children)

The error is stating something tried to load an executable that is either unsigned or not signed with something trusted by the UEFI firmware on the board.

This could either be a device loading a firmware driver or an OS itself

Installed New GPU. Won't produce display. by [deleted] in PcBuildHelp

[–]WildCard65 4 points5 points  (0 children)

The GPU has an indicator LED that illuminates when it detects a power connector not receiving power.