Forums
Games
Cyberpunk 2077 Thronebreaker: The Witcher Tales GWENT®: The Witcher Card Game The Witcher 3: Wild Hunt The Witcher 2: Assassins of Kings The Witcher The Witcher Adventure Game
Jobs Store Support Log in Register
Forums - CD PROJEKT RED
Menu
Forums - CD PROJEKT RED
  • Hot Topics
  • NEWS
  • GENERAL
    SUGGESTIONS
  • STORY
    MAIN JOBS SIDE JOBS GIGS
  • GAMEPLAY
  • TECHNICAL
    PC XBOX PLAYSTATION
  • COMMUNITY
    FAN ART (THE WITCHER UNIVERSE) FAN ART (CYBERPUNK UNIVERSE) OTHER GAMES
  • RED Tracker
    The Witcher Series Cyberpunk GWENT
PC
XBOX
PLAYSTATION
Menu

Register

Cyberpunk 2077 PC Crash Issues

+
Prev
  • 1
  • …

    Go to page

  • 42
  • 43
  • 44
  • 45
  • 46
  • …

    Go to page

  • 133
Next
First Prev 44 of 133

Go to page

Next Last
CatMage

CatMage

Rookie
#861
Dec 10, 2020
I fixed the issue of it crashing after the Night City Montage. I loaded a save before that one called "The Nomad" in the location "Biotechnica Flats". Then while in that save loaded the auto save named "The Rescue". Skipped the montage and it seems to be working now.
 
RyoGTO

RyoGTO

Fresh user
#862
Dec 10, 2020
fofo2323 said:
Game crashing on old CPUs: possible fix



If you happen to have an old CPU you maybe having this crash:



Expression: EXCEPTION_ILLEGAL_INSTRUCTION (0xC000001D)



The game is trying to use a feature you don’t have: AVX.



At the beginning playing corpo when you sit it crashes. A possible temporal solution while they fix this issue is to remove this part of code:



Edit Cyberpunk2077.exe with a hexadecimal editor and search for

554881ECA00000000F2970E8

Change the first byte to C3 (return from the function):

C34881ECA00000000F2970E8



Please note this fix is extremely simplistic and naïve. Moreover, it could crash the game later. This change seems to fix this crash and you can continue playing the game. I have only tested a few minutes more.



FAQ: Why are they using AVX?

They are not doing it on purpose, it is probably the default configuration of the compiler.
Click to expand...
Holy smokes this works for the AVX related specific prologue crashes. Never used a hexadecimal editor before so it was a bit tricky, but thanks! How the dickens did you figure this out? I hope they can release a real fix soon. If we run into trouble, how hard is it to put these values back to normal, and will they fix themselves if we validate files?
 
1

1want2play

Fresh user
#863
Dec 10, 2020
MOTAx2 said:
I LOVE YOU!!!!!!!!!!!!!!!!!!!!
Click to expand...
Only thing that is infuriating is that this Saint fixed the issue before a major 3A dev team...without resorting to GB of patches but a simple byte swap.....seriously CDPR...za duzo czystej obaliliscie wczoraj po premierze wszyscy na kacu jeszcze? (translation: hey CDPR devs too much straight vodka after the premier , everyone still hangover?)
Post automatically merged: Dec 10, 2020

RyoGTO said:
Holy smokes this works for the AVX related specific prologue crashes. Never used a hexadecimal editor before so it was a bit trick, but thanks! How the dickens did you figure this out? I hope they can release a real fix soon. If we run into trouble, how hard is it to put these values back to normal, and will they fix themselves if we validate files?
Click to expand...
did you make a backup of the original file? if not just look for the new value and change it back to 55 instead of C3 should be back to original
 
  • RED Point
Reactions: RyoGTO
DataHoarder

DataHoarder

Fresh user
#864
Dec 10, 2020
If you crash with FidelityFX on, please read this

forums.cdprojektred.com

Dynamic AMD FidelityFX CAS Troubleshooting (Fixes)

I and another person that I know have AMD 5700XT GPUs, and we both have the following problem; however, I know someone else with a 5600XT GPU and they don't encounter the following problem. For some reason, you cannot set your minimum resolution below 80, if you have the maximum resolution set...
forums.cdprojektred.com forums.cdprojektred.com
 
Last edited: Dec 10, 2020
janepearsinsta

janepearsinsta

Fresh user
#865
Dec 10, 2020
Adderall_Paul said:
Game crashing on old CPUs: possible fix



If you happen to have an old CPU you maybe having this crash:



Expression: EXCEPTION_ILLEGAL_INSTRUCTION (0xC000001D)



The game is trying to use a feature you don’t have: AVX.



At the beginning playing corpo when you sit it crashes. A possible temporal solution while they fix this issue is to remove this part of code:



Edit Cyberpunk2077.exe with a hexadecimal editor and search for

554881ECA00000000F2970E8

Change the first byte to C3 (return from the function):

C34881ECA00000000F2970E8



Please note this fix is extremely simplistic and naïve. Moreover, it could crash the game later. This change seems to fix this crash and you can continue playing the game. I have only tested a few minutes more.



FAQ: Why are they using AVX?

They are not doing it on purpose, it is probably the default configuration of the compiler.

Try this before posting for the AVX Crash this is a confirmed FIX ATM :D
Click to expand...
Damn it! That hack works for me - thank you.
 
  • RED Point
Reactions: RyoGTO
dragnagore

dragnagore

Rookie
#866
Dec 10, 2020
Error reason: Unhandled exception
Expression: EXCEPTION_ACCESS_VIOLATION (0xC0000005)
Message: The thread attempted to read inaccessible data at 0x13.
File: <Unknown>(0)

GoG version
Quest :flathead
Corp
Specificacion :
Win 10
RAM: 16gb DDR4 3200Mhz
Cpu: Ryzen 7 5300
Geforce 2070
SDD
 
I

Iceking688

Rookie
#867
Dec 10, 2020
Just tried the Corpo after Deleting the Cache and Verifying the integrity of the game still crashed after sitting down in Jenkins' Office.
 
wojciechcz

wojciechcz

Fresh user
#868
Dec 10, 2020
Works! Works with saves. Save the game after leaving bar. Load any working previos save. Then load your last save after leaving bar.
 
P

pdboddy

Fresh user
#869
Dec 10, 2020
feelmyice said:
Confirmed working! I am outside the bar!!!!

You're a F***ING hero man!!! I used https://hexed.it/ to edit the .exe

THIS FIXED THE AVX ISSUE!

OMG THANK YOU!!!
Click to expand...
How did you save the file afterwards?
 
Everydayidies

Everydayidies

Fresh user
#870
Dec 10, 2020
Adderall_Paul said:
Game crashing on old CPUs: possible fix



If you happen to have an old CPU you maybe having this crash:



Expression: EXCEPTION_ILLEGAL_INSTRUCTION (0xC000001D)



The game is trying to use a feature you don’t have: AVX.



At the beginning playing corpo when you sit it crashes. A possible temporal solution while they fix this issue is to remove this part of code:



Edit Cyberpunk2077.exe with a hexadecimal editor and search for

554881ECA00000000F2970E8

Change the first byte to C3 (return from the function):

C34881ECA00000000F2970E8



Please note this fix is extremely simplistic and naïve. Moreover, it could crash the game later. This change seems to fix this crash and you can continue playing the game. I have only tested a few minutes more.



FAQ: Why are they using AVX?

They are not doing it on purpose, it is probably the default configuration of the compiler.

Try this before posting for the AVX Crash this is a confirmed FIX ATM :D
Click to expand...
I dont have 554881ECA00000000F2970E8 in my file then i open Cyberpunk2077.exe in hexadecimal editor.
where this numbers god damn!
 
Emin3mD12

Emin3mD12

Fresh user
#871
Dec 10, 2020
Guradem said:
Try turning on SLOW HDD MODE in the gameplay options. I had exactly the same issue as you and it seem to fix it for me. It also doesn't seem to affect load performance.
Click to expand...
Hello Guradem, first of all thank you for the reply and for the tip.
You are telling me this:
,right?
Unfortunately, i can't get access to the main menu of the game, got the GPU crash unknow at the moment i click in play.

With other games, i usually change the settings if needed (true/false or 0/1, in the user.settings, settings.user etc (txt/nfo)
I'm checking in the:
C:\Users\*******\AppData\Local\GOG.com or C:\Users\*******\AppData\Local\GOG.com

But didn't find a similar txt to activate the HDD Slow typing it manually.

Do you was able to change the setting in that way? ''Without the game launched''
If yes, do have the good path to do it, please.

Thank you in advance.

Emin3mD12
 
marikmadness

marikmadness

Rookie
#872
Dec 10, 2020
Install the game, press PLAY. Then the button turn grey and the back purple. Nothing happen. Driver installed, C++ latest version, using Verify/Repair but the GOG launcher still download a 29MB file.

My PC

WINDOWS 7
CPU - INTEL i5 6400 2.70-3.0 Ghz
RAM - HYPERX DDR4 2400/2133 MHz
VGA - ASUS Nvidia GeForce 1060 6GB DDR5
SSD - SEAGATE 1 tb
ALI - COOLER MASTER 650 Watt
 
borzwazie

borzwazie

Fresh user
#873
Dec 10, 2020
fofo2323 said:
Game crashing on old CPUs: possible fix



If you happen to have an old CPU you maybe having this crash:



Expression: EXCEPTION_ILLEGAL_INSTRUCTION (0xC000001D)



The game is trying to use a feature you don’t have: AVX.



At the beginning playing corpo when you sit it crashes. A possible temporal solution while they fix this issue is to remove this part of code:



Edit Cyberpunk2077.exe with a hexadecimal editor and search for

554881ECA00000000F2970E8

Change the first byte to C3 (return from the function):

C34881ECA00000000F2970E8



Please note this fix is extremely simplistic and naïve. Moreover, it could crash the game later. This change seems to fix this crash and you can continue playing the game. I have only tested a few minutes more.



FAQ: Why are they using AVX?

They are not doing it on purpose, it is probably the default configuration of the compiler.
Click to expand...
THANK YOU
works perfectly.
 
Kammerkind

Kammerkind

Rookie
#874
Dec 10, 2020
fofo2323 said:
Game crashing on old CPUs: possible fix



If you happen to have an old CPU you maybe having this crash:



Expression: EXCEPTION_ILLEGAL_INSTRUCTION (0xC000001D)



The game is trying to use a feature you don’t have: AVX.



At the beginning playing corpo when you sit it crashes. A possible temporal solution while they fix this issue is to remove this part of code:



Edit Cyberpunk2077.exe with a hexadecimal editor and search for

554881ECA00000000F2970E8

Change the first byte to C3 (return from the function):

C34881ECA00000000F2970E8



Please note this fix is extremely simplistic and naïve. Moreover, it could crash the game later. This change seems to fix this crash and you can continue playing the game. I have only tested a few minutes more.



FAQ: Why are they using AVX?

They are not doing it on purpose, it is probably the default configuration of the compiler.
Click to expand...

This works for me! Thanks a lot sir!

My problem was the same:

Expression: EXCEPTION_ILLEGAL_INSTRUCTION (0xC000001D)

Street kid -> leaving Bar -> crash, Corporate -> seat on chair -> crash , nomad -> not testet.

Now first mission done.
Hope it work till the patch come.

Sys: Intel 760 @ 3,4ghz + gtx 970 G1 Gaming
Old sys i know, but no money ;P.
 
RyoGTO

RyoGTO

Fresh user
#875
Dec 10, 2020
janepearsinsta said:
Damn it! That hack works for me - thank you.
Click to expand...
This is the way.
 
  • RED Point
Reactions: NXTk and SneakyLittleman
P

plafond82

Fresh user
#876
Dec 10, 2020
Adderall_Paul said:
Game crashing on old CPUs: possible fix



If you happen to have an old CPU you maybe having this crash:



Expression: EXCEPTION_ILLEGAL_INSTRUCTION (0xC000001D)



The game is trying to use a feature you don’t have: AVX.



At the beginning playing corpo when you sit it crashes. A possible temporal solution while they fix this issue is to remove this part of code:



Edit Cyberpunk2077.exe with a hexadecimal editor and search for

554881ECA00000000F2970E8

Change the first byte to C3 (return from the function):

C34881ECA00000000F2970E8



Please note this fix is extremely simplistic and naïve. Moreover, it could crash the game later. This change seems to fix this crash and you can continue playing the game. I have only tested a few minutes more.



FAQ: Why are they using AVX?

They are not doing it on purpose, it is probably the default configuration of the compiler.

Try this before posting for the AVX Crash this is a confirmed FIX ATM :D
Click to expand...
Holy crap, I just did that and it worked for me. Amazing :D BTW Im using 2X 10year old xeon hexcores
 
  • RED Point
Reactions: NXTk and RyoGTO
Adderall_Paul

Adderall_Paul

Fresh user
#877
Dec 10, 2020
seikojin said:
The nexus mod did not work for me. Game crashed immediately for me then
Click to expand...
Rename it cyberpunk2077.exe silly LMFAO it's legit the fix using the hex editor
 
Beaniwieni

Beaniwieni

Rookie
#878
Dec 10, 2020
fofo2323 said:
Game crashing on old CPUs: possible fix



If you happen to have an old CPU you maybe having this crash:



Expression: EXCEPTION_ILLEGAL_INSTRUCTION (0xC000001D)



The game is trying to use a feature you don’t have: AVX.



At the beginning playing corpo when you sit it crashes. A possible temporal solution while they fix this issue is to remove this part of code:



Edit Cyberpunk2077.exe with a hexadecimal editor and search for

554881ECA00000000F2970E8

Change the first byte to C3 (return from the function):

C34881ECA00000000F2970E8



Please note this fix is extremely simplistic and naïve. Moreover, it could crash the game later. This change seems to fix this crash and you can continue playing the game. I have only tested a few minutes more.



FAQ: Why are they using AVX?

They are not doing it on purpose, it is probably the default configuration of the compiler.
Click to expand...
In My program it cant find the 554881ECA00000000F2970E8.
 
RyoGTO

RyoGTO

Fresh user
#879
Dec 10, 2020
Beaniwieni said:
In My program it cant find the 554881ECA00000000F2970E8.
Click to expand...
It was a bit tough for me too, had to mess around with the search function in the program I was using. Perhaps someone can recommend a good Hexademical editor and some simple step by step directions.
 
dragnagore

dragnagore

Rookie
#880
Dec 10, 2020
Error reason: Unhandled exception
Expression: EXCEPTION_ACCESS_VIOLATION (0xC0000005)
Message: The thread attempted to read inaccessible data at 0x13.
File: <Unknown>(0)
anyone fix this problem ?
 
Prev
  • 1
  • …

    Go to page

  • 42
  • 43
  • 44
  • 45
  • 46
  • …

    Go to page

  • 133
Next
First Prev 44 of 133

Go to page

Next Last
Share:
Facebook Twitter Reddit Pinterest Tumblr WhatsApp Email Link
  • English
    English Polski (Polish) Deutsch (German) Русский (Russian) Français (French) Português brasileiro (Brazilian Portuguese) Italiano (Italian) 日本語 (Japanese) Español (Spanish)

STAY CONNECTED

Facebook Twitter YouTube
CDProjekt RED
  • Contact administration
  • User agreement
  • Privacy policy
  • Cookie policy
  • Press Center
© 2018 CD PROJEKT S.A. ALL RIGHTS RESERVED

CD PROJEKT®, Cyberpunk®, Cyberpunk 2077® are registered trademarks of CD PROJEKT S.A. © 2018 CD PROJEKT S.A. All rights reserved. All other copyrights and trademarks are the property of their respective owners.

Forum software by XenForo® © 2010-2020 XenForo Ltd.