Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 ... 9 10 [11] 12 13 14   Go Down

Author Topic: bs_fantasy_ext (Version 1.4.1 Released - Critical update!)  (Read 252964 times)

0 Members and 1 Guest are viewing this topic.

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #250 on: April 26, 2009, 02:12:46 AM »

did you read INSTALL that comes with the module?
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Fred Rivers

  • Anope User
  • Offline Offline
  • Posts: 1
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #251 on: May 18, 2009, 11:07:10 PM »

I'm running Anope 1.8.0 with UnrealIRCD 3.2.8.1 on FreeBSD. I have it compiling and working correctly except for one thing : !staff does not list any O-lines online although they are connected and opered up. Is this a known issue or am i overlooking something?

Thank you,

Fred
Logged

Juanto77

  • Anope User
  • Offline Offline
  • Posts: 4
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #252 on: May 20, 2009, 11:13:43 PM »

no matter what version I use I get the following error. I have used the latest RC and it does the same thign.

[May 20 21:06:45 2009] Trying to load module [bs_fantasy_ext]
[May 20 21:06:45 2009] [bs_fantasy_ext] Failed to load language 0 (en_us) : No such file or directory
[May 20 21:06:45 2009] [bs_fantasy_ext] Unable to load default language.
[May 20 21:06:45 2009] [bs_fantasy_ext] Error loading lang files... Aborting!
[May 20 21:06:45 2009] bs_fantasy_ext requested unload...
[May 20 21:06:45 2009] [bs_fantasy_ext]: Module Unloaded
[May 20 21:06:45 2009] Module loading status: 6 (Module Error, Error during load time or module returned MOD_STOP)
Logged

TwinShadow

  • Anope User
  • Offline Offline
  • Posts: 64
    • ShadowHime
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #253 on: May 20, 2009, 11:29:07 PM »

The module only works on 1.8.0, so I'd make sure you're using that version instead. You might have to re-make it under 1.8.0 as simply copying it over isn't necessarily going to work.
Logged

Juanto77

  • Anope User
  • Offline Offline
  • Posts: 4
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #254 on: May 20, 2009, 11:45:57 PM »

The module only works on 1.8.0, so I'd make sure you're using that version instead. You might have to re-make it under 1.8.0 as simply copying it over isn't necessarily going to work.
I'm using 1.8.0. Shuold I re-install. My services directory is in Unreal3.2. Can that cause a problem?
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #255 on: May 21, 2009, 01:27:25 AM »

Quote
[May 20 21:06:45 2009] [bs_fantasy_ext] Failed to load language 0 (en_us) : No such file or directory
[May 20 21:06:45 2009] [bs_fantasy_ext] Unable to load default language.
[May 20 21:06:45 2009] [bs_fantasy_ext] Error loading lang files... Aborting!
you didn't follow the install instructions... you copied over the .dll file, but obviously it can't find the language files anywhere..
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Juanto77

  • Anope User
  • Offline Offline
  • Posts: 4
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #256 on: May 21, 2009, 01:31:31 AM »

you didn't follow the install instructions... you copied over the .dll file, but obviously it can't find the language files anywhere..
Here's what I did.

wget latest version url

tar zxvf file name

make modules

make install

/os reload

/os modload bs_fantasy_ext

I though that's what It said in the directions.

Mind you, I did this in the correct directories.
« Last Edit: May 21, 2009, 01:33:06 AM by Juanto77 »
Logged

Juanto77

  • Anope User
  • Offline Offline
  • Posts: 4
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #257 on: May 21, 2009, 05:44:47 AM »

Got it working, I had to re-install anope and now it works. Thanks so much, awesome mod!
Logged

Anthony

  • Anope User
  • Offline Offline
  • Posts: 4
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #258 on: July 14, 2009, 12:20:10 AM »

I can't seem to compile the module I get
Code: [Select]
Setting environment for using Microsoft Visual Studio 2005 x86 tools.

C:\Program Files\Microsoft Visual Studio 8\VC>cd C:\Program Files\Anope\src\modu
les\bs_fantasy_ext

C:\Program Files\Anope\src\modules\bs_fantasy_ext>nmake -f Makefile.win32

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.


Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

langtool.c
langtool.c(45) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langtool.c(46) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langtool.c(62) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langtool.c(63) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:langtool.exe
wsock32.lib
advapi32.lib
/NODEFAULTLIB:libcmtd.lib
langtool.obj
LINK : fatal error LNK1181: cannot open input file 'wsock32.lib'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

