Re: [Warzone-dev] Website Status.

2008-09-28 Thread Giel van Schijndel
Dennis Schridde schreef:
 Am Sonntag, 28. September 2008 01:03:31 schrieb Giel van Schijndel:
 As a temporary read-only mirror: https://trac.mortis.eu/warzone/
 Which gives 500 - Internal Server Error... :P

I found this traceback three times in my error log (using Trac 0.10, for
line numbers):
 [Sun Sep 28 02:42:10 2008] [error] Traceback (most recent call last):
 [Sun Sep 28 02:42:10 2008] [error]   File 
 /usr/lib/python2.4/site-packages/mod_python/apache.py, line 299, in 
 HandlerDispatch\nresult = object(req)
 [Sun Sep 28 02:42:10 2008] [error]   File 
 /var/lib/python-support/python2.4/trac/web/modpython_frontend.py, line 87, 
 in handler\ngateway.run(dispatch_request)
 [Sun Sep 28 02:42:10 2008] [error]   File 
 /var/lib/python-support/python2.4/trac/web/wsgi.py, line 87, in run\n
 response = application(self.environ, self._start_response)
 [Sun Sep 28 02:42:10 2008] [error]   File 
 /var/lib/python-support/python2.4/trac/web/main.py, line 331, in 
 dispatch_request\nraise ValueError('TracUriRoot set to %s but request URL 
 '
 [Sun Sep 28 02:42:10 2008] [error] ValueError: TracUriRoot set to /warzone 
 but request URL is https://trac.mortis.eu/warzone/


I'm not sure why it says request URL is %s because looking at the code
I see it extracts that value from the environment variable REQUEST_URI
(a URI is the part of the URL that comes after the hostname). So I also
don't understand how a full URL could find its way into the REQUEST_URI
environment var.

-- 
Giel



signature.asc
Description: OpenPGP digital signature
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] Website Status.

2008-09-28 Thread Dennis Schridde
Am Sonntag, 28. September 2008 12:47:50 schrieb Giel van Schijndel:
 Dennis Schridde schreef:
  Am Sonntag, 28. September 2008 01:03:31 schrieb Giel van Schijndel:
  As a temporary read-only mirror: https://trac.mortis.eu/warzone/
 
  Which gives 500 - Internal Server Error... :P

 I found this traceback three times in my error log (using Trac 0.10, for

 line numbers):
  [Sun Sep 28 02:42:10 2008] [error] Traceback (most recent call last):
  [Sun Sep 28 02:42:10 2008] [error]   File
  /usr/lib/python2.4/site-packages/mod_python/apache.py, line 299, in
  HandlerDispatch\nresult = object(req) [Sun Sep 28 02:42:10 2008]
  [error]   File
  /var/lib/python-support/python2.4/trac/web/modpython_frontend.py, line
  87, in handler\ngateway.run(dispatch_request) [Sun Sep 28 02:42:10
  2008] [error]   File
  /var/lib/python-support/python2.4/trac/web/wsgi.py, line 87, in run\n  
   response = application(self.environ, self._start_response) [Sun Sep 28
  02:42:10 2008] [error]   File
  /var/lib/python-support/python2.4/trac/web/main.py, line 331, in
  dispatch_request\nraise ValueError('TracUriRoot set to %s but request
  URL ' [Sun Sep 28 02:42:10 2008] [error] ValueError: TracUriRoot set to
  /warzone but request URL is https://trac.mortis.eu/warzone/

 I'm not sure why it says request URL is %s because looking at the code
 I see it extracts that value from the environment variable REQUEST_URI
 (a URI is the part of the URL that comes after the hostname). So I also
 don't understand how a full URL could find its way into the REQUEST_URI
 environment var.
This is possibly a Konqueror bug. (For HTTPS it GETs the full URL instead of 
just the relative /directory/file part.)
Though that should obviously not make Trac crash...

--Devu


signature.asc
Description: This is a digitally signed message part.
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] Website Status.

2008-09-28 Thread Kamaze
The website is back online again.
trac.mortis.eu/warzone/ now redirects to the Trac on wz2100.net,


Giel van Schijndel schrieb:
 Kamaze schreef:
 
 As a temporary read-only mirror: https://trac.mortis.eu/warzone/
 
 
 
 
 
 ___
 Warzone-dev mailing list
 Warzone-dev@gna.org
 https://mail.gna.org/listinfo/warzone-dev

___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] [Warzone-commits] r6088 - in /trunk: autogen.sh configure.ac m4/progversion.m4

2008-09-28 Thread Dennis Schridde
Am Sonntag, 28. September 2008 15:23:09 schrieb Giel van Schijndel:
 Author: muggenhor
 Date: Sun Sep 28 15:23:01 2008
 New Revision: 6088

 URL: http://svn.gna.org/viewcvs/warzone?rev=6088view=rev
 Log:
  * Add a new autoconf macro: AC_PROG_VERSION_CHECK
   - This macro can be used to check the version of the given program
  * Move the version checks for Flex and Bison aut of autogen.sh and into
 configure.ac
Use for gettext as well?


