0gb.us wrote:This error isn't happening on my copy of 0.4.4.
What other plugins do you have installed? Perhaps inventory_plus isn't playing nicely with another plugin.
for k,v in pairs(inventory_plus.buttons[player:get_player_name()]) do
if page=="main" then
-- buttons
print('DBG. PlayerName: '..player:get_player_name())
print('DBG. buttons:'..inventory_plus.buttons[player:get_player_name()])
local x,y=0,0
for k,v in pairs(inventory_plus.buttons[player:get_player_name()]) do
08:21:02: ACTION[ServerThread]: zZz joins game. List of players: zZz
DBG. PlayerName: zZz
DBG. PlayerName: zZz
08:21:03: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: ...est/world_minetest/worldmods/inventory_plus/init.lua:75: attempt to concatenate field '?' (a nil value)
-- register_button
inventory_plus.register_button = function(player,name,label)
local player_name = player:get_player_name()
print('ready to check if nil')
if inventory_plus.buttons[player_name] == nil then
inventory_plus.buttons[player_name] = {}
print('buttons nil checking at 27')
end
print('out of checking condition')
inventory_plus.buttons[player_name][name] = label
end
foxinsky wrote:Sure, sorry.
3dforniture
4seasons
conifers
craft_guide
desert_uses
exchange
farming
farming_plus
locked_sign
minetest-protect-master
moreblocks
moreflowers
moreores
peaceful_npc
plantlife-master
unified_inventory
jojoa1997 wrote:unified_inventory does not work with inventory_plus.
jojoa1997 wrote:when i use a mod like specialties or armor when ever i press a button that has an action it always sends me back to the creative menu.
J-Block wrote:The file downloaded as a file, not a zipped folder. I tried to make a folder for it named "inventory_plus" but I don't know how to make an "init.lua". The mod should be in a zipped folder form in the fist place anyway.
Temperest wrote:It's a tar.gz. A decent archiver will do the trick. On Windows (I assume you are using Windows), 7-zip is the best one around IMO.
http://7-zip.org/
0gb.us wrote:Temperest wrote:It's a tar.gz. A decent archiver will do the trick. On Windows (I assume you are using Windows), 7-zip is the best one around IMO.
http://7-zip.org/
Yeah, if you're not on an operating system that supports .tar.gz (Might I recommend Linux Mint or Ubuntu?), 7-zip will do the trick.
nomohakon wrote:Ehm, i use 7-zip and i have to unpack it twice. First .gz, then .tar.
J-Block wrote:How do I save it as a 7-zip?
Tedypig wrote:First, let me say nice work on the mod. My girlfriend and I love it.
HOWEVER! There is a small visual glitch and another small glitch.
The visual glitch is the "refill" box is scrambled (the word not the box).
The other one is, it does not look like the pics. It flashes at that and the goes almost normal.
Any help is appreciated. Thank you.
-Teddypig
Traxie21 wrote:The download is 404-ing.
Traxie21 wrote:GitHub?
Always
It'd be a good idea to always push to something on github, so you always have a backup.
Users browsing this forum: No registered users and 36 guests