langcomp.c
langcomp.c(81) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langcomp.c(170) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73) : see
 declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
langcomp.c(204) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(156) : se
e declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncp
y_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online he
lp for details.'
langcomp.c(206) : warning C4996: '_snprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(339) : see
 declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snpri
ntf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online
help for details.'
langcomp.c(210) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langcomp.c(214) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(234) : see
 declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help
 for details.'
langcomp.c(231) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(345) : see
 declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online he
lp for details.'
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:langcomp.exe
wsock32.lib
advapi32.lib
/NODEFAULTLIB:libcmtd.lib
langcomp.obj
LINK : fatal error LNK1181: cannot open input file 'wsock32.lib'
        cl /nologo  /w /O2 /MD /I "C:\Program Files\Microsoft Visual Studio 8\VC
\Include" /I "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2
\Include" /I"../include" langtool.c
langtool.c
        langtool index
        langtool index.h
Generating index.h... 196 strings
        copy index.h ..\.
        1 file(s) copied.
        langcomp en_us.l
'langcomp' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'langcomp' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

C:\Program Files\Anope\src\modules\bs_fantasy_ext>
Logged

doridian

  • Anope User
  • Offline Offline
  • Posts: 1
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #259 on: July 16, 2009, 02:15:13 PM »

When does a version for 1.8.2 come out?
The current one just breaks on all chat commands (Panic).
Logged

Eric

  • Anope User
  • Offline Offline
  • Posts: 20
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #260 on: September 18, 2009, 05:13:40 AM »

Ive tryed using the latest version binary that works with the latest Anope binary and Ive installed everything the way INSTALL tells you to do it and still when i try to modload it fails to do so. Tryed a bunch of different downloads but still naught
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #261 on: September 18, 2009, 12:27:31 PM »

The 1.2.0 should work fine on all 1.8 releases, at least up to 1.8.2.

I posted a precompiled .dll for 1.8.2 windows users, but i didn't build that one myself as i do not have a windows build env atm. As far as i know however it should work properly.

Note that the .dll for 1.8.2 will NOT work with the Anope 1.8.2-SVN with InspIRCd 1.2 Support release!
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

TwinShadow

  • Anope User
  • Offline Offline
  • Posts: 64
    • ShadowHime
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #262 on: October 09, 2009, 12:50:21 AM »

So I'm finally back to testing some stuff again, and here's what I gathered so far. I probably should of expected this, but this module doesn't quite work with the 1.8.2 SVN with the Inspircd 1.2 support release, but I'm sure that is known. But anyway, here's what I see when I try to load it: (and after recompiling the module)

