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

Manjaro Arch Install Error #108

Open
PeterKW opened this issue Nov 26, 2021 · 3 comments
Open

Manjaro Arch Install Error #108

PeterKW opened this issue Nov 26, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@PeterKW
Copy link

PeterKW commented Nov 26, 2021

Not quite sure what's wrong? Any suggestions for futher debugging?

cd /tmp git clone https://github.com/mycroftai/mycroft-gui
cd mycroft-gui
bash dev_setup.sh

 ~  mycroft-gui-app                                                                                                                         
QtWebEngine::initialize() called with QCoreApplication object already created and should be call before. This is depreciated and may fail in the future.
Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created.
QGLXContext: Failed to create dummy context
QMetaProperty::notifySignal: cannot find the NOTIFY signal usePTTClient in class GlobalSettings for property 'usePTTClient'
qrc:/main.qml:302:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
failed to acquire GL context to resolve capabilities, using defaults..
qrc:/qml/StatusIndicator.qml:165:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/qml/SkillView.qml:55:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/RemoteStt.qml:95:9: QML Heading: Binding loop detected for property "verticalAlignment"
qrc:/RemoteStt.qml:31:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/main.qml:351:21: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/main.qml:106:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/main.qml:65:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qml: Trying to connect to Mycroft
qrc:/main.qml:38:5: Unable to assign [undefined] to int
qrc:/main.qml:37:5: Unable to assign [undefined] to int
qrc:/main.qml:36:5: Unable to assign [undefined] to int
qrc:/main.qml:35:5: Unable to assign [undefined] to int
qrc:/main.qml:34:5: Unable to assign [undefined] to int
qrc:/main.qml:33:5: Unable to assign [undefined] to int
qrc:/main.qml:225:17: Unable to assign ApplicationWindow_QMLTYPE_127 to QQuickItem
qrc:/main.qml:252:17: Unable to assign null to QStringList
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile) 
zsh: abort (core dumped)  mycroft-gui-app

image

@PeterKW PeterKW added the bug Something isn't working label Nov 26, 2021
@AIIX
Copy link
Collaborator

AIIX commented Nov 29, 2021

Do you have graphics drivers installed ?

@PeterKW
Copy link
Author

PeterKW commented Dec 16, 2021

 mycroft-gui-app                                                                                                                      INT ✘  16s  18:52:52 
QtWebEngine::initialize() called with QCoreApplication object already created and should be call before. This is depreciated and may fail in the future.
Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created.
QMetaProperty::notifySignal: cannot find the NOTIFY signal usePTTClient in class GlobalSettings for property 'usePTTClient'
qrc:/main.qml:302:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/qml/StatusIndicator.qml:165:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/qml/SkillView.qml:55:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/RemoteStt.qml:95:9: QML Heading: Binding loop detected for property "verticalAlignment"
qrc:/RemoteStt.qml:31:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/main.qml:351:21: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/main.qml:106:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/main.qml:65:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qml: Trying to connect to Mycroft
qrc:/main.qml:38:5: Unable to assign [undefined] to int
qrc:/main.qml:37:5: Unable to assign [undefined] to int
qrc:/main.qml:36:5: Unable to assign [undefined] to int
qrc:/main.qml:35:5: Unable to assign [undefined] to int
qrc:/main.qml:34:5: Unable to assign [undefined] to int
qrc:/main.qml:33:5: Unable to assign [undefined] to int
qrc:/main.qml:225:17: Unable to assign ApplicationWindow_QMLTYPE_122 to QQuickItem
qrc:/main.qml:252:17: Unable to assign null to QStringList
qrc:/main.qml:38:5: Unable to assign [undefined] to int
qrc:/main.qml:37:5: Unable to assign [undefined] to int
qrc:/main.qml:36:5: Unable to assign [undefined] to int
qrc:/main.qml:35:5: Unable to assign [undefined] to int
qrc:/main.qml:34:5: Unable to assign [undefined] to int
qrc:/main.qml:33:5: Unable to assign [undefined] to int
qrc:/main.qml:225:17: Unable to assign ApplicationWindow_QMLTYPE_122 to QQuickItem
qrc:/main.qml:252:17: Unable to assign null to QStringList
Already up to date.
Updating dependencies...
Installing packages...
Installing packages for Arch...
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: a password is required
Starting all mycroft-core services
Initializing...
Changing ownership of /opt/mycroft to user: _$user_ with group: _$user_ 
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: a password is required
Starting background service bus
CAUTION: The Mycroft bus is an open websocket with no built-in security
measures.  You are responsible for protecting the local port
8181 with a firewall as appropriate.
./start-mycroft.sh: line 141: /var/log/mycroft/bus.log: Permission denied
Starting background service skills
./start-mycroft.sh: line 141: /var/log/mycroft/skills.log: Permission denied
Starting background service audio
./start-mycroft.sh: line 141: /var/log/mycroft/audio.log: Permission denied
Starting background service voice
./start-mycroft.sh: line 141: /var/log/mycroft/voice.log: Permission denied
Starting background service enclosure
./start-mycroft.sh: line 141: /var/log/mycroft/enclosure.log: Permission denied
qml: Trying to connect to Mycroft
qml: Trying to connect to Mycroft
mycroft connection not open!
mycroft connection not open!
/tmp/mycroft-gui  master  ./start_gui_and_mycroft.sh                                                                                                          1 ✘  53s  19:04:14 
Launching Mycroft Core
Already up to date.
Starting all mycroft-core services
Initializing...
Starting background service bus
CAUTION: The Mycroft bus is an open websocket with no built-in security
measures.  You are responsible for protecting the local port
8181 with a firewall as appropriate.
Starting background service skills
Starting background service voice
Already up to date.
Initializing...
Launching GUI
: Unknown option 'autoconnect'.
 mhwd -li -d
NAME:        video-nvidia
ATTACHED:    PCI
VERSION:     2021.11.04
INFO:        Closed source NVIDIA drivers for linux.
PRIORITY:    5
FREEDRIVER:  false
DEPENDS:     -
CONFLICTS:   video*nvidia*
CLASSIDS:    0300 0302
VENDORIDS:   10de

Not sure what else to try to get it working?

@AIIX
Copy link
Collaborator

AIIX commented Dec 16, 2021

 mycroft-gui-app                                                                                                                      INT ✘  16s  18:52:52 
QtWebEngine::initialize() called with QCoreApplication object already created and should be call before. This is depreciated and may fail in the future.
Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created.
QMetaProperty::notifySignal: cannot find the NOTIFY signal usePTTClient in class GlobalSettings for property 'usePTTClient'
qrc:/main.qml:302:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/qml/StatusIndicator.qml:165:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/qml/SkillView.qml:55:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/RemoteStt.qml:95:9: QML Heading: Binding loop detected for property "verticalAlignment"
qrc:/RemoteStt.qml:31:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/main.qml:351:21: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/main.qml:106:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qrc:/main.qml:65:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
qml: Trying to connect to Mycroft
qrc:/main.qml:38:5: Unable to assign [undefined] to int
qrc:/main.qml:37:5: Unable to assign [undefined] to int
qrc:/main.qml:36:5: Unable to assign [undefined] to int
qrc:/main.qml:35:5: Unable to assign [undefined] to int
qrc:/main.qml:34:5: Unable to assign [undefined] to int
qrc:/main.qml:33:5: Unable to assign [undefined] to int
qrc:/main.qml:225:17: Unable to assign ApplicationWindow_QMLTYPE_122 to QQuickItem
qrc:/main.qml:252:17: Unable to assign null to QStringList
qrc:/main.qml:38:5: Unable to assign [undefined] to int
qrc:/main.qml:37:5: Unable to assign [undefined] to int
qrc:/main.qml:36:5: Unable to assign [undefined] to int
qrc:/main.qml:35:5: Unable to assign [undefined] to int
qrc:/main.qml:34:5: Unable to assign [undefined] to int
qrc:/main.qml:33:5: Unable to assign [undefined] to int
qrc:/main.qml:225:17: Unable to assign ApplicationWindow_QMLTYPE_122 to QQuickItem
qrc:/main.qml:252:17: Unable to assign null to QStringList
Already up to date.
Updating dependencies...
Installing packages...
Installing packages for Arch...
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: a password is required
Starting all mycroft-core services
Initializing...
Changing ownership of /opt/mycroft to user: _$user_ with group: _$user_ 
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: a password is required
Starting background service bus
CAUTION: The Mycroft bus is an open websocket with no built-in security
measures.  You are responsible for protecting the local port
8181 with a firewall as appropriate.
./start-mycroft.sh: line 141: /var/log/mycroft/bus.log: Permission denied
Starting background service skills
./start-mycroft.sh: line 141: /var/log/mycroft/skills.log: Permission denied
Starting background service audio
./start-mycroft.sh: line 141: /var/log/mycroft/audio.log: Permission denied
Starting background service voice
./start-mycroft.sh: line 141: /var/log/mycroft/voice.log: Permission denied
Starting background service enclosure
./start-mycroft.sh: line 141: /var/log/mycroft/enclosure.log: Permission denied
qml: Trying to connect to Mycroft
qml: Trying to connect to Mycroft
mycroft connection not open!
mycroft connection not open!
/tmp/mycroft-gui  master  ./start_gui_and_mycroft.sh                                                                                                          1 ✘  53s  19:04:14 
Launching Mycroft Core
Already up to date.
Starting all mycroft-core services
Initializing...
Starting background service bus
CAUTION: The Mycroft bus is an open websocket with no built-in security
measures.  You are responsible for protecting the local port
8181 with a firewall as appropriate.
Starting background service skills
Starting background service voice
Already up to date.
Initializing...
Launching GUI
: Unknown option 'autoconnect'.
 mhwd -li -d
NAME:        video-nvidia
ATTACHED:    PCI
VERSION:     2021.11.04
INFO:        Closed source NVIDIA drivers for linux.
PRIORITY:    5
FREEDRIVER:  false
DEPENDS:     -
CONFLICTS:   video*nvidia*
CLASSIDS:    0300 0302
VENDORIDS:   10de

Not sure what else to try to get it working?

How is mycroft core installed ? It cannot seem to find mycroft core to connect too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants