Jump to content
  • 0

help script error


MZEEN

Question


Script error: luaj.o: /storage/emulated/0/Notes/mzeen.lua:238
`xqmnb(qmnb)`
attempt to call a nil value (global 'xqmnb')
level = 1, const = 20, proto = 0, upval = 1, vars = 5, code = 35
CALL v0..v1
 ; PC 26 CODE 0100401D OP 29 A 0 B 2 C 1 Bx 1025 sBx -130046
stack traceback:
    /storage/emulated/0/Notes/mzeen.lua:238 in function 'bunny'
    /storage/emulated/0/Notes/mzeen.lua:207 in function 'SkinMenu'
    /storage/emulated/0/Notes/mzeen.lua:26 in function 'Main'
    /storage/emulated/0/Notes/mzeen.lua:286 in main chunk
    [Java]: in ?
    at luaj.LuaValue.a(src:2835)
    at luaj.LuaValue.Z(src:1966)
    at luaj.LuaValue.a(src:1419)
    at luaj.LuaClosure.a(src:534)
    at luaj.LuaClosure.l(src:160)
    at luaj.LuaClosure.a(src:533)
    at luaj.LuaClosure.l(src:160)
    at luaj.LuaClosure.a(src:533)
    at luaj.LuaClosure.l(src:160)
    at luaj.LuaClosure.a(src:533)
    at luaj.LuaClosure.l(src:160)
    at android.ext.Script.d(src:6056)
    at android.ext.Script$ScriptThread.run(src:5785)

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

On 8/31/2021 at 6:37 AM, MZEEN said:


Script error: luaj.o: /storage/emulated/0/Notes/mzeen.lua:238
`xqmnb(qmnb)`
attempt to call a nil value (global 'xqmnb')
level = 1, const = 20, proto = 0, upval = 1, vars = 5, code = 35
CALL v0..v1
 ; PC 26 CODE 0100401D OP 29 A 0 B 2 C 1 Bx 1025 sBx -130046
stack traceback:
    /storage/emulated/0/Notes/mzeen.lua:238 in function 'bunny'
    /storage/emulated/0/Notes/mzeen.lua:207 in function 'SkinMenu'
    /storage/emulated/0/Notes/mzeen.lua:26 in function 'Main'
    /storage/emulated/0/Notes/mzeen.lua:286 in main chunk
    [Java]: in ?
    at luaj.LuaValue.a(src:2835)
    at luaj.LuaValue.Z(src:1966)
    at luaj.LuaValue.a(src:1419)
    at luaj.LuaClosure.a(src:534)
    at luaj.LuaClosure.l(src:160)
    at luaj.LuaClosure.a(src:533)
    at luaj.LuaClosure.l(src:160)
    at luaj.LuaClosure.a(src:533)
    at luaj.LuaClosure.l(src:160)
    at luaj.LuaClosure.a(src:533)
    at luaj.LuaClosure.l(src:160)
    at android.ext.Script.d(src:6056)
    at android.ext.Script$ScriptThread.run(src:5785)

It looks like there's a function in your script called xqmnb and it's having trouble calling this function... Try moving where it's defined as a function higher up in the script than when it's called in the menu's code 

Link to comment
Share on other sites

On 8/31/2021 at 2:37 PM, MZEEN said:


Script error: luaj.o: /storage/emulated/0/Notes/mzeen.lua:238
`xqmnb(qmnb)`
attempt to call a nil value (global 'xqmnb')
level = 1, const = 20, proto = 0, upval = 1, vars = 5, code = 35
CALL v0..v1
 ; PC 26 CODE 0100401D OP 29 A 0 B 2 C 1 Bx 1025 sBx -130046
stack traceback:
    /storage/emulated/0/Notes/mzeen.lua:238 in function 'bunny'
    /storage/emulated/0/Notes/mzeen.lua:207 in function 'SkinMenu'
    /storage/emulated/0/Notes/mzeen.lua:26 in function 'Main'
    /storage/emulated/0/Notes/mzeen.lua:286 in main chunk
    [Java]: in ?
    at luaj.LuaValue.a(src:2835)
    at luaj.LuaValue.Z(src:1966)
    at luaj.LuaValue.a(src:1419)
    at luaj.LuaClosure.a(src:534)
    at luaj.LuaClosure.l(src:160)
    at luaj.LuaClosure.a(src:533)
    at luaj.LuaClosure.l(src:160)
    at luaj.LuaClosure.a(src:533)
    at luaj.LuaClosure.l(src:160)
    at luaj.LuaClosure.a(src:533)
    at luaj.LuaClosure.l(src:160)
    at android.ext.Script.d(src:6056)
    at android.ext.Script$ScriptThread.run(src:5785)

That's because people often copy paste codes and they don't know what are they for.

At this way function 'xqmnb' is for modify something, but you have missed this function in script, in conclusion you (or developer) have copy pasted code mistakenly.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.