Coder Social home page Coder Social logo

Comments (5)

fvacek avatar fvacek commented on August 18, 2024

every missing plugin load error is logged with ERROR severity, my log is attached:

[~/proj/_build/quickbox-clang/bin]$ ./quickevent                                                                                                        
QML debugging is enabled. Only use this in a safe environment.
   1<ERR>[main.cpp:18] QFLog(ERROR) test OK.
   2<WARN>[main.cpp:19] QFLog(WARNING) test OK.
   3<INFO>[main.cpp:20] QFLog(INFO) test OK.
   4<INFO>[application.cpp:178] Opening style sheet: "/home/fanda/proj/_build/quickbox-clang/bin/quickevent-data/style/default.css"
   5<INFO>[application.cpp:114] Adding QML library import path: "/home/fanda/proj/_build/quickbox-clang/bin/../lib/qml"
   6<INFO>[application.cpp:118] Adding QML plugin import path: "/home/fanda/proj/_build/quickbox-clang/bin/../lib/qml/quickevent"
   7<INFO>[pluginloader.cpp:32] Finding plugin manifests on: "/home/fanda/proj/_build/quickbox-clang/bin/../lib/qml/quickevent"
   8<INFO>[pluginloader.cpp:72] Found Manifest.qml for featureId: "Core" from plugin: "Core"
   9<INFO>[pluginloader.cpp:72] Found Manifest.qml for featureId: "Logging" from plugin: "Logging"
  10<INFO>[pluginloader.cpp:72] Found Manifest.qml for featureId: "Event" from plugin: "Event"
  11<INFO>[pluginloader.cpp:72] Found Manifest.qml for featureId: "Classes" from plugin: "Classes"
  12<INFO>[pluginloader.cpp:72] Found Manifest.qml for featureId: "Competitors" from plugin: "Competitors"
  13<INFO>[pluginloader.cpp:72] Found Manifest.qml for featureId: "Runs" from plugin: "Runs"
  14<INFO>[pluginloader.cpp:72] Found Manifest.qml for featureId: "CardReader" from plugin: "CardReader"
  15<INFO>[pluginloader.cpp:72] Found Manifest.qml for featureId: "Receipes" from plugin: "Receipes"
  16<INFO>[pluginloader.cpp:72] Found Manifest.qml for featureId: "Oris" from plugin: "Oris"
  17<INFO>[pluginloader.cpp:129] "CardReader" solving dependency on "Event"
  18<INFO>[pluginloader.cpp:129] "Event" solving dependency on "Core"
  19<INFO>[pluginloader.cpp:143] Installing feature: "Core" from: "file:///home/fanda/proj/_build/quickbox-clang/lib/qml/quickevent/Core/main.qml"
  20<INFO>[pluginloader.cpp:193] Feature: "Core" install SUCCESS
  21<INFO>[qmllogsingleton.cpp:31] "info log test, use console.info() for qml file and line information"
  22<WARN>[qmllogsingleton.cpp:36] "warn log test, use console.warn() for qml file and line information"
  23<WARN>[main.qml:74] Core log test
  24<INFO>[pluginloader.cpp:138] "Event" dependency on "Core" satisfied
  25<INFO>[pluginloader.cpp:143] Installing feature: "Event" from: "file:///home/fanda/proj/_build/quickbox-clang/lib/qml/quickevent/Event/main.qml"
  26<INFO>[qmllogsingleton.cpp:31] "DbSchema created"
  27<INFO>[pluginloader.cpp:193] Feature: "Event" install SUCCESS
  28<INFO>[pluginloader.cpp:138] "CardReader" dependency on "Core" satisfied
  29<INFO>[pluginloader.cpp:143] Installing feature: "CardReader" from: "file:///home/fanda/proj/_build/quickbox-clang/lib/qml/quickevent/CardReader/main.qml"
  30<INFO>[pluginloader.cpp:193] Feature: "CardReader" install SUCCESS
  31<INFO>[pluginloader.cpp:138] "Classes" dependency on "Event" satisfied
  32<INFO>[pluginloader.cpp:138] "Classes" dependency on "Core" satisfied
  33<INFO>[pluginloader.cpp:143] Installing feature: "Classes" from: "file:///home/fanda/proj/_build/quickbox-clang/lib/qml/quickevent/Classes/main.qml"
  34<INFO>[pluginloader.cpp:193] Feature: "Classes" install SUCCESS
  35<INFO>[pluginloader.cpp:138] "Competitors" dependency on "Event" satisfied
  36<INFO>[pluginloader.cpp:138] "Competitors" dependency on "Core" satisfied
  37<INFO>[pluginloader.cpp:143] Installing feature: "Competitors" from: "file:///home/fanda/proj/_build/quickbox-clang/lib/qml/quickevent/Competitors/main.qml"
  38<WARN>[qqmlcomponent.cpp:857] QQmlComponent: Component is not ready
  39<ERR>[pluginloader.cpp:181] Error creating plugin: "file:///home/fanda/proj/_build/quickbox-clang/lib/qml/quickevent/Competitors/main.qml"
  40<ERR>[pluginloader.cpp:182] "file:///home/fanda/proj/_build/quickbox-clang/lib/qml/quickevent/Competitors/main.qml:4 module "Competitors" plugin "Competitorsplugin" not found
