• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

OTClient OTClientV8 Fatal Error [Android]

MohamedRefaat

Marketing and Coding
Premium User
Joined
Jan 18, 2014
Messages
990
Solutions
3
Reaction score
230
Location
Egypt
Hello

I was trying to make android client works but I got fatal error once it is opened on mobile.
I compiled and encrypted it using flag --encrypt --android but still not working.
Here is the error I get:
Code:
OTClientV8 Fatal Error

Unable to load module 'game_inventory': /modules/game_inventory/inventory.lua:186: attempt to index local 'itemWidget' (a nil value)

stack traceback:
[C]: in function '__index'
/modules/game_inventory/inventory.lua:186: in function 'toggleAdventurerStyle'
/modules/game_inventory/inventory.lua:199: in function 'refresh'
/modules/game_inventory/inventory.lua:135: in function 'init'
/modules/game_inventory/inventory.otmod:8:[@onLoad]:1: in main chunk
[C]: in function 'ensureModuleLoaded'
/init.lua:87: in function 'loadModules'
/init.lua:108: in main chunk

Any clue how to fix this?

Thanks in advance
 
how would anybody trace an error without files.

itemWidget is a variable, that is null to understand why its null you have to trace code.

null means a variable that carries literally nothing
 
Back
Top