The plugins are not loading. I tried reinstalling Solar 2d, but it didn't work. I used ZAPRET, but it didn't help. What could be the problem?

The plugins are not loading. I tried reinstalling Solar 2d, but it didn’t work. I used ZAPRET, but it didn’t help. What could be the problem?

Do you have any special characters in your user directory?

At first, I had a Cyrillic user name on Windows. But later, I created another user with a Latin name, and it didn’t work.

Please check the error message in the console to make sure that the path containing the downloaded plugin is valid.

WARNING: there was an issue while downloading simulator plugin placeholders:
14:05:03.349 Unable to find plugin ‘plugin.solarwebsockets’ for platform ‘win32-sim’:
14:05:03.349 Custom URL: skipped because no table supportedPlatforms provided for plugin.solarwebsocket
s14:05:03.349 Locally: no directory C:\Users\user\AppData\Roaming\Solar2DPlugins\io.joehinkle\plugin.solarwebsocke
ts14:05:03.349 Locally: no file 'C:\Users\user\AppData\Roaming\Solar2DPlugins\io.joehinkle\plugin.solarwebsockets\win32-sim\data.t
gz’14:05:03.349 Locally: no file 'C:\Users\user\AppData\Roaming\Solar2DPlugins\io.joehinkle\plugin.solarwebsockets\data.
tgz’14:05:03.349 Solar2D Marketplace Directory: skipped because marketplaceId is no
t set14:05:03.349 Solar2D Marketplace Resource Directory: resource plugin.solarwebsockets was not found at Solar2D Marketplace Resource Dir
ectory14:05:03.349 Solar2D Directory: directory was not
fetched14:05:03.349 Ignore Missing checker: no plugin directory C:\Users\user\AppData\Roaming\Solar2DPlugins\io.joehinkle\plugin.solarwe
bsockets14:05:03.349 Unable to find plugin ‘plugin.solarwebsockets’ for platfor
m ‘lua’:14:05:03.349 Custom URL: skipped because no table supportedPlatforms provided for plugin.solarw
ebsockets14:05:03.349 Locally: no directory C:\Users\user\AppData\Roaming\Solar2DPlugins\io.joehinkle\plugin.solar
websockets14:05:03.349 Locally: no file 'C:\Users\user\AppData\Roaming\Solar2DPlugins\io.joehinkle\plugin.solarwebsockets\lu
a\data.tgz’14:05:03.349 Locally: no file 'C:\Users\user\AppData\Roaming\Solar2DPlugins\io.joehinkle\plugin.solarwebsocke
ts\data.tgz’14:05:03.349 Solar2D Marketplace Directory: skipped because marketplace
Id is not set14:05:03.349 Solar2D Marketplace Resource Directory: resource plugin.solarwebsockets was not found at Solar2D Marketplace Reso
urce Directory14:05:03.349 Solar2D Directory: directory
was not fetched14:05:03.349 Ignore Missing checker: no plugin directory C:\Users\user\AppData\Roaming\Solar2DPlugins\io.joehinkle\plugin.solarwebsockets

This plugin not support windows.

I have take a look with this plugin, Look you just to download web version of this plugin and put it into the project.
You need to remove library header

local Library = require "CoronaLibrary"

-- Create library
local lib = Library:new{ name='solarwebsockets', publisherId='io.joehinkle' }
1 Like

