-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ai not pathing/working #100
Comments
This seems to be similar to #98 I just updated the server to the newest available version (srcds.exe -> 2023.5.1.0) but i wasn't able to provoke this error, at least on windows. It seems like a gmod update introduced some bug that messes up the lua runtime. It's not normal that some variables get replaced with functions. Some questions which may shed more light on the problem:
|
i ran it with the p2p server in game maby if i host a dedicated linux server it will run with it will do some testing. |
was also running the default zombie survival link https://github.com/JetBoom/zombiesurvival, and i also tried ZS:R |
zombies will spawn sometimes but then they will sit still doing nothing even if i attack them, not sure what causes this but i was using the testing map in the README. will update if i find fix/ solution even if i edit code
CPU: AMD ryzen 5600
GPU: GTX 1660 SUPER
OS: Running on arch linux with proton 8.0-2
log
[Zombie Survival] gamemodes/zombiesurvival/gamemode/zombieclasses/zombie.lua:159: attempt to index local 'revive' (a function value)
[d3bot] lua/includes/util.lua:228: attempt to index local 'object' (a function value)
3. fn - addons/d3bot/lua/d3bot/sv_zs_bot_handler/handle.lua:31
4. unknown - lua/ulib/shared/hook.lua:109
[Zombie Survival] gamemodes/zombiesurvival/gamemode/zombieclasses/zombie.lua:120: attempt to index local 'revive' (a function value)
3. unknown - lua/wos/anim_extension/core/sh_holdtypes.lua:158
[Zombie Survival] gamemodes/zombiesurvival/gamemode/zombieclasses/zombie.lua:159: attempt to index local 'revive' (a function value)
[d3bot] lua/includes/util.lua:228: attempt to index local 'object' (a function value)
3. fn - addons/d3bot/lua/d3bot/sv_zs_bot_handler/handle.lua:31
4. unknown - lua/ulib/shared/hook.lua:109
[Zombie Survival] gamemodes/zombiesurvival/gamemode/zombieclasses/zombie.lua:120: attempt to index local 'revive' (a function value)
3. unknown - lua/wos/anim_extension/core/sh_holdtypes.lua:158
[Zombie Survival] gamemodes/zombiesurvival/gamemode/zombieclasses/zombie.lua:159: attempt to index local 'revive' (a function value)
The text was updated successfully, but these errors were encountered: