Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobster no longer starts up #49

Closed
steverb1 opened this issue Jun 1, 2017 · 19 comments
Closed

Mobster no longer starts up #49

steverb1 opened this issue Jun 1, 2017 · 19 comments

Comments

@steverb1
Copy link

steverb1 commented Jun 1, 2017

After installing some Windows updates on our computer, Mobster no longer runs. :(

Attached is the log.
2017-06-01T19_51_07_694Z-debug.log.txt

We are running Windows 7 Enterprise, Service Pack 1.

@dillonkearns
Copy link
Owner

@steverb1 thanks for reporting the issue.

It looks like your trying to build and run this yourself from the command line, rather than downloading from the Releases page. Can you confirm?

If that's the case, is your goal to contribute changes or use the app? If you're just trying to run the app, I would recommend downloading the .exe.

@steverb1
Copy link
Author

steverb1 commented Jun 2, 2017

We downloaded the .exe and were using it quite successfully for several weeks. I only downloaded the source after the .exe quite working - I resorted to running from the command line just to see if I could figure out what was wrong.
I also uninstalled and downloaded the latest .exe. It still won't start up.

@dillonkearns
Copy link
Owner

Got it, thank you for the clarification. I suspect that the logs from running the app locally don't reflect the actual issue.

Could you elaborate a little on what happens? Does the app start then crash? Run but screen doesn't show? Get uninstalled and you can't find the exe?

Windows may have some issues around marking 3rd-party exe's as viruses. Seems like that's the type of thing that could happen after a Windows update.

I'd love to get to the bottom of this. Thanks for taking the time to report this.

@steverb1
Copy link
Author

steverb1 commented Jun 2, 2017

It runs but the screen doesn't show. The mobster icon is on the task bar. When I click it, I even see the window maximize/minimize animations. When it is maximized we don't see any Mobster screen, but cannot click the mouse or type (like the behavior when the timer has run out and Mobster takes over the monitor, so that kind of makes sense). When it is minimized we can use the mouse and keyboard again.

@steverb1
Copy link
Author

steverb1 commented Jun 2, 2017

And Mobster is listed in the Task Manager, under Applications.

@steverb1
Copy link
Author

steverb1 commented Jun 2, 2017

Could it be some issue with the transparency of the window? We are running on a big display (for mobbing!). It is a Vizio 55 inch 4K TV monitor. Our resolution is set to 1920x1080, with a refresh rate of 60 Hz. We just tried several different refresh rates, with no difference in the problem.

@dillonkearns
Copy link
Owner

@steverb1 it might be related to this Electron issue: electron/electron#9357. Could you try this custom build and let me know if you experience the issue or not (I just commented this line out)?

Custom build without transparency

@steverb1
Copy link
Author

steverb1 commented Jun 2, 2017

Now the main window is visible; however the countdown window is messed up, we can see part of the window but not the timer; also when mobster pops up for next person, it's not maximized. This is definitely better and we appreciate your prompt response.

@dillonkearns
Copy link
Owner

@steverb1 that is great that we honed in on the issue!

Here's a new build using the workaround suggested in the electron issue (for both the main window and the timer window). Could you try this one out?

It's possible that this works with no issues now. If so then I will publish this in the next official release.

@steverb1
Copy link
Author

steverb1 commented Jun 6, 2017

Well, we are still seeing the same behavior, with the above workaround build.

@dillonkearns
Copy link
Owner

@steverb1 any way I could get a screenshot of the problems you described? I'm traveling this week, but will attempt to reproduce it on a Windows machine when I'm back home.

@steverb1
Copy link
Author

steverb1 commented Jun 7, 2017

OK, here are a couple of screenshots. The first is just after Mobster starts up. It behaves like the application is waiting for us to hit "start mobbing" (or whatever that button says) but of course we don't see anything. Also can't use the mouse or keyboard. I'm assuming the Mobster window is there, but is transparent (?).
The second is after I click on the Mobster icon in the task bar. Immediately after the mouse click we see the outline of a window minimizing itself into the Mobster icon on the task bar. After that mouse clicks and the keyboard work as normal.
Sorry- there really isn't much to see.
mobster1
mobster2

@dillonkearns
Copy link
Owner

@steverb1 thanks so much for the detailed reports. I believe that the Electron issue I referenced above is the root problem here unfortunately. Hopefully they will come up with a fix soon.

Here's a build that removes transparency from both the main and timer windows. I think this should fix your problem, but I'm not sure if it will work well for your team to not have any transparency in the timer window. Let me know what you think, if it's acceptable then I could possibly build in an option to use this workaround to the mainline releases. Would love to hear your feedback!

Workaround build (no transparency)

@steverb1
Copy link
Author

OK, I tried the above Workaround build. After the installation, I ran it and it worked fine, once. Then after exiting and running again, it was back to the same problem - couldn't see the mobster window at all. How strange is that? I even uninstalled and reinstalled the Workaround build fresh. But same thing - worked once, than not after that.

@steverb1
Copy link
Author

Oh, I might know what is going on. Does it automatically update when a new version comes out? I saw the date on the executable change after I quit. I think it runs the first time, then gets an update (where the transparency is not removed) and doesn't work after that.

@steverb1
Copy link
Author

One other note on the Workaround build (in case you are going to make this fix permanent). When it first starts up it is full screen. After the first person's turn is over and it comes up again, it is a small window. You have to scroll around (or make the window bigger) just to see the "Continue" button.

@dillonkearns
Copy link
Owner

@steverb1 yes, that's exactly right, it will update when you close and restart the application if a new version is available.

I added a flag in the latest mainline build (0.0.37) that has an option to disable transparency. This way it won't get messed up with auto updates (and you can get the latest updates as they come in). I hope this works out well for you and your team!

The instructions to disable transparency are now in the README.

One other note on the Workaround build (in case you are going to make this fix permanent). When it first starts up it is full screen. After the first person's turn is over and it comes up again, it is a small window. You have to scroll around (or make the window bigger) just to see the "Continue" button.

Thanks for reporting this. I opened up a separate issue (#50) to track this. I'd like to get to the bottom of this as well.

Keep the feedback and ideas coming, it is extremely helpful. I wouldn't have been able to get to the bottom of this issue without your help, and I'm very grateful for your detailed reports. Thank you!

I'm closing this for now. Let me know if there are any issues, or if there's anything else I can do to improve this for you!

@steverb1
Copy link
Author

OK, we've installed 0.0.37, used the option to disable transparency, and we are back in business. Thanks!
And we appreciate you looking into issue #50 as well.

@dillonkearns
Copy link
Owner

Great news! Thanks for the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants