MattJeanes / Doors

A generic bigger-on-the-inside entity for Garry's Mod
MIT License
11 stars 4 forks source link

Safe Space and Doors creating lua errors #29

Open TXCReeseedrianed opened 1 year ago

TXCReeseedrianed commented 1 year ago

Whenever I tried spawning, it says the addon Doors is creating errors and the addon Safe Space is creating errors

TheSenate720 commented 11 months ago

I've been having this issue as well. I don't have Safe Space but I do have Doors, and it's causing all sorts of errors. I think it really needs to be updated, as the last GMod or Tardis update might have broke it.

MattJeanes commented 11 months ago

Can you share what errors you are getting exactly?

TheSenate720 commented 11 months ago

Can you share what errors you are getting exactly?

Yeah I can get you the script errors, gimme one sec. Sorry for the late reply, I have been very busy.

TheSenate720 commented 11 months ago

[Doors] lua/entities/gmod_door_exterior/init.lua:59: bad argument #1 to 'SetModel' (string expected, got nil)

  1. SetModel - [C]:-1
    1. Initialize - lua/entities/gmod_door_exterior/init.lua:59
      1. unknown - lua/entities/gmod_tardis/init.lua:31
        1. Spawn - [C]:-1
          1. SpawnFunction - lua/entities/gmod_door_exterior/init.lua:22
            1. SpawnTARDIS - lua/tardis/metadata/sh_spawn_tardis.lua:60
              1. unknown - lua/tardis/metadata/sh_spawn_tardis.lua:110
                1. unknown - lua/includes/modules/concommand.lua:54

[Doors] lua/entities/gmod_door_exterior/init.lua:44: attempt to index field 'initqueue' (a nil value)

  1. func - lua/entities/gmod_door_exterior/init.lua:44
    1. unknown - lua/includes/extensions/net.lua:38

[Doors] lua/entities/gmod_door_exterior/init.lua:86: bad argument #1 to 'pairs' (table expected, got nil)

  1. pairs - [C]:-1
    1. unknown - lua/entities/gmod_door_exterior/init.lua:86

[Doors] lua/entities/gmod_door_exterior/modules/sh_interior.lua:109: bad argument #1 to 'pairs' (table expected, got nil)

  1. pairs - [C]:-1
    1. v - lua/entities/gmod_door_exterior/modules/sh_interior.lua:109
      1. CallHook - lua/entities/gmod_door_exterior/shared.lua:32
        1. CallHook - lua/entities/gmod_tardis/shared.lua:31
          1. unknown - lua/entities/gmod_door_exterior/shared.lua:75
TheSenate720 commented 11 months ago

These errors are causing the Tardis to not spawn.