#plz solution
1 messages Ā· Page 1 of 1 (latest)
Hello there @terse pulsar!
Thanks for posting here in tech support. Obviously this is a thing we are upset by; itās never fun to not be able to playā¦
First fix would be to do this:
** The fix:
The issue comes down to your ISP, trying a different network, hotspot or VPN fixes it**
If this persists let me know. Iāll continue investigating either way.
Okay, I'll try it and I'll keep you posted.
same problem
Still investigating, will get back to you ASAP.
ok thinks ......
Which Steam server do I need to connect to for it to work?
So after investigating, you do not need to switch Steam servers. The game thinks you arenāt logged in, which means that this is an authentication error.
Please follow the solutions below; follow each number. If they do not work, move on to the next.
1: Click Steam (top left) ā Exit
Open Task Manager ā kill any remaining Steam processes
Relaunch Steam
Make sure you're actually logged in (check friends list loads)
2: Go to Steam ā Change Account ā Log out
Log back in manually
This refreshes your authentication token (very common fix for this exact error).
3: Right-click Steam ā Run as administrator
4: VPN
Custom DNS
Network firewall
ā turn them off temporarily. These can cause the AuthCallback timeout.
5: Right-click Holdfast in library
Properties ā Installed Files ā Verify integrity
Reach out if none of these work.
thinks
It's not working, I'm going to find another account to play.
All of it?
All 5?
yes
Ok, in this case can you provide me your AGS ID?
And then Iāll get my colleague in here too
@velvet mulch
What is AGS?
Anvil Game Studios. The makers of Holdfast
We will need your ID. It should look like a set of numbers. Should be 16 numbers/letters.
Why thank you ā¤ļø
where can I find it
for helping me
Coincidentally it is ingameā¦
Should be in barracks and āedit profileā
ok
When I log on I'll send you this
Lovely
Wait I got something
Try this to find your ID but not going ingame;
Go to your Player.log file
Press Win + R, paste %localappdata%low\Anvil Game Studio\Holdfast NaW, and press Enter.
File: Open Player.log (or Player-prev.log) with a text editor like Notepad.
Find ID: Search for "AGS ID" or "Player ID". It is typically a unique numeric string linked to your profile.
I searched but couldn't find either the player ID or the AGS ID.
Did you follow the steps up here?
OK
@manic pebble @velvet mulch Sorry for pinging but this is far out of my area of expertiseā¦
ok thinks
šš» I'll take a look.
@craggy timber Hi there, thanks for bringing me into this thread, and sorry for the ping! Does anyone actually have a fix yet? It seems like quite a few people are running into the same issue at once, so I'm wondering if it's a broader problem with the latest update or the servers.
So this issue has always been a thing for years and sadly there really isnāt a permanent solution.
It was a thing prior to the updates.
Oh, right. Do you think I should just go ahead and refund the game then? Iād rather not, but if itās this broken for everyone, Iām wondering if itās even worth the hassle of waiting for a fix.
Just scroll to the top of the ticket to find the first few solutions and try those out. If you suffer the same issue like our client here follow along.
Itās not broken for everyone. I wouldnāt refund. This usually happens once and then doesnāt usually happen after. Once this gets fixed you shouldnāt have this issue for a while.
Cheers, thanks for that. I think I'll give those solutions a go and see if they actually work or not. Hopefully, it clears things up, but if not, I'll have to reconsider the refund š¤·āāļø
I understand if you have to refund but hopefully the solutions above work out.
Hello @terse pulsar
The core issue isn't actually your Steam account or your internet connectionāit's that "Microsoft Visual C++ Runtime Library" error in your second screenshot. Holdfast uses these C++ files to talk to Steam. Right now, those files are crashing in the background, which cuts the communication line and causes the game to think you aren't logged into Steam (hence the timeout error).
Let's get this repaired so you can get back to the frontlines:
Step 1: Repair your C++ Libraries
- Search online for the official Microsoft page: "Latest supported Visual C++ Redistributable downloads".
- Download both the x64 and x86 architecture versions.
- Run both files. If prompted, click Repair (or Install if they are missing).
- Restart your PCāthis is mandatory to apply the fix!
Step 2: Windows System Scan
- Click your Windows Start menu, type
cmd, right-click Command Prompt, and select Run as administrator. - Type
sfc /scannowand press Enter. Let it reach 100%. This will fix any broken Windows background files causing that nasty crash.
Step 3: Check for Conflicts
If you use Citrix Workspace for work, or have audio suites like ASUS Sonic Studio or Nahimic, please disable them temporarily, as they are known to cause this exact C++ runtime crash with our game engine.
Give those a go and try launching the game again. Let me know how you get on.
Do you have any specific recommendations for a VPN? I actually have Cloudflare already, but Iām not sure if thatās enough.
I donāt really have many recommendations for a VPN. Usually I would just try and switch internet or turn off your VPN (if you are in Russia keep that on) to get the simple fix
Hello @echo robin
Your game isn't broken; it is simply failing to get its marching orders from Steam. The error logs at the bottom of your screen (Steam UserLoggedOn: False and AuthCallbackTimedOut: True) tell me that Holdfast is asking Steam for your "ticket" to play, but Steam is ignoring the request or timing out. This is a very common desync, especially if you have network routing tools running.
Since you mentioned having Cloudflare, that might be interfering with Steam's background connection. Let's try and clear the lines of communication with these steps:
- Fully Exit Steam: Do not just click the 'X' in the corner. Go to the top left of your Steam window, click "Steam", and then select "Exit" (or right-click the Steam icon in your Windows system tray and exit from there).
- Disable Cloudflare: Temporarily turn off your Cloudflare WARP or any other VPN you have active. Steam often gets confused when its background authentication traffic is suddenly rerouted.
- Relaunch and Reconnect: Boot Steam back up and make sure it is fully online (not in Offline Mode).
- Launch Holdfast: Try launching the game again.
Usually, a clean restart of Steam without a VPN in the middle is all it takes to regenerate a fresh session ticket. Give that a volley and let me know if you are able to get onto the game.
I was going to say that I logged out and made sure the Steam client and all its processes were completely closed in Task Manager. I also tried running it with my VPN on, but unfortunately, the game still won't launch. Just thought Iād let you know, Iām going to try your solution though.
Iāve given that a go, but no luck, Iām afraid. Just to clarify, do I actually need to log out of Steam entirely and then log back into my account?
Please follow these advanced steps to the letter:
- The True Log Out: Open Steam, click your profile name in the top right corner, and explicitly click "Sign out of account".
- Clear the Cache: Open your file explorer and navigate to your Steam folder (usually
C:\Program Files (x86)\Steam\). Find the folder namedappcacheand delete it. This clears out the old API data Holdfast relies on. - Flush the Network (Command Line): Let's clear out any lingering Cloudflare routing rules. Click your Windows Start button, type
cmd, right-click Command Prompt, and select Run as administrator. Typeipconfig /flushdnsand press Enter. Then typenetsh winsock resetand press Enter. - Reboot and Rally: Restart your PC completely. When you get back to your desktop, right-click Steam, select "Run as administrator", log back in, and launch Holdfast.
Give that heavy volley a try, Lad. That complete flush of your network and Steam credentials is the gold standard for breaking through this specific barricade.
Let me know if the issue persists.
Right, Iām fresh out of ideas and Iāve honestly no clue why this is happening. Unfortunately, I havenāt got much time to mess about with it anymore.
@glossy gyro Any ideas boss?
Itās weekend, no? Doesnāt Ted not work weekendsā¦?
Iām quite curious, actually, have loads of people been dealing with this same thing, or is it just a handful of us?
If our troubleshooting doesn't work it has to be escalated to AGS for deeper investigation, they'll still get the message.
Look, guys, Iām really sorry to push, as I know this is a tricky one to fix, but I could really do with some help as soon as possible. Itās gone midnight here now, and Iām just about ready to hit the refund button š¤·āāļø
Itās fine mate. Whatever is best for you.
Thanks so much for the help, you two (@craggy timber + @velvet mulch ) youāve both been amazing. Iād suggest bringing this to AGS so they can properly investigate it. Anyway, I really hope no one else has to deal with this mess. Sorry for the pings!
Will get back to you soon
No problem mate. Itās why we have the job š
W
its my ags id
@velvet mulch We got the AGS ID
Hang on tight lad weāre getting more progress
Thanks for the ID.
Hi mate can you confirm whether your connection is wired or wireless?
And where are you connecting from in the world/are you using a VPN?
This would mean that you connected right? You need to be able to connect to get into the barracks and get your AGS ID š
i have connection
Lets go!
Oh dear