Raised This Month: $51 Target: $400
 12% 

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-01-2013 , 16:07   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #521

Quote:
Originally Posted by Mike_BoG View Post
This started appearing in my logs today, any idea why?
Code:
 L 05/01/2013 - 20:48:49: [SM] Displaying call stack trace for plugin "custom/mapchooser_extended.smx":
L 05/01/2013 - 20:48:49: [SM]   [0]  Line 287, D:\Projects\SourceMod\sourcemod-1.4.2-windows\addons\sourcemod\scripting\include\halflife.inc::PrintToChatAll()
L 05/01/2013 - 20:48:49: [SM]   [1]  Line 1060, D:\Projects\SourceMod\svn\plugins\mapchooser_extended\addons\sourcemod\scripting\mapchooser_extended.sp::InitiateVote()
L 05/01/2013 - 20:48:49: [SM]   [2]  Line 575, D:\Projects\SourceMod\svn\plugins\mapchooser_extended\addons\sourcemod\scripting\mapchooser_extended.sp::Timer_StartMapVote()
You didn't include the actual error, which would appear on the line directly before the "Display call stack trace"
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-03-2013 at 10:40.
Powerlord is offline
Mike_BoG
SourceMod Donor
Join Date: Jul 2011
Old 05-01-2013 , 16:18   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #522

Quote:
Originally Posted by Powerlord View Post
You didn't include the actual error, which would appear on the line directly before the "Display call stack trace"
My bad, sorry.

PHP Code:
L 05/01/2013 00:49:57: [SMNative "PrintToChat" reportedCould not send a usermessage
L 05
/01/2013 00:49:57: [SMDisplaying call stack trace for plugin "custom/mapchooser_extended.smx":
L 05/01/2013 00:49:57: [SM]   [0]  Line 287D:\Projects\SourceMod\sourcemod-1.4.2-windows\addons\sourcemod\scripting\include\halflife.inc::PrintToChatAll()
L 05/01/2013 00:49:57: [SM]   [1]  Line 1060D:\Projects\SourceMod\svn\plugins\mapchooser_extended\addons\sourcemod\scripting\mapchooser_extended.sp::InitiateVote()
L 05/01/2013 00:49:57: [SM]   [2]  Line 575D:\Projects\SourceMod\svn\plugins\mapchooser_extended\addons\sourcemod\scripting\mapchooser_extended.sp::Timer_StartMapVote() 
__________________
Founder and Owner of BlackOut Gaming

Last edited by Mike_BoG; 05-01-2013 at 16:20.
Mike_BoG is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-01-2013 , 16:21   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #523

Quote:
Originally Posted by Mike_BoG View Post
My bad, sorry.

PHP Code:
L 05/01/2013 00:49:57: [SMNative "PrintToChat" reportedCould not send a usermessage
L 05
/01/2013 00:49:57: [SMDisplaying call stack trace for plugin "custom/mapchooser_extended.smx":
L 05/01/2013 00:49:57: [SM]   [0]  Line 287D:\Projects\SourceMod\sourcemod-1.4.2-windows\addons\sourcemod\scripting\include\halflife.inc::PrintToChatAll()
L 05/01/2013 00:49:57: [SM]   [1]  Line 1060D:\Projects\SourceMod\svn\plugins\mapchooser_extended\addons\sourcemod\scripting\mapchooser_extended.sp::InitiateVote()
L 05/01/2013 00:49:57: [SM]   [2]  Line 575D:\Projects\SourceMod\svn\plugins\mapchooser_extended\addons\sourcemod\scripting\mapchooser_extended.sp::Timer_StartMapVote() 
For this exact error in another plugin, psychonic said this:

Quote:
Originally Posted by psychonic View Post
If a plugin does not call EndMessage when sending a usermessage (or errs out before that after starting one), it will break usermessage sending, including PrintToChat for all other plugins.
Are you seeing any other errors from any plugins (including this one) before that?
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-01-2013 at 16:22.
Powerlord is offline
Mike_BoG
SourceMod Donor
Join Date: Jul 2011
Old 05-01-2013 , 16:38   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #524

Quote:
Originally Posted by Powerlord View Post
For this exact error in another plugin, psychonic said this:



Are you seeing any other errors from any plugins (including this one) before that?
No, I can't say I am. The only other error was about the mapcycle not being found, but I'd assume that is irrelevant?
__________________
Founder and Owner of BlackOut Gaming
Mike_BoG is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-01-2013 , 17:21   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #525

Quote:
Originally Posted by Mike_BoG View Post
No, I can't say I am. The only other error was about the mapcycle not being found, but I'd assume that is irrelevant?
It's hard to say.

There are two ways to fix the mapcycle not found issue: Move mapcycle.txt back to the server root or set mapcyclefile cvar to cfg/mapcycle.txt
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Mike_BoG
SourceMod Donor
Join Date: Jul 2011
Old 05-02-2013 , 13:17   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #526

Quote:
Originally Posted by Powerlord View Post
It's hard to say.

There are two ways to fix the mapcycle not found issue: Move mapcycle.txt back to the server root or set mapcyclefile cvar to cfg/mapcycle.txt
Well, we've resolved that issue, however we're still stuck with the "Could not send a usermessage" and we've tried using an old version of this plugin but it's still not working, and we've really ran out of ideas on what to try. We've tried disabling it, removing _all_ the messages in the plugin and it's still crashing whenever it's calling the vote.
__________________
Founder and Owner of BlackOut Gaming
Mike_BoG is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-02-2013 , 13:38   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #527

Quote:
Originally Posted by Mike_BoG View Post
Well, we've resolved that issue, however we're still stuck with the "Could not send a usermessage" and we've tried using an old version of this plugin but it's still not working, and we've really ran out of ideas on what to try. We've tried disabling it, removing _all_ the messages in the plugin and it's still crashing whenever it's calling the vote.
Hmm... what's the output of the following:

version
meta version
meta list
sm version
sm exts list
sm plugins list
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Shrek
Junior Member
Join Date: Apr 2013
Old 05-03-2013 , 08:17   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #528

Dos this work for CSGO ?
Shrek is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-03-2013 , 10:45   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #529

Quote:
Originally Posted by Shrek View Post
Dos this work for CSGO ?
It does, but Arms Race and Demolition may have issues. I really need to roll out 1.9.7, but I'm missing some files I need to include with it.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
ColdZero
Junior Member
Join Date: Oct 2012
Old 05-08-2013 , 04:49   Re: MapChooser Extended 1.9.3 (Updated 2012-06-23)
Reply With Quote #530

Quote:
Originally Posted by Powerlord View Post
It does, but Arms Race and Demolition may have issues. I really need to roll out 1.9.7, but I'm missing some files I need to include with it.
If you are going to release 1.9.7 please add a cvar that the nominate menu can still be viwed if we don't use any extend at all.

Thanks, would be so great.
__________________

Last edited by ColdZero; 05-08-2013 at 04:50.
ColdZero is offline
Reply



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 19:38.


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