signature.asc
Description: This is a digitally signed message part.
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] [Warzone-commits] r6090 - /branches/2.1/ /branches/2.1/pkg/dpkg/changelog /tags/2.1_beta5/ /tags/2.1_beta5/autorevision.conf /tags/2.1_beta5/makerules/config.mk.tmpl /tags/2.1_beta5/

2008-09-28 Thread Dennis Schridde
Am Sonntag, 28. September 2008 15:50:24 schrieb Giel van Schijndel:
 Author: muggenhor
 Date: Sun Sep 28 15:50:23 2008
 New Revision: 6090

 URL: http://svn.gna.org/viewcvs/warzone?rev=6090view=rev
 Log:
 Tag of the `2.1 beta 5` release
http://wiki.wz2100.net/Release_checklist
Please follow all the steps listed there.
(Missing translation import and bugtracker version increment made me notice 
you did not. Others may be missing as well, I did not check that.)

--Devu


signature.asc
Description: This is a digitally signed message part.
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


[Warzone-dev] [bug #12368] Task switching problem

2008-09-28 Thread anonymous

URL:
  http://gna.org/bugs/?12368

 Summary: Task switching problem
 Project: Warzone Resurrection Project
Submitted by: None
Submitted on: Monday 29/09/08 at 00:13 CEST
Category: Engine: GUI
Severity: Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: [EMAIL PROTECTED]
 Open/Closed: Open
 Discussion Lock: Any
 Release: 2.1_beta4
Operating System: Microsoft Windows
 Planned Release: None

___

Details:

If the taskbar is on the left hand side of the desktop rather than the
bottom, switching out of Warzone 2100 with Alt-Tab causes the entire window
to shift to the right when reactivated, eventually making it unusable.  I
haven't tested it when the taskbar is on top or on the right.

Crane




___

Reply to this item at:

  http://gna.org/bugs/?12368

___
  Message sent via/by Gna!
  http://gna.org/


___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


[Warzone-dev] buildbot failure in Warzone 2100: Resurrection Project on nightly_mingw32

2008-09-28 Thread buildbot+notifier
The Buildbot has detected a new failure of nightly_mingw32 on Warzone 2100: 
Resurrection Project.
Full details are available at:
 http://build.kynes.de/builders/nightly_mingw32/builds/2

Buildbot URL: http://build.kynes.de/

Buildslave for this Build: i386-debian-etch-2

Build Reason: The Nightly scheduler named 'nightly' triggered this build
Build Source Stamp: HEAD
Blamelist: 

BUILD FAILED: failed compile warnings+100

sincerely,
 -The Buildbot


___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


[Warzone-dev] Profiling results for 8p/yingyang + (mini bug report :P)

2008-09-28 Thread bugs buggy
This is with person playing with VTOLs mostly (120 units or so).  Latest
trunk.
1 hour+ into skirmish game, and no crashes, until they tried to save.
Then got:
error   |14474347: [mapSaveTagged] More flags than we can handle (1)!
error   |14474347: [mapSaveTagged] Assert in Warzone: ..\src\map.c:824
(i  (4 * 5 * 2)), last script event: 'N/A'
...


CS:EIP   Symbol + OffsetThread ID 64-bit
 Timer samples
0x419110 fpathCompare
 1475139
0x419040 fpathOpenGet
 643300
0x54b750 processVisibility
 190012
0x675290 _RTC_CheckStackVars
 183398
0x4abbc0 gridIterate
 168450
0x54a3b0 rayTerrainCallback
 157199
0x6102e0 pie_Draw3DShape2
 150714
0x418eb0 fpathGetNode
 130681
0x612710 pie_DrawTerrainTriangle
 109678
0x44e310 checkDroid
 106725
0x41dd30 _clustAddDroid
 95706
0x443990 addNaybor
 93921
0x4efe90 rayCast
 91548
0x4186c0 fpathAStarRoute
 89672
0x419ca0 atmosDrawParticles
 83541
0x419360 atmosUpdateSystem
 76990
0x43e9f0 drawTerrainTile
 73010
0x436b10 drawTiles
 70389
0x443820 droidGetNaybors
 62988
0x43ef50 flipsAndRots
 59125
0x458ba0 fpathBlockingTile
 58495
0x60f080 pie_RotateProject
 52939
0x675469 _ftol2_pentium4
 50415
0x4eef30 appliedRadarColour
 47963
0x675260 _RTC_CheckEsp
 46676
0x4abe30 gridRemoveArrayObject
 41525
0x44e1e0 droidOnMap
 41315
0x54ab80 visibleObject
 33213
0x4abd00 gridAddArrayObject
 31349
0x4f04d0 Vector3i_Sub
 29025
0x4133e0 aiCheckAlliances
 27163
0x544be0 checkStructure
 26822
0x4ef290 DrawRadarObjects
 26371
0x4369a0 mapTile
 25871
0x66f0b0 audio_CheckSame3DTracksPlaying
 23725
0x478aa0 inQuad
 23261
0x4eec90 DrawRadarTiles
 22531
0x4f0450 Vector3i_Add
 22467
0x4a9950 map_Height
 21850
0x4499f0 worldOnMap
 20999
0x43da00 locateMouse
 20160
(rest snipped)
41 functions, 4153 instructions, Total: 4806321 samples, 83.65% of samples
in the module, 48.29% of total session samples
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev