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

[ISSUE] Orpheu & Sockets


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
BhK
Junior Member
Join Date: Dec 2014
Location: India
Old 03-01-2016 , 01:40   [ISSUE] Orpheu & Sockets
Reply With Quote #1

Server after map change will crash if its running with both orpheu and sockets. I found this problem has been discussed many times here, but I did not get any proper fix. Is their any way possible to run them both ? If we can re-load sockets module after every map change as it works fine on first run ?
__________________
Preparing to release my plugins..
BhK is offline
Kakarot47
Senior Member
Join Date: May 2015
Location: Pakistan
Old 03-02-2016 , 04:15   Re: [ISSUE] Orpheu & Sockets
Reply With Quote #2

Are you using swift panel for server ? because there is 1 line which need to remove
i forget the name but it was some like -update
if you are using swift panel for server then remove that line because it crashes server after change map
__________________



AssasinSniperNightmare ModArmageddon ModApolacyps Mod
Kakarot47 is offline
Send a message via Skype™ to Kakarot47
BhK
Junior Member
Join Date: Dec 2014
Location: India
Old 03-02-2016 , 07:48   Re: [ISSUE] Orpheu & Sockets
Reply With Quote #3

Thanks!
But I am not using swift panel and also -update. I am sure its because of orpheu donst work with sockets or vice versa
__________________
Preparing to release my plugins..
BhK is offline
abhishek_deshkar
Senior Member
Join Date: Jun 2013
Location: Earth
Old 03-29-2016 , 02:07   Re: [ISSUE] Orpheu & Sockets
Reply With Quote #4

Quote:
Originally Posted by BhK View Post
Server after map change will crash if its running with both orpheu and sockets. I found this problem has been discussed many times here, but I did not get any proper fix. Is their any way possible to run them both ? If we can re-load sockets module after every map change as it works fine on first run ?
Bump !!! Same here. Socket + Orphue == Crash.
abhishek_deshkar is offline
GiOVi
Junior Member
Join Date: Feb 2013
Old 06-14-2016 , 05:56   Re: [ISSUE] Orpheu & Sockets
Reply With Quote #5

BUMP! Server crashes after changemap if you run Orpheu and Sockets.
GiOVi is offline
Shooting King
RAAASENGAN
Join Date: Mar 2012
Location: India
Old 06-14-2016 , 07:09   Re: [ISSUE] Orpheu & Sockets
Reply With Quote #6

Your amxmodx versions ? meta list ? amxx modules ? version ? amxx plugins ?
__________________
As every time said, don't ever UNDERESTIMATE me.

Donate - Here

Last edited by Shooting King; 06-14-2016 at 07:10.
Shooting King is offline
GiOVi
Junior Member
Join Date: Feb 2013
Old 06-14-2016 , 13:11   Re: [ISSUE] Orpheu & Sockets
Reply With Quote #7

Meta List:
PHP Code:
14:05:20 Currently loaded plugins:
               
description      stat pend  file              vers      src   load  unlod
          
1AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.2    ini   Start ANY  
          
2LocalizeBug Fix  RUN   -    localizebugfix_m  v2.3      ini   Start Never
          
3Fun              RUN   -    fun_amxx_i386.so  v1.8.2    pl1   ANY   ANY  
          
4CStrike          RUN   -    cstrike_amxx_i38  v1.8.2    pl1   ANY   ANY  
          
5CSX              RUN   -    csx_amxx_i386.so  v1.8.2    pl1   ANY   ANY  
          
6MySQL            RUN   -    mysql_amxx_i386.  v1.8.2    pl1   ANY   ANY  
          
7Engine           RUN   -    engine_amxx_i386  v1.8.2    pl1   ANY   ANY  
          
8FakeMeta         RUN   -    fakemeta_amxx_i3  v1.8.2    pl1   ANY   ANY  
          
9Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.2    pl1   ANY   ANY  
          
[10Orpheu           RUN   -    orpheu_amxx_i386  v2.6.3    pl1   ANY   ANY  
         10 plugins
10 running 
- AMX MOD X Version: 1.8.2 (I've tested 1.8.3-dev+4680 previously).
- amxx modules
PHP Code:
14:08:50 Currently loaded modules:
               
name                    version     author               status     
          
1Fun                     1.8.2       AMX Mod X Dev Team   running    
          
2nVault                  1.8.2       AMX Mod X Dev Team   running    
          
3CStrike                 1.8.2       AMX Mod X Dev Team   running    
          
4CSX                     1.8.2       AMX Mod X Dev Team   running    
          
5MySQL                   1.8.2       AMX Mod X Dev Team   running    
          
6Engine                  1.8.2       AMX Mod X Dev Team   running    
          
7RegEx                   1.8.2       AMX Mod X Dev Team   running    
          
8FakeMeta                1.8.2       AMX Mod X Dev Team   running    
          
9Ham Sandwich            1.8.2       AMX Mod X Dev Team   running    
          
[10Orpheu                  2.6.3       joaquimandrade Ar  running    
          
[11Sockets                 1.8.2       HLSW Dev Team        running    
         11 modules
11 correct 
This occurs when I enable xRedirect with another plugin which uses Orpheu (xRedirect with redirect_check_method = 2).
GiOVi is offline
Shooting King
RAAASENGAN
Join Date: Mar 2012
Location: India
Old 06-14-2016 , 15:18   Re: [ISSUE] Orpheu & Sockets
Reply With Quote #8

xRedirect is know to be a deprecated plugin and its functions should not work with latest version of steam server afaik. Also whats your HLDS version ? What is the "other plugin that uses Orpheu" ? How can we reproduce the crash ?
__________________
As every time said, don't ever UNDERESTIMATE me.

Donate - Here
Shooting King is offline
GiOVi
Junior Member
Join Date: Feb 2013
Old 06-14-2016 , 16:54   Re: [ISSUE] Orpheu & Sockets
Reply With Quote #9

I use xRedirect to show how many players are in my others servers and which map are currently playing.
Version: 48/1.1.2.7/Stdio 6153
An example of plugin is Trouble in Terrorist Town mod (requires Orpheu) or Infinite Round (Arkshine).

Server crashes on changemap, using amx_map or changelevel at random moments, or the automatic change when timeleft reaches 0:00.

Last edited by GiOVi; 06-14-2016 at 16:57.
GiOVi is offline
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 06-15-2016 , 03:07   Re: [ISSUE] Orpheu & Sockets
Reply With Quote #10

Are you sure it's not xRedirect that's creating problems, rather than Sockets? Create a minimal snippet that uses Sockets or just make Sockets run, disable xRedirect.
klippy 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 05:01.


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