#BingoSyncExtension and BingoGoalPack1 not loading

16 messages · Page 1 of 1 (latest)

merry ledge
#

Hello. I'm using Lumafly v3.2.0.0, [[BingoSync]] v1.2.1.0, [[BingoSyncExtension]] v1.1.0.0, and [[BingoGoalPack1]] v1.2.1.0.
When I start the game it fails to load BingoSyncExtension and BingoGoalPack1 with this error in the ModLog.txt file [ERROR]:[API] - System.IO.FileNotFoundException: [ERROR]:[API] - File name: '/home/jwwood/.local/share/Steam/steamapps/common/Hollow Knight/.\\Managed\Mods\BingoSync\BingoSync.dll'
It seems that they are looking for the BingoSync mod in the wrong folder, it should be '.../common/Hollow Knight/hollow_knight_data/Managed/Mods/BingoSync/BingoSync.dll'
My game install path is set correctly to the Managed folder, so I'm not sure why they would be looking in the wrong place. Any help would be appreciated.

stone mortarBOT
#
Mods referenced:
BingoSync:
BingoSyncExtension:
  • Readme
  • Download
  • Repository
  • Description: A library mod that provides an interface to add extra automarking logic to BingoSync
  • Dependencies:
    ╚ BingoSync
    ╚ MagicUI
  • Tags:
    ╚ Library
BingoGoalPack1:
  • Readme
  • Download
  • Repository
  • Description: Adds more goals to BingoSync and includes new board types
  • Dependencies:
    ╚ BingoSyncExtension
    ╚ Satchel
full kite
#

My guess is that mod isn't accounting for Linux/Unix systems well?
In general the way it seems to be searching seems odd.

desert silo
#

Correct, we didn't account for linux at all, and my way of doing certain things was not flexible in the slightest

#

there is another thing that was changed somewhere else recently that we need to account for, we're working on it, should be done in a couple days at most

merry ledge
#

Thank you

desert silo
#

The update today should have fixed your issue, when the update for BingoGoalPack1 gets merged, that should work as well

desert silo
#

@merry ledge BingoGoalPack1 got merged, both mods should work now, please ping me if they don't

merry ledge
#

Thank you, I'll try it today

merry ledge
#

@desert silo Looks like BingoGoalPack1 is still accessing the wrong directory. [ERROR]:[API] - Failed to load Mod `BingoGoalPack1` [ERROR]:[API] - System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/jwwood/.local/share/Steam/steamapps/common/Hollow Knight/Managed/Mods/BingoGoalPack1/Squares/Extended.json". It's missing the hollow_knight_Data folder between Hollow Knight and Managed.

#

BingoSyncExtension seems to work though

desert silo
#

just to be safe, can you please make sure that the name of the hkData folder is exactly hollow_knight_Data?

merry ledge
#

Yes, it is.

desert silo
#

scratch the waiting part, an update is already live on lumafly lmao

#

tldr, there were 2 small oversights in an already deprecated version of constructing filepaths which in combination messed with linux