-
Notifications
You must be signed in to change notification settings - Fork 236
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
TermKit.app shows me a black window with no interaction opportunities #70
Comments
You on OSX 10.7? |
I'm on 10.6. Compiling from source solved the problem for me. However, I will let the issue stay open, because failure to work with no error message might be worth looking into anyway. (Incidentally, I tried compiling from source before I created this issue, but I couldn't get it to work because I was writing |
I'm on 10.7 with the same issue (with both unzipped TermKit.app and manually built app). |
I had the same issue, but it worked when I manually compiled Termkit.app (It didn't compile right away though) |
Now, I got it to work a little by removing the "require()" lines in the source, but every command I type fails... I don't have time to check this out right now, but that was just to let you guys know! |
On OS X 10.6.8.
I seem to be able to run the back-end well enough:
I then start the front-end:
If I check back on the server side, the following has been output:
And so on, with the heartbeats.
In short: There does not seem to be anything wrong.
Yet, all I can see in the TermKit.app window is a black void. Apart from the window chrome there is only uniform black color. Typing on the keyboard does not effect any change.
I have tried opening the web inspector, and it seems to have loaded a DOM document and lots of scripts. There are no error messages waiting for me.
I guess the conclusion is: TermKit doesn't complain about anything, yet it does not work. I would be happy to fix any problems it reported, but it reports no problems.
The text was updated successfully, but these errors were encountered: