Skip to content

Releases: RustyRaindeer/PS5CodeReader

Rusty's PS5CodeReader 1.2.0.2

18 Dec 22:55

Choose a tag to compare

Bugfix patch for yesterday's build 1.2.0.1

  • Fixes a hang on certain upCause values.
  • Minor fix for interpreting CPU/Env temperatures.

Rusty's PS5CodeReader 1.2.0.1

17 Dec 22:22

Choose a tag to compare

UPDATE: Please download updated Revision 1.2.0.2. There is an important bugfix:
https://github.com/RustyRaindeer/PS5CodeReader/releases/tag/Rusty_1.2.0.2

Original release notes for 1.2.0.1:

  • Enabled regular expression use in Error Code list to allow grouping of errors. This is, to give an overall idea of the error area etc, even if the exact code is unknown.
  • Decode other data, like power-on reason, power management and state info, and temperatures
  • Added error codes

read_codes_detail

Rusty's PS5CodeReader 1.1.0.6

20 Mar 22:05

Choose a tag to compare

  • Recompiled with latest fixes in timestamp handling
  • Some error definitions modified/fixed
  • Included an option to use error definitions also from Amoamare's CST (Console Service Tool). You can swap using the provided dropdown menu. Selection is persistent, stored in Windows registry.

image

Rusty's PS5CodeReader 1.0.0.5

12 Feb 22:04
fbccd71

Choose a tag to compare

  • Added a checkbox for showing/hiding full error line detail. Left unchecked by default to have a cleaner default output.
  • Removed selection box for "Playstation3/4/5". This tool is only for PS5, no plans to extend further.
    Errlog_1_0_0_5

Rusty's PS5CodeReader 1.0.0.4

15 Jan 21:49

Choose a tag to compare

Compared to amoamare's v1.0.0.3:

  • Some bugfixes. Added a delay to reading serial responses to avoid race condition. Don't fail if the error code is not found in database.
  • More verbose output (print whole output from EMC).
  • Printing out timestamps to have a better idea of how much time has elapsed between each error
  • Allow showing full error list (64 error slots)
  • Added error definitions (DDR6 related mostly)
  • Some clean-up