Suddenly getting errors when building my app. Something wrong with corona builds?

Here is one of the erros im getting when running my app on an android device.

I/Corona  (27995): Runtime error

I/Corona  (27995): java.lang.NullPointerException

I/Corona  (27995): Java Stack Trace:

I/Corona  (27995):      CoronaProvider.ads.admob.LuaLoader$HideWrapper.invoke(Lu

aLoader.java:418)

I/Corona  (27995):      com.ansca.corona.JavaToNativeShim.nativeTouchEvent(Nativ

e Method)

I/Corona  (27995):      com.ansca.corona.JavaToNativeShim.touchEvent(JavaToNativ

eShim.java:413)

I/Corona  (27995):      com.ansca.corona.input.RaiseTouchEventTask.executeUsing(

RaiseTouchEventTask.java:39)

I/Corona  (27995):      com.ansca.corona.CoronaRuntimeTaskDispatcher$TaskEvent.S

end(CoronaRuntimeTaskDispatcher.java:148)

I/Corona  (27995):      com.ansca.corona.events.EventManager.sendEvents(EventMan

ager.java:87)

I/Corona  (27995):      com.ansca.corona.Controller.updateRuntimeState(Controlle

r.java:281)

I/Corona  (27995):      com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$Cor

onaRenderer.onDrawFrame(CoronaGLSurfaceView.java:417)

I/Corona  (27995):      com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.

guardedRun(GLSurfaceView.java:1622)

I/Corona  (27995):      com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.

run(GLSurfaceView.java:1377)

I/Corona  (27995): stack traceback:

I/Corona  (27995):      [C]: in function ‘hide’

I/Corona  (27995):      ?: in function ‘_onEvent’

I/Corona  (27995):      ?: in function ‘?’

I/Corona  (27995):      ?: in function <?:677>

I/Corona  (27995):      ?: in function <

And my app stops working when IAP are made. And I get nothing on the console.

Can you post your build.settings and tell us what version of Corona SDK you are building with?

Thanks

Rob

Build is 2014.2393 

settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight", } }, iphone = { plist = { UIAppFonts = { "Haettenschweiler.ttf", "LESterOpti.otf", "Myriad Pro Black.otf", "Myriad Pro Light.otf", "Marketing Script.ttf", }, UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay UIApplicationExitsOnSuspend = false, -- uncomment to quit app on suspend FacebookAppID = "718922584811162", CFBundleURLTypes = { { CFBundleURLSchemes = { "fb718922584811162", } } } } }, android = { usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, }, plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone = true }, }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, }, }

Rewrote my code and everything started working again.

Can you post your build.settings and tell us what version of Corona SDK you are building with?

Thanks

Rob

Build is 2014.2393 

settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight", } }, iphone = { plist = { UIAppFonts = { "Haettenschweiler.ttf", "LESterOpti.otf", "Myriad Pro Black.otf", "Myriad Pro Light.otf", "Marketing Script.ttf", }, UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay UIApplicationExitsOnSuspend = false, -- uncomment to quit app on suspend FacebookAppID = "718922584811162", CFBundleURLTypes = { { CFBundleURLSchemes = { "fb718922584811162", } } } } }, android = { usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, }, plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone = true }, }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, }, }

Rewrote my code and everything started working again.