attempt to index global 'network' (a nil value)

Hello, I’m having an error right at application launch since I upgraded from build 2511 to 2596. I then upgraded to build 2600 and the problem persists.

The same error appears when I open some of the sample apps, like:

-networking - AsyncHTTP

-networking - Facebook

-networking - Scrumptious

In the mac simulator, however, my app opens fine.

Windows simulator build date: Mar 28 2015 @ 02:21:23

Copyright © 2009-2015  C o r o n a   L a b s   I n c .

        Version: 3.0.0

        Build: 2015.2600

Platform: iPad / x64 / 6.1 / Intel® Graphics Media Accelerator HD / 2.1.0 - Bu

ild 8.15.10.2008 / 2015.2600

Runtime error

?:0: attempt to index global ‘network’ (a nil value)

stack traceback:

        ?: in function ‘downloadManifest’

        ?: in function ‘downloadQueuedManifests’

        ?: in function ‘?’

        ?: in function <?:717>

        (tail call): ?

        ?: in function <?:498>

        ?: in function <?:221>

Edit:

I’ve done some debugging

The reason it crashes on the start is because of these plugins:

“plugin.google.play.services” and “CoronaProvider.native.popup.social”

Also when I try to call an API like “network.request()” it crashes

regards,

Are you using any variable named network along the way?

Rob

No, I didn’t name any variable “network”

The only reason you would get that error if you managed to write over the global variable “network”. 

Rob

I have the same error. my project runs correctly in mac simulator, but pops this error in windows simulator.

build 2015.2607, win 7 system

Update: I uninstalled and reinstalled corona and the problem was gone

Are you using any variable named network along the way?

Rob

No, I didn’t name any variable “network”

The only reason you would get that error if you managed to write over the global variable “network”. 

Rob

I have the same error. my project runs correctly in mac simulator, but pops this error in windows simulator.

build 2015.2607, win 7 system

Update: I uninstalled and reinstalled corona and the problem was gone

I am getting the “network nil value” error on the ios 8.4 simulator… of course it all works fine on the corona simulator and on a real ios device… i need the simulator only for screenshots, so annoying.

I am getting the “network nil value” error on the ios 8.4 simulator… of course it all works fine on the corona simulator and on a real ios device… i need the simulator only for screenshots, so annoying.