<Global> Trying to load module [bs_fantasy_ext]
<Global> /home/*/irc/dev/services/modules/runtime/bs_fantasy_ext.so.PWq0S7: undefined symbol: _DefaultRuneLocale
<Global> Module loading status: 6 (Module Error, Error during load time or module returned MOD_STOP)

I probably shouldn't be surprised, but I'll just bring it up just in case.
Logged

Eric

  • Anope User
  • Offline Offline
  • Posts: 20
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #263 on: October 10, 2009, 05:48:37 AM »

The 1.2.0 should work fine on all 1.8 releases, at least up to 1.8.2.

I posted a precompiled .dll for 1.8.2 windows users, but i didn't build that one myself as i do not have a windows build env atm. As far as i know however it should work properly.

Note that the .dll for 1.8.2 will NOT work with the Anope 1.8.2-SVN with InspIRCd 1.2 Support release!

Im not sure what the problem is, Im using the right matching files, and installing them properly but when it comes to loading the module it refuses to do so
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #264 on: October 10, 2009, 11:10:40 AM »

Logfiles please.
Logged

Eric

  • Anope User
  • Offline Offline
  • Posts: 20
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #265 on: October 15, 2009, 10:05:26 AM »

This is what im getting using the latest binary

[Oct 15 04:01:55 2009] Module bs_fantasy_ext is compiled against an old version of anope (2369) current is 2485
[Oct 15 04:01:55 2009] Rebuild module bs_fantasy_ext against the current version to resolve this error
[Oct 15 04:01:55 2009] status: [6][Module Error, Error during load time or module returned MOD_STOP]
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #266 on: October 18, 2009, 07:24:58 PM »

i am guessing you are trying to use a 1.2.0 compiled for 1.8.2 as available on the modules site on 1.8.2-inspircd12-test which it is not compiled for...
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Nicarlo

  • Anope User
  • Offline Offline
  • Posts: 3
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #267 on: October 24, 2009, 08:45:44 AM »

when trying to complile  on my 1.8.2 setup i get these errors
Code: [Select]
make modules
(cd lang ; make 'CFLAGS=-pipe -g -O2 -I/usr/include/mysql  -DBIG_JOINS=1 -fPIC -export-dynamic' 'CC=gcc' 'ANOPELIBS=-lnsl  -ldl' 'LDFLAGS=-L/usr/lib/mysql -lmysqlclient' 'BINDEST=/home/ircd/anope' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/home/ircd/anope' 'RUNGROUP=' 'MODULE_PATH=/home/ircd/anope/modules/' 'RDB=rdb.c ' 'MYSQL=mysql.c ' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' all language.h ; )
make[1]: Entering directory `/home/ircd/anope-1.8.2/lang'
make[1]: Nothing to be done for `all'.
make[1]: `language.h' is up to date.
make[1]: Leaving directory `/home/ircd/anope-1.8.2/lang'
(cd include ; make 'CFLAGS=-pipe -g -O2 -I/usr/include/mysql  -DBIG_JOINS=1 -fPIC -export-dynamic' 'CC=gcc' 'ANOPELIBS=-lnsl  -ldl' 'LDFLAGS=-L/usr/lib/mysql -lmysqlclient' 'BINDEST=/home/ircd/anope' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/home/ircd/anope' 'RUNGROUP=' 'MODULE_PATH=/home/ircd/anope/modules/' 'RDB=rdb.c ' 'MYSQL=mysql.c ' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' )
make[1]: Entering directory `/home/ircd/anope-1.8.2/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ircd/anope-1.8.2/include'
*** Building src
make[1]: Entering directory `/home/ircd/anope-1.8.2/src'
gcc  -pipe -g -O2 -I/usr/include/mysql  -DBIG_JOINS=1 -fPIC -export-dynamic -fPIC -DPIC -shared -I../include/ -c mod_version.c
gcc -pipe -g -O2 -I/usr/include/mysql  -DBIG_JOINS=1 -fPIC -export-dynamic actions.o base64.o botserv.o channels.o chanserv.o commands.o compat.o config.o datafiles.o encrypt.o events.o helpserv.o hostserv.o init.o ircd.o language.o list.o log.o mail.o main.o memory.o memoserv.o messages.o misc.o modules.o news.o nickserv.o operserv.o process.o send.o servers.o sessions.o slist.o sockutil.o timeout.o users.o rdb.o mysql.o  -lnsl  -ldl  -o services -L/usr/lib/mysql -lmysqlclient
make[1]: Leaving directory `/home/ircd/anope-1.8.2/src'
(cd src/modules ; ./configure ; make 'CFLAGS=-pipe -g -O2 -I/usr/include/mysql  -DBIG_JOINS=1 -fPIC -export-dynamic' 'CC=gcc' 'ANOPELIBS=-lnsl  -ldl' 'LDFLAGS=-L/usr/lib/mysql -lmysqlclient' 'BINDEST=/home/ircd/anope' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/home/ircd/anope' 'RUNGROUP=' 'MODULE_PATH=/home/ircd/anope/modules/' 'RDB=rdb.c ' 'MYSQL=mysql.c ' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' all; )
make[1]: Entering directory `/home/ircd/anope-1.8.2/src/modules'
gcc -pipe -g -O2 -I/usr/include/mysql  -DBIG_JOINS=1 -fPIC -export-dynamic -rdynamic -Wall -fPIC -DPIC -shared -I../../include -c help.c
In file included from help.c:23:
help.h:24: error: expected ')' before '*' token
help.h:25: error: expected ')' before '*' token
help.c:28: error: expected ')' before '*' token
help.c:260: error: expected ')' before '*' token
make[1]: *** [help.o] Error 1
make[1]: Leaving directory `/home/ircd/anope-1.8.2/src/modules'
make: *** [modules] Error 2

Anyone know how i could get this sorted ?
Logged

Eric

  • Anope User
  • Offline Offline
  • Posts: 20
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #268 on: December 06, 2009, 11:55:39 PM »

i am guessing you are trying to use a 1.2.0 compiled for 1.8.2 as available on the modules site on 1.8.2-inspircd12-test which it is not compiled for...

im using the latest UnrealIRCd
Logged

stark

  • Anope User
  • Offline Offline
  • Posts: 1
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #269 on: January 22, 2010, 09:00:22 PM »

I think this module is broke as of 1.8.3. I just installed 1.8.3, compiled the module, got it loaded. The original fantasy commands work, but commands such as !staff and !kill don't. There's not even an error. I'm also using Unreal 3.2.8.1.
Logged

Taylor

  • Contributor
  • *
  • Offline Offline
  • Posts: 100
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #270 on: January 23, 2010, 03:10:55 AM »

It works fine for me. I'm currently using...

Unreal3.2.8.1

Anope-1.8.3-svn (2774)

Which is the latest release.

Don't know why yours isn't.
Logged
Cronus
irc.cncirc.net
http://CnCIRC.net

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #271 on: January 23, 2010, 03:15:04 AM »

solved on irc
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #272 on: January 23, 2010, 09:57:13 AM »

Anything beyond recompile/check necessary mods are loaded?
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #273 on: January 23, 2010, 12:54:28 PM »

user error, he tried changing something he thought would work..it didnt, not sure what
Logged

jackass

  • Anope User
  • Offline Offline
  • Posts: 1
Re: bs_fantasy_ext (Version 1.2.0 Released)
« Reply #274 on: January 25, 2010, 12:30:52 AM »

Hey guys,
I've update to the latest anope version (Anope v1.8.3 (2773)) yesterday, compiled and loaded the module without any problems. channel cmds do work as well, but when i tried to reload the services file (/os reload) the services crashed. (dunno if its the only one)
I'm running InspIRCd-1.2. not sure if it's a supported version but i'll drop this trace anyway.

Code: [Select]
*** glibc detected *** ./services: double free or corruption (fasttop): 0x00000000009fecc0 ***
======= Backtrace: =========
/lib/libc.so.6[0x7ff48d8becb8]
/lib/libc.so.6(cfree+0x76)[0x7ff48d8c1276]
/home/***/.services/modules/runtime/bs_fantasy_ext.so.0v4tBo(update_version+0x82)[0x7ff47d851542]
/home/***/.services/modules/runtime/bs_fantasy_ext.so.0v4tBo(reload_config+0x5d)[0x7ff47d859aed]
./services(event_process_hook+0x49)[0x427c09]
./services(send_event+0xba)[0x42880a]
/home/jackass/.services/modules/runtime/os_reload.so.Glzpvv(do_reload+0x2c)[0x7ff4816f6c5c]
./services(do_run_cmd+0x93)[0x423ff3]
./services(m_privmsg+0x303)[0x432f13]
/home/***/.services/modules/runtime/inspircd12.so.ONVCH0(anope_event_privmsg+0x65)[0x7ff48d63d075]
./services(process+0x18a)[0x442e4a]
./services(main+0x135)[0x4308f5]
/lib/libc.so.6(__libc_start_main+0xe6)[0x7ff48d8655a6]
./services[0x412839]
======= Memory map: ========
00400000-0045b000 r-xp 00000000 08:01 20857297                           /home/***/.services/services
0065a000-0065b000 r--p 0005a000 08:01 20857297                           /home/***/.services/services
0065b000-00664000 rw-p 0005b000 08:01 20857297                          /home/***/.services/services
00664000-00af3000 rw-p 00000000 00:00 0                                  [heap]
7ff478000000-7ff478021000 rw-p 00000000 00:00 0
7ff478021000-7ff47c000000 ---p 00000000 00:00 0
7ff47d633000-7ff47d649000 r-xp 00000000 08:01 7373138                    /lib/libgcc_s.so.1
7ff47d649000-7ff47d849000 ---p 00016000 08:01 7373138                    /lib/libgcc_s.so.1
7ff47d849000-7ff47d84a000 r--p 00016000 08:01 7373138                    /lib/libgcc_s.so.1
7ff47d84a000-7ff47d84b000 rw-p 00017000 08:01 7373138                    /lib/libgcc_s.so.1
7ff47d84b000-7ff47d86e000 r-xp 00000000 08:01 20865326                   /home/***/.services/modules/runtime/bs_fantasy_ext.so.0v4tBo
7ff47d86e000-7ff47da6d000 ---p 00023000 08:01 20865326                   /home/***/.services/modules/runtime/bs_fantasy_ext.so.0v4tBo
7ff47da6d000-7ff47da6e000 r--p 00022000 08:01 20865326                   /home/***/.services/modules/runtime/bs_fantasy_ext.so.0v4tBo
7ff47da6e000-7ff47da6f000 rw-p 00023000 08:01 20865326                   /home/***/.services/modules/runtime/bs_fantasy_ext.so.0v4tBo
7ff47da6f000-7ff47da77000 r-xp 00000000 08:01 20865322                   /home/***/.services/modules/runtime/hs_request.so.GjONmi
7ff47da77000-7ff47dc76000 ---p 00008000 08:01 20865322                   /home/***/.services/modules/runtime/hs_request.so.GjONmi
7ff47dc76000-7ff47dc77000 r--p 00007000 08:01 20865322                   /home/***/.services/modules/runtime/hs_request.so.GjONmi
7ff47dc77000-7ff47dc78000 rw-p 00008000 08:01 20865322                   /home/***/.services/modules/runtime/hs_request.so.GjONmi
7ff47dc78000-7ff47dc7d000 r-xp 00000000 08:01 20865321                   /home/***/.services/modules/runtime/os_info.so.bLJH8b
7ff47dc7d000-7ff47de7c000 ---p 00005000 08:01 20865321                   /home/***/.services/modules/runtime/os_info.so.bLJH8b
7ff47de7c000-7ff47de7d000 r--p 00004000 08:01 20865321                   /home/***/.services/modules/runtime/os_info.so.bLJH8b
7ff47de7d000-7ff47de7e000 rw-p 00005000 08:01 20865321                   /home/***/.services/modules/runtime/os_info.so.bLJH8b
7ff47de7e000-7ff47de80000 r-xp 00000000 08:01 20865320                   /home/***/.services/modules/runtime/ns_maxemail.so.YEwVU5
7ff47de80000-7ff47e07f000 ---p 00002000 08:01 20865320                   /home/***/.services/modules/runtime/ns_maxemail.so.YEwVU5
7ff47e07f000-7ff47e080000 r--p 00001000 08:01 20865320                   /home/***/.services/modules/runtime/ns_maxemail.so.YEwVU5
7ff47e080000-7ff47e081000 rw-p 00002000 08:01 20865320                   /home/***/.services/modules/runtime/ns_maxemail.so.YEwVU5
7ff47e081000-7ff47e086000 r-xp 00000000 08:01 20865319                   /home/***/.services/modules/runtime/cs_enforce.so.Ep5nHZ
7ff47e086000-7ff47e285000 ---p 00005000 08:01 20865319                   /home/***/.services/modules/runtime/cs_enforce.so.Ep5nHZ
7ff47e285000-7ff47e286000 r--p 00004000 08:01 20865319                   /home/***/.services/modules/runtime/cs_enforce.so.Ep5nHZ
7ff47e286000-7ff47e287000 rw-p 00005000 08:01 20865319                   /home/***/.services/modules/runtime/cs_enforce.so.Ep5nHZ
7ff47e287000-7ff47e28a000 r-xp 00000000 08:01 20865318                   /home/***/.services/modules/runtime/cs_appendtopic.so.hjO5tT
7ff47e28a000-7ff47e489000 ---p 00003000 08:01 20865318                   /home/***/.services/modules/runtime/cs_appendtopic.so.hjO5tT
7ff47e489000-7ff47e48a000 r--p 00002000 08:01 20865318                   /home/***/.services/modules/runtime/cs_appendtopic.so.hjO5tT
7ff47e48a000-7ff47e48b000 rw-p 00003000 08:01 20865318                   /home/***/.services/modules/runtime/cs_appendtopic.so.hjO5tT
7ff47e48b000-7ff47e49f000 r-xp 00000000 08:01 7373202                    /lib/libresolv-2.9.so
7ff47e49f000-7ff47e69f000 ---p 00014000 08:01 7373202                    /lib/libresolv-2.9.so
7ff47e69f000-7ff47e6a0000 r--p 00014000 08:01 7373202                    /lib/libresolv-2.9.so
7ff47e6a0000-7ff47e6a1000 rw-p 00015000 08:01 7373202                    /lib/libresolv-2.9.so
7ff47e6a1000-7ff47e6a3000 rw-p 00000000 00:00 0
7ff47e6a3000-7ff47e6a8000 r-xp 00000000 08:01 7373195                    /lib/libnss_dns-2.9.so
7ff47e6a8000-7ff47e8a7000 ---p 00005000 08:01 7373195                    /lib/libnss_dns-2.9.so

Logged
Pages: 1 ... 9 10 [11] 12 13 14   Go Up