[Bug] Sudden Blindness Syndrome or Counterfit Keroshis

+
Is anyone else suddenly going blind when playing?


This weird bug resolves itself temporarily for about 5 minutes before it's triggered again and when it happens it can last up to an hour. This happens on both Xbox Series and the Mac build. What's weird is that the menus and status overlays (health, notifications, dialog) as well as sound work fine. This does not result in a crash, and sleeping does not fix this.

More clips:

I'd normally report this here (https://support.cdprojektred.com/en/cyberpunk/mac/sp-technical) but it looks like the form to report bugs has been removed.
 
Unfortunately, it looks like I can't submit a ticket that way, I get a HTTP 422 (unprocessable content) when trying to submit that form. I tried removing the .spx for sysinfo and the screenshot attatched (save file needs to be there when submitted) but no dice.

This is the response. With only .zip and .rar files being allowed by this form, I can't compress my save file more.
```
{"status":"An error occurred! Make sure all required fields are properly filled out. ","errors":["The uploaded file was too large. Please try to upload a smaller file."],"log":"Form don\u0027t valid"}
```

Edit: Just checked and my save file zip is only 8.019.391 bytes (8 MB on disk) big which should be well under the 12MB limit on the form. Might something be misconfigured with the backend's size validation?
 
Last edited:
yes, the zip file needs to be smaller, that’s normal in this case. But really only add the metadata.9.json, sav.dat, and the screenshot.png file.
The size of a zip file depends on the compression rate.
Some Zip software like for example 7-zip lets you do a high compression in order to get much smaller files.
 
Thanks for getting back to me! Using the max compression rate, I was able to drop the filesize by a bit, but the save is still too big.

Compressed with: `7zz a -tzip -mx=9 QuickSave-0.zip QuickSave-0` I get a .zip that is 7.8MB big.

This still results in a 422 with the error being that the file is too big. I've made sure that I'm only uploading my save folder with three files in it (sav.dat, screenshot.png and metadata9.json)
 
Top Bottom