Raised This Month: $7 Target: $400
 1% 

SourceMod 1.8 Now Stable


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-07-2016 , 20:13   Re: SourceMod 1.8 Now Stable
#21

Quote:
Originally Posted by splewis View Post
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.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Alienmario
Senior Member
Join Date: Aug 2013
Old 06-08-2016 , 12:54   Re: SourceMod 1.8 Now Stable
#22

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!
Alienmario is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-09-2016 , 15:55   Re: SourceMod 1.8 Now Stable
#23

Quote:
Originally Posted by Alienmario View Post
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
__________________
retired
shavit is offline
Naydef
Senior Member
Join Date: Dec 2015
Location: Doom Town, Nevada
Old 06-09-2016 , 16:06   Re: SourceMod 1.8 Now Stable
#24

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!)
__________________
My plugins:
*None for now*


Steam:
naydef

Last edited by Naydef; 06-09-2016 at 16:07.
Naydef is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-09-2016 , 17:23   Re: SourceMod 1.8 Now Stable
#25

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.
__________________
retired
shavit is offline
psychonic

BAFFLED
Join Date: May 2008
Old 06-10-2016 , 07:42   Re: SourceMod 1.8 Now Stable
#26

Quote:
Originally Posted by Alienmario View Post
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!
psychonic is offline
Addicted.
AlliedModders Donor
Join Date: Dec 2013
Location: 0xA9D0DC
Old 06-10-2016 , 11:39   Re: SourceMod 1.8 Now Stable
#27

Quote:
Originally Posted by shavit View Post
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 

Last edited by Addicted.; 06-10-2016 at 11:48.
Addicted. is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-10-2016 , 14:04   Re: SourceMod 1.8 Now Stable
#28

Quote:
Originally Posted by oaaron99 View Post
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.
__________________
retired
shavit is offline
dedimark
Senior Member
Join Date: Jul 2015
Location: London
Old 06-10-2016 , 14:45   Re: SourceMod 1.8 Now Stable
#29

L 06/10/2016 - 186:43: [SM] Exception reported: Plugin not runnable
L 06/10/2016 - 186:43: Error log file session closed.

how to fix it?
dedimark is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 06-11-2016 , 04:57   Re: SourceMod 1.8 Now Stable
#30

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.
__________________
asherkin is offline
Closed Thread


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:17.


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