-
Notifications
You must be signed in to change notification settings - Fork 448
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
0.1.11.0 crash #43
Comments
Can you please open then Windows Event Viewer, go to Windows Logs -> Application, start the app and tell me the error details? From your screenshot I can tell that both App and SystemTray are working, and a powershell has been created. Does your Powershell work when you start it in its native window? |
I haven't got time to open an issue but this is the very behavior for me since The app launches (and closes), there is a tray icon, but there are no events in Event Viewer. |
Did you try with CMD as the default shell? Same behaviour? |
Tried with CMD, Powershell, and even WSL Bash. Same behavior as above (closes, no events). |
Ok, then I'm out of ideas for know. |
There's likely been some changes to the stuff stored in the roaming preferences/settings. If you aren't married to your FluentTerminal settings, try uninstalling the app, and installing the new one fresh? A less destructive, but also likely less decisive test, would be to just reset the app's data. |
Tried uninstalling and reinstalling several times, also tried removing any directory named |
@felixse I know this is out of scope of this issue, but can you provide dependencies and |
Ok, so all I can offer you right now is to wait for the next release. I will add some logging to see whats going on. I can provide a package without dependencies. This will only save 16mb, but better than nothing |
@felixse The problem got fixed after repeated installations (yes, repeated) of dependency packages and manually installing the cert file multiple times. 🎉🎈 A check for dependencies in the main launcher file? And regarding package and dependencies, it looks like |
Nice to hear you got it working 😃 appxsym seems to contain debug symbols, I think we can strip that as well for the 'light' download |
I was able to reproduce it on a brand new install of Windows 10 1803 x64 in a VM, so there's something super weird going on here. |
And you got it running after trying it multiple times? Tried it myself in a fresh 1803 VM a few days ago, but in my case it installed correctly at first try 😕 |
No, mine refused to run, but I did notice that the x64 2015 UWP runtime failed to install correctly, and installing it from the Dependencies folder didn't work (I had to install it form Powershell with |
I run |
Found it! I think. This is a bit misleading, and I don't know what exact functionality is causing it, but if you just choose Sideload Apps in the Windows 10 developer settings, this is the behaviour you get. If you enable Developer Mode, without reinstalling anything, you get the correct behaviour. Ideally we wouldn't have to enable full-on developer mode to sideload the app, but I don't know what functionality we're using that triggers the issues. Edit: Process: Confirmed on a fresh install of Windows 10 1803 (defaults to "Sideload Apps"). Installed the cert to |
Can you check whether the loop back exemption is set (you can use this to look it up: https://archive.codeplex.com/?p=loopback) when you are in the ‘crashing state’? |
Got it: I have confirmed that running
after installing the certificate and |
Sort of the last update I think on this: I tested this by building it and explicitly revoking the LoopbackExempt status from the development package, and indeed what happens is that the websocket in the JavaScript side times out, and issues a So this is indeed caused by the same headache that's present in #34 . I'll make a PR that updates the README on how to install to note that if you're sideloading the app, you'll need to run the above PowerShell snippet |
Well, at least we found the issue and also a work around. I would consider this as resolved now, thanks to everyone who contributed here 😃 The fun continues in #34 |
Hi, |
* Build msi installer for appx package * Fix appvetor failure * Run cmd commands in separate yml cmd sections
when i start program, wait some seconds will crash, auto close then window. how can i fix it, has some crash log?
windows version: 1803
The text was updated successfully, but these errors were encountered: