Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You can try first to just install bepinex from their official website with their official instructions. See how that goes.
So if I'm doing it right, I after extracting the file, I then move all the files in the IM-HM folder to the 'Idol Manager' folder?
And you are asking me to fill in the "exectuable_name" field with '.exe' that runs Idol Manager? (filling it in with "IM.exe")
Do I need to download BepInEx for IM-HM to work or am I doing something else wrong?
Try running run_bepinex.sh from the terminal so that you can see errors
Replaced account names with 'user'
'deiban-installation' is just the how the file is for Linux at least for me.
chdir "/home/'user'/.steam/debian-installation/steamapps/common/Idol Manager"
ERROR: ld.so: object '/home/user/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
/bin/sh: 1: ./run_bepinex.sh: Permission denied
Game Recording - would start recording game 821880, but recording for this game is disabled
Adding process 4842 for gameID 821880
Game Recording - game stopped [gameid=821880]
Removing process 4842 for gameID 821880
So that does seem to be my main issue.
I open 'Idol Manager' in terminal and try to run the command that should give it "Executable Permissions" but it doesn't seem to work.
Instead, a neat thing I can do on Linux is right click on .sh/.exe files and simply click an "on/off" button that gives it "Executable as Program"
As I do give the 'run_bepinex.sh' executable as program and try running the game, it still crashes and outputs this:
chdir "/home/'user'/.steam/debian-installation/steamapps/common/Idol Manager"
ERROR: ld.so: object '/home/'user'/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/'user'/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Game Recording - would start recording game 821880, but recording for this game is disabled
Adding process 5743 for gameID 821880
ERROR: ld.so: object '/home/'user'/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/'user'/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Adding process 5744 for gameID 821880
ERROR: ld.so: object '/home/'user'/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Adding process 5746 for gameID 821880
Adding process 5750 for gameID 821880
/home/'user'/.steam/debian-installation/ubuntu12_32/steam-launch-wrapper
ERROR: ld.so: object '/home/'user'/.steam/debian-installation/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
steam-launch-wrapper: Unrecognised option /home/'user'/.steam/debian-installation/ubuntu12_32/steam-launch-wrapper
Adding process 5751 for gameID 821880
Adding process 5753 for gameID 821880
Game Recording - game stopped [gameid=821880]
Removing process 5753 for gameID 821880
Removing process 5751 for gameID 821880
Removing process 5750 for gameID 821880
Removing process 5746 for gameID 821880
Removing process 5744 for gameID 821880
Removing process 5743 for gameID 821880
steam-launch-wrapper: Unrecognised option /home/'user'/.steam/debian-installation/ubuntu12_32/steam-launch-wrapper
It may be the launch option in steam is incorrect. It should be:
./run_bepinex.sh %command%
Still crashes on startup
The instructions from the BepInEx docs helped, but they were dated slightly. Also settings/data from the native install didn't appear to sync/work with the proton version.
Hope these instructions help/work for you.
Prerequisites:
Steps:
References:
Thank you for the fix! Knew there had to be a native method, but editing the script was a little intimidating.
chdir "/home/user/.local/share/Steam/steamapps/common/Idol Manager"
ERROR: ld.so: object '/home/user/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Game Recording - would start recording game 821880, but recording for this game is disabled
Adding process 5904 for gameID 821880
ERROR: ld.so: object '/home/user/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/user/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/user/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Adding process 5905 for gameID 821880
/home/user/.local/share/Steam/steamapps/common/Idol Manager/IdolManager.x86_64
Cannot identify executable type (got cannot open `/home/user/.local/share/Steam/steamapps/common/Idol Manager/IdolManager.x86_64' (No such file or directory))!
Please create an issue at https://github.com/BepInEx/BepInEx/issues.
Adding process 5910 for gameID 821880
Adding process 5911 for gameID 821880
Game Recording - game stopped [gameid=821880]
Removing process 5911 for gameID 821880
Removing process 5910 for gameID 821880
Removing process 5905 for gameID 821880
Removing process 5904 for gameID 821880
I'm probably still doing something wrong
I look back into the 'run_bepinex.sh' file for potential issues, at the
'executable_name="IdolManager.x86_64"' line its asking for the executable.
But I see no executable named 'IdolManger.x86_64' the closest thing I presume to be an executable for the game is 'IM.exe' so what else am I missing? changing the above line to 'executable_name="IM.exe"' has not noticeable effect