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

Hyper app not opening #2604

Open
3 tasks done
Murat65536 opened this issue Jun 11, 2024 · 9 comments
Open
3 tasks done

Hyper app not opening #2604

Murat65536 opened this issue Jun 11, 2024 · 9 comments
Labels
Upstream Bug something isn't working that can only be fixed upstream

Comments

@Murat65536
Copy link

Confirmations

What happened?

When I installed Hyper and attempted to run the program, it would not boot.

Description

I am using a Raspberry Pi 4b running Raspberry Pi OS 64 bit. When I installed Hyper and attempted to run it by clicking on the app, nothing seemed to happen. Running Hyper using the terminal also did not seem to help, but when I ran htop the process was shown.

What are your system specs (run the following command in your terminal)?

OS: Debian GNU/Linux 12 (bookworm)
OS architecture: 64-bit
Last updated Pi-Apps on: 06/11/2024
Latest Pi-Apps version: 06/10/2024
Kernel: aarch64 6.6.31+rpt-rpi-v8
Device model: Raspberry Pi 4 Model B Rev 1.5
SOC identifier: bcm2711
Cpu name: Cortex-A72
Ram size: 7.81 GB
Raspberry Pi OS image version: 2024-03-15
Language: en_US.UTF-8

(Recommended) Error log? Terminal output? Debug messages?

No response

@Murat65536 Murat65536 added the bug Something isn't working label Jun 11, 2024
@oxmc
Copy link
Contributor

oxmc commented Jun 11, 2024 via email

@Botspot
Copy link
Owner

Botspot commented Jun 11, 2024

I just went ahead and tried it myself.
This output is interesting. It seems like an upstream issue.

pi@raspberrypi:~ $ hyper
pi@raspberrypi:~ $ hyper -v
Disabling Chromium GPU blacklist

running in prod mode
electron will open file:///opt/Hyper/resources/app.asar/index.html

[1641541:0611/153656.992646:WARNING:keyboard_util.cc(135)] Invalid accelerator token: del
[1641541:0611/153656.993942:WARNING:accelerator_util.cc(63)] ctrl+del doesn't contain a valid key

Setting Hyper as default client for ssh:// protocol

[1641541:0611/153657.051372:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.

Hyper CLI already in PATH

Hyper CLI installed Symlink created at /usr/local/bin/hyper undefined

[1641590:0611/153657.282143:WARNING:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.

[1641590:0611/153657.542390:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.542811:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.543342:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.543754:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.544119:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.544472:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.544868:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.547974:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.548312:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.548668:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.549033:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.549348:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.549669:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641590:0611/153657.549987:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[1641541:0611/153657.673213:INFO:CONSOLE(943)] "Uncaught Error: Cannot find module './node_modules/react-deep-force-update/lib/index.js'
Require stack:
- /opt/Hyper/resources/app.asar/index.html", source: node:internal/modules/cjs/loader (943)

[1641541:0611/153657.673756:INFO:CONSOLE(36)] "total init time 25.099999964237213", source: file:///opt/Hyper/resources/app.asar/index.html (36)

@Murat65536
Copy link
Author

Murat65536 commented Jun 11, 2024

Hi, are you able to show the command output you are running? As well as the top process command line?

I am just running the hyper command in the terminal. When I enter, nothing shows. When I run the top command, hyper does show as running.

Copy link
Contributor

Hello there 👋
Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible.
In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

@theofficialgman
Copy link
Collaborator

It helps to add the environment variable WAYLAND_DEBUG=1 for additional debugs logs before running an application like this where the issue could be a problem with the application interacting with wayland.

In any case, disabling the chromium gpu blacklist is an upstream hyper @vercel issue and should never be done as these are gpu/drivers verified by chromium to not work at all (and disabling them allows chromium to run with software graphics which works but will just be slow).

@Murat65536
Copy link
Author

This is what I got when adding the WAYLAND_DEBUG=1 environment variable.

Plugin hyper-dark (0.5.4) loaded.

Disabling Chromium GPU blacklist

running in prod mode
electron will open file:///opt/Hyper/resources/app.asar/index.html

[168677:0612/163149.094991:WARNING:keyboard_util.cc(135)] Invalid accelerator token: del
[168677:0612/163149.095062:WARNING:accelerator_util.cc(63)] ctrl+del doesn't contain a valid key

[168734:0612/163149.150089:WARNING:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.

Setting Hyper as default client for ssh:// protocol

[168677:0612/163149.196405:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.

Hyper CLI already in PATH

Hyper CLI installed Symlink created at /usr/local/bin/hyper undefined

[168734:0612/163149.534936:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.535446:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.536061:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)
[168734:0612/163149.536548:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.537357:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.538051:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.538952:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.541412:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.541854:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.542324:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)
[168734:0612/163149.542772:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.543187:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.543582:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168734:0612/163149.544553:ERROR:gbm_wrapper.cc(292)] Failed to export buffer to dma_buf: No such file or directory (2)

[168677:0612/163150.113842:INFO:CONSOLE(943)] "Uncaught Error: Cannot find module './node_modules/react-deep-force-update/lib/index.js'
Require stack:
- /opt/Hyper/resources/app.asar/index.html", source: node:internal/modules/cjs/loader (943)

[168677:0612/163150.115490:INFO:CONSOLE(36)] "total init time 57.400000002235174", source: file:///opt/Hyper/resources/app.asar/index.html (36)

@oxmc
Copy link
Contributor

oxmc commented Jun 12, 2024 via email

@theofficialgman theofficialgman added Upstream Bug something isn't working that can only be fixed upstream and removed bug Something isn't working labels Jun 19, 2024
@theofficialgman
Copy link
Collaborator

theofficialgman commented Jun 19, 2024

Marking as upstream bug. Please report such issues to hyper https://github.com/vercel/hyper and link back here.
Don't expect such issues to be fixed any time soon. Development has been effectively stalled for over a year vercel/hyper#7923 (comment)

Botspot added a commit that referenced this issue Aug 2, 2024
@Botspot
Copy link
Owner

Botspot commented Aug 2, 2024

I've hidden Hyper for now. commit 3d297ff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstream Bug something isn't working that can only be fixed upstream
Projects
None yet
Development

No branches or pull requests

4 participants