Advertisement
rogersjcaleb

trilium logs disable gpu

Jun 5th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. [caleb@caleb-framework ~]$ triliumnext --disable-gpu
  2. Language option not found, falling back to en.
  3.  
  4. (electron:296730): Gtk-WARNING **: 13:16:50.906: Theme parsing error: gtk-contained-dark.css:2871:228: Missing closing bracket for :not()
  5. (node:296730) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
  6. (Use `electron --trace-deprecation ...` to show where the warning was created)
  7. Language option not found, falling back to en.
  8.  
  9. (electron:296730): Gtk-WARNING **: 13:16:51.016: Theme parsing error: gtk-contained-dark.css:2871:228: Missing closing bracket for :not()
  10. VectorSearchTool initialized using consolidated VectorSearchService
  11. ContextExtractionStage initialized
  12. VectorSearchStage initialized
  13. AgentToolsContextStage initialized
  14. Preloading vector search tool...
  15. Initializing LLM tools during AIServiceManager construction...
  16. initializeAgentTools called, but tools are already initialized in constructor
  17. Initializing agent tools
  18. ERROR: Error getting preferred embedding provider: Error: Option 'embeddingProviderPrecedence' doesn't exist
  19. VectorSearchStage initialized
  20. ContextExtractionStage initialized
  21. VectorSearchStage initialized
  22. AgentToolsContextStage initialized
  23. Preloading vector search tool...
  24. Initializing agent tools
  25. VectorSearchStage initialized
  26. ContextExtractionStage initialized
  27. VectorSearchStage initialized
  28. AgentToolsContextStage initialized
  29. Preloading vector search tool...
  30. Initializing agent tools
  31. VectorSearchStage initialized
  32. DB not initialized, please visit setup page
  33. DB size: 4 KB
  34. Database not initialized yet. LLM features will be initialized after setup.
  35. Agent tools initialized successfully
  36. ERROR: Failed to initialize context service: No embedding provider available. Could not initialize context service.
  37. Initializing LLM tools...
  38. Registered tool: search_notes
  39. Registered tool: keyword_search_notes
  40. Registered tool: attribute_search
  41. Registered tool: search_suggestion
  42. Registered tool: read_note
  43. Registered tool: create_note
  44. Registered tool: update_note
  45. Registered tool: summarize_note
  46. Registered tool: manage_attributes
  47. Registered tool: manage_relationships
  48. Registered tool: extract_content
  49. Registered tool: calendar_integration
  50. Successfully registered 12 LLM tools: search_notes, keyword_search_notes, attribute_search, search_suggestion, read_note, create_note, update_note, summarize_note, manage_attributes, manage_relationships, extract_content, calendar_integration
  51. ERROR: Error initializing context service: Error: No embedding provider available. Could not initialize context service.
  52. VectorSearchTool initialized using consolidated VectorSearchService
  53. Context service set in VectorSearchTool
  54. Agent tools initialized successfully
  55. ERROR: Error initializing context service: Error: No embedding provider available. Could not initialize context service.
  56. VectorSearchTool initialized using consolidated VectorSearchService
  57. Context service set in VectorSearchTool
  58. Agent tools initialized successfully
  59. ERROR: Error initializing context service: Error: No embedding provider available. Could not initialize context service.
  60. VectorSearchTool initialized using consolidated VectorSearchService
  61. Context service set in VectorSearchTool
  62. Agent tools initialized successfully
  63. LLM tools initialized successfully
  64. Agent tools initialized during preloading
  65. Vector search tool successfully preloaded
  66. Agent tools initialized during preloading
  67. Vector search tool successfully preloaded
  68. Agent tools initialized during preloading
  69. Vector search tool successfully preloaded
  70. (node:296730) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
  71. {
  72. "appVersion": "0.94.0",
  73. "dbVersion": 231,
  74. "nodeVersion": "v22.15.0",
  75. "syncVersion": 35,
  76. "buildDate": "2025-06-01T20:40:42Z",
  77. "buildRevision": "206905b2786e966d3201225281fe181a551f7f06",
  78. "dataDirectory": "/home/caleb/.local/share/trilium-data",
  79. "clipperProtocolVersion": "1.0",
  80. "utcDateTime": "2025-06-05T05:16:50.733Z"
  81. }
  82. CPU model: AMD Ryzen AI 9 HX 370 w/ Radeon 890M, logical cores: 24, freq: 4698 Mhz
  83. Trusted reverse proxy: false
  84. App HTTP server starting up at port 37840
  85. Listening on port 37840
  86. (node:296730) electron: Failed to load URL: http://127.0.0.1:37840/ with error: ERR_CONNECTION_REFUSED
  87. [296730:0605/131651.261063:ERROR:mojo/public/cpp/bindings/lib/interface_endpoint_client.cc:725] Message 0 rejected by interface blink.mojom.WidgetHost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement