-
Notifications
You must be signed in to change notification settings - Fork 446
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
Not working properly #206
Comments
I don't know how to deal with it. Please help me. thanks |
Hi @nocmt, can you give some more info?
|
I recommend adding a log function to feed back questions. |
The same problem with Windows 10 v1809. |
I have the same problem. I'm with Windows 10.0.17134.590. |
Is there anything in Event Viewer?
--
Hans Kokx
…On February 19, 2019 10:58:12 AM "Vincent (Wizcas) Chen" ***@***.***> wrote:
I have the same problem. I'm with Windows 10.0.17134.590.
None of the profiles works. After creating a new tab I get a blank UI with
blinking caret. Hitting keyboard won't help. All tabs have no title except
the initial one.
The window can't be opened anymore if closed. By double-clicking the icon
in the tray, the window flashes and closed again very soon.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I didn't see anything noticable in the Event Viewer. What event or keyword should I look for? |
Nothing neither in my Event Viewer. |
And from today on I can't open a Fluent Terminal window anymore. The application is running as shown in the system tray, but the main window closed in a second every time I try to open/show it. Is there any application log I can review? |
As I noticed @Littlefisher619 and I are both using Windows in zh-cn language. Is there anything to do with the OS language? |
It's certainly possible. Would it be too much to ask that you switch the system language to en-US and see if the problem persists?
|
I'll try it later and let u know the result ;) |
I've tried and still have the problem. |
@skipmeister123 I can't change my system language to English as it is a Chinese version I installed. Sorry. |
Thanks for checking. At least we've narrowed the issue down.
|
Using English (proper British English) and getting same issue. |
With the current release? Should be fixed on master, next version will be released pretty soon |
Affected version is |
I'm still getting this issue. Installed via the bundled installer on V4.0.0. |
Ah damnit. Can you activate debug logging and provide some logs? |
That's the log. |
Looks like you already have an environment variable 'TERM'. It should work if you remove it. I will add some handling for this in the next version. |
Ran into this same issue. v0.4.0.0 installed via Chocolatey. Nothing displayed in the main window if the |
Just wanted to echo what @felixse said - Fluent Terminal, after failing, started working again, on a different reboot, I suspect the difference is that TERM may have been set (perhaps by another terminal app). |
Can also confirm that the crash is caused by TERM environment variable being set. I had TERM="xterm-256color" set as a system variable (in Windows) previously and after removing it, the terminal session it no longer crashes. Crash seems to be caused by an unhandled ArgumentException on line 111 of TerminalsManager.cs. Looks like the easiest solution is just to check if a variable is set beforehand and either skipping over it or just deleting it (by setting to null first) before setting it to the correct value. Output from the debug log file:
|
Anybody still having issues on 0.4.1.0? |
I'm no longer getting crashes on launch with v0.4.1.0. |
It looks like it's been fixed. |
It works fine now on my machine. Thanks! |
All good here too. |
Can you activate debug logging and provide some logs? |
I opened it twice, log files are the following.
|
Same problem, FT 0.4.1.0, winver 1903(18356.16). |
I keep running into those issues with fluent terminal 7.1to 7.4 ... was there any fix coming ? |
I normally installed the program, but nothing was displayed.
The text was updated successfully, but these errors were encountered: