redromnon / HeroicBashLauncher

Directly launch any Epic Games Store and GOG game from anywhere without Heroic on Linux.
GNU General Public License v3.0
353 stars 17 forks source link

[Bug] AttributeError can't run the script #125

Open adsau59 opened 1 year ago

adsau59 commented 1 year ago

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

Additional context Add any other context about the problem here.

redromnon commented 1 year ago

Seems to be working fine on my side.

redromnon commented 1 year ago

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?

Xachman commented 1 year ago

I got this as well.

Xachman commented 1 year ago
image

Same issue in v3.2.0

redromnon commented 1 year ago

@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

Xachman commented 1 year ago

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.

redromnon commented 1 year ago

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