Trouble with plugins using

Corona Starter, latest public build

PluginSync: failed to download plugin: http://plugins.coronasphere.com/com.playstogether/plugin.together/manifest.json

Runtime error

module ‘plugin_together’ not found:resource (plugin_together.lu) does not exist in archive

    no field package.preload[‘plugin_together’]

    no file ‘C:\Users\Flest\AppData\Roaming\Corona Labs\Corona Simulator\Plugins\plugin_together.lua’

    no fi[Finished in 12.0s]

without 

local together = require("plugin.together"); g\_Together = nil  

in main.lua - all ok, only this message: PluginSync: failed to download plugin: http://plugins.coronasphere.com/com.playstogether/plugin.together/manifest.json

Do you have the correct build.settings plugin entry for the together plugin?

Could you post the contents of your build.settings file for us?

Thanks

settings = {          orientation = {         default = "landscapeRight",         supported = { "landscapeRight", }     },     plugins =     {         ["plugin.together"] =         {             publisherId = "com.playstogether",         },     },     android =     {         versionCode = "1",         usesPermissions =         {             "android.permission.INTERNET",             "android.permission.WRITE\_EXTERNAL\_STORAGE",             "android.permission.VIBRATE",         },         usesFeatures =         {             { name = "android.hardware.screen.landscape", required = true },             { name = "android.hardware.touchscreen", required = true },         }     }, }  

Thanks

Up!

Up!

Hi.

Please don’t bump threads repeatedly. Don’t forget this was posted over the weekend!

Ok, so lets get more information.

  1. What version of windows are you running?

  2. Are you using a proxy?

  3. What version of corona are you using at the moment?

W7 Ultimate SP1

No

2013.2076

Thanks.

Ok, if you run the together plugin sample code… Do you also get this error?

Do you have the correct build.settings plugin entry for the together plugin?

Could you post the contents of your build.settings file for us?

Thanks

settings = {          orientation = {         default = "landscapeRight",         supported = { "landscapeRight", }     },     plugins =     {         ["plugin.together"] =         {             publisherId = "com.playstogether",         },     },     android =     {         versionCode = "1",         usesPermissions =         {             "android.permission.INTERNET",             "android.permission.WRITE\_EXTERNAL\_STORAGE",             "android.permission.VIBRATE",         },         usesFeatures =         {             { name = "android.hardware.screen.landscape", required = true },             { name = "android.hardware.touchscreen", required = true },         }     }, }  

Thanks

Up!

Up!

Hi.

Please don’t bump threads repeatedly. Don’t forget this was posted over the weekend!

Ok, so lets get more information.

  1. What version of windows are you running?

  2. Are you using a proxy?

  3. What version of corona are you using at the moment?

W7 Ultimate SP1

No

2013.2076

Thanks.

Ok, if you run the together plugin sample code… Do you also get this error?