Zet0rz / nzombies

A GM13 Nazi Zombies style (WIP) gamemode
GNU General Public License v3.0
73 stars 79 forks source link

still the issue of powerups #591

Open deathking61 opened 6 years ago

deathking61 commented 6 years ago

nzombies/entities/entities/drop_powerup/shared.lua:70

  1. DrawModel - [C]:-1
    1. Render - lua/includes/modules/halo.lua:77
      1. fn - lua/includes/modules/halo.lua:153
      2. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
    1. DrawModel - [C]:-1
    2. Render - lua/includes/modules/halo.lua:77
      1. fn - lua/includes/modules/halo.lua:153
      2. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
    1. DrawModel - [C]:-1
    2. Render - lua/includes/modules/halo.lua:77
      1. fn - lua/includes/modules/halo.lua:153
      2. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
    1. DrawModel - [C]:-1
    2. Render - lua/includes/modules/halo.lua:77
      1. fn - lua/includes/modules/halo.lua:153
      2. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
    1. DrawModel - [C]:-1
    2. Render - lua/includes/modules/halo.lua:77
      1. fn - lua/includes/modules/halo.lua:153
      2. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
    1. DrawModel - [C]:-1
    2. Render - lua/includes/modules/halo.lua:77
      1. fn - lua/includes/modules/halo.lua:153
      2. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
    1. DrawModel - [C]:-1
    2. Render - lua/includes/modules/halo.lua:77
      1. fn - lua/includes/modules/halo.lua:153
      2. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

when a random zombies dies and it spawns a powerup this error is flooding the console any idea as to why? i reall really wanna play this map but i can't as this kills it and the perks don't work either.

minin43 commented 6 years ago

You spammed the same error 7 times. Really only once was necessary.

Based on the error, the fix is probably super simple and easy. How can I recreate this? Is this a problem you're having across every instance of the game you play? Is it only singleplayer? Have you edited any of the gamemode at all? What powerups does this happen on, or is it all of them?

We need more information to help.

deathking61 commented 6 years ago

i have tried the game mode and i have tried in SP and multi and lan and still get it it only happens when the zombies try to drop a power up and it doesnt actually spawn so it floods the console

On Fri, Dec 22, 2017 at 9:44 AM, DjNathan notifications@github.com wrote:

Without info how it happened no one will help you.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Zet0rz/nzombies/issues/591#issuecomment-353634309, or mute the thread https://github.com/notifications/unsubscribe-auth/ATthkNmCwA5RqHS1wR9fRi3kgss0VSZRks5tC9xbgaJpZM4RKz4l .

minin43 commented 6 years ago

Because you decided to reply without providing any new information, I decided I will instead highlight the important information you may have missed in my first response.

Based on the error, the fix is probably super simple and easy. How can I recreate this? Is this a problem you're having across every instance of the game you play? Is it only singleplayer? Have you edited any of the gamemode at all? What powerups does this happen on, or is it all of them? We need more information to help.

deathking61 commented 6 years ago

Considering the last bug post I did shows the error and you didn't look at it you might wanna see it. So you can see what I'm referring to.

On Jan 3, 2018 11:46 PM, "Logan" notifications@github.com wrote:

Because you decided to reply without providing any new information, I decided I will instead highlight the important information you may have missed in my first response.

Based on the error, the fix is probably super simple and easy. How can I recreate this? Is this a problem you're having across every instance of the game you play? Is it only singleplayer? Have you edited any of the gamemode at all? What powerups does this happen on, or is it all of them? We need more information to help.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Zet0rz/nzombies/issues/591#issuecomment-355210521, or mute the thread https://github.com/notifications/unsubscribe-auth/ATthkFoTiGJNeuQ3PvobIHxgb7gtFmQ3ks5tHHPCgaJpZM4RKz4l .

deathking61 commented 6 years ago

But in case you don't wanna scroll up.

Code https://github.com/Zet0rz/nzombies Issues 154 https://github.com/Zet0rz/nzombies/issues Pull requests 0 https://github.com/Zet0rz/nzombies/pulls Pulse https://github.com/Zet0rz/nzombies/pulse Jump to bottom https://github.com/Zet0rz/nzombies/issues/591#bottom Open still the issue of powerups #591 [image: @deathking61] deathking61 https://github.com/deathking61 opened this issue 13 days ago

nzombies/entities/entities/drop_powerup/shared.lua:70

  1. DrawModel - [C]:-1
  2. Render - lua/includes/modules/halo.lua:77
  3. fn - lua/includes/modules/halo.lua:153
  4. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
  2. DrawModel - [C]:-1
  3. Render - lua/includes/modules/halo.lua:77
  4. fn - lua/includes/modules/halo.lua:153
  5. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
  2. DrawModel - [C]:-1
  3. Render - lua/includes/modules/halo.lua:77
  4. fn - lua/includes/modules/halo.lua:153
  5. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
  2. DrawModel - [C]:-1
  3. Render - lua/includes/modules/halo.lua:77
  4. fn - lua/includes/modules/halo.lua:153
  5. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
  2. DrawModel - [C]:-1
  3. Render - lua/includes/modules/halo.lua:77
  4. fn - lua/includes/modules/halo.lua:153
  5. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
  2. DrawModel - [C]:-1
  3. Render - lua/includes/modules/halo.lua:77
  4. fn - lua/includes/modules/halo.lua:153
  5. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70

[ERROR] gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70: attempt to compare nil with number

  1. unknown - gamemodes/nzombies/entities/entities/drop_powerup/shared.lua:70
  2. DrawModel - [C]:-1
  3. Render - lua/includes/modules/halo.lua:77
  4. fn - lua/includes/modules/halo.lua:153
  5. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

when a random zombies dies and it spawns a powerup this error is flooding the console.. Sign in to comment https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FZet0rz%2Fnzombies%2Fissues%2F591 or sign up https://github.com/join to join this conversation on GitHub https://github.com/Zet0rz/nzombies/issues/591#

- Desktop version

On Jan 3, 2018 11:49 PM, "Mr. Collins" killersanta336@gmail.com wrote:

Considering the last bug post I did shows the error and you didn't look at it you might wanna see it. So you can see what I'm referring to.

On Jan 3, 2018 11:46 PM, "Logan" notifications@github.com wrote:

Because you decided to reply without providing any new information, I decided I will instead highlight the important information you may have missed in my first response.

Based on the error, the fix is probably super simple and easy. How can I recreate this? Is this a problem you're having across every instance of the game you play? Is it only singleplayer? Have you edited any of the gamemode at all? What powerups does this happen on, or is it all of them? We need more information to help.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Zet0rz/nzombies/issues/591#issuecomment-355210521, or mute the thread https://github.com/notifications/unsubscribe-auth/ATthkFoTiGJNeuQ3PvobIHxgb7gtFmQ3ks5tHHPCgaJpZM4RKz4l .

minin43 commented 6 years ago

[Removed by @Lolleko Reason: please be nice]

No one else gets the same error when they attempt to pick up power-ups. This suggests to me that you've somehow altered the gamemode.

Have you edited any of the gamemode at all? What powerups does this happen on, or is it all of them?

Alig96 commented 6 years ago

If I had to guess what the issue is, you either don't have the model that's trying to be rendered installed on your client or server. Ensure you have CSS mounted and the models from the game mode installed on both client and server

deathking61 commented 6 years ago

ok well seeing as i got everything from here (game mode) then installed the ones from the workshop that where needed IDK what to actually tell you as the creator of this mod doesn't tell you what you actually need to get it fully working properly so this being the case please tell me (if you can add links ) to get the powerups running thanks

P.S. i didn't change any files in the game mode period i placed them where the install text file told me to and they didn't work so i have tried 6 times to actually get this done and it does nothing so idk man