the problem is that no plugin is installed, and I was looking at it. GitHub - dmccuskey/DMC-Corona-Library: Development library for Corona SDK / to work with your websites, you need to open ssl, I suggested build.plug-in settings
= {
[“plugin.openssl”] = {
Publication ID = “com.coronalabs”
}
}
But I get an error
16:18:45.627 ATTENTION: there was a problem when loading placeholder plugins for the simulator:
16:18:45.627 The plugin “plugin.openssl” for the platform “win32-sim” Cannot be found:
16:18:45.627 User URL: omitted because there are no platforms supported by the table for plugin.openssl
16:18:45.627 Local: no directory C:\Users\user\AppData\Roaming\Solar2DPlugins\com.coronalabs\plugin.openssl
16:18:45.627 Local: no file 'C:\Users\user\AppData\Roaming\Solar2DPlugins\com.coronalabs\plugin.openssl\win32-sim\data.tgz ’
16:18:45.627 Local: no file 'C:\Users\user\AppData\Roaming\Solar2DPlugins\com.coronalabs\plugin.openssl\data.tgz ’
16:18:45.627 Solar2D Marketplace directory: skipped because marketplaceId is not set
16:18:45.627 Solar2D Marketplace Resource Catalog: resource plugin.openssl was not found in the Solar2D Marketplace resource directory
16:18:45.627 Solar2D catalog: the catalog was not selected
16:18:45.627 Ignore the lack of a verification tool: there is no plugin catalog C:\Users\user\AppData\Roaming\Solar2DPlugins\com.coronalabs\plugin.openssl
16:18:45.627 The plugin “plugin.openssl” for the lua platform could not be found:
16:18:45.627 User URL: omitted because there is no table of supported platforms for plugin.openssl
16:18:45.627 Local: no directory C:\Users\user\AppData\Roaming\Solar2DPlugins\com.coronalabs\plugin.openssl
16:18:45.627 Local: no file 'C:\Users\user\AppData\Roaming\Solar2DPlugins\com.coronalabs\plugin.openssl\lua\data.tgz ’
16:18:45.627 Local: no file 'C:\Users\user\AppData\Roaming\Solar2DPlugins\com.coronalabs\plugin.openssl\data.tgz ’
16:18:45.627 Solar2D Marketplace directory: skipped because marketplaceId is not set
16:18:45.627 Solar2D Marketplace Resource Catalog: resource plugin.openssl was not found in the Solar2D Marketplace resource directory
16:18:45.627 Solar2D catalog: the catalog was not received
16:18:45.627 Ignore missing check: there is no plugin directory C:\Users\user\AppData\Roaming\Solar2DPlugins\com.coronalabs\plugin.openssl

    plugins =
    {
        ["plugin.openssl"] =
        {
            publisherId = "com.coronalabs",
        },
    },  

I see you publisherId not correct.

Why? I get it from plugins.solar2d.com


image

It’s not the same.

I just tried to add it into my project, although it took a while to load (about 30s) but it didn’t have any errors.

It is translator, sorry

I have same build.settings but i have this error

Hmm. you can try go to main.lua and try to require it

local openssl = require "plugin.openssl"

See if there are any error messages?

19:21:57.149 ERROR: Runtime error
19:21:57.149 D:\a\corona\corona\platform\resources\init.lua:964: module ‘plugin_openssl’ not found:
19:21:57.149 no field package.preload[‘plugin_openssl’]
19:21:57.149 no file ‘C:\Users\user\AppData\Roaming\Corona Labs\Corona Simulator\Plugins\plugin_openssl.lua’
19:21:57.149 no file ‘D:\MaxClient\plugin_openssl.lua’
19:21:57.149 no file ‘D:\Solar 2D\Resources\plugin_openssl.lua’
19:21:57.149 no file ‘.\plugin_openssl.lua’
19:21:57.149 no file ‘D:\Solar 2D\lua\plugin_openssl.lua’
19:21:57.149 no file ‘D:\Solar 2D\lua\plugin_openssl\init.lua’
19:21:57.149 no file ‘D:\Solar 2D\plugin_openssl.lua’
19:21:57.149 no file ‘D:\Solar 2D\plugin_openssl\init.lua’
19:21:57.149 no file ‘C:\Users\user\AppData\Roaming\Corona Labs\Corona Simulator\Plugins\plugin_openssl.dll’
19:21:57.149 no file ‘.\plugin_openssl.dll’
19:21:57.149 no file ‘D:\Solar 2D\Resources\plugin_openssl.dll’
19:21:57.149 no file ‘.\plugin_openssl.dll’
19:21:57.149 no file ‘D:\Solar 2D\plugin_openssl.dll’
19:21:57.149 no file ‘D:\Solar 2D\loadall.dll’
19:21:57.149 no file ‘C:\Users\user
\AppData\Roaming\Corona Labs\Corona Simulator\Plugins\plugin_openssl.dll’
19:21:57.149 no file ‘.\plugin_openssl.dll’
19:21:57.149 no file ‘D:\Solar 2D\Resources\plugin_openssl.dll’
19:21:57.149 no file ‘.\plugin_openssl.dll’
19:21:57.149 no file ‘D:\Solar 2D\plugin_openssl.dll’
19:21:57.149 no file ‘D:\Solar 2D\loadall.dll’
19:21:57.149 stack traceback:
19:21:57.149 [C]: in function ‘require’
19:21:57.149 D:\a\corona\corona\platform\resources\init.lua:964: in function ‘require’
19:21:57.149 D:\Test\main.lua:1: in main chunk

What is this? Why plugins dont loading… build.settings is correct, i use ZAPRET…

Idk, maybe zepret can’t downloading it.
You can try to download and put it into plugins folder by manual.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.