Vungle plugin stopped working today? - 'CoronaProvider.ads.vungle' not found error

Hi,

It seems the Vungle plugin stopped working today.

I get this error on the xCode iOS Simulator:

ERROR: Could not load provider (vungle) due to the following reason: module ‘CoronaProvider.ads.vungle’ not found:resource (CoronaProvider.ads.vungle.lu) does not exist in archive

and it crashes my app.

I tried with an older version of my app, also the sample Vungle app, and also an older Corona build and I get the same error, so it seems to be an external error. Maybe it is not getting some plug-in info when it connects to the build server?

I checked my Vungle account, and everything seems in order.

My config file is correct:

settings = {

        plugins =

    {

        – key is the name passed to Lua’s ‘require()’

        [“plugin.playhaven”] =

        {

            – required

            publisherId = “com.playhaven”,

        },

        – key is the name passed to Lua’s ‘require()’

        [“CoronaProvider.ads.vungle”] =

        {

            – required

            publisherId = “com.vungle”,

        },

        --key is the name passed to Lua’s ‘require()’

        [“CoronaProvider.native.popup.social”] =

        {

            --required

            publisherId = “com.coronalabs”,

        },

         – key is the name passed to Lua’s ‘require()’

        [“CoronaProvider.analytics.flurry”] =

        {

            – required

            publisherId = “com.coronalabs”,

        },

    },

If someone knows what may be going on, please let me know.

Thanks,

Jorge

FYI, I installed the build on a device and it DOES work correctly (no error given) and Vungle videos play, but I still get the same error/crash on the xCode iOS Simulator.

I have restarted my computer, reset the Simulator, etc. 

I haven’t done an update on MacOS either, (unless it did it in the background) so I don’t know why it stopped working.

Jorge

Hi, I still can’t run Vungle on the Xcode simulator, with the latest Corona build.

It works on the device, but on xCode I have to remove the plug-in from the build settings or I get this crash:


Runtime error

    ERROR: Could not load provider (vungle) due to the following reason: module ‘CoronaProvider.ads.vungle’ not found:resource (CoronaProvider.ads.vungle.lu) does not exist in archive

        no field package.preload[‘CoronaProvider.ads.vungle’]

        no file ‘/Users/jorge/Library/Application Support/iPhone Simulator/7.0.3/Applications/D6EF7E90-0003-4937-AD9D-ABC9B2D7C329/IceMathNinja.app/CoronaProvider.ads.vungle.lua’

        no file ‘/Users/jorge/Library/Application Support/iPhone Simulator/7.0.3/Applications/D6EF7E90-0003-4937-AD9D-ABC9B2D7C329/IceMathNinja.app/CoronaProvider.ads.vungle.lua’

        no file ‘./CoronaProvider.ads.vungle.so’

        no file ‘/Users/jorge/Library/Application Support/iPhone Simulator/7.0.3/Applications/D6EF7E90-0003-4937-AD9D-ABC9B2D7C329/IceMathNinja.app/CoronaProvider.ads.vungle.so’

        no file ‘./CoronaProvider.so’

        no file '/Users/jorge/Library/Application Support/iPhone Simulator/7.0.3/Applications/D6EF7E90-0003-4937-AD9D-ABC9B2D7C329/IceMathNinja.app/CoronaProvider.so’CoronaProvider.ads.vungle.

    stack traceback:

        [C]: ?

        [C]: in function ‘assert’

        ?: in function ‘requireProvider’

        ?: in function ‘setCurrentProvider’

        ?: in function ‘init’

        …yectos/Ice Math Ninja Folder/Ice Math Ninja/main.lua:797: in main chunk

Jan 16 13:05:29 Jorges-MacBook-Pro.local IceMathNinja[65236] <Warning>: [Lua::RuntimeDispatchEvent()] WARNING: This function is deprecated. Use Lua::DispatchRuntimeEvent() instead.

Jan 16 13:05:29 Jorges-MacBook-Pro.local IceMathNinja[65236] <Warning>: Runtime error

    

    stack traceback:

        [C]: ?

        [C]: in function ‘assert’

        ?: in function ‘requireProvider’

        ?: in function ‘setCurrentProvider’

        ?: in function ‘init’

        …yectos/Ice Math Ninja Folder/Ice Math Ninja/main.lua:797: in main chunk


Does this happen to anyone else? Any ideas what could be wrong with my setup?

Thanks,

Jorge

FYI, I installed the build on a device and it DOES work correctly (no error given) and Vungle videos play, but I still get the same error/crash on the xCode iOS Simulator.

I have restarted my computer, reset the Simulator, etc. 

I haven’t done an update on MacOS either, (unless it did it in the background) so I don’t know why it stopped working.

Jorge

Hi, I still can’t run Vungle on the Xcode simulator, with the latest Corona build.

It works on the device, but on xCode I have to remove the plug-in from the build settings or I get this crash:


Runtime error

    ERROR: Could not load provider (vungle) due to the following reason: module ‘CoronaProvider.ads.vungle’ not found:resource (CoronaProvider.ads.vungle.lu) does not exist in archive

        no field package.preload[‘CoronaProvider.ads.vungle’]

        no file ‘/Users/jorge/Library/Application Support/iPhone Simulator/7.0.3/Applications/D6EF7E90-0003-4937-AD9D-ABC9B2D7C329/IceMathNinja.app/CoronaProvider.ads.vungle.lua’

        no file ‘/Users/jorge/Library/Application Support/iPhone Simulator/7.0.3/Applications/D6EF7E90-0003-4937-AD9D-ABC9B2D7C329/IceMathNinja.app/CoronaProvider.ads.vungle.lua’

        no file ‘./CoronaProvider.ads.vungle.so’

        no file ‘/Users/jorge/Library/Application Support/iPhone Simulator/7.0.3/Applications/D6EF7E90-0003-4937-AD9D-ABC9B2D7C329/IceMathNinja.app/CoronaProvider.ads.vungle.so’

        no file ‘./CoronaProvider.so’

        no file '/Users/jorge/Library/Application Support/iPhone Simulator/7.0.3/Applications/D6EF7E90-0003-4937-AD9D-ABC9B2D7C329/IceMathNinja.app/CoronaProvider.so’CoronaProvider.ads.vungle.

    stack traceback:

        [C]: ?

        [C]: in function ‘assert’

        ?: in function ‘requireProvider’

        ?: in function ‘setCurrentProvider’

        ?: in function ‘init’

        …yectos/Ice Math Ninja Folder/Ice Math Ninja/main.lua:797: in main chunk

Jan 16 13:05:29 Jorges-MacBook-Pro.local IceMathNinja[65236] <Warning>: [Lua::RuntimeDispatchEvent()] WARNING: This function is deprecated. Use Lua::DispatchRuntimeEvent() instead.

Jan 16 13:05:29 Jorges-MacBook-Pro.local IceMathNinja[65236] <Warning>: Runtime error

    

    stack traceback:

        [C]: ?

        [C]: in function ‘assert’

        ?: in function ‘requireProvider’

        ?: in function ‘setCurrentProvider’

        ?: in function ‘init’

        …yectos/Ice Math Ninja Folder/Ice Math Ninja/main.lua:797: in main chunk


Does this happen to anyone else? Any ideas what could be wrong with my setup?

Thanks,

Jorge

Same issue buddy… no idea how to fix it but it should be simple. It is looking for CoronaProvider.ads.vungle.lu, it should rather be CoronaProvider.ads.vungle.lua… the symlink is work for some reason. 

i have some issue too  :frowning:

Same issue buddy… no idea how to fix it but it should be simple. It is looking for CoronaProvider.ads.vungle.lu, it should rather be CoronaProvider.ads.vungle.lua… the symlink is work for some reason. 

i have some issue too  :frowning:

Same here… it seems that somebody removed vungle’s  OSX Simulator plugin.

Same here… it seems that somebody removed vungle’s  OSX Simulator plugin.