AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   News (https://forums.alliedmods.net/forumdisplay.php?f=59)
-   -   SourceMod 1.8 Now Stable (https://forums.alliedmods.net/showthread.php?t=283552)

Powerlord 06-07-2016 20:13

Re: SourceMod 1.8 Now Stable
 
Quote:

Originally Posted by splewis (Post 2425331)
Good news. Gonna have to try some stuff with selectively networking events to clients.

I really need to use that to clean up the Translations part of the NativeVotes plugin as it relies on sending vote_options events in TF2/CSGO.

Unfortunately, I have some non-SourceMod stuff I need to finish up before I go back to working on plugins.

Alienmario 06-08-2016 12:54

Re: SourceMod 1.8 Now Stable
 
Some of my plugins stopped working correctly when compiled under 1.8
I've found the problem to be when interpreting minus sign, for example in
PHP Code:

ScaleVector(vecFwd, -(flDamage scale)); 

or
PHP Code:

ScaleVector(vecFwd, (-flDamage scale)); 

Both would always scale the vector by 0.

The workaround:
PHP Code:

ScaleVector(vecFwd, (flDamage scale * -1)); 

Anyways, glad to have 1.8 finally available! :)

shavit 06-09-2016 15:55

Re: SourceMod 1.8 Now Stable
 
Quote:

Originally Posted by Alienmario (Post 2425838)
Some of my plugins stopped working correctly when compiled under 1.8
I've found the problem to be when interpreting minus sign, for example in
PHP Code:

ScaleVector(vecFwd, -(flDamage scale)); 

or
PHP Code:

ScaleVector(vecFwd, (-flDamage scale)); 

Both would always scale the vector by 0.

The workaround:
PHP Code:

ScaleVector(vecFwd, (flDamage scale * -1)); 

Anyways, glad to have 1.8 finally available! :)

can confirm this happens to me

Naydef 06-09-2016 16:06

Re: SourceMod 1.8 Now Stable
 
Also this happens:
Code:

L 06/08/2016 - 15:57:23: [SM] Exception reported: Array index is out of bounds
L 06/08/2016 - 15:57:23: [SM] Blaming: freaks\ep_radimoko.ff2()
L 06/08/2016 - 15:57:23: [SM] Call stack trace:
L 06/08/2016 - 15:57:23: [SM]  [1] Line 161, C:\tf2server\tf2\tf\addons\sourcemod\scripting\freaks\ep_radimoko.sp::FF2_OnTriggerHurt()
L 06/08/2016 - 15:57:23: [SM]  [3] Call_Finish
L 06/08/2016 - 15:57:23: [SM]  [4] Line 10262, C:\Users\Geo\Downloads\sourcemod-1.7.3-git5283-windows\addons\sourcemod\scripting\freak_fortress_2_1.43.sp::OnTakeDamageAlive()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Stack leak detected: sp:-454869324 should be 424436!
L 06/08/2016 - 15:58:44: [SM] Exception reported: Invalid plugin address
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the heap
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freak_fortress_2\ff2_v2_abilities.smx()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 862, L:\scripting\ff2_v2_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_1st_set_abilities.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 608, L:\scripting\ff2_1st_set_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_death.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossUserId
L 06/08/2016 - 15:58:44: [SM]  [1] Line 622, ff2_death.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freak_fortress_2\ff2_v2_abilities.smx()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 862, L:\scripting\ff2_v2_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_1st_set_abilities.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 608, L:\scripting\ff2_1st_set_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_death.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossUserId
L 06/08/2016 - 15:58:44: [SM]  [1] Line 622, ff2_death.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freak_fortress_2\ff2_v2_abilities.smx()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 862, L:\scripting\ff2_v2_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_1st_set_abilities.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 608, L:\scripting\ff2_1st_set_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_death.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossUserId
L 06/08/2016 - 15:58:44: [SM]  [1] Line 622, ff2_death.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freak_fortress_2\ff2_v2_abilities.smx()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 862, L:\scripting\ff2_v2_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_1st_set_abilities.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 608, L:\scripting\ff2_1st_set_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_death.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossUserId
L 06/08/2016 - 15:58:44: [SM]  [1] Line 622, ff2_death.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freak_fortress_2\ff2_v2_abilities.smx()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 862, L:\scripting\ff2_v2_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_1st_set_abilities.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 608, L:\scripting\ff2_1st_set_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_death.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossUserId
L 06/08/2016 - 15:58:44: [SM]  [1] Line 622, ff2_death.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freak_fortress_2\ff2_v2_abilities.smx()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 862, L:\scripting\ff2_v2_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_1st_set_abilities.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 608, L:\scripting\ff2_1st_set_abilities.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freaks\ff2_death.ff2()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossUserId
L 06/08/2016 - 15:58:44: [SM]  [1] Line 622, ff2_death.sp::OnPlayerRunCmd()
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Exception reported: Not enough space on the stack
L 06/08/2016 - 15:58:44: [SM] Blaming: freak_fortress_2\ff2_v2_abilities.smx()
L 06/08/2016 - 15:58:44: [SM] Call stack trace:
L 06/08/2016 - 15:58:44: [SM]  [0] FF2_GetBossIndex
L 06/08/2016 - 15:58:44: [SM]  [1] Line 862, L:\scripting\ff2_v2_abilities.sp::OnPlayerRunCmd()

The server becomes laggy(unable to play) and some abilities stops working. No crash at all(but changelevel can't fix it, so you need to restart the server!)

shavit 06-09-2016 17:23

Re: SourceMod 1.8 Now Stable
 
How could I know which plugin causes this?

Code:

L 06/09/2016 - 21:06:45: Info (map "jb_electric_todestrakt_v26") (file "errors_20160609.log")
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:49: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:24:53: Error log file session closed.


psychonic 06-10-2016 07:42

Re: SourceMod 1.8 Now Stable
 
Quote:

Originally Posted by Alienmario (Post 2425838)
Some of my plugins stopped working correctly when compiled under 1.8
I've found the problem to be when interpreting minus sign, for example in
PHP Code:

ScaleVector(vecFwd, -(flDamage scale)); 

or
PHP Code:

ScaleVector(vecFwd, (-flDamage scale)); 

Both would always scale the vector by 0.

The workaround:
PHP Code:

ScaleVector(vecFwd, (flDamage scale * -1)); 

Anyways, glad to have 1.8 finally available! :)

There was a bug in the float include. This is fixed now in 1.8.5910.

Thanks for the reporting the issue!

Addicted. 06-10-2016 11:39

Re: SourceMod 1.8 Now Stable
 
Quote:

Originally Posted by shavit (Post 2426191)
How could I know which plugin causes this?

Code:

L 06/09/2016 - 21:06:45: Info (map "jb_electric_todestrakt_v26") (file "errors_20160609.log")
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:45: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:06:49: [SM] Exception reported: Plugin not runnable
L 06/09/2016 - 21:24:53: Error log file session closed.


hosties?

I am getting it too on my jailbreak server.

EDIT: nvm I have a different error:

PHP Code:

L 06/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:47: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:47: [SMException reportedTried to override return value without return value being set 


shavit 06-10-2016 14:04

Re: SourceMod 1.8 Now Stable
 
Quote:

Originally Posted by oaaron99 (Post 2426405)
hosties?

I am getting it too on my jailbreak server.

EDIT: nvm I have a different error:

PHP Code:

L 06/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:46: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:47: [SMException reportedTried to override return value without return value being set
L 06
/10/2016 11:46:47: [SMException reportedTried to override return value without return value being set 


Nope, not Hosties. I'm using my own plugin that is similar in its functionality to Hosties' last requests system, written from scratch with the transitional syntax.

dedimark 06-10-2016 14:45

Re: SourceMod 1.8 Now Stable
 
L 06/10/2016 - 18:36:43: [SM] Exception reported: Plugin not runnable
L 06/10/2016 - 18:36:43: Error log file session closed.

how to fix it?

asherkin 06-11-2016 04:57

Re: SourceMod 1.8 Now Stable
 
Other than the log spam, the "Plugin not runnable" error is harmless and you should just ignore it. A fix is coming, it's just involved.


All times are GMT -4. The time now is 03:07.

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