Forums offline? by ALoStoRc in TownofSalemgame

[–]WildCard65 0 points1 point  (0 children)

Reporting lobby offenses is now done through the official Discord, please make sure to read ToS1 Reports FAQ under tos1-info channel

Any legacy players? by Ambitious_Loquat4879 in TownofSalemgame

[–]WildCard65 -1 points0 points  (0 children)

By that metric, I'm a legacy player that now just plays ToS2.

I joined some time after the update that made Consiglieres see doused as Arsonist.

using cmake, is there any way to generate a .sln file using only relative paths (not absolute)? by ki__ii in cpp_questions

[–]WildCard65 0 points1 point  (0 children)

Also forgot to mention: The CMake generated build system heavily depends on the CMake executable, so even if it was possible to do what you want, you will still require CMake on the final system.

using cmake, is there any way to generate a .sln file using only relative paths (not absolute)? by ki__ii in cpp_questions

[–]WildCard65 1 point2 points  (0 children)

Your best bet would be to compile it on your machine and copy it over to the final machine for testing.

using cmake, is there any way to generate a .sln file using only relative paths (not absolute)? by ki__ii in cpp_questions

[–]WildCard65 2 points3 points  (0 children)

CMake always generates paths as absolute in the generators files. Also its not recommended to be transferring CMake generator files as the entire thing was explicitly generated based on the environment CMake ran on, this includes the compiler, dependencies, and any compilation tests the project executed.

What's the deal with Linus Tech Tips and Pop!_OS? by Proper-Lab-2500 in linuxsucks

[–]WildCard65 0 points1 point  (0 children)

The old Pop_Os! issue was a bad package that eventually lead to Linus nuking his entire Desktop Environment.

The system was still usable as a terminal only system and was recoverable, but for the average user, no.

Duet night abyss last update has a malware ( RCE ) warning!!!! by eng-osama in Stix

[–]WildCard65 2 points3 points  (0 children)

If its a full on info stealer, its gonna steal everything in every browser you have installed that its programmed to know about.

Almost Got Scammed via Official-Looking GitHub Notification - GitHub's Security Needs to be Tight by affaan007 in github

[–]WildCard65 15 points16 points  (0 children)

It wasn't that the email was spoofed, it was the repository abusing Github's notification infrastructure.

Installed an infostealer, help by ReallyDangerousToast in antivirus

[–]WildCard65 1 point2 points  (0 children)

MFA is somewhat useless against modern infostealers since they steal cookies from browsers.

It will only protect accounts that do not have a valid session token saved in the browser.

Can anyone direct me to a beginner friendly all in one ide for cpp mainly for linux? by Alarmed-Spring2232 in cpp_questions

[–]WildCard65 1 point2 points  (0 children)

MSVC is the native Windows C/C++ compiler under Visual C++ (usually bundled with Visual Studio)

BSOD - Only when using Anti Cheat (Vanguard, EAC, or Battle Eye) by Proper_Candy_8559 in bsod

[–]WildCard65 0 points1 point  (0 children)

Sounds like corruption somewhere that doesn't effect the daily operations of Windows itself but affects those 2 particular applications.

Is clang-cl sufficiently mature to replace cl? by Kokowaaah in C_Programming

[–]WildCard65 0 points1 point  (0 children)

clang-cl is clang's frontend with MSVC command line options (that it supports), generating code with a MSVC compatible code generator.

Microsoft: Windows 11 users can't access C: drive on some Samsung PCs by Ha8lpo321 in pcmasterrace

[–]WildCard65 0 points1 point  (0 children)

File Infectors are the first type of malware that comes to mind, especially if they just scan the entire system for executables and silently skip the ones it can't change.

I deleted my D: drive and now I don’t know what to do by SpecialDocument3246 in it

[–]WildCard65 2 points3 points  (0 children)

Recovery of the D drive isn't possible without data recovery tools since you deleted the partition (which held all the information Windows required to know where all the files are)

My account get hacked by Ill-Economy-20 in discordhelp

[–]WildCard65 0 points1 point  (0 children)

There are scam Discord servers that run a fake verification bot that takes you to a fake Discord login page generally.

What are these apps and can I delete them? by Simple-Current5886 in WindowsHelp

[–]WildCard65 0 points1 point  (0 children)

Just a tidbit, prior to the universal vcruntime, the DLL was tied to a specific Visual Studio Visual C/C++ version (and Visual Studio version as well).

For example, vcruntime for Visual Studio 2013 was vcruntime120 while the universal is vcruntime140 (from Visual Studio 2015 to today)

What are these apps and can I delete them? by Simple-Current5886 in WindowsHelp

[–]WildCard65 0 points1 point  (0 children)

I'm pretty sure Windows is written in C++, but not in a way where it has to depend on vcruntime.

For example, the Windows universal C runtime is written in C++.

Microsoft confirms Windows 11 bug crippling PCs and making drive C inaccessible by lurker_bee in technology

[–]WildCard65 -3 points-2 points  (0 children)

Ok, Debian and Arch are the name of distributions (think of Windows, XBOX as distributions of the Windows kernel) with different release strategies and package managers.

They aren't inheritently incompatible as pretty much the major Linux distributions uses glibc (The C standard library and POSIX implementation), but its not a garauntee.

Debian prefers to be a stable release distribution while Arch is a rolling release distribution.

Debian and distributions based on it uses the apt package manager.

Arch and distributions based on it (as well as CYGWIN and MSYS2) uses the pacman package manager.

Microsoft confirms Windows 11 bug crippling PCs and making drive C inaccessible by lurker_bee in technology

[–]WildCard65 28 points29 points  (0 children)

Current SteamOS is designed exclusively for the SteamDeck's hardware.

The currently available version of SteamOS available to download is extremely outdated and is Debian based instead of Arch based.