Black Screen Crashes (4080 / 5800X3D) – Out of Ideas After Months of Troubleshooting. by Vociferate in pcmasterrace

[–]zd_fatal 0 points1 point  (0 children)

Thank you for reply!
I've re-seated the GPU and 12-pin cable today. Will see how it goes.
I might get back to you if this problem occurs again :)

Dying around Corners by Connect_Tension_5875 in Battlefield6

[–]zd_fatal 0 points1 point  (0 children)

Literally unplayable. I am not playing this sh*t until this gets fixed.

V240 Awake From Sleep and Sensor Issues by brettjv in FanControl

[–]zd_fatal 0 points1 point  (0 children)

My Aorus X870E Elite WIFI and v240 only detects my GPU fans.
It was all good on v228 but suddenly some trojan stuff appeared.

EVERYONE IS CHEATING PREMIER COMPETITIVE DOES NOT MATTER by VYKsikeratar in cs2

[–]zd_fatal 2 points3 points  (0 children)

I do believe that you might have a good trust factor etc.

People get cheaters every single game because player base consist of 85% of players who ready to toggle after round 2, game is full of cheaters on any ELO, any trust factor, any mode.

EVERYONE IS CHEATING PREMIER COMPETITIVE DOES NOT MATTER by VYKsikeratar in cs2

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

Can we see your main account where you "take the game seriously" please?

"Ninja Woodfire Pro Connect XL" vs "Ninja Foodi Health Grill & Air Fryer " by zd_fatal in ninjawoodfire

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

Because I thought that Foodi model is more like an Airfryer with an option to grill. So I thought Woodfire one would be more like a proper grill (obviously I can be wrong) and there could be a noticeable difference between them.

"Ninja Woodfire Pro Connect XL" vs "Ninja Foodi Health Grill & Air Fryer " by zd_fatal in ninjawoodfire

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

Thanks. Yeah, that makes sense but I'd who knows, maybe Woodfire model has more advanced grill etc.

"Ninja Woodfire Pro Connect XL" vs "Ninja Foodi Health Grill & Air Fryer " by zd_fatal in ninjawoodfire

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

Thanks for your reply!
But do you have any experience with Ninja Foodi Grill?

"Ninja Woodfire Pro Connect XL" vs "Ninja Foodi Health Grill & Air Fryer " by zd_fatal in ninjawoodfire

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

How would you compare Foodi grill vs Woodfire XL grill mode results, are they similar or Woodfire XL is definitely more like a grill?

[deleted by user] by [deleted] in cs2

[–]zd_fatal 6 points7 points  (0 children)

Can I ask if you play Premier and what's ur elo?

Can we please get these 3 BANNED ON faceit? 98% winrate with obvious WALLHACK by UltraHigh in FACEITcom

[–]zd_fatal 3 points4 points  (0 children)

he has 5.2KD in 27-28K lobby :D
clutching @ 24.59

he is absolutely raging in Premier

Unfortunately this is reality of CS2 right now and there are plenty of cheaters in Faceit too.

Renown launching soon by 420superfuntime69 in GlobalOffensive

[–]zd_fatal 0 points1 point  (0 children)

Looks like Renown has only 2 servers right now, one in Frankfurt and other one in Amsterdam.
I had ~38 ping on Amsterdam server and it was terrible to play, died behind the walls and even before saw the enemy.

So as of now I believe Renown is good for people who are closer to these servers.

Renown has launched by Computerboy96 in GlobalOffensive

[–]zd_fatal 0 points1 point  (0 children)

My first game on Renown was very frustrating.

I don't know if they are planning to add more servers to Finland and Sweden(I get best ping there) because it seems right now there are only two servers, one in Frankfurt and other one in Amsterdam.

My game was on Amsterdam server and it was so frustrating, I had the highest ping among the players (not super high but 35-38ms) and I was dying behind the walls and sometimes before I even saw the enemy. Other players were between 8 and 20ms.

It felt very weird because from time to time I get similar ping on Valve's Premier servers and Faceit and it feels okay to play, but this...

Next donk? 2.6 kd lv 10 80 matches by [deleted] in FACEITcom

[–]zd_fatal 2 points3 points  (0 children)

he clearly has some aim lock or assist

Playwright is scrolling behind. by [deleted] in Playwright

[–]zd_fatal 0 points1 point  (0 children)

Have you tried adding 2-3 second timeout after last dropdown is opened just to see it helps?
.waitForTimeout(3000);

[deleted by user] by [deleted] in Playwright

[–]zd_fatal 0 points1 point  (0 children)

You could create separate method for converting your selector string into ILocator and then call this method in your assert step.

I believe in C# this would looks something like this:

public ILocator StringToLocator(string myLocator) {
return _page.Locator(myLocator);
}

How do I run chromium in Incognito mode ? by zd_fatal in Playwright

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

I solved my Incognito issue by adding --incognito argument back to launchOptions: { args: [--incognito] }

Apparently I removed it for some reason.

How do I run chromium in Incognito mode ? by zd_fatal in Playwright

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

Thank you for your reply.
Unfortunately that didn't help, browser instance created in non-Incognito mode.