"
  41<ERR>[pluginloader.cpp:190] Feature: "Competitors" install ERROR
  42<ERR>[pluginloader.cpp:156] ERROR load feature: "Competitors"
  43<INFO>[pluginloader.cpp:138] "Logging" dependency on "Core" satisfied
  44<INFO>[pluginloader.cpp:138] "Logging" dependency on "Core" satisfied
  45<INFO>[pluginloader.cpp:143] Installing feature: "Logging" from: "file:///home/fanda/proj/_build/quickbox-clang/lib/qml/quickevent/Logging/main.qml"
  46<INFO>[pluginloader.cpp:193] Feature: "Logging" install SUCCESS
  47<INFO>[pluginloader.cpp:129] "Oris" solving dependency on "Competitors"
  48<ERR>[pluginloader.cpp:118] "Feature id: 'Competitors' - Invalid manifest!"
  49<ERR>[pluginloader.cpp:132] Cannot load feature: "Oris" due to unsatisfied dependecies!
  50<ERR>[pluginloader.cpp:133]         !!! "Oris" depends on: "Competitors, Core"
  51<ERR>[pluginloader.cpp:156] ERROR load feature: "Oris"
  52<INFO>[pluginloader.cpp:138] "Receipes" dependency on "CardReader" satisfied
  53<INFO>[pluginloader.cpp:138] "Receipes" dependency on "Core" satisfied
  54<INFO>[pluginloader.cpp:143] Installing feature: "Receipes" from: "file:///home/fanda/proj/_build/quickbox-clang/lib/qml/quickevent/Receipes/main.qml"
  55<INFO>[pluginloader.cpp:193] Feature: "Receipes" install SUCCESS
  56<INFO>[pluginloader.cpp:129] "Runs" solving dependency on "Competitors"
  57<ERR>[pluginloader.cpp:118] "Feature id: 'Competitors' - Invalid manifest!"
  58<ERR>[pluginloader.cpp:132] Cannot load feature: "Runs" due to unsatisfied dependecies!
  59<ERR>[pluginloader.cpp:133]         !!! "Runs" depends on: "Competitors, Core"
  60<ERR>[pluginloader.cpp:156] ERROR load feature: "Runs"

from quickbox.

Amaroun avatar Amaroun commented on August 18, 2024

I rechecked, if I do not have plugins path in LD_PATH, there is no mentioning in QB's applications log, just in terminal. If terminal is not visible, diagnostic is troublesome

from quickbox.

fvacek avatar fvacek commented on August 18, 2024
                                                                                  There should not be need to set LD_LIBRARY_PATH‎ to run QE with all the plugins. Which value do you have to set to LD_... to run QB and it's plugins?                                                                                                                                                                                                                                                                                                                                        Sent from my BlackBerry 10 smartphone.                                                                                                                                                                                                                From: AmarounSent: Saturday, May 23, 2015 23:45To: fvacek/quickboxReply To: fvacek/quickboxCc: Fanda VacekSubject: Re: [quickbox] Failing to load a plugin may be in more improtant log category than debug (#37)I rechecked, if I do not have plugins path in LD_PATH, there is no mentioning in QB's applications log, just in terminal. If terminal is not visible, diagnostic is troublesome

—Reply to this email directly or view it on GitHub.

from quickbox.

Amaroun avatar Amaroun commented on August 18, 2024

If I build QB using .pro from git, I have to add ~/projects/qb/build-quickbox-clang_qt5-Debug/lib/qml/quickevent to LD_LIBRARY_PATH to get any plugin loaded.

from quickbox.

fvacek avatar fvacek commented on August 18, 2024

Plugin loading errors have ERR log category, closing issue as invalid.

from quickbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.