Jump to content
  • 0

help script error


MZEEN

Question

Posted


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)

7 answers to this question

Recommended Posts

Posted
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 

Posted
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.

 

Posted

i know what this is its something called Xs script people use it to fast execute searches that uses offsets, its very useful and i import it in my script could you send a screenshot of the code or a file that has the error

Here is what the function which looks like:

Screenshot 2021-09-02 1.53.50 AM.png

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.