INPStarfall / Starfall

Starfall Processor for Garry's Mod + Wiremod
http://www.wiremod.com/forum/developers-showcase/22739-starfall-processor.html
Other
17 stars 15 forks source link

Opening editor fails #428

Closed bbblitz closed 6 years ago

bbblitz commented 6 years ago

Attempting to open the starfall editor errors with the client side error:

[ERROR] addons/starfall-develop/lua/weapons/gmod_tool/stools/starfall_screen.lua:179: attempt to index local 'filebrowser' (a nil value)
  1. func - addons/starfall-develop/lua/weapons/gmod_tool/stools/starfall_screen.lua:179
   2. FillViaFunction - gamemodes/sandbox/gamemode/spawnmenu/controlpanel.lua:100
    3. FillViaTable - gamemodes/sandbox/gamemode/spawnmenu/controlpanel.lua:89
     4. ActivateTool - lua/includes/modules/spawnmenu.lua:270
      5. DoClick - addons/wire/lua/wire/client/customspawnmenu.lua:577
       6. InternalDoClick - lua/vgui/dtree_node.lua:62
        7. DoClick - lua/vgui/dtree_node.lua:32
         8. unknown - lua/vgui/dlabel.lua:232
bbblitz commented 6 years ago

A similar error happens when opening processor:


[ERROR] addons/starfall-develop/lua/weapons/gmod_tool/stools/starfall_processor.lua:165: attempt to index local 'filebrowser' (a nil value)
  1. func - addons/starfall-develop/lua/weapons/gmod_tool/stools/starfall_processor.lua:165
   2. FillViaFunction - gamemodes/sandbox/gamemode/spawnmenu/controlpanel.lua:100
    3. FillViaTable - gamemodes/sandbox/gamemode/spawnmenu/controlpanel.lua:89
     4. ActivateTool - lua/includes/modules/spawnmenu.lua:270
      5. DoClick - addons/wire/lua/wire/client/customspawnmenu.lua:577
       6. InternalDoClick - lua/vgui/dtree_node.lua:62
        7. DoClick - lua/vgui/dtree_node.lua:32
         8. unknown - lua/vgui/dlabel.lua:232
bbblitz commented 6 years ago

Tried to reproduce with all other addons turned off, seems like it's conflicting with another addon somewhere, sorry for the trouble.