peppe
Member-
Content Count
62 -
Joined
-
Last visited
-
Medals
Everything posted by peppe
-
ARMA III on Linux servers via WINE
peppe replied to Kindling's topic in ARMA 3 - SERVERS & ADMINISTRATION
Hi, I've some trouble to locate the right path for the .Arma3AlphaProfile and the right command line parameter. I have the username.Arma3AlphaProfile and the username.vars.Arma3AlphaProfile in the /home/username/Documents/Arma 3 Alpha/ directory. The command line option is: -profiles="/home/username/Documents/Arma 3 Alpha/username.Arma3AlphaProfile" But no positive results. I change the viewdistance but without results. Peppe -
ARMA III on Linux servers via WINE
peppe replied to Kindling's topic in ARMA 3 - SERVERS & ADMINISTRATION
Hello 1st the last my post I mean arma3, not arma2. Now the server goes fine without crash, 30 players on domination. Solved steam issue too. Now waiting for an anticheat, ping and TK adds ... Tnx in advance Bis. Peppe -
ARMA III on Linux servers via WINE
peppe replied to Kindling's topic in ARMA 3 - SERVERS & ADMINISTRATION
Hello, when I click go offline in the upper-left menu of steam, nothing happen. Nor leaving credential on the server. I solved with a brutal steam process kill. Arma start fine and smooth but after random time crash. I am monitorig server resources (cpu, ram, rw) and is all ok. I run a wasteland with 50 players ingame, we play for 15 minutes and then it crash. I run a simple edit mission with 2 players ingame, some AI .... it crash after 10 minutes .... peppe -
ARMA III on Linux servers via WINE
peppe replied to Kindling's topic in ARMA 3 - SERVERS & ADMINISTRATION
Hi all, Arma2 installed on wine, the server start but Steam want go offline :( I dont understand why. My credentials are saved on remote system. I try to edit the steam.cnf to force offline mode but steam wont start if offline .... -
PHP Interface to Query Arma2:OA Servers
peppe replied to firefly2442's topic in ARMA 2 & OA - Servers & Administration
Hello Firefly, I solved the problem of pair. Was a wrong reading of multimensional array. Now I update your version from Git and I give you the info about test. I'm going to solve another point: obtain the IP, GUID, PING from player array. This without GameQ because I contact Austin and he told me that is not possible, this information are not present in the stream. :( So, for my needings I pull this infos by parsing the logs. In this way I can BAN too from the panel. Peppe -
PHP Interface to Query Arma2:OA Servers
peppe replied to firefly2442's topic in ARMA 2 & OA - Servers & Administration
Hello, here again ... I have no + simbol but clickable PLAYER. If I click on it nothing happens. If I click on MODS it works. Well, the only (partially) results I have is using GameQ directly but with the problems I told you (problem on pair of players). Sorry for my bad english. -
PHP Interface to Query Arma2:OA Servers
peppe replied to firefly2442's topic in ARMA 2 & OA - Servers & Administration
Hi, now I can list players but on pair of queries it loose the player-score (but not the playername and deaths) .... :( Ex: with 1 3 5 7 .... players works fine not for 2 4 6 8 .. players ..confused P -
PHP Interface to Query Arma2:OA Servers
peppe replied to firefly2442's topic in ARMA 2 & OA - Servers & Administration
Hi, nice tool. But I cant see players when I click on related link. All rest work perfect. -
ARMA 2: Operation Arrowhead - Linux Server beta 1.62.97035
peppe replied to Dwarden's topic in ARMA 2 & OA - Servers & Administration
The server run fine now and no more problem with gamespy ... tnx bis. -
Problems here too on debian6 double free or corruption (!prev): 0x1a17f450 ***
-
What Linux Server flavor do you currently use?
peppe replied to pchaxor's topic in ARMA 2 & OA - Servers & Administration
Solved, the problem was I run a 32bit application on a 64bit arch. Installed ia32-libs. ---------- Post added at 07:07 PM ---------- Previous post was at 05:40 PM ---------- bah ... server run but after minutes crash: *** glibc detected *** ./server: free(): corrupted unsorted chunks_ 0x2a360c28 -
What Linux Server flavor do you currently use?
peppe replied to pchaxor's topic in ARMA 2 & OA - Servers & Administration
Hello Jay, what happening after had installed the last distro is uncomprensible! ... Yes I'm novice of debian but I have a problem I cant understand. I install all files for arma, run ./install to clean dll and move lowecase .... the script ./arma2oaserver start|stop|etc work normally ... plz, can you explain me why if I run ./server it return: File or directory do not exist? server is there! I try set it to 777 ... noway. -
Hello, nice work. But can it return results after a query? ie, if I give a "players" cmd, it return the list of players?
-
What Linux Server flavor do you currently use?
peppe replied to pchaxor's topic in ARMA 2 & OA - Servers & Administration
Hi Jay .... going to install ;) -
What Linux Server flavor do you currently use?
peppe replied to pchaxor's topic in ARMA 2 & OA - Servers & Administration
Hello Jay I have installed this: http://cdimage.debian.org/debian-cd/6.0.5/amd64/iso-dvd/ Without desktop -
What Linux Server flavor do you currently use?
peppe replied to pchaxor's topic in ARMA 2 & OA - Servers & Administration
Hello, Debian 32 bit 6.0.5 installed, but problems with libs when I run arma server: ./server: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or dir I see that libs are present in /usr/lib and in /usr/lib64 but not in lib32 ... I correct that Now a new request GLIBXX_3.4.15 not found .... -
What Linux Server flavor do you currently use?
peppe replied to pchaxor's topic in ARMA 2 & OA - Servers & Administration
Hello ... going try Debian ;) Which package for Intel? -
What Linux Server flavor do you currently use?
peppe replied to pchaxor's topic in ARMA 2 & OA - Servers & Administration
Hello, usually I use Centos 64 but w/o correct library for 1.62. Dont start. I've installed FC17 32bit. 1.62 start fine but after 5 minutes crash with several messages. :( So wine over Centos is my actual server. -
ARMA 2: OA beta build 95248 (1.62 MP build)
peppe replied to Dwarden's topic in ARMA 2 & OA - BETA PATCH TESTING
Hi, is it possible to run wine without X? I try to use the command: wineconsole --backend=user arma2oaserver.exe -config=server.cfg -cfg=arma2oa.cfg -name=playermod -port=2302 but I obtain this message: Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. Tnx -
ARMA 2: OA beta build 95248 (1.62 MP build)
peppe replied to Dwarden's topic in ARMA 2 & OA - BETA PATCH TESTING
Hello. Confirmed .. It works! -
ARMA 2: OA beta build 95248 (1.62 MP build)
peppe replied to Dwarden's topic in ARMA 2 & OA - BETA PATCH TESTING
Hello, I have installed wine on a centos 6.3 64 bit ... but ... running with a wine arma2oaserver I obtain: fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub Using wine from EPEL. Any idea? -
Hello, my centos is noarch, I think I wait a little for a stable code and centos upgraded libs. Thanks Kind... you are very kind ;) ---------- Post added at 10:25 AM ---------- Previous post was at 10:22 AM ---------- Hello Jay Centos 6.3.3 64 bit (I've voted in the poll)
-
Hello, I'm running a Intel i7. I think is better to install a 32 bit version of centos (or not?) :) Tnx for your time
-
Hello, not I havent. Must I have? tnx for reply
-
Hi, here Centos 6.3.3 64 bit. No way to run. ./server: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory