Re: [Warzone-dev] [bug #8723] FPE in skirmish on amd64 with r867

2007-03-16 Thread Dennis Schridde
Am Freitag, 16. März 2007 schrieb Thomas Rösner: jwf schrieb: On Thu, 2007-03-15 at 04:38 -0800, The Watermelon wrote: On 3/15/07, Dennis Schridde [EMAIL PROTECTED] wrote: Besides the guy in the forums? No... IF this is another 64bit problem, then maybe there is some

[Warzone-dev] error: Registry file config is empty!

2007-03-16 Thread vs2k5
I download ubuntu edgy 6.10 to see warzone on its. I do compile as COMPILE file say. Then do make install. When game run, I get, error: Registry file config is empty! Saved dump file to '/tmp/warzone2100.gdmp' Segmentation fault (core dumped) How fix this ? -- Click to become a massage

[Warzone-dev] Rotation mask

2007-03-16 Thread Per Inge Mathisen
In map.h, there are these macros: #define TILE_ROTMASK0x3000 #define TILE_ROTSHIFT 12 They are used only once in active code, that is in display3d.c:flipsAndRots(): switch ((texture TILE_ROTMASK) TILE_ROTSHIFT) It appears to use two bits crammed into the psTile-texture UWORD, but I

Re: [Warzone-dev] error: Registry file config is empty!

2007-03-16 Thread Dennis Schridde
Am Freitag, 16. März 2007 schrieb [EMAIL PROTECTED]: I download ubuntu edgy 6.10 to see warzone on its. I do compile as COMPILE file say. Then do make install. When game run, I get, error: Registry file config is empty! Saved dump file to '/tmp/warzone2100.gdmp' Segmentation fault

Re: [Warzone-dev] error: Registry file config is empty!

2007-03-16 Thread vs2k5
On Fri, 16 Mar 2007 19:04:01 -0400 Dennis Schridde [EMAIL PROTECTED] wrote: Am Freitag, 16. März 2007 schrieb [EMAIL PROTECTED]: I download ubuntu edgy 6.10 to see warzone on its. I do compile as COMPILE file say. Then do make install. When game run, I get, error: Registry file config

Re: [Warzone-dev] error: Registry file config is empty! dump file

2007-03-16 Thread vs2k5
On Fri, 16 Mar 2007 19:04:01 -0400 Dennis Schridde [EMAIL PROTECTED] wrote: 1st: Send the dumpfile it speaks about. 2nd: Send the core file if possible (ziped since it may be large) 3rd: This bug is supposed to show up only on Windows... 4th: Check whether the config file is really emtpy 5th:

[Warzone-dev] empty config file [force fix]

2007-03-16 Thread vs2k5
I compile with --enable-debug now. I do not find core dump file? error: Registry file config is empty! error: strresLoadFixedID: Invalid string res pointer error: Assert in Warzone: strres.c:358 : strresGetString (PTRVALID(psRes, sizeof(STR_RES))), last script event: ''

Re: [Warzone-dev] error: Registry file config is empty!

2007-03-16 Thread Giel van Schijndel
[EMAIL PROTECTED] schreef: On Fri, 16 Mar 2007 19:04:01 -0400 Dennis Schridde [EMAIL PROTECTED] wrote: Am Freitag, 16. März 2007 schrieb [EMAIL PROTECTED]: I download ubuntu edgy 6.10 to see warzone on its. I do compile as COMPILE file say. Then do make install. When game run, I

Re: [Warzone-dev] error: Registry file config is empty! dump file

2007-03-16 Thread Giel van Schijndel
[EMAIL PROTECTED] schreef: #4 strresGetString (psRes=0x0, id=151) at strres.c:361 psBlock = value optimized out __FUNCTION__ = strresGetString Clearly a NULL pointer being passed (psRes=0x0) causes the segfault. When adding an assert for it (psRes != NULL) it asserts instead of