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
1.3.5

 
Post new topic   Reply to topic Printable version
 View previous topic  FAQ This Server Post :: Post wont work  View next topic  
Author Message
Grelminar
Creator of Asss


Joined: Feb 26 2003
Posts: 378
Offline

PostPosted: Sat Jan 08, 2005 8:34 pm    Post subject: 1.3.5 Reply to topic Reply with quote

I finally made a new release. Available here. I hope nothing's broken, but I didn't test it that thoroughly. Post comments here.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Sat Jan 08, 2005 9:45 pm    Post subject: Reply to topic Reply with quote

Changelog looks good.

Might I suggest (if you haven't already) removing the optional-ness of Python in the setup documentation?
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
CypherJF
I gargle nitroglycerin


Gender:Gender:Male
Joined: Aug 14 2003
Posts: 2582
Location: USA
Offline

PostPosted: Sat Jan 08, 2005 10:11 pm    Post subject: Reply to topic Reply with quote

Yey
_________________
Performance is often the art of cheating carefully. - James Gosling
Back to top
View users profile Send private message Add User to Ignore List
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Sun Jan 09, 2005 1:04 pm    Post subject: Reply to topic Reply with quote

arenas/scf/arena.conf needs fixing.
Quote:
#include defaultarena/arena.conf
should be
Quote:
#include (default)/arena.conf

Which reminds me, does ?reloadconf just reload modified files, or force a reload of all active conf files (including open arenas and groupdef.conf). It would be good if it forced a reload so you don't have to touch groupdef.conf just for it to reload when modifying one of the files it #includes.

Edit: Just noticed exec.py isn't in there. I'm testing the windows + src distro.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
Grelminar
Creator of Asss


Joined: Feb 26 2003
Posts: 378
Offline

PostPosted: Sun Jan 09, 2005 2:36 pm    Post subject: Reply to topic Reply with quote

Nice catch on the defaultarena line.

It reloads only modified files, which would be automatically reloaded every 15 seconds anyway. I could possibly add a flag to make it force-reload all open files, or only one specific file. Is it only groupdef.conf that you have a problem with?

Oops, exec.py is missing. Sorry about that. For now, you can get it at http://sscx.net/asss/exec.py.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Sun Jan 09, 2005 3:20 pm    Post subject: Reply to topic Reply with quote

If it's not simple to get it to reload all of the #included files, then can you at least make a ?touch <file>? That would solve the difficulty.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Sun Jan 09, 2005 5:59 pm    Post subject: Reply to topic Reply with quote

I sometimes put custom module settings in their own file and #include it, so it's not just groupdef.conf. Maybe limit it to the arena the command was executed in if reloading the conf's on all active arenas will lag the server.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
ExplodyThingy
Server Help Squatter


Age:38
Gender:Gender:Male
Joined: Dec 15 2002
Posts: 528
Location: Washington DC
Offline

PostPosted: Sun Jan 09, 2005 6:01 pm    Post subject: Reply to topic Reply with quote

or if youre feeling ambitious, all of the above using flags.
_________________
There are no stupid question, but there are many inquisitive idiots.
Loot

Dr Brain> I hate clean air and clean water. I'm a member of Evil Conservitive Industries
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Chambahs
Guest


Offline

PostPosted: Tue Jan 11, 2005 10:05 pm    Post subject: Reply to topic Reply with quote

ran into this problem, all i did was rename the zone, and i left everything else alone after i downloaded it and i got these messages in the exe....

starting asss...
asss 1.3.5 built at Jan 8 2005 17:01:56
Loading modules...
I <cmod> loading C module 'deadlock' from 'internal'
I <cmod> loading C module 'prng' from 'internal'
I <cmod> loading C module 'logman' from 'internal'
'import site' failed; use -v for traceback
Traceback <most recent call last>:
File "<string>", line 1, in ?
ImportError: No module named os
ImportError: No module named copy_reg
ImportError: No module named exec
Unrecoverable error <5>: Error in loading module '<py exec'

and then right after that, it immediatly closes, i had to take a screenshot at the right time to see what it said lol...any suggestions?
Back to top
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Tue Jan 11, 2005 10:06 pm    Post subject: Reply to topic Reply with quote

Looks like python isn't set up properly. Try either setting it up or removing all of the python entries from modules.conf.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Chambahs
Guest


Offline

PostPosted: Tue Jan 11, 2005 10:09 pm    Post subject: Reply to topic Reply with quote

worked, thanks for the help..
Back to top
Grelminar
Creator of Asss


Joined: Feb 26 2003
Posts: 378
Offline

PostPosted: Wed Jan 12, 2005 3:16 am    Post subject: Reply to topic Reply with quote

I overhauled ?reloadconf so that it can do basically everything that you all want. Specifically, "?reloadconf groupdef" will force a reload of groupdef.conf (and any other file that has "groupdef" in its name).

Regarding python init errors: Try downloading python 2.3.4 from python.org and installing it (the location doesn't matter). Python modules that use stuff from the python standard library (like the new exec.py) will need to have a real installation of python somewhere on the system. Most of them (hopefully) won't need it, though.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> ASSS Questions All times are GMT - 5 Hours
Page 1 of 1

 
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: 42 page(s) served in previous 5 minutes.

phpBB Created this page in 0.487140 seconds : 36 queries executed (94.4%): GZIP compression disabled