ValentinFunk / Pointshop2

Next-Gen Garrysmod shop system https://discord.gg/N9DmwwX
http://pointshop2.kamshak.com/en/latest/
52 stars 22 forks source link

I can't open any edit item #197

Open marcandreher opened 6 months ago

marcandreher commented 6 months ago
[pointshop2] addons/pointshop2/lua/ps2/shared/sh_0_pointshop2.lua:152: bad argument #1 to 'pairs' (table expected, got nil)
  1. pairs - [C]:-1
   2. GetCreatorControlForClass - addons/pointshop2/lua/ps2/shared/sh_0_pointshop2.lua:152
    3. DoClick - addons/pointshop2/lua/ps2/client/tabs/management_tab/manage_items/content/cl_pointshop2content.lua:22
     4. OnMouseReleased - lua/vgui/dlabel.lua:237
      5. unknown - lua/vgui/dmenuoption.lua:76

it's not possible to edit any weapon or trail or pm

ValentinFunk commented 6 months ago

Just looking at the error I can only tell you that there is a module registered with your PS2 that doens't have mod.Blueprints set to a table - can't really tell you more. Maybe a file got borked during upload, try reuploading ps2 & ps2 addons

marcandreher commented 6 months ago

It was working before, Is there a way to find the corrupt module or should I commit my pointshop to a repo and you take a look at it?