Skip to content

Additional Startup Info to assist debugging issues#991

Open
RuffledPlume wants to merge 1 commit into117HD:masterfrom
RuffledPlume:LogJavaVersion
Open

Additional Startup Info to assist debugging issues#991
RuffledPlume wants to merge 1 commit into117HD:masterfrom
RuffledPlume:LogJavaVersion

Conversation

@RuffledPlume
Copy link
Contributor

@RuffledPlume RuffledPlume commented Mar 7, 2026

Generate BuildInfo Class with:

  • Plugin Version
  • Git Branch
  • Git Commit Hash
  • Git Origin

Additional Logging:

  • Custom rlawt in use
  • CPU Name
  • System Thread Count
  • System Memory Size
  • GPU Memory
  • Java Version
  • Java Max Memory + Current Avail during Startup

Adds more detailed logging to the startup to help with debugging issues going forward, example:

01:58:54.890 [Client    ] INFO  rs117.hd.HdPlugin              - Starting RLHD (Launch Count: 1)...
01:58:54.890 [Client    ] INFO  rs117.hd.HdPlugin              - Build Version     : 1.5.1 (ff1d90a)
01:58:54.890 [Client    ] INFO  rs117.hd.HdPlugin              - Build Repo        : https://github.com/RuffledPlume/RLHD.git (LogJavaVersion)
01:58:54.890 [Client    ] INFO  rs117.hd.HdPlugin              - rlawt             : Release
01:58:54.890 [Client    ] INFO  rs117.hd.HdPlugin              - Operating system  : Linux 6.8.0-101-generic (64-bit)
01:58:54.890 [Client    ] INFO  rs117.hd.HdPlugin              - Architecture      : amd64
01:58:54.891 [Client    ] INFO  rs117.hd.HdPlugin              - System CPU        : AMD Ryzen 9 5900X 12-Core Processor
01:58:54.891 [Client    ] INFO  rs117.hd.HdPlugin              - System Threads    : 24
01:58:54.891 [Client    ] INFO  rs117.hd.HdPlugin              - System Memory     : 31.3 GiB
01:58:54.891 [Client    ] INFO  rs117.hd.HdPlugin              - Device            : NVIDIA GeForce RTX 4070 Ti/PCIe/SSE2 (NVIDIA Corporation)
01:58:54.892 [Client    ] INFO  rs117.hd.HdPlugin              - Device Driver     : 4.6.0 NVIDIA 580.126.09
01:58:54.892 [Client    ] INFO  rs117.hd.HdPlugin              - Device Shader Ver : 4.60 NVIDIA
01:58:54.892 [Client    ] INFO  rs117.hd.HdPlugin              - Device Memory     : 12.0 GiB
01:58:54.892 [Client    ] INFO  rs117.hd.HdPlugin              - Java              : OpenJDK 64-Bit Server VM (17.0.17)
01:58:54.892 [Client    ] INFO  rs117.hd.HdPlugin              - Java Max Memory   : 768.0 MiB (Avail: 173.6 MiB)
01:58:54.904 [Client    ] INFO  rs117.hd.HdPlugin              - Using renderer    : ZoneRenderer
01:58:54.904 [Client    ] INFO  rs117.hd.HdPlugin              - Low memory mode   : false

...

01:44:57.130 [Client    ] INFO  rs117.hd.HdPlugin              - RLHD Finished Startup! Took 1874 ms

@RuffledPlume RuffledPlume force-pushed the LogJavaVersion branch 4 times, most recently from 2d2f515 to 49ffdad Compare March 12, 2026 01:02
@RuffledPlume RuffledPlume changed the title Log Java VM & Version during startup Additional Startup Info to assist debugging issues Mar 12, 2026
@RuffledPlume RuffledPlume force-pushed the LogJavaVersion branch 4 times, most recently from a50abd9 to 62997cc Compare March 13, 2026 12:38
@RuffledPlume
Copy link
Contributor Author

Tested on a Fresh checkout & outside of git (IE Via Download ZIP)

@RuffledPlume RuffledPlume force-pushed the LogJavaVersion branch 3 times, most recently from 90028a8 to 6a06599 Compare March 14, 2026 22:43
Generate BuildInfo Class with:
 * Plugin Version
 * Git Branch
 * Git Commit Hash
 * Git Origin

Additional Logging:
 * Custom rlawt in use
 * CPU Name
 * System Thread Count
 * System Memory Size
 * GPU Memory
 * Java Version
 * Java Max Memory + Current Avail during Startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant