redromnon/HeroicBashLauncher

[Bug] AttributeError can't run the script

adsau59 opened this issue · 7 comments

Describe the bug
Not running, getting attribute error, refer screenshot

logs

Using Bash Launcher v3.2.1
NOTE - This is an independent project and not affiliated with Heroic Games Launcher.

3.32.0
Traceback (most recent call last):
  File "func/HeroicBashLauncher.py", line 69, in <module>
  File "func/listinstalled.py", line 50, in listinstalled
  File "func/createlaunchfile.py", line 17, in createlaunchfile
AttributeError: 'Namespace' object has no attribute 'silent'
[12592] Failed to execute script 'HeroicBashLauncher' due to unhandled exception!

To Reproduce
Steps to reproduce the behavior:

  1. Move the folder from zip to Heroic folder
  2. Run the HeroicBashLauncher script

Expected behavior
should work

Screenshots
If applicable, add screenshots to help explain your problem.
image

Details

  • Platform: Steam Deck
  • OS: SteamOS
  • Heroic Version: 2.6.2
  • Bash Launcher Version: 3.2.1

Additional context
Add any other context about the problem here.

Seems to be working fine on my side.

Although I wouldn't recommend you to use the previous v3.2.0, can you please test if the error is encountered using that release?

I got this as well.

image

Same issue in v3.2.0

@Xachman I don't know if I've missed something or done anything stupid on my side, but I can assure you both versions - v3.2.1 & v3.2.0 work perfectly fine for me.

I'll continue to monitor this and maybe make some tweaks to the code.

I've tested v3.2.1 below.

Screencast.from.20-03-23.08.17.24.PM.IST.webm

I was able to run it after building from source. Had some issues after that because I installed steam with flatpak. But I think it's working aside from that.

Hey,
Maybe the following build may work. Made a few changes.
https://github.com/redromnon/HeroicBashLauncher/actions/runs/4796826991
Let me know if this works @adsau59 @Xachman