#tech-support

1 messages ยท Page 107 of 1

zenith carbon
#

like from the folder?

rancid loom
#

welp yeah I understand that

toxic atlas
#

No I mean the fucking reinstall windows prompt

zenith carbon
#

or can i just right click the desktop icon for endfield

hazy venture
#

ayooo jokerrr

tall acorn
versed nimbus
#

Just run endfield

hazy venture
#

you're back after a really long time

rancid loom
#

then right click on it

broken swift
tall acorn
zenith carbon
#

i ignore this right

tall acorn
hazy venture
#

tf

tall acorn
hazy venture
#

595.59

toxic atlas
rancid loom
tall acorn
#

skip that version lmfao

golden zenith
broken swift
tall acorn
#

unless you'd rather go back to square 0

rancid loom
#

@zenith carbon then just put a check mark on Run this program as administrator

zenith carbon
#

holy reflection but uh

#

i found it manually

tall acorn
toxic atlas
hazy venture
zenith carbon
#

oh found it

#

i have 2 drives yea

rancid loom
versed nimbus
#

You can screenshot again now

tall acorn
#

game usually launches with administrator, but you can search for it in your other drive if you want to

versed nimbus
rancid loom
hazy venture
rancid loom
zenith carbon
#

this one right

tall acorn
#

yeah

toxic atlas
#

People really shouldn't just run anything as admin
But hell, it's windows

proven sundial
hazy venture
#

i get ittt

#

didn't know it was a thing :(

hazy venture
#

๐Ÿ˜‚

zenith carbon
#

i just got a windows double beep thing and my cursor froze for a sec

#

but my laptop does that so often

#

ok its launching

#

im scared yall

#

nothing changed

hazy venture
#

we're all scared-

#

๐Ÿ˜‚

#

just of different things

zenith carbon
#

probably 4s in, audio chopping and crash ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ”ซ

tall acorn
#

back to reliability monitor and the dump files ig

zenith carbon
#

but after the crash no gryphline launcher and i got another double beep sound

rancid loom
#

so DDU didn't work...

tall acorn
#

go back to here and search for more error codes, and also send us the dump file from

toxic atlas
#

Read the damn dump file

hazy venture
#

uhh

zenith carbon
#

maybe its a gpu thing? i tweaked a lot in the control panel

broken swift
zenith carbon
#

nvidia control panel

tall acorn
#

@zenith carbon %SystemRoot%\Minidump

toxic atlas
hazy venture
#

maybe dude gpu's unstable

tall acorn
#

it's a different issue

proven sundial
#

You guys did not listen what i said before ...

zenith carbon
#

i forgot how to get there

#

can u remind me pls

toxic atlas
#

Wait what's his CPU

tall acorn
rancid loom
proven sundial
#

Windows integrity failure

tall acorn
rancid loom
#

let's read the minidump first guys

hazy venture
#

ah yes, a 5060 laptop

zenith carbon
rancid loom
rancid loom
toxic atlas
rancid loom
#

another long night for tech support

zenith carbon
broken swift
zenith carbon
#

LE83F50052US is the model

rancid loom
#

okay Max how do we read this?

hazy venture
zenith carbon
#

its a 5080

hazy venture
#

wat

zenith carbon
#

unless i got scammed

toxic atlas
hazy venture
#

weird search results then nvm?

toxic atlas
#

Or NirSoft's BlueScreenView

tall acorn
#

my fault

hazy venture
#

oh, zencrox just

tall acorn
#

got the wrong guy

hazy venture
#

told wrong

#

model

#

-_-

broken swift
hazy venture
#

bruh ok

tall acorn
#

laptop model is on me

hazy venture
#

i'm not trusting you-

#

anymore :(

rancid loom
zenith carbon
#

heres a link to it

versed nimbus
#

My will to live in a graph

hazy venture
#

its okay

tall acorn
#

confused it with this guy who we were talking to earlier that stated his laptop model

#

also lenovo

tall acorn
hazy venture
#

Intel Core Ultra 9 275HX and 5080 laptop

#

aka 4070 desktop-

broken swift
zenith carbon
hazy venture
#

just end it here

tall acorn
#

just upload them to discord here

hazy venture
#

drag it

#

UwU

tall acorn
#

thanks

zenith carbon
#

also i appreciate you all for taking the time to help me but i should mention that its abt to be 5 am for me and my morning class is in 4 hrs PerliWheeze

#

i hate this computer stuff no offense

broken swift
broken swift
rancid loom
#

brooooo

hazy venture
#

HUH

#

๐Ÿ˜’

broken swift
zenith carbon
#

what is the verdict ๐Ÿ˜”

toxic atlas
toxic atlas
#

Just from that first dump

hazy venture
#

sad

rancid loom
#

hold on I just ran the latest which is the 0227

toxic atlas
#

Let's see the others

zenith carbon
sudden sinew
hazy venture
sudden sinew
broken swift
toxic atlas
hazy venture
#

intshit

zenith carbon
#

wouldnt my laptop be more.. disfunctional then

hazy venture
zenith carbon
#

ive been running everything else fine

sudden sinew
toxic atlas
broken swift
rancid loom
#

this is the 022426 dump

broken swift
zenith carbon
#

also idk if this matters but the fans are constantly speeding up and slowing down

toxic atlas
sudden sinew
toxic atlas
#

That's quite literally a bad driver error

rancid loom
#

module?

toxic atlas
rancid loom
tall acorn
#

alright i've gone through all of them

rancid loom
#

that's for the first one

tall acorn
#

probably want to run the sfc commands

toxic atlas
tall acorn
#

@zenith carbon

rancid loom
#

module for 2nd is ntkrnlmp.exe

tall acorn
#

did he go to sleep

toxic atlas
zenith carbon
#

no im still here sorry

#

whats the plan

tall acorn
#

also the earliest minidump was a crash in a different game

toxic atlas
#

Next dump?

tall acorn
#

one sec

tall acorn
# zenith carbon whats the plan

@zenith carbon

Here's the order of commands and why this sequence makes sense:

1. dism /online /cleanup-image /startcomponentcleanup

This command removes old, unused versions of Windows Update files and components, which can free up space and prepare the system for repair operations. It ensures your component store is in good shape before proceeding with deeper repairs.

2. dism /online /cleanup-image /restorehealth

This command scans the component store for corruption and repairs it by downloading fresh files from Windows Update or a specified source. It's essential to fix any issues in the component store that might cause problems for the System File Checker (SFC).

3. SFC /SCANNOW

This command checks the integrity of system files and replaces any corrupt files with the correct version, using the component store repaired by the previous command. Running it last ensures it has access to a clean component store.

Why this Order? Running startcomponentcleanup first prepares the system for repair. restorehealth ensures the repair tools themselves aren't compromised. SFC can then operate effectively, relying on the now-clean component store.

rancid loom
#

the 022226 dump has the same error as the first one

#

so yeah Xomori may be right

#

it's a Windows integrity failure

#

how the fuck do you do this Xomori

tall acorn
hazy venture
zenith carbon
broken swift
golden zenith
hazy venture
rancid loom
sudden sinew
rancid loom
#

when I checked on the second one it's looking more or less THAT

zenith carbon
rancid loom
#

the third one just confirmed our suspicions

hazy venture
compact egret
#

Anyone know how fix that Error Code 0?

sudden sinew
rancid loom
sudden sinew
#

this is the requirement to run the dism integrity check tool

bitter hazel
#

run in admin powershell verygood

tall acorn
zenith carbon
#

okay its doing smth

compact egret
sudden sinew
rancid loom
zenith carbon
sudden sinew
sudden sinew
# zenith carbon

then the system is checking it's own internal bytes and maybe repairing

tall acorn
rancid loom
hazy venture
#

did he try undervolting his gpu using msi afterburner?

broken swift
hazy venture
#

maybe his gpu is just unstable

zenith carbon
tall acorn
hazy venture
#

and we don't even know if he has custom profile on there

broken swift
zenith carbon
hazy venture
zenith carbon
#

i enter the next one?

tall acorn
hazy venture
#

everything needs undervolt UwU

#

less watt and more frequency

zenith carbon
#

okay, its going

compact egret
sudden sinew
golden zenith
#

i wonder if Max gonna disable windows update through regedit & group policy

sudden sinew
bitter hazel
#

clean all your gpu shader cache in local user data

restore every modified clock settings to default

then try again

toxic atlas
zenith carbon
#

im getting a lot of instructions

broken swift
hazy venture
sudden sinew
bitter hazel
#

hmm just try whichever instructions comes first and the rest can come later

tall acorn
tall acorn
sudden sinew
hazy venture
broken swift
sudden sinew
hazy venture
#

i undervolted by 0.05v and overclocked by +200 of that volt something mhz and got better performance UwU

rancid loom
#

I learned a thing or two in debugging btw thanks @toxic atlas

zenith carbon
broken swift
tall acorn
tall acorn
#

could take longer

hazy venture
#

i'll show you what i did to mine

tall acorn
#

if it's taking too long, you can go to sleep for now lmfao

zenith carbon
bitter hazel
#

i uv'd my gpu to around 725mv, although the perf per frame is lower but it still give me 60 fps maxed set in my games

rancid loom
tall acorn
zenith carbon
sudden sinew
versed nimbus
#

My previous gpu was like 80+

#

thermal pads and paste from factory were dog

versed nimbus
broken swift
bitter hazel
#

my highest read hotspot is 95 lolge

#

at least it dont go above 120

toxic atlas
north moat
sudden sinew
rancid loom
bitter hazel
zenith carbon
#

@tall acorn done, running last command

hazy venture
hazy venture
zenith carbon
#

"this process will take some time"

sudden sinew
rancid loom
zenith carbon
#

2%!!!!!

bitter hazel
#

have u tried to check whether ur ram slot is loose or not lolge basic stuff

zenith carbon
sudden sinew
#

HUH

bitter hazel
#

sometimes problem dont need to be delved that deep, but since it is windows, once shit happen, get ready to dive into the depths of mariana

zenith carbon
#

while in the case

#

probably 2-3 ft off the ground

bitter hazel
#

yes

zenith carbon
#

its a good case but i could see those drops affecting hardware

hazy venture
#

@bitter hazelwhat's your gpu?

bitter hazel
#

potato

hazy venture
#

of you don't mind asking

#

pls

bitter hazel
sudden sinew
hazy venture
#

4050 laptop?

broken swift
bitter hazel
#

no im running potato desktop

hazy venture
#

well, mine has thermal headroom so i can do that, but your 6700xt might not ๐Ÿ˜‚

broken swift
zenith carbon
#

i pray to the machine gods this will fix everything and i can sleep for 3 hrs in peace PerliWaaaaa

hazy venture
broken swift
hazy venture
hazy venture
broken swift
hazy venture
#

desktop or laptop?

bitter hazel
#

desktop

hazy venture
hazy venture
sudden sinew
#

wtf did I s--

bitter hazel
#

cheap af

#

180

sudden sinew
hazy venture
#

did you know that 5050 laptop was actually better than 5050 desktop

#

laptop has GDDR7 while desktop has GDDR6X ๐Ÿ˜‚

bitter hazel
#

true

hazy venture
bitter hazel
#

non

sudden sinew
zenith carbon
#

unrelated question but was it the right move to drop 2.5k on this laptop instead of building a new desktop if i intend to use it for heavy rendering/modeling work

bitter hazel
#

wont get anything like that around here

broken swift
hazy venture
hazy venture
#

3dmark can't believe you got that high

bitter hazel
hazy venture
#

he's like: ๐Ÿ˜’

hazy venture
proven sundial
broken swift
# hazy venture LOL

Got higher performance with my old score with 130mhz normal oc (68-70c) but this is a lot cooler

broken swift
hazy venture
#

try uhhh

#

3d mark uhm

#

fuck i don't remember the name

broken swift
#

Speedway/steel nomad are the best tests available now

hazy venture
zenith carbon
broken swift
hazy venture
#

@broken swifttry time spy

#

ye

#

time spy is what i always use

hazy venture
#

speed way is not free

#

lmao

hazy venture
#

i have only demo

tall acorn
#

it depends on your use case

bitter hazel
broken swift
tall acorn
#

if you really need a mobile desktop, and don't want to haul the entire god damn thing, including the monitor and it's accessories around all the time, it's worth it

hazy venture
tall acorn
#

if you move once a month, it's not worth it

zenith carbon
#

im in the architecture field so if i cant bring my workstation w me then it limits my productivity

broken swift
hazy venture
#

bro is so poor

#

i understand you

zenith carbon
#

but if i couldve built a monster desktop then i can see the trade off?

#

with the same budget ofc

#

cause rendering takes so damn long

sudden sinew
bitter hazel
#

my colleagues that works as civil and architect also carry around heavy laptops so ye

hazy venture
#

the more you spend, the less morer you get

tall acorn
# zenith carbon but if i couldve built a monster desktop then i can see the trade off?

[Old Deep Water Dies, by Rising Tide It is Denied] Update Released <t:1773302400:R>

Important Notices:

Etchings Of Our Cosmic Dreams [Voyage to the Stars Special Event - Ended March 4th]

Endministrators have received in-game rewards via their mailbox. Make sure to play and claim them before March 14th.

Upcoming 6 Star Operators:

Tangtang [River's Daughter - Cryo Caster]

  • A new 6 star operator which primarily focuses on heavy Cryo Infliction application, Arts Susceptibility, moderate DOT, heavy AOE, and SP Restoration.
    • Her ultimate forcefully immobilizes enemies in a large AOE for four seconds and deals massive AOE damage after it ends. Operators casting a dive attack within the area will end this ultimate early and It's effects, enhance the damage, and trigger further enhanced AOE summons related to her kit.
    • Her 6 star signature weapon is the: Handcannon - Brigand's Calling.

Rossi [Wolf Pearl - Physical Guard] [Headhunting Banner Begins March 29th]

  • A new 6 star operator which primarily focuses on single targets, along with applying and modifying Physical Status Inflictions and Arts Susceptibility.

    • Her battle skill can apply Lift or Arts Susceptibility and DOT to the target, triggering her combo skill which consumes all Arts Infliction stacks on the enemy and has the ability to apply Lift and a vulnerability stack at the same time. Her ultimate unleashes a rapid flurry of stabs, afterwards slashing the target to deal massive damage and apply Heat Infliction.
    • Her 6 star signature weapon is the: Sword - Lupine Scarlet.
  • New trial Combat Drills and Sign-in Events for the upcoming operators.

  • Receiving a new operator for the first time now rewards x30 AIC Quota, retroactively mailing rewards to players who have unlocked them.

  • AIC Quota Exchange now includes 5 Chartered Headhunting permits for each banner, allowing players to purchase up to 10.

#

Upcoming Content Changes and Additions

New Events

  • New Pre-Update Sign-In Event [Qingbo Rising] will replace the [Zeroth Directive] event before the version update releases.

  • New Permanent Special Event [Beginner's Chartered Tribute] which provides 10 Chartered Headhunting Permits for completing chapter 1.

  • New Permanent Guide Event [Quietly Flows the Spring - Qingbo Stockade] which unlocks rewards for exploring the new Qingbo Stockade area.

  • New Protocol Pass: [Dark Currents] which includes new Basic Headhunting Permits for the Basic Supply and Originium Supply tiers. And also includes a new 6 star weapon selector for the Originium Supply and Protocol Customized tier each, along with profile customizations rewarded in the Protocol Customized tier.

  • New Limited-Time Special Event [Survival Training - April 9th] which consists of unusual interactive challenges for different world threats and encounters.

  • New Narrative Event [The Red Knight - March 29th] featuring the Endministrator and Rossi.

  • New Limited-Time Special Event [Cleanse and Rinse - March 29th] which allows participating players to clean graffiti in Wuling City for rewards.

    • Water jet drones may also be utilized to clean various surfaces around the world for random rewards, such as the dirt on burdenbeasts.
  • New Limited-Time Special Event [Supply: Exploration Day - March 19th] allows players to participate and gather/plant/craft resources to complete daily challenges.

Special Gamemode Updates

  • New [Grotto Survey Delver of the Cryptic Spatial Set - March 29th] featuring six Wuling themed maps and puzzles.
  • New [Umbral Monument Searing Scars Series - March 26th] unlocks with a new category featuring high-difficulty Wuling based threats.

New AIC Factory and World Changes

  • Certain Wuling Core AIC Areas, Stock Redistribution, Depot Nodes, and Environment Monitoring stations will have their max upgrade level increased.
  • New Wuling AIC facility plans and formulas to unlock, along with increased upgrade limits for certain existing plans. See below.
    -# - - Productivity Facilities: Hydro Mining Rig Water, Treatment Unit, Conduit Outlet, Conduit Inlet.
    -# - - Combat Towers: Deluge Tower, AF1 Armor Fragger.
    -# - - Conduit Outlets and Conduit Inlets allow wire transmission water transport up to 200m, removing the requirement for long-distance pipe travel.
    -# - - Placeable Forges of the Sky may now be increased to 4.
    -# - - New Cuprium Ore deposits which are self-powered by Hydro Mining Rigs connected to any water source.
    -# - - New Cuprium Ore formulas that result in new impure liquids, which may be purified via the Water Treatment Unit for utilization in advanced xiranite battery crafting recipes.
    -# - - New Cuprium Ore Gear Sets.

Additional Content

  • Training Simulations now display menu information clearer, and reward Engraved Medals for manual completion.
  • New Etchspace Salvage expansion to allow the unlocking of Aberrant Zone 4.

Future Upcoming Content

  • Stock Redistribution will allow for further upgrades in Valley IV.
#

Quality Of Life Changes

World QOL Changes

  • World map optimizations
    • Rare Gathering Sites display the number amount of materials left on the map icon, unrigged/unpowered mining spots are now tagged with an exclamation mark, players may now return to their original spot after leaving a friend's Dijiang, Farming Plot Cultivation actions now take less time and the fertilization effect is enhanced.
  • Operators now temporarily restore full health and their ultimate charge upon entering domains, reverting to their original amounts upon exiting or losing the domain, even upon death.

AIC Factory QOL Changes

  • AIC Factory Facilities now have improved descriptions, displays, and context, this also includes shared facilities which now may be deleted easily via the world map, and a new minimap option during zipline travel.
    • Players may now zoom out more in the Top Down Factory View, and the power transmission overextension buffer has been increased from 90m -> 100m. Story dialogs/cutscenes will also no longer interrupt power transmission.
  • Quick stash filters for the AIC depot to prevent accidental stashing of utilities.- Missions have a new tag which shows if they're required to unlock new areas.
  • Progressing the Stock Redistribution questlines now reward the gifts you're required to give to operators, eliminating the need to buy them.
  • Facilities may now be crafted outside of the Core AIC Areas.

Miscellaneous QOL Changes

  • Certain story dialogues can now be instantly skipped.
  • Improved the red flash that indicates enemy attacks, making it less obscured under most circumstances.
  • Weapons potentials, skills, and essence specific attribute upgrade details can now be viewed directly with in-depth details.
  • Red dot notifications and reminders are optimized to be less frequent and intrusive, and the mail cache has been improved to transfer and accept rare gatherables directly to the depot.
  • Optimized Operational Manual tracking to directly mark map locations for easier navigation.
  • Simplified the conversion to AIC Quota for duplicate 4 star operators.
  • The Etchspace Salvage introduction cutscene is now simplified and is much shorter.

Future QOL Changes

  • Quick Claiming for Dijiang cabin production and world Recycling stations that meet certain criteria.
  • Auto production and selection plans for Dijiang cabins and the clue exchange.
  • Overall optimizations for the controller experience.
  • Optimized gear and essence sorting logic in their respective menus.
  • Allowing batch gear crafting for players to speed up productivity.
#

Note: Any discussion regarding this post is intended to take place in #broadcast-chat do NOT discuss it here.

The Channel Is Currently Closed. Discussion may take place in #infra-station.

broken swift
bitter hazel
#

you wont get that today

tall acorn
zenith carbon
#

freaking gpu dead or smth

sudden sinew
bitter hazel
#

relatively old = 3+ years

broken swift
hazy venture
#

theres no number

hazy venture
#

but rn laptop are actually cheaper (not cheaper than before) cuz of desktop ungodly price increase

broken swift
zenith carbon
#

window closed

bitter hazel
#

you build according to your needs, add some futureproofing layer and voila

sudden sinew
bitter hazel
#

almost 5 years ye

#

covid happened 6 years ago

zenith carbon
#

upgradeable laptops when

sudden sinew
#

got a umm, almost 19/20 vaio which is still fine

bitter hazel
#

there are a few modular laptop

sudden sinew
hazy venture
#

@broken swiftmine

broken swift
sudden sinew
broken swift
hazy venture
hazy venture
#

you hating on my setup??? ๐Ÿ˜ญ

sudden sinew
#

/j

hazy venture
#

lmao

#

i meant like, my score in that test

zenith carbon
#

guys i miss AK :(

#

lemme in

zenith carbon
#

can i add all of you beautiful people after this

tall acorn
sudden sinew
#

sure, as long as I got slot

broken swift
tall acorn
#

5090 desktop to 5090 laptop is a mind boggling difference though

sudden sinew
zenith carbon
tall acorn
bitter hazel
#

for your case? yes

#

since you do heavy workload

zenith carbon
#

does that translate to 50% increase in performance across the board

tall acorn
#

no

drowsy cipher
#

50% faster is massive

zenith carbon
#

ah ๐Ÿ’”

hazy venture
#

5080 laptop is 5070 desktop

zenith carbon
#

not my chud laptop

broken swift
hazy venture
#

5090 laptop is between 5070 desktop and 5070ti desktop

sudden sinew
#

this controversy again...

broken swift
drowsy cipher
#

laptops shouldnt be used for gaming to begin with. its a hill i will die on

hazy venture
bitter hazel
#

i stopped caring that much after covid Bedge if you want to do heavy workload then get beefy components and it will do the job perfectly, you'd need to upgrade 5 to 7 years later

-# for me i'd threw 2,5k for my car OMEGALUL

broken swift
# hazy venture

And no way 5060 laptop is faster than 5060 desktop ๐Ÿ’€

zenith carbon
#

ive realize that i know nothing abt tech bc my desktop from the stone age w a 1080ti still runs most things well after 8 years

hazy venture
#

weirdly

#

in THAT game

broken swift
broken swift
#

@hazy venture i'm done

hazy venture
#

NAH THAT CPU IS BUFFING IT

broken swift
sudden sinew
# sudden sinew this controversy again...

WHATEVER TOPIC IT IS, AVOID COMPARING OTHER CHIPS SPECS

you never know it's real time work and how much workarounds you need to achieve something, so please don't benchmark and say it's better than one or another stuffs anymore, just think what is your use-case and good is

hazy venture
proven sundial
broken swift
sudden sinew
#

meow

zenith carbon
#

@tall acorn 50%

bitter hazel
#

why it takes so long

hazy venture
sudden sinew
golden zenith
hazy venture
broken swift
bitter hazel
#

my current windows has a lot of fucked registries and uwp apps but since i still can boot i'd just let it as is

hazy venture
broken swift
tall acorn
hazy venture
#

oh so your score went a bit up with cpu upgrade

#

wait

#

hold on

broken swift
bitter hazel
hazy venture
#

you get more gpu score but had a worse overclock

broken swift
hazy venture
#

with the 12400

#

hmm

#

ok

#

:(

#

i thought 4060 desktop was like 10k

hazy venture
#

4060ti is 40% faster?????

rancid loom
bitter hazel
broken swift
hazy venture
zenith carbon
rancid loom
#

also what happened to bao?

zenith carbon
#

unless you're suggesting i open it up

broken swift
sudden sinew
bitter hazel
#

if you know how to open it and where to look for damage, yes you should

zenith carbon
tall acorn
sudden sinew
#

imma take a nap

zenith carbon
rancid loom
#

I think this is more of a corruption due to Windows fcking up his system

proven sundial
rancid loom
#

not any hardware or physical damage

sudden sinew
broken swift
rancid loom
bitter hazel
#

aged or damaged batteries can supply insufficient voltage and amperes and will slowly damage storage components, causing os to behave weirdly

golden zenith
broken swift
sudden sinew
sudden sinew
golden zenith
rancid loom
rancid loom
broken swift
golden zenith
sudden sinew
rancid loom
proven sundial
zenith carbon
#

69%!!!!

rancid loom
sudden sinew
#

ok gn

rancid loom
broken swift
broken swift
hazy venture
rancid loom
#

that would be cool

golden zenith
#

i mean, there broke-python, broke-bash, broke-java language

rancid loom
golden zenith
#

it consider as programming 'language'

proven sundial
#

Then there is making a disco ui that breaks cachy os fully because had too much fun

rancid loom
#

ye but that's the first time heard of it

golden zenith
#

brb, settled some irl stuff

bitter hazel
# bitter hazel aged or damaged batteries can supply insufficient voltage and amperes and will s...

for instance i seen a client that come with complaint about their windows failing roughly once monthly, psu looks good, no short circuits found but storage health is quite poor, asked whether they had frequent outages but apparently nope, later they told story about their other electronics get broken frequently like tvs and fridge

thought it has no correlation, then suspected their house ac input might be improperly set up and turns out its correct icant ac in for their psu runs around 180-230v while they told me later their house has 130-160v due to heavily oversupplied generator, but til now still wonder why this cause damage since their psu is considered a good one with proper current and voltage protection

rancid loom
#

guess I'm getting old

steel swift
#

We're all polylingual

broken swift
rancid loom
broken swift
#

Well gotta finish it

rancid loom
#

anyways back to watching anime

steel swift
rancid loom
#

dude you didn't have to go THAT hard

proven sundial
#

Wow man had to insult your ass

steel swift
hazy venture
#

overall

proven sundial
broken swift
tall acorn
#

could cap out in some games on some settings

bitter hazel
#

just get new one every 3 years lolge aint that tough

tall acorn
broken swift
tall acorn
proven sundial
#

Sure i'll get a new tpm module every 2 years

#

For windows

rancid loom
bitter hazel
#

well phone industry are meant to be broken within 5 years shrug

broken swift
proven sundial
bitter hazel
#

will it run, yes. should? perhaps

zenith carbon
#

@tall acorn

bitter hazel
#

try restarting after getting the logs

rancid loom
#

eyyyy

#

so it did find corrupt files

zenith carbon
#

this looks good?? gpu not dead??PerliWheeze

#

what do i do now guys

bitter hazel
#

if gpu is dead you wont be able to send screenshot

zenith carbon
#

thank goodness

zenith carbon
proven sundial
broken swift
bitter hazel
#

try c:\windows\logs\cbs\cbs.log, copy it somewhere else

zenith carbon
#

i think my savior @tall acorn said to restart

rancid loom
hazy venture
proven sundial
#

Yeah do so first

rancid loom
bitter hazel
#

dont restart but copy the logs first, it will get overwritten later

zenith carbon
#

so restart now?

#

ok

rancid loom
zenith carbon
rancid loom
zenith carbon
bitter hazel
#

anywhere in same place as you'd store lewds or smth

broken swift
hazy venture
#

:p

#

yee

tall acorn
rancid loom
bitter hazel
#

wait logs first

rancid loom
zenith carbon
#

what are logs PerliWheeze PerliWheeze PerliWheeze PerliWheeze PerliWheeze PerliWheeze

proven sundial
#

Noiverre is just silly

zenith carbon
#

im on 1 brain cell yall

#

brain is fried

#

frier than my pc

bitter hazel
#

its information about what had happened during that activity

rancid loom
#

think of it as a record of what happened when you ran the DISM command in command prompt

zenith carbon
#

so i copy smth from here?

tall acorn
bitter hazel
#

it might or not be useful later for extra, should be okay

#

well try restarting

broken swift
zenith carbon
bitter hazel
#

forget the logs u can find nearby trees

rancid loom
zenith carbon
bitter hazel
zenith carbon
#

but i need my pc in working order this weekend i cant afford it to blow up on me

bitter hazel
#

unless you put dynamite; it wont

rancid loom
zenith carbon
#

should i boot through the file again

#

or can i just launch through desktop

bitter hazel
#

try from launcher

zenith carbon
#

without direct11 right

bitter hazel
#

yeah try vk first

tall acorn
zenith carbon
#

im gonna kms

#

its been a good run yall

bitter hazel
#

dont, you will miss out on nefarith kissing endmin

zenith carbon
#

same old

#

FAKKKK

bitter hazel
#

restarted already?

rancid loom
#

what happened? did it crash again?

zenith carbon
#

right before the game boots, i get a double beep and my cursor sticks for a few seconds

#

and after the crash this notif switched to optimus

#

yes crashes

#

nothing changed

tall acorn
#

it's something else then

rancid loom
#

I think you need to go to Graphics settings

zenith carbon
#

can you guys help me w graphic settings

tall acorn
#

sure

bitter hazel
#

pointer memory issue

tall acorn
#

you can go to sleep after this

zenith carbon
#

yes i might have to

#

could i call u zencrox

tall acorn
#

i'd recommend copying these settings in your nvidia control panel, @zenith carbon

rancid loom
#

does he also need to configure his Endfield to use the Nvidia one instead of the iGPU? @tall acorn

bitter hazel
#

im curious about what error code enfield returns in windows event viewer, but lets not do that for now

tall acorn
#

it probably already is

tall acorn
#

they have a different crash issue

rancid loom
#

fair

tall acorn
#

i'll be available for call later

zenith carbon
#

OHH

rancid loom
#

but yeah, he needs to sleep after this...we'll let you handle the matter Zencrox

tall acorn
#

i have a few ideas for what the issue could be

rancid loom
#

if you can't do it right now, I recommend sleeping coz it's another round of ts with us lol

#

and it's gonna take your time doing so

bitter hazel
#

how about running memtest

#

but it could take a few hours

zenith carbon
zenith carbon
#

i should know but i cant find it

#

oh im slow

bitter hazel
#

try nvidia gpu only

#

or, non

#

force nvidia for endfield only

tall acorn
#

i wouldn't recommend that on a laptop as it causes a variety of issues, but you can force enable it for arknights endfield only

bitter hazel
#

go to program settings tab and locate endfield, select nvidia for preferred graphics processor

tall acorn
zenith carbon
bitter hazel
#

the location is the game executable, not the launcher

zenith carbon
#

in your screenshot

tall acorn
zenith carbon
#

how do i check that

tall acorn
#

lms

zenith carbon
tall acorn
#

what's the model again

tall acorn
hazy venture
#

lmaoo

hazy venture
tall acorn
hazy venture
#

and him not having those tabs

zenith carbon
#

also i have some settings you didnt show

bitter hazel
#

nevermind them

tall acorn
#

doubt it

bitter hazel
#

leave them be as is

hazy venture
#

yeah leave them

zenith carbon
#

i dont see those tabs

hazy venture
#

they're fine

tall acorn
hazy venture
#

told you kekw

tall acorn
zenith carbon
bitter hazel
#

you can ignore the excessive arrow

tall acorn
hazy venture
#

his display is connected to igpu, which is fine and normal

#

i don't think it's worth changing it

hazy venture
tall acorn
hazy venture
#

never seen that

tall acorn
#

whats your laptop model again? @zenith carbon

hazy venture
zenith carbon
#

LE83F50052US

bitter hazel
zenith carbon
#

do i choose automatic select for display mode

tall acorn
#

240 hz oled is crazy

bitter hazel
#

if it were me i'd just clean install everything

zenith carbon
#

and preferred graphics processor auto-select?

tall acorn
# tall acorn

set the blacked out max frame rate option to 223 FPS, @zenith carbon

tall acorn
hazy venture
#

lol why 223

#

๐Ÿ˜‚

tall acorn
#

just copy these settings

zenith carbon
#

yeah they're all copied, unless thats a new screenshot

tall acorn
#

same one

zenith carbon
#

im asking abt these two settings

tall acorn
zenith carbon
#

alright

bitter hazel
#

auto select them

tall acorn
bitter hazel
#

for endfield specifically you can force it to run nvidia

zenith carbon
#

and what abt display mode

#

auto select?

tall acorn
#

yeah

zenith carbon
#

alright ill try launching

#

no directx11 right

bitter hazel
#

try vk, dx11 if failed

tall acorn
#

have you tried switching it to that since the restart

#

doubt it'll fix your issue, but try it briefly

tall acorn
bitter hazel
#

but how do switching to dx11 from vulkan fixes launch issues thinktao

tall acorn
zenith carbon
#

i just launched and it did the same double beep thing (related to gpu per my knowledge) and my cursor got stuck for a few seconds again, this was a problem i had a few weeks ago that i fixed by changing nvidia control panel stuff, as im typing this the game crashed again and my whole screen froze for a few seconds and it played a different double beep

#

this was the issue i had before minus the game crashing

tall acorn
#

they definitely had system corruption, but if the crashing issue is only happening with this game, it might require a full reinstallation of the game itself

bitter hazel
#

its memory

zenith carbon
#

i clicked on the notif

#

i have all the tabs now

tall acorn
#

probably windows switching from your iGPU to your DGPU when the game launches

zenith carbon
#

yeah whatever i changed made it worse, earlier the crashes were pretty smooth funny enough

#

no stuttering

bitter hazel
#

do you have similar problem in other unity games?

zenith carbon
#

i dont play any other unity games

#

not to my knowledge

tall acorn
#

let's continue back onto the orignal topic, @zenith carbon you said this only started happening within the last 24 hours? and you haven't changed anything to your knowledge?

bitter hazel
#

what else you got? its for testing whether its specific issue with endfield or something in your system

zenith carbon
#

i think its best for me to try a clean reinstall and then go to sleep

zenith carbon
bitter hazel
zenith carbon
#

and when i did it was completely fine

bitter hazel
#

shut down, go to sleep, and try again after cold boot

tall acorn
zenith carbon
#

its already on 240hz

bitter hazel
#

if the issue is from gpu hardware, igpu should be able to run the game albeit poorly performing

#

but this crash happen during shader compilation

zenith carbon
#

and whenever the game crashes my control panel reverts and loses its tabs

#

so annoying

tall acorn
#

yeah because it switches back to the iGPU

tall acorn
zenith carbon
#

okay that makes sense

#

should i uninstall

#

@tall acorn

tall acorn
#

next, let's fully uninstall the game

zenith carbon
#

alright

#

should i revert any control panel settings

#

bc i dont like this cursor sticking thing

tall acorn
#

@zenith carbon

  • Fully uninstall the game via the launcher, paste %appdata% into the top leftmost search bar and delete the gryphline folder, afterwards do the same in %localappdata%low.
bitter hazel
#

how about the registries blueless

#

cursor sticking?

zenith carbon
#

before i made the changes in control panel there wasnt any screen freezing pre and post launch attempt

#

now i get the windows beeping before and after with freezing

zenith carbon
#

im not fully understanding

tall acorn
#

they're all safe settings, so if an issue starts appearing after you switch them, it lies somewhere else

#

my fault

tall acorn
#

forgot to include a screenshot of the "search bar" lol

#

in your file explorer

zenith carbon
#

mine looks a lil different

#

do i search it in the drive that the games installed in

tall acorn
#

yeah

rancid loom
#

welp AMD just got updated

#

for me

tall acorn
#

wait hwat no

golden zenith
#

oh, you didnt know?

rancid loom
zenith carbon
#

says no items match your search @tall acorn

tall acorn
golden zenith
rancid loom
bitter hazel
#

win+r input %appdata%\Gryphline and enter

zenith carbon
#

nothing came up

golden zenith
tall acorn
#

navigating to it is slightly troublesome, but doable

golden zenith
zenith carbon
#

i couldnt uninstall it through add/delete programs?

rancid loom
tall acorn
#

@zenith carbon go here in your main drive

tall acorn
#

afterwards, go into your profile folder

zenith carbon
rancid loom
zenith carbon
tall acorn
zenith carbon
#

alright

rancid loom
tall acorn
golden zenith
# rancid loom

i already tested & bench the game... it should be fine

zenith carbon
#

is pathbar the left or right one

tall acorn
#

click on it and put that text at the end

rancid loom
low tundra
#

where do i report a bug? sometimes the game starts up with audio even though when i go to settings, its set to 0 volume. i have to move it then set it back to 0 to mute it

tall acorn
#

afterwards press enter

zenith carbon
#

so like this

tall acorn
#

yup

zenith carbon
#

alright

tall acorn
# zenith carbon

are you certain you were pasting

%appdata% and %localappdata%low into the path bar? @zenith carbon

#

strange, but doesn't matter

tall acorn
#

delete the entire folder

hazy venture
#

:p

tall acorn
zenith carbon
#

im sorry zen

tall acorn
#

it's alright don't worry

hazy venture
zenith carbon
#

found it

#

i right clicked delete

hazy venture
#

you sure it's in roaming, zencrox?

toxic atlas
#

God I hate Windows

#

I hate Active Directory

hazy venture
#

i think it's more in LocalLow

zenith carbon
#

gryphline is still open erm

patent shoal
#

huh, what happen with bao

hazy venture
#

close it

broken swift
#

@hazy venture does this count as undervolt overclock?

patent shoal
#

I saw he's having issue like few hours ago and still not fixed ?

tall acorn
tall acorn
zenith carbon
#

do i delete that one too

tall acorn
#

yeah, delete it in there too

hazy venture
#

yes, delete the gryplink folder in locallow

#

and in Local too if you find it

zenith carbon
tall acorn
#

you can also go to the launcher folder and fully delete it if you want

zenith carbon
#

done

tall acorn
#

shouldn't be necessary, but it could help

zenith carbon
#

and it seemed to delete a lot of files so thats good

tall acorn
#

Program Files/GRYPHLINK/games/EndField Game @zenith carbon

#

in your secondary drive

zenith carbon
#

i delete the whole endfield game file?

#

folder**

patent shoal
tall acorn
tall acorn
zenith carbon
#

theres no gryphlink folder

hazy venture
tall acorn
#

is it called gryphline

zenith carbon
#

oh i renamed it i think

#

ill delete it

#

okay gone

hazy venture
#

bro will have fun reinstalling the whole game

#

you're mean, zencrox ๐Ÿ˜‚

tall acorn
zenith carbon
golden zenith
patent shoal
hazy venture
tall acorn
zenith carbon
#

and its still in here

hazy venture
drowsy cipher
#

the game is pretty tiny anyways so a reinstall wont take long

hazy venture
tall acorn
zenith carbon
#

ok bet

hazy venture
zenith carbon
#

can i hit uninstall anyway

tall acorn
#

clean installed drivers anyways

zenith carbon
#

for my OCD

hazy venture
#

yes

zenith carbon
#

i selected game files as well

#

should be all gone now

hazy venture
#

ok good ig???

zenith carbon
#

desktop icons are too

tall acorn
#

now reinstall

zenith carbon
#

gone*

hazy venture
#

good now reinstall, as zencrox said

zenith carbon
#

doing that now

hazy venture
#

click install and go to sleep or something

tall acorn
#

do you have any external devices connected to your computer? @zenith carbon

#

or any antivirus running

zenith carbon
tall acorn
#

or any other game with similar anti-cheats

zenith carbon
#

aux for my headset

#

wireless dongle

tall acorn
#

unplug the headset

zenith carbon
#

for mousep

hazy venture
tall acorn
zenith carbon
#

i dont know the answer to the anticheat and antivirus

tall acorn
#

we can try that specifically after reinstalling the game

hazy venture
#

i'd be surprised if headset causes that corruption

tall acorn
#

i wouldn't be surprised if it was his headset causing the game to crash

hazy venture
tall acorn
#

you actually would be surprised lol

zenith carbon
tall acorn
#

also adds up as they said they don't play any other unity games

zenith carbon
#

wait

#

i think when i originally installed

tall acorn
hazy venture
#

lmao

zenith carbon
#

this is where i swapped installation location

tall acorn
#

did you drag the files into the other drive?

zenith carbon
#

does that affect anything

tall acorn
#

install it wherever you want

zenith carbon
#

okay

hazy venture
#

install it on your second drive, unless it's an HDD

#

you will have critical level of space on your first drive if your install it there

zenith carbon
#

yeah i did, and its ssd

tall acorn
#

first drive is 2TB

zenith carbon
#

its weird

tall acorn
#

and for unity games specifically..

zenith carbon
#

im also using a sony xm4

drowsy cipher
#

usb maybe, but an aux headset?

zenith carbon
#

not a gaming headset

tall acorn
#

some headsets have their own built in software apparently that will mess with games

zenith carbon
#

ok installations only another 14 min but i gotta tap out

hazy venture
drowsy cipher
#

aux is analog

zenith carbon
#

ill uninstall val rn if thats a problem

#

fk

hazy venture
#

or two physical ssd

zenith carbon
#

no theres two different drives both with 1 TB idk if its 2 physical ssds

tall acorn
#

there was a case for a separate game a while ago where we found the fix was to disconnect their headset, as it had built-in antivirus software running for whatever reason, and that was what was closing their game