AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   [ISSUE] Orpheu & Sockets (https://forums.alliedmods.net/showthread.php?t=279790)

BhK 03-01-2016 01:40

[ISSUE] Orpheu & Sockets
 
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 ? :)

Kakarot47 03-02-2016 04:15

Re: [ISSUE] Orpheu & Sockets
 
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

BhK 03-02-2016 07:48

Re: [ISSUE] Orpheu & Sockets
 
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

abhishek_deshkar 03-29-2016 02:07

Re: [ISSUE] Orpheu & Sockets
 
Quote:

Originally Posted by BhK (Post 2398274)
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.

GiOVi 06-14-2016 05:56

Re: [ISSUE] Orpheu & Sockets
 
BUMP! Server crashes after changemap if you run Orpheu and Sockets.

Shooting King 06-14-2016 07:09

Re: [ISSUE] Orpheu & Sockets
 
Your amxmodx versions ? meta list ? amxx modules ? version ? amxx plugins ?

GiOVi 06-14-2016 13:11

Re: [ISSUE] Orpheu & Sockets
 
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).

Shooting King 06-14-2016 15:18

Re: [ISSUE] Orpheu & Sockets
 
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 ?

GiOVi 06-14-2016 16:54

Re: [ISSUE] Orpheu & Sockets
 
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.

klippy 06-15-2016 03:07

Re: [ISSUE] Orpheu & Sockets
 
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.


All times are GMT -4. The time now is 09:20.

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