AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   VSH / Freak Fortress (https://forums.alliedmods.net/forumdisplay.php?f=154)
-   -   FF2 Help solve the problem with "Sarysapub3" and errors in log (https://forums.alliedmods.net/showthread.php?t=323842)

Bruno_Ferrari 04-30-2020 04:28

Help solve the problem with "Sarysapub3" and errors in log
 
Good afternoon.
Help solve the problem with constant flooding in the console from the Sarysapub3 plugin:
[sarysapub3] ERROR: Could not find .ff2:_CanInvoke()


Plugins list:
Spoiler


2. And also help solve the problem with the flood in errors.log:
Spoiler

doroemon 04-30-2020 10:06

Re: Help solve the problem with "Sarysapub3" and errors in log
 
Try this?
https://forums.alliedmods.net/showpo...5&postcount=52

Bruno_Ferrari 04-30-2020 12:32

Re: Help solve the problem with "Sarysapub3" and errors in log
 
Quote:

Originally Posted by doroemon (Post 2697106)

Yes, I tried it

NoloZero01 05-01-2020 05:35

Re: Help solve the problem with "Sarysapub3" and errors in log
 
4 Attachment(s)
You can probably try using the pre-compiled version in attachments from here: https://forums.alliedmods.net/showpo...3&postcount=17.

About ff2_salmon error spam: It looks like the summoning function was given client index 0 which is essentially the "server console" or worldspawn, and that shouldn't ever happen. You can probably add a simple client validity check at the beginning of the public void Salmon function, something like

Spoiler


Thing is, that ability is very old, so I suggest switching to this one instead: https://forums.alliedmods.net/showthread.php?t=318612. It has a lot more options and is working properly(rage_summon under Rage Abilities).

If you somewhy insist on using ff2_salmon and sarysapub3 still doesn't work, you can also try to use the attached versions(slightly edited by me), they compile just fine on latest Unofficial Freak Fortress includes so modifications or further fixes are possible. These plugins belong to their respective authors, I take no credit at making them.

Bruno_Ferrari 05-01-2020 09:33

Re: Help solve the problem with "Sarysapub3" and errors in log
 
Quote:

Originally Posted by NoloZero01 (Post 2697318)
You can probably try using the pre-compiled version in attachments from here: https://forums.alliedmods.net/showpo...3&postcount=17.

About ff2_salmon error spam: It looks like the summoning function was given client index 0 which is essentially the "server console" or worldspawn, and that shouldn't ever happen. You can probably add a simple client validity check at the beginning of the public void Salmon function, something like

Spoiler


Thing is, that ability is very old, so I suggest switching to this one instead: https://forums.alliedmods.net/showthread.php?t=318612. It has a lot more options and is working properly(rage_summon under Rage Abilities).

If you somewhy insist on using ff2_salmon and sarysapub3 still doesn't work, you can also try to use the attached versions(slightly edited by me), they compile just fine on latest Unofficial Freak Fortress includes so modifications or further fixes are possible. These plugins belong to their respective authors, I take no credit at making them.

Thank you very much for your help, i wish you good health and good mood!
I will check your plugins!

I also ask you very much to help me solve these errors, they constantly clog the logs, there are a lot of them, I use the version Unofficial Freak Fortress | 1.19.5 (I know that there are new versions of the plugin. But I don't need a newer version of the plugin. I consider it stable for myself)
I will be very happy if you help me, thank you
Spoiler

NoloZero01 05-01-2020 11:35

Re: Help solve the problem with "Sarysapub3" and errors in log
 
Unfortunately it appears that you are running an edited of 1.19.5, since the given lines that generate errors do not match the version from Releases on GitHub, your edits may be the reason of these errors. It will probably be better for you to ask the coder of Unofficial Freak Fortress for help directly. I'll ask him to take a look at this page.

However, I believe I can help you deal with one specific error that I noticed:
Spoiler

This is caused by a boss weapon(or ff2_attributes ConVar) having too many attributes. I suggest you to go through your boss configs and remove excessive attribute(s). The other option would be to compile the TF2Items extension from it's repo on GitHub, as it has an increased attribute cap there.

Bruno_Ferrari 05-04-2020 02:35

Re: Help solve the problem with "Sarysapub3" and errors in log
 
1 Attachment(s)
Attached the source code

Hoto Cocoa 05-05-2020 08:38

Re: Help solve the problem with "Sarysapub3" and errors in log
 
Quote:

Originally Posted by Bruno_Ferrari (Post 2698015)
Attached the source code

I believed that there's a fix for sandman in the post of FF2.
https://forums.alliedmods.net/showpo...postcount=2983

NoloZero01 05-05-2020 10:03

Re: Help solve the problem with "Sarysapub3" and errors in log
 
Quote:

Originally Posted by Hoto Cocoa (Post 2698290)
I believed that there's a fix for sandman in the post of FF2.
https://forums.alliedmods.net/showpo...postcount=2983

Yeah I sent a fix in private messages.


All times are GMT -4. The time now is 22:54.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.