I'm trying to use the port of UnderDone and I'm getting quite a few errors. Was hoping someone would know how to fix them.
First, when I hold Q, which is supposed to open the main menu, I get this:
[code]
[ERROR] ...derdone/gamemode/core/clientfiles/menutabs/inventory.lua:132: attempt to concatenate a nil value
1. LoadInventory - ...derdone/gamemode/core/clientfiles/menutabs/inventory.lua:132
2. Init - ...derdone/gamemode/core/clientfiles/menutabs/inventory.lua:80
3. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:153
4. NewTab - gamemodes/underdone/gamemode/core/sharedfiles/sh_util.lua:261
5. Init - ...nderdone/gamemode/core/clientfiles/menus/cl_mainmenu.lua:13
6. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:153
7. Call - ...nderdone/gamemode/core/clientfiles/menus/cl_mainmenu.lua:52
8. unknown - gamemodes/base/gamemode/cl_spawnmenu.lua:66
9. unknown - lua/includes/modules/concommand.lua:69
[/code]
Second, when I try to open the admin panel, I get an absolutely ENORMOUS list of:
[code]
[ERROR] gamemodes/underdone/gamemode/core/sharedfiles/sh_util.lua:329: attempt to call method 'GetSelected' (a nil value)
1. unknown - gamemodes/underdone/gamemode/core/sharedfiles/sh_util.lua:329
[/code]
Third, when I try to accept a quest, I get this:
[code]
[ERROR] gamemodes/underdone/gamemode/core/sharedfiles/sh_quest.lua:165: attempt to index global 'glon' (a nil value)
1. Function - gamemodes/underdone/gamemode/core/sharedfiles/sh_quest.lua:165
2. unknown - lua/includes/modules/usermessage.lua:87
[/code]
Fourth, just getting in the server gives this:
[code]
[ERROR] gamemodes/underdone/gamemode/core/sharedfiles/sh_stats.lua:49: attempt to call method 'SetStat' (a nil value)
1. Function - gamemodes/underdone/gamemode/core/sharedfiles/sh_stats.lua:49
2. unknown - lua/includes/modules/usermessage.lua:87
and
[ERROR] gamemodes/underdone/gamemode/core/sharedfiles/sh_quest.lua:165: attempt to index global 'glon' (a nil value)
1. Function - gamemodes/underdone/gamemode/core/sharedfiles/sh_quest.lua:165
2. unknown - lua/includes/modules/usermessage.lua:87
[/code]
If ANYONE could possibly help on this, and it leads toward fixing it, I may give a little bit of a tip depending on my financial situation at the time.
Much Appreciated,
chrslp
Sorry, you need to Log In to post a reply to this thread.