Plugin error on simulator

Hi guys, I’m trying to update my app for 64bit, already downloaded the latest Solard2d release. Got the code for the third party Plugin from Spiralcodestudio.com. The problem is I can’t test the whole app on the simulator having module ‘plugin_texttospeech’ not found:, but I can build the app and it is running properly on Android device. Any advice?

Thanks

Is it possible that the plugin does not support Windows or macOS?

I don’t know, but before I can test and run the app on the simulator and just receiving error (on the build panel at Sublime Text) that the plugin is not supported but the app still runs.

Btw, this is the error

ERROR: Runtime error
d:\a\corona\corona\subrepos\composer\composer.lua:1457: d:\a\corona\corona\platform\resources\init.lua:931: module ‘plugin_texttospeech’ not found:
no field package.preload[‘plugin_texttospeech’]
no file ‘C:\Users\toyap\AppData\Roaming\Corona Labs\Corona Simulator\Plugins\plugin_texttospeech.lua’
no file ‘I:\My Docs\Corona Projects\Bingo75 Caller - Copy New ver 2\plugin_texttospeech.lua’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\Resources\plugin_texttospeech.lua’
no file ‘.\plugin_texttospeech.lua’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\lua\plugin_texttospeech.lua’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\lua\plugin_texttospeech\init.lua’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\plugin_texttospeech.lua’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\plugin_texttospeech\init.lua’
no file ‘C:\Users\toyap\AppData\Roaming\Corona Labs\Corona Simulator\Plugins\plugin_texttospeech.dll’
no file ‘.\plugin_texttospeech.dll’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\Resources\plugin_texttospeech.dll’
no file ‘.\plugin_texttospeech.dll’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\plugin_texttospeech.dll’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\loadall.dll’
no file ‘C:\Users\toyap\AppData\Roaming\Corona Labs\Corona Simulator\Plugins\plugin_texttospeech.dll’
no file ‘.\plugin_texttospeech.dll’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\Resources\plugin_texttospeech.dll’
no file ‘.\plugin_texttospeech.dll’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\plugin_texttospeech.dll’
no file ‘C:\Program Files (x86)\Corona Labs\Corona\loadall.dll’
stack traceback:
[C]: in function ‘error’
d:\a\corona\corona\subrepos\composer\composer.lua:1457: in function ‘gotoScene’
I:\My Docs\Corona Projects\Bingo75 Caller - Copy New ver 2\preload1.lua:92: in function ‘listener’
d:\a\corona\corona\subrepos\timer\timer.lua:217: in function ‘method’
d:\a\corona\corona\platform\resources\init.lua:220: in function <d:\a\corona\corona\platform\resources\init.lua:189>

Maybe @Lerg knows what’s up.

Please use this updated build.settings file https://github.com/Lerg/plugins-sample-texttospeech/blob/master/build.settings

Thanks guys its now working with the new build.settings as Lerg posted.

1 Like