Since i wanted to update my old app i update the revmob too but now on the device its crashes line: local RevMob = require(“revmob”)
i tested everything. Also 20 test builds today.
Since i wanted to update my old app i update the revmob too but now on the device its crashes line: local RevMob = require(“revmob”)
i tested everything. Also 20 test builds today.
Error message on the device : This application encountered a Lua error (see logs) or has been corrupted.
when i remove revmob NO ERROR Message!!!
Logcat message:04-08 10:13:59.186 I/ActivityManager( 240): Displayed com.crazypolicelite/com.ansca.corona.CoronaActivity: +1s135ms
04-08 10:13:59.196 D/memalloc( 112): /dev/pmem: Allocated buffer base:0x4216e000 size:2088960 offset:11976704 fd:59
04-08 10:13:59.196 W/IInputConnectionWrapper( 389): showStatusIcon on inactive InputConnection
04-08 10:13:59.196 W/InputManagerService( 240): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@40dfec20 (uid=9999 pid=389)
04-08 10:13:59.206 W/IInputConnectionWrapper( 389): InputConnection = android.view.inputmethod.BaseInputConnection@40e88d00, active client = false
04-08 10:13:59.206 D/memalloc(13681): /dev/pmem: Mapped buffer base:0x5701f000 size:14065664 offset:11976704 fd:75
04-08 10:13:59.246 D/OpenGLRenderer( 389): Flushing caches (mode 2)
04-08 10:13:59.266 D/ConnectivityService( 240): onUidRulesChanged(uid=9999, uidRules=0)
04-08 10:13:59.276 V/Corona (13681): > Class.forName: network.LuaLoader
04-08 10:13:59.276 V/Corona (13681): < Class.forName: network.LuaLoader
04-08 10:13:59.276 V/Corona (13681): Loading via reflection: network.LuaLoader
04-08 10:13:59.366 D/memalloc( 240): /dev/pmem: Unmapping buffer base:0x5caed000 size:11698176 offset:9609216
04-08 10:13:59.366 D/memalloc( 112): /dev/pmem: Freeing buffer base:0x42a98000 size:2088960 offset:9609216 fd:32
04-08 10:13:59.426 I/Corona (13681): Runtime error
04-08 10:13:59.426 I/Corona (13681): ?:0: attempt to index a boolean value
04-08 10:13:59.426 I/Corona (13681): stack traceback:
04-08 10:13:59.426 I/Corona (13681): [C]: ?
04-08 10:13:59.426 I/Corona (13681): ?: in main chunk
04-08 10:13:59.426 I/Corona (13681): [C]: in function ‘require’
04-08 10:13:59.426 I/Corona (13681): ?: in function <?:972>
04-08 10:13:59.426 I/Corona (13681): (tail call): ?
04-08 10:13:59.426 I/Corona (13681): ?: in main chunk
Error message on the device : This application encountered a Lua error (see logs) or has been corrupted.
when i remove revmob NO ERROR Message!!!
Logcat message:04-08 10:13:59.186 I/ActivityManager( 240): Displayed com.crazypolicelite/com.ansca.corona.CoronaActivity: +1s135ms
04-08 10:13:59.196 D/memalloc( 112): /dev/pmem: Allocated buffer base:0x4216e000 size:2088960 offset:11976704 fd:59
04-08 10:13:59.196 W/IInputConnectionWrapper( 389): showStatusIcon on inactive InputConnection
04-08 10:13:59.196 W/InputManagerService( 240): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@40dfec20 (uid=9999 pid=389)
04-08 10:13:59.206 W/IInputConnectionWrapper( 389): InputConnection = android.view.inputmethod.BaseInputConnection@40e88d00, active client = false
04-08 10:13:59.206 D/memalloc(13681): /dev/pmem: Mapped buffer base:0x5701f000 size:14065664 offset:11976704 fd:75
04-08 10:13:59.246 D/OpenGLRenderer( 389): Flushing caches (mode 2)
04-08 10:13:59.266 D/ConnectivityService( 240): onUidRulesChanged(uid=9999, uidRules=0)
04-08 10:13:59.276 V/Corona (13681): > Class.forName: network.LuaLoader
04-08 10:13:59.276 V/Corona (13681): < Class.forName: network.LuaLoader
04-08 10:13:59.276 V/Corona (13681): Loading via reflection: network.LuaLoader
04-08 10:13:59.366 D/memalloc( 240): /dev/pmem: Unmapping buffer base:0x5caed000 size:11698176 offset:9609216
04-08 10:13:59.366 D/memalloc( 112): /dev/pmem: Freeing buffer base:0x42a98000 size:2088960 offset:9609216 fd:32
04-08 10:13:59.426 I/Corona (13681): Runtime error
04-08 10:13:59.426 I/Corona (13681): ?:0: attempt to index a boolean value
04-08 10:13:59.426 I/Corona (13681): stack traceback:
04-08 10:13:59.426 I/Corona (13681): [C]: ?
04-08 10:13:59.426 I/Corona (13681): ?: in main chunk
04-08 10:13:59.426 I/Corona (13681): [C]: in function ‘require’
04-08 10:13:59.426 I/Corona (13681): ?: in function <?:972>
04-08 10:13:59.426 I/Corona (13681): (tail call): ?
04-08 10:13:59.426 I/Corona (13681): ?: in main chunk
Hi there.
There is no RevMob messages in this log. Could you send us the result of RevMob.printEnvironmentInformation(REVMOB_IDS), if possible?
Are you using older versions of the SDK with http libraries? If positive, check this link: http://sdk.revmob.com/corona#configuration
Best regards
Paulo
Hi there.
There is no RevMob messages in this log. Could you send us the result of RevMob.printEnvironmentInformation(REVMOB_IDS), if possible?
Are you using older versions of the SDK with http libraries? If positive, check this link: http://sdk.revmob.com/corona#configuration
Best regards
Paulo