Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
More Misc ASSS Questions
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic Printable version
 View previous topic  LVZ file location Post :: Post ASSS Wiki  View next topic  
Author Message
JoWie
Server Help Squatter


Gender:Gender:Male
Joined: Feb 25 2004
Posts: 215
Offline

PostPosted: Thu Jan 20, 2011 6:45 am    Post subject: Reply to topic Reply with quote

Cheese wrote:
something i would like more than anything is a win32 binary with full symbols

or at least just the functions

PS: i cant build anything


http://www.virtualbox.org/wiki/Downloads
http://www.xubuntu.org/getubuntu
make sure to install the guest additions

In windows open a command prompt and type (do this while the VM is shut down):
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSS/Protocol" TCP
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSS/GuestPort" 5000
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSS/HostPort" 5000
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSSUDP/Protocol" UDP
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSSUDP/GuestPort" 5000
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSSUDP/HostPort" 5000

VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSS2/Protocol" TCP
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSS2/GuestPort" 5001
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSS2/HostPort" 5001
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSSUDP2/Protocol" UDP
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSSUDP2/GuestPort" 5001
VBoxManage setextradata "xubuntu" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ASSSUDP2/HostPort" 5001




In xubuntu open a terminal and type:
$ sudo apt-get install build-essential python python-dev mercurial libdb4.8-dev mysql-client libmysqlclient-dev gdb

$ hg clone https://bitbucket.org/grelminar/asss ~/asss-trunk
Place the following code in ~/asss-trunk/src/system.mk
Code: Show/Hide

debug := yes
opt := no
prof := no
link_db_statically := no
symlink_bins := yes
have_bdb := yes
have_mysql := yes
have_python := yes

ASSSHOME = ..
BINDIR = $(ASSSHOME)/bin
BUILDDIR = $(ASSSHOME)/build
SCRIPTS = $(ASSSHOME)/scripts
PYMOD_HEADERS = $(wildcard */*.h)
INSTALL := install
LN := ln
PYTHON := python
REALPATH := readlink -f

DB_HOME = /usr
DB_INC = $(DB_HOME)/include
DB_LIB = $(DB_HOME)/lib
DB_CFLAGS = -I$(DB_INC)
ifneq ($(link_db_statically),yes)
DB_LDFLAGS = -L$(DB_LIB) -Wl,-rpath,$(DB_LIB) -ldb-4
else
DB_LDFLAGS = $(DB_LIB)/libdb.a
endif

MYSQL_HOME = /usr
MYSQL_INC = /usr/include/mysql
MYSQL_LIB = /usr/lib/mysql
MYSQL_CFLAGS = -I$(MYSQL_INC)
MYSQL_LDFLAGS = -L$(MYSQL_LIB) -Wl,-rpath,$(MYSQL_LIB) -lmysqlclient_r

PYTHON_HOME = /usr
PYTHON_VERSION = 2.6
PYTHON_INC = $(PYTHON_HOME)/include/python$(PYTHON_VERSION)
PYTHON_LIB = $(PYTHON_HOME)/lib/python$(PYTHON_VERSION)
PYTHON_CFLAGS = -I$(PYTHON_INC)
PYTHON_LDFLAGS = -L$(PYTHON_LIB)/config -lpython$(PYTHON_VERSION) $(UTIL_LIB) -lm


$ cd ~/asss-trunk/src
$ make deps && make
Grab security.so from that 1.5 thread here and place it in ~/asss-trunk/bin
$ cp -R ~/asss-trunk/dist ~/zone
$ ln -s ~/asss-trunk/bin ~/zone/bin
$ cd ~/zone

Modify your configuration files, to run type:
$ bin/asss

Always run using bin/asss never "asss", this is needed to have the correct working directory.


Last edited by JoWie on Mon May 30, 2011 8:18 am, edited 2 times in total
Back to top
View users profile Send private message Add User to Ignore List
Cheese
Wow Cheese is so helpful!


Joined: Mar 18 2007
Posts: 1017
Offline

PostPosted: Thu Jan 20, 2011 8:35 am    Post subject: Reply to topic Reply with quote

no, im not installing *nix or a vm either
_________________
SSC Distension Owner
SSCU Trench Wars Developer
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address
JoWie
Server Help Squatter


Gender:Gender:Male
Joined: Feb 25 2004
Posts: 215
Offline

PostPosted: Thu Jan 20, 2011 8:44 am    Post subject: Reply to topic Reply with quote

Then ask someone else to help debugging next time.
Back to top
View users profile Send private message Add User to Ignore List
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> ASSS Questions All times are GMT - 5 Hours
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 655 page(s) served in previous 5 minutes.

phpBB Created this page in 0.520121 seconds : 28 queries executed (82.6%): GZIP compression disabled