-
trying to get Frets On Fire (1.3.110) running on x86_64 CentOS 5 system.
Starting the game as suggested in the readme, brings up the Window and starts the main sound
but before finishing the initialization it exits as seen in the trace (./FretsOnFire -v)
...
(N) Loaded Data.bigFont in 0.000 seconds
(N) Loaded Data.screwUpSounds in 0.107 seconds
(N) Loaded Data.acceptSound in 0.055 seconds...
2009-03-18 18:30:05 UTC in Frets on Fire
-
Hi olec,
yes that helps and saves my memory :) maybe you can apply an automatic clean on object destruction like attached
below.
thanks for your fast response.
kind regards
Michael Lang
--- /usr/lib/python2.4/site-packages/sqlobject/main.py 2004-10-20 22:28:18.000000000 +0200
+++ /tmp/main.py 2006-12-12 11:38:03.000000000 +0100
@@ -331,6 +331,10 @@
# aren't using...
2006-12-12 10:41:18 UTC in SQLObject
-
hi,
i tryed getting partimage working using pam authentication. I've setup my pam to use LDAP Database which works fine for IMAP/SMTP authentication already.
(sasl is also setup to use pam)
$ testsaslauthd -u test -p abcdef -s imap
0: OK "Success."
$ testsaslauthd -u test -p abcdef -s smtp
0: OK "Success."
$ testsaslauthd -u test -p abcdef -s partimaged
0: OK "Success."
$ cat...
2006-12-11 23:33:00 UTC in Partition Image
-
Hi,
i've used SQLObject on ubuntu with sqlite and found a strange behavior consuming the machine memory where it shouldnt do.
i wrote a script which creates 2 Tables mostly stringcol,
i then iter over a list of names inserting them into just one table buy creating a new Object from the Class for my table, after inserting the values i even del the Object but the memoryuseage increases...
2006-12-06 11:57:39 UTC in SQLObject
-
Added State handling for Postfix Requests
Added Statehandler (MySQL, PostgreSQL)
Added StateCleaner (MySQL, PostgreSQL)
changed Application to Support StateHandler, Cleaner.
2005-03-11 11:46:00 UTC in Python PostfixPolicyServer
-
nuddelaug committed patchset 13 of module p-ppolicyserver to the Python PostfixPolicyServer CVS repository, changing 4 files.
2005-03-11 11:40:02 UTC in Python PostfixPolicyServer
-
fixed a bug that request time was always the StartupTime from Check.
2005-02-25 10:26:44 UTC in Python PostfixPolicyServer
-
nuddelaug committed patchset 12 of module p-ppolicyserver to the Python PostfixPolicyServer CVS repository, changing 2 files.
2005-02-25 10:22:14 UTC in Python PostfixPolicyServer
-
nuddelaug committed patchset 11 of module p-ppolicyserver to the Python PostfixPolicyServer CVS repository, changing 4 files.
2005-02-23 20:29:46 UTC in Python PostfixPolicyServer
-
Added Task to the Server Factory so automated Cleanups or anything else can be done automaticaly.
Changed LocalHostSenderDomain to ALocalHostSenderDomain which uses pydns so no need to import two DNSModules.
2005-02-23 20:22:15 UTC in Python PostfixPolicyServer