NathanVaughn / msfs-mod-manager

An external mod manager for the new Microsoft Flight Simulator
GNU General Public License v3.0
98 stars 4 forks source link

unable to open #62

Closed Daisy-lief closed 3 years ago

Daisy-lief commented 3 years ago

Expected Behavior

being able to open the application

Actual Behavior

fails to execute script main

Steps to Reproduce the Problem

opening the application

Specifications

Debug Log Contents (only if reporting a bug)

debug.log

NathanVaughn commented 3 years ago

Looks like something broke that I didn't see on my dev environment. I've pulled the release until I can investigate.

NathanVaughn commented 3 years ago

For now, manually downgrade to the previous version

Daisy-lief commented 3 years ago

I did but thanks for reminding

calou952002 commented 3 years ago

Thank's for your answer. I have reinstalled the previous version but the problem is the same..

Daisy-lief commented 3 years ago

which did you install cause i installed 1.0.0 and it works fine(that was the version i had before)

calou952002 commented 3 years ago

It's ok with 1.00 version,  Thank you.   -------- Message d'origine --------De : PlayingGamez331 notifications@github.com Date : 08/03/2021 17:26 (GMT+01:00) À : NathanVaughn/msfs-mod-manager msfs-mod-manager@noreply.github.com Cc : calou952002 calou952002@yahoo.fr, Comment comment@noreply.github.com Objet : Re: [NathanVaughn/msfs-mod-manager] unable to open (#62) which did you install cause i installed 1.0.0 and it works fine(that was the version i had before)

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.

NathanVaughn commented 3 years ago

Unfortunately I'm not able to replicate the issue on my setup with Steam or a friend's setup with MS Store. For context, the "Unable to execute script main" error means the underlying Python program never even started, as something was catastrophically wrong (like a syntax error), and thus my own logging never got a chance to write anything.

I'm going to work on coming up with the best way to produce a debug executable without causing anyone else's mod manager to automatically download it. What would be immensely helpful is if someone installed the development environment as described in the README and reported on what happens when they try to run it.

Daisy-lief commented 3 years ago

i'd like to help but i'm not sure on what to do, so should we maybe get in a call and do it together? i'm in timezone UTC +1

calou952002 commented 3 years ago

Hello, It's ok for me version 1.00. Le mardi 9 mars 2021, 09:43:44 UTC+1, PlayingGamez331 notifications@github.com a écrit :

i'd like to help but i'm not sure on what to do, so should we maybe get in a call and do it together? i'm in timezone UTC +1

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

NathanVaughn commented 3 years ago

Okay, some good news, I setup builds on GitHub separate from the releases (so that people's clients don't auto-update themselves) and I can replicate the issue now. Something with the build is broken.

Will update after I've determined a fix.

NathanVaughn commented 3 years ago

Created new release v1.0.3. Let me know if this works.

Daisy-lief commented 3 years ago

works great

NathanVaughn commented 3 years ago

No one else has said anything that differs so I'm going to close this.