root INFO PluginTheiaDirectoryHandler: accepting plugin with path C:\Users\dqb\Desktop\webide_stable\plugins\node\.theia
root INFO PluginTheiaDirectoryHandler: accepting plugin with path c:\Users\dqb\AppData\Local\Temp\theia-unpacked\LocalBurnPlugin.theia
root INFO PluginTheiaDirectoryHandler: accepting plugin with path c:\Users\dqb\AppData\Local\Temp\theia-unpacked\node.theia
root INFO PluginTheiaDirectoryHandler: accepting plugin with path C:\Users\dqb\Desktop\webide_stable\plugins\node\package.json
root INFO PluginTheiaDirectoryHandler: accepting plugin with path c:\Users\dqb\AppData\Local\Temp\theia-unpacked\scence.theia
root INFO PluginTheiaDirectoryHandler: accepting plugin with path C:\Users\dqb\Desktop\webide_stable\plugins\node\src
root INFO PluginTheiaDirectoryHandler: accepting plugin with path c:\Users\dqb\AppData\Local\Temp\theia-unpacked\taoFactory.theia
root INFO PluginTheiaDirectoryHandler: accepting plugin with path c:\Users\dqb\AppData\Local\Temp\theia-unpacked\taoUnity.theia
root INFO PluginTheiaDirectoryHandler: accepting plugin with path c:\Users\dqb\AppData\Local\Temp\theia-unpacked\theia_mock.theia
root INFO PluginTheiaDirectoryHandler: accepting plugin with path c:\Users\dqb\AppData\Local\Temp\theia-unpacked\tinylink.theia
root INFO PluginTheiaDirectoryHandler: accepting plugin with path C:\Users\dqb\Desktop\webide_stable\plugins\node\tsconfig.json
root INFO PluginTheiaDirectoryHandler: accepting plugin with path c:\Users\dqb\AppData\Local\Temp\theia-unpacked\unity.theia
root INFO PluginTheiaDirectoryHandler: accepting plugin with path C:\Users\dqb\Desktop\webide_stable\plugins\node\webpack.config.js
root INFO PluginTheiaDirectoryHandler: accepting plugin with path C:\Users\dqb\Desktop\webide_stable\plugins\node\yarn.lock
root ERROR Failed to load plugin dependencies from 'C:\Users\dqb\Desktop\webide_stable\plugins\node\.theia' path Error: ENOENT: no such file or directory, open 'C:\Users\dqb\Desktop\webide_stable\plugins\node\.theia\package.json'
root INFO [a526fa07-19b6-4637-931f-5f0dffdfbd10][theia.tinylink]: Disconnected.
root INFO Using Git [2.29.2.windows.2] from the PATH. (C:\Program Files\Git\cmd\git.exe)
root INFO [a526fa07-19b6-4637-931f-5f0dffdfbd10][theia.taounity]: Disconnected.
root INFO [a526fa07-19b6-4637-931f-5f0dffdfbd10][theia.taofactory]: Disconnected.
root ERROR Failed to load plugin dependencies from 'C:\Users\dqb\Desktop\webide_stable\plugins\node\package.json' path Error: ENOENT: no such file or directory, open 'C:\Users\dqb\Desktop\webide_stable\plugins\node\package.json\package.json'
root INFO [a526fa07-19b6-4637-931f-5f0dffdfbd10][theia.scence]: Disconnected.
root INFO [a526fa07-19b6-4637-931f-5f0dffdfbd10][theia.node]: Disconnected.
root ERROR Failed to load plugin dependencies from 'C:\Users\dqb\Desktop\webide_stable\plugins\node\src' path Error: ENOENT: no such file or directory, open 'C:\Users\dqb\Desktop\webide_stable\plugins\node\src\package.json'
root INFO [a526fa07-19b6-4637-931f-5f0dffdfbd10][theia.localburnplugin]: Disconnected.
root ERROR Failed to load plugin dependencies from 'C:\Users\dqb\Desktop\webide_stable\plugins\node\tsconfig.json' path Error: ENOENT: no such file or directory, open 'C:\Users\dqb\Desktop\webide_stable\plugins\node\tsconfig.json\package.json'
root ERROR Failed to load plugin dependencies from 'C:\Users\dqb\Desktop\webide_stable\plugins\node\webpack.config.js' path Error: ENOENT: no such file or directory, open 'C:\Users\dqb\Desktop\webide_stable\plugins\node\webpack.config.js\package.json'
root ERROR Failed to load plugin dependencies from 'C:\Users\dqb\Desktop\webide_stable\plugins\node\yarn.lock' path Error: ENOENT: no such file or directory, open 'C:\Users\dqb\Desktop\webide_stable\plugins\node\yarn.lock\package.json'`Preformatted text`
Hello, recently I try to run the theia application, but got such error logs in my console, and here is the plugins folder structure in my application. I’ve never met with such problem in Theia v0.8.0, Now I upgrade it to Theia v1.12.0, Is there anything wrong with my structure?
Even if I got such problem, I can still start the Theia application, but in some cases, It looks strange. For example, if I enter F1 to see the plugins, all the items are compressed together, like follows:
Morever, the color of the font did not change with the Theia color theme, When I choose the Dark theme, the font color is still black. Another error in the console is as follows:
root ERROR Could not transfer 'package.nls.json' file from 'theia_abc' Error: ENOENT: no such file or directory, stat 'c:\Users\dqb\AppData\Local\Temp\theia-unpacked\unity.theia\package.nls.json'
When I use Theia v0.8.0, Everythings works very well.I wonder if it’s these errors that lead to the problems in the Theia application, or if it’s beacuse I miss some dependencies. Thanks~