Jump to content

MsNecromancer

Platinum Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by MsNecromancer

  1. Log: [2025-09-15 18:03:01.050] [debug] Running command: "C:/ProgramData/HyperSpin/HyperSpin/\plugins\HyperspinCore Essentials\7zip\7za.exe" Issue: The command path uses mixed forward (/) and back (\) slashes. While Windows tolerates this in many cases, certain command-line tools (like 7-Zip) can fail or behave unpredictably when given such paths. This makes it a latent source of bugs. Cause: Paths are likely being constructed via raw string concatenation instead of a path-aware method. Example: (Not sure which languages the team is using) basePath = "C:/ProgramData/HyperSpin/HyperSpin/"; subPath = "\plugins\HyperspinCore Essentials\7zip\7za.exe"; fullPath = basePath + subPath;
  2. Active path: C:/ProgramData/HyperSpin/HyperSpin 2/ Log: ERROR HyperHQ: 'C:\ProgramData\HyperSpin\HyperSpin' is not recognized as an internal or external command, The way HyperHQ is trying to launching Hyperspin, HyperHQ is dropping part of the folder dir if there is a space in the folder name.
×
×
  • Create New...