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

eruption-fx-proxy.service failt to start #220

Open
RononDex opened this issue Jul 5, 2023 · 0 comments
Open

eruption-fx-proxy.service failt to start #220

RononDex opened this issue Jul 5, 2023 · 0 comments
Assignees

Comments

@RononDex
Copy link

RononDex commented Jul 5, 2023

Introduction
Effects Proxy shows as failed in Eruption GUI, systemctl --user restart eruption-fx-proxy.service seems unable to start service

Please describe the bug
fx-proxy is not running

To Reproduce
Steps to reproduce the behavior:
Install eruption (AUR) and open GUI --> fx-proxy is not running

Expected behavior
A clear and concise description of what you expected to happen.

Logs
Please provide full logs: sudo journalctl -u eruption.service -b

l 05 12:42:45 ATLANTIS-Euclid eruption-fx-proxy[544670]: The application panicked (crashed).
Jul 05 12:42:45 ATLANTIS-Euclid eruption-fx-proxy[544670]: Message:  index out of bounds: the len is 0 but the index is 0
Jul 05 12:42:45 ATLANTIS-Euclid eruption-fx-proxy[544670]: Location: eruption-fx-proxy/src/util.rs:89
Jul 05 12:42:45 ATLANTIS-Euclid eruption-fx-proxy[544670]: Please consider reporting a bug at https://github.com/X3n0m0rph59/eruption
Jul 05 12:42:45 ATLANTIS-Euclid systemd[1]: Started Process Core Dump (PID 544675/UID 0).
░░ Subject: A start job for unit systemd-coredump@17-544675-0.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-coredump@17-544675-0.service has finished successfully.
░░ 
░░ The job identifier is 3689.
Jul 05 12:42:45 ATLANTIS-Euclid systemd-coredump[544676]: [🡕] Process 544670 (eruption-fx-pro) of user 1000 dumped core.
                                                          
                                                          Stack trace of thread 544670:
                                                          #0  0x00007f30682ac26c n/a (libc.so.6 + 0x8926c)
                                                          #1  0x00007f306825ca08 raise (libc.so.6 + 0x39a08)
                                                          #2  0x00007f3068245538 abort (libc.so.6 + 0x22538)
                                                          #3  0x000055b21728c777 n/a (eruption-fx-proxy + 0x1d6777)
                                                          #4  0x000055b21728c766 n/a (eruption-fx-proxy + 0x1d6766)
                                                          #5  0x000055b2173290d6 n/a (eruption-fx-proxy + 0x2730d6)
                                                          #6  0x000055b21732b80b n/a (eruption-fx-proxy + 0x27580b)
                                                          #7  0x000055b21732b484 n/a (eruption-fx-proxy + 0x275484)
                                                          #8  0x000055b21732b3e6 n/a (eruption-fx-proxy + 0x2753e6)
                                                          #9  0x000055b21732b3d1 n/a (eruption-fx-proxy + 0x2753d1)
                                                          #10 0x000055b217111f52 n/a (eruption-fx-proxy + 0x5bf52)
                                                          #11 0x000055b217111fd1 n/a (eruption-fx-proxy + 0x5bfd1)
                                                          #12 0x000055b2171642d3 n/a (eruption-fx-proxy + 0xae2d3)
                                                          #13 0x000055b21716b88a n/a (eruption-fx-proxy + 0xb588a)
                                                          #14 0x000055b2171348c3 n/a (eruption-fx-proxy + 0x7e8c3)
                                                          #15 0x000055b21716e9e7 n/a (eruption-fx-proxy + 0xb89e7)
                                                          #16 0x00007f3068246850 n/a (libc.so.6 + 0x23850)
                                                          #17 0x00007f306824690a __libc_start_main (libc.so.6 + 0x2390a)
                                                          #18 0x000055b217123905 n/a (eruption-fx-proxy + 0x6d905)
                                                          
                                                          Stack trace of thread 544673:
                                                          #0  0x00007f306831cb5c read (libc.so.6 + 0xf9b5c)
                                                          #1  0x000055b217134959 n/a (eruption-fx-proxy + 0x7e959)
                                                          #2  0x000055b217136b89 n/a (eruption-fx-proxy + 0x80b89)
                                                          #3  0x000055b21732c675 n/a (eruption-fx-proxy + 0x276675)
                                                          #4  0x00007f30682aa44b n/a (libc.so.6 + 0x8744b)
                                                          #5  0x00007f306832de40 n/a (libc.so.6 + 0x10ae40)
                                                          
                                                          Stack trace of thread 544674:
                                                          #0  0x00007f3068320c0f __poll (libc.so.6 + 0xfdc0f)
                                                          #1  0x00007f306854e735 n/a (libdbus-1.so.3 + 0x2f735)
                                                          #2  0x00007f306853447e n/a (libdbus-1.so.3 + 0x1547e)
                                                          #3  0x00007f3068538f62 n/a (libdbus-1.so.3 + 0x19f62)
                                                          #4  0x000055b2171339ae n/a (eruption-fx-proxy + 0x7d9ae)
                                                          #5  0x000055b217136760 n/a (eruption-fx-proxy + 0x80760)
                                                          #6  0x000055b21732c675 n/a (eruption-fx-proxy + 0x276675)
                                                          #7  0x00007f30682aa44b n/a (libc.so.6 + 0x8744b)
                                                          #8  0x00007f306832de40 n/a (libc.so.6 + 0x10ae40)
                                                          ELF object binary architecture: AMD x86-64

Screenshots (optional)
If applicable, add screenshots to help explain your problem.

Please complete the following information:

  • Eruption version [e.g. 0.3.3]
    **v0.1.7 (GUI) / 0.3.3 (Package) **
  • List your device(s) (sudo lsusb)
❯ sudo lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 27c6:63bc Shenzhen Goodix Technology Co.,Ltd. Goodix USB2.0 MISC
Bus 003 Device 002: ID 8086:0b63 Intel Corp. USB Bridge
Bus 003 Device 004: ID 8087:0033 Intel Corp. 
Bus 003 Device 005: ID 413c:b100 Dell Computer Corp. Dell Adapter - USB-C to 3.5mm Headphone Jack SA1023
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 004: ID 1e7d:2c8b ROCCAT ROCCAT Kone XP
Bus 007 Device 003: ID 1b1c:1b2d Corsair K95 RGB Platinum Keyboard [RGP0056]
Bus 007 Device 002: ID 1050:0407 Yubico.com Yubikey 4/5 OTP+U2F+CCID
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 003: ID 03f0:0620 HP, Inc USB3.1 Hub
Bus 006 Device 002: ID 03f0:0620 HP, Inc USB3.1 Hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 004: ID 1e91:4001 Other World Computing OWC Thunderbolt 3 Audio Device
Bus 005 Device 006: ID 1b20:0400 MStar Semiconductor, Inc. BillBoard
Bus 005 Device 005: ID 03f0:1647 HP, Inc Z27n G2 Monitor Hub
Bus 005 Device 003: ID 03f0:1647 HP, Inc Z27n G2 Monitor Hub
Bus 005 Device 002: ID 046d:08e5 Logitech, Inc. C920 PRO HD Webcam
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Additional context
Add any other context about the problem here.

@X3n0m0rph59 X3n0m0rph59 self-assigned this Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants