Dude i was the first to download it I didn't care I was like he may be telling the truth and he may also want to mine but mining no problem if I get to PLAY!!!LMAO THIS GUY'S FIX ON NEXUS MODS ACTUALLY WORKS OMG
Dude i was the first to download it I didn't care I was like he may be telling the truth and he may also want to mine but mining no problem if I get to PLAY!!!LMAO THIS GUY'S FIX ON NEXUS MODS ACTUALLY WORKS OMG
i have the same problem just disable XMP of the rams on the bios is workingany one know how to fix this
View attachment 11073101
The AVXFIXMOD worked so far..... now i can get passed all of the spots that crashed. ill keep you updated.If i play as street kid, as soon as the first mission starts it crashed, if i play as corpo it crashes as soon as i sit in the seat in the office it sends to, and as a nomad i can play the first car chase mission but as soon as it puts you in night city it crashes. they really need to fix this. i have an old cpu but its clocked up to 3.8ghz, 24gb ddr3 Ram, i do have it on an external harddrive because its enormous.. and i have a GTX 1080 6gb.. every other new game at least works. i dont get great framerates with watchdogs legion, but it didnt crash as often as this. maybe like 3 times in the 40 hrs i played it.
This worked! Will see how long, but thanksGame 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.
JESUS CHRIST YOU ARE MY HERO THIS ACTUALLY WORKSGame 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.
Confirmed working! I am outside the bar!!!!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.
Funcionou no Marginal! Já estava a ponto de fazer o reembolso, muito obrigadoGame 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.
Yeah basic answer they have no reason not to be able to fix this nowJESUS CHRIST YOU ARE MY HERO THIS ACTUALLY WORKS
2 Questions:
1. How the hell did you figure that out?
2. If it's just a matter of changing some values, does that mean that it's likely to get an official patch?
WTF??!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.
They don't have a zip for windows, it is an msi, which doesn't tell you where it installs it and searching in windows for sde.exe = nothing. All the file formats on intels site is about tarballs and mac friendly formats. So I suspect intel is dropping the files somewhere on the root drive. Should be able to go to its installed location and use <wherever sde is installed to>sde.exe --<path to cyberpunk>\bin\x64\Cyberpunk2077.exeAnother dirty workaround for now...
Download Intel AVX emulator from here.
Unpack it to your CP2077 exe directory eg.:
C:\GOG\Cyberpunk 2077\bin\x64
start a command prompt navigate there and execute:
sde.exe -- Cyberpunk2077.exe
WAIT
After sometime the game will load running at very low FPS but at least you will be able to skip the crash point and make a save afterwards.
Then restart the game without emulator and continue playing....
Confirm this works on all three paths: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.
Bro forget that theres a fix already here man !!!They don't have a zip for windows, it is an msi, which doesn't tell you where it installs it and searching in windows for sde.exe = nothing. All the file formats on intels site is about tarballs and mac friendly formats. So I suspect intel is dropping the files somewhere on the root drive. Should be able to go to its installed location and use <wherever sde is installed to>sde.exe --<path to cyberpunk>\bin\x64\Cyberpunk2077.exe
I will update after linux commands finish ls -R | grep "sde.exe" on my bloated drives.
Same issue BUT...If you see the log file I can read problems with some files downloaded from steam, I have gone to steam and steam has a files check, after check steam detected two files corrupted and told me that needs be download again, go to library and download and steam is downloading these files...I am waiting the download (go very slow).I suppose it's a bit different. This thread is about "App can't be launched". Not crashes while gameplay.
Post automatically merged:
Already did
Post automatically merged:
Yup, same thing