-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Hyper 3.0.2 window does not open on Windows 10 #4035
Comments
Same problem here. It sucks bc I used to love hyper. |
Experiencing the same issue with a twist - Had a fully functional Hyper terminal. After a reboot today, window opened but immediately stalled out (empty screen, can carriage return but no text from input or from system). Contents of config file had reverted to defaults. Attempted to update config, save, and reload program, but Hyper kept stalling and reverting config. Attempted uninstall / reinstall. Fun animation plays on install, and then GUI vanishes (though process is still active in task manager).
UPDATE |
Have similar issue when I start to install hyper. The installation window pops up and see it in the task manager, then suddenly quit and nothing happens. |
I am having exactly same issue Hyper is not opening but weirdly showing in Task manager. But I installed Hyper today only and as I using windows 10 I have to add some path inside the ".hyper" to connect it with git. So, I added that path after that it is not opening, I reinstalled it multiple times. But it remains unsolved. |
I managed the issue by removing the hyper folder from the /Users/[username]/AppData/Local folder and restarted the installation. |
@endreujhelyi this did not fix the issue for me. |
Can confirm, moments after installling this terminal did this start happening out of the blue. |
Same problem... |
Same problem |
Same Problem Guys! |
Disappointing that this hasn't even been looked at 😢 |
@mrjones2014 Can you give the latest canary a try? From here. |
Uninstall the older version and remove the hyper folder from |
@LabhanshAgrawal i tried the canary version and crashed after installing it |
@LabhanshAgrawal same here |
Plzz help us if anyone knows here |
I am not able to reproduce this. |
Hey Guys I have found the solution 1.) Open the CMD as Administrator
then uninstall hyper and remove its folder from these directories.. Install Hyper Again and then restart your PC. Problem Solved! |
It worked, good job! |
@SajjanKarn worked for me too! |
@SajjanKarn actually, it worked for first launch for me. then I have this same issue again. |
Bro, Again Follow The Same Steps Maybe It Should Work... |
@SajjanKarn having to do this every time I want to launch a terminal is not a solution. |
do you all have the windows dark mode on? If yes, can you please once confirm whether Hyper opens if you uninstall and delete the hyper folder from %appdata% and %localappdata% , switch to light mode and install. |
@LabhanshAgrawal it happened to me in light mode |
I honestly have up about hyper. Can't make it work with bash anymore.
…On Thu, 5 Mar 2020, 2:29 am raphtlw, ***@***.***> wrote:
@LabhanshAgrawal <https://github.com/LabhanshAgrawal> it happened to me
in light mode
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4035>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUMAEZIUXKIMGJXKIC27CTRF55KJANCNFSM4JVHQWAQ>
.
|
Hey Guys I have found the solution 1.) Open the CMD as Administrator gpupdate /force then uninstall hyper and remove its folder from these directories.. Install Hyper Again and then restart your PC. Problem Solved! |
@SajjanKarn you literally posted the same comment which does not solve the issue. |
this worked for me but.. I'm on Udemy(enrolled in webdev bootcamp) now and our instructor had asked us to install Hyper and edit its preferences with the Hyper config After editing the preferences, I close Hyper to reload the update but it doesn't open again. Is there an alternative that works similar to Hyper that I can use? Otherwise, I'm just stuck on Udemy 🤣 appreciate your help |
@annikamarayag sounds like you had the same issue as me where it works for first launch, but then the issue starts again after closing it the first time. As far as a replacement, I tried Fluent Terminal on Windows, but eventually settled on Cmder. |
Broooo doing the same udemy course.Please help.How to proceed |
I had the same issue, |
Hi guys I was stuck on this issue also before but my only mistake here was I installed my git on my hdd instead of ssd. So make sure you installed your git on your ssd not hdd. and then, Follow the same instructions you were given by the previous instructions, but before you open hyper, reinstall git and make sure it's installed in your ssd. |
@ivycmg there is no way that installing on an HDD vs. an SSD is the cause of this issue. |
Hi @mrjones2014 I just followed @Megumin-Master said above because I was also stuck on this issue lastyr. I did all of the possible solutions but really didn't work for me so when he said that it was suppose to be installed in ssd I tried it and it worked for me. But correct me if I'm mistaken thank you! :) |
@mrjones2014 can you try this ^ or run |
was trying out your steps above - found something interesting... hyper crashes for me when loading via taskbar or search... Right-click > Run as Administrator fixes this issue for me |
@mrmos |
Where is the preferences file of Hyper ? how can I find it and change my address |
I am facing the same issue. |
For all of the guys coming from Angela's lessons, i seem to have found a solution : |
This worked for me too, works now. thanks |
@Shivam-Shankhwar and what is it? |
If hyper stopped launching after changing any configs make sure your syntax is correct and any paths actually exist (specifically if you changed the shell). My hyper installation broke because I just copied the path to bash out of the File Explorer, but the backslashes need to be escaped:
changes to
|
For those enrolled in the Angela's course: I had the same problem. I solved it, but I don't know if it's even legal. First of all, I noticed there is a path in the Hyper configuration. The path heads to |
If you don't find the file you must edit, press |
Just install GitBash if you haven't, I did and it solved my problem. Just in case someone else get this issuo wit Hyper. |
Updating the preferences caused the problem in my case. |
I am also doing Angela's Web Dev bootcamp and was having issues installing on a different PC. The steps on this page worked for me... https://myrlandnu.medium.com/guide-to-install-and-configure-hyper-for-windows-10-52a829c97b25 ... Everything Angela provided was correct BUT this article gave a screen shot of the page I was getting when I opened up Hyper initially and how pressing ctrl + , (control and the comma the same time) opens up a Hyper-notepad. I just copied and pasted the Hyper config for git bash in Windows from here .... https://gist.github.com/coco-napky/404220405435b3d0373e37ec43e54a23 |
I had the same problem while doing Angela's Bootcamp. Initially, the terminal worked but it seems that the config file you are requested to overwrite corrupted it; comparing both files today it looks like the config file was updated in later node.js versions. The following solution worked well for me:
|
Worked for me! |
Steps to solve this if you are doing Angela's course:
|
what about on windows? |
Thanks, this worked perfectly! |
thank you! worked for me. |
I am on the latest Hyper.app version
I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: Microsoft Windows 10 Home version 10.0.18362
Hyper.app version: 3.0.2
Link of a Gist with the contents of your .hyper.js: the file doesn't exist because the app never properly launched
Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): unable to launch the app
The issue is reproducible in vanilla Hyper.app: Yes. This is from a fresh install of Hyper, first launch.
Issue
When I try to launch Hyper, it appears as though nothing happens. However, the weird thing is, the Hyper process does show up in task manager. However, there is no icon for it on the start bar, and there is no window anywhere.
The text was updated successfully, but these errors were encountered: