Search found 8 matches

by ubuntu_dpg
Mon Jun 06, 2016 1:40 am
Forum: Support
Topic: Errors compiling 0.4 on OpenBSD
Replies: 71
Views: 36568

Re: Errors compiling 0.4 on OpenBSD

If you have a stacktrace from a crash, I could take a look.
by ubuntu_dpg
Fri Jun 03, 2016 11:15 pm
Forum: Support
Topic: Errors compiling 0.4 on OpenBSD
Replies: 71
Views: 36568

Re: Errors compiling 0.4 on OpenBSD

Z-Man wrote:Following tradition: How do you want to be credited in AUTHORS?
You can use my alias <|tux for that.
by ubuntu_dpg
Fri Jun 03, 2016 4:40 pm
Forum: Support
Topic: Errors compiling 0.4 on OpenBSD
Replies: 71
Views: 36568

Re: Errors compiling 0.4 on OpenBSD

I just took a quick look at this, can you test if the following patch fixes the issue? === modified file 'src/tools/tMutex.cpp' --- src/tools/tMutex.cpp 2011-08-24 21:13:01 +0000 +++ src/tools/tMutex.cpp 2016-06-03 15:38:35 +0000 @@ -73,8 +73,10 @@ // TODO: error checking pthread_mutexattr_t mta; + ...
by ubuntu_dpg
Fri Jun 03, 2016 3:13 pm
Forum: Support
Topic: Errors compiling 0.4 on OpenBSD
Replies: 71
Views: 36568

Re: Errors compiling 0.4 on OpenBSD

I also observed a bug like this lately (crashes instantly), but for me it was fixed with the latest bzr revision from launchpad. Perhaps it works for you as well?
by ubuntu_dpg
Thu Jun 02, 2016 7:43 pm
Forum: Competitions
Topic: Ladle 106
Replies: 18
Views: 6088

Re: Ladle 106

Sine is correct, I still don't have a working version of Arma, so the usual spiel applies. I appreciate the thought though. :) What is broken with your version of arma? Any way to help? Concerning ladle, I just want to say that I haven't played fort for a long time, but I think I might be able to s...
by ubuntu_dpg
Fri Aug 17, 2012 4:31 pm
Forum: Competitions
Topic: Sumo Bar Qualifier Top 25 announced!
Replies: 124
Views: 26765

Re: Sumo Bar Qualifier Aug 19th & 26th: Gain a Seed for the

Code: Select all

NAME: tux
GID: ubuntu_dpg@forums
USA/EURO: Euro
DATE: August 19th
by ubuntu_dpg
Wed Aug 31, 2011 3:39 pm
Forum: Programming
Topic: Python - Connect to an armagetronad server
Replies: 3
Views: 1722

Re: Python - Connect to an armagetronad server

Ok i think that will help :D
by ubuntu_dpg
Tue Aug 30, 2011 3:14 pm
Forum: Programming
Topic: Python - Connect to an armagetronad server
Replies: 3
Views: 1722

Python - Connect to an armagetronad server

Hey I want to connect to an armagetronad server. Connecting over UDP works, but what do I have to send that a player "Name" joins the server?