project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - keybounce

Pages: 1 2 [3] 4
31
Mac / Mac binary thread (now 26313)
« on: May 17, 2009, 07:43:24 am »
I'm uploading a universal binary for 24430 to
http://www.stb04.nccom.com/ftp/UfoAi/build-24430/

Known issues:
1. On a G4 mac, map graphics are ugly unless both real time lighting and GLSL shaders are both turned on. G5 not tested. but assumed to be the same.
2. Not actually tested on x86 :-).

(Uploading now as I type; give it 4 hours to finish.)

32
Mac / 24430: Cannot compile on G4 ("no ogm support")
« on: May 16, 2009, 08:32:42 pm »
Kleiman-ibook:trunk michael$ make clean
Making clean
Kleiman-ibook:trunk michael$ svn up
At revision 24430.
Kleiman-ibook:trunk michael$ make
 * [UFO] src/client/cl_actor.c
 * [UFO] src/client/cl_cinematic.c
 * [UFO] src/client/cl_cinematic_roq.c
 * [UFO] src/client/cl_cinematic_ogm.c
src/client/cl_cinematic_ogm.c:26:2: error: #error "No ogm support compiled into the binary"
src/client/cl_cinematic_ogm.c:26:2: error: #error "No ogm support compiled into the binary"
{standard input}:1470:non-relocatable subtraction expression, "_ogmCin" minus "L00000000010$pb"
{standard input}:1470:symbol: "_ogmCin" can't be undefined in a subtraction expression
{standard input}:1460:non-relocatable subtraction expression, "_ogmCin_yuvTable" minus "L00000000010$pb"
{standard input}:1460:symbol: "_ogmCin_yuvTable" can't be undefined in a subtraction expression
{standard input}:1450:non-relocatable subtraction expression, "_ogmCin_yuvTable" minus "L00000000010$pb"

This continues for a long time.

33
Bugs prior to release 2.3 / .Pk3 files need revision stamping
« on: April 30, 2009, 07:53:39 pm »
While trying to reproduce a problem in 24147, I was getting a very different error.

A make clean, and a fresh make, solved this -- giving me what I was expecting.

It seems that if the game finds .pk3 files left over from a different build, they are being used and altering the results seen.

Can the pk3 files get stamped with an SVN revision so that the game can ignore them if they are from a different compile?

34
Bugs prior to release 2.3 / r24294 does not initialize properly
« on: April 30, 2009, 08:17:18 am »
I'm getting a error in Q_strncpyz about a NULL dest.

Hardware: iBook G4. Mac 10.5.6

Code: [Select]
...found item: 'armour_light_alien' (24)
...found item: 'armour_medium_alien' (25)
...found font f_verysmall_bold (0)
...found font f_verysmall (1)
...found font f_small_bold (2)
...found font f_small (3)
...found font f_normal_bold (4)
...found font f_normal (5)
...found font f_big (6)
...found font f_menu (7)
...found font f_menubig (8)
...found font f_menusmall (9)

Breakpoint 5, Sys_Error (error=0x1db210 "Q_strncpyz: NULL dest (%s, %i)") at src/ports/unix/unix_main.c:85
85 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
(gdb) bt
#0  Sys_Error (error=0x1db210 "Q_strncpyz: NULL dest (%s, %i)") at src/ports/unix/unix_main.c:85
#1  0x00198d7c in Q_strncpyzDebug (dest=0x0, src=0x2675258 "ui/icon_pack1", destsize=64, file=0x1d0760 "src/common/scripts.c", line=357) at src/shared/shared.c:242
#2  0x0013d650 in Com_ParseValue (base=0x0, token=0x2675258 "ui/icon_pack1", type=V_STRING, ofs=0, size=0, writtenBytes=0xbffff61c) at src/common/scripts.c:357
#3  0x000e3c30 in MN_ParseProperty (object=0x2f3a044, property=0x1df670, objectName=0x2f3a044 "geoscape", text=0xbffff740, token=0xbffff694) at src/client/menu/m_parse.c:693
#4  0x000e5864 in MN_ParseIcon (name=0x2579018 "geoscape", text=0xbffff740) at src/client/menu/m_parse.c:1256
#5  0x000366b4 in CL_ParseClientData (type=0x2579058 "icon", name=0x2579018 "geoscape", text=0xbffff740) at src/client/cl_main.c:658
#6  0x001444d0 in Com_ParseScripts () at src/common/scripts.c:2582
#7  0x00126de0 in Qcommon_Init (argc=4, argv=0xbffff880) at src/common/common.c:942
#8  0x0019b340 in main (argc=4, argv=0xbffff880) at src/ports/macosx/osx_main.m:138
(gdb) up
#1  0x00198d7c in Q_strncpyzDebug (dest=0x0, src=0x2675258 "ui/icon_pack1", destsize=64, file=0x1d0760 "src/common/scripts.c", line=357) at src/shared/shared.c:242
242 Sys_Error("Q_strncpyz: NULL dest (%s, %i)", file, line);
(gdb) up
#2  0x0013d650 in Com_ParseValue (base=0x0, token=0x2675258 "ui/icon_pack1", type=V_STRING, ofs=0, size=0, writtenBytes=0xbffff61c) at src/common/scripts.c:357
357 Q_strncpyz((char *) b, token, MAX_VAR);
(gdb) up
#3  0x000e3c30 in MN_ParseProperty (object=0x2f3a044, property=0x1df670, objectName=0x2f3a044 "geoscape", text=0xbffff740, token=0xbffff694) at src/client/menu/m_parse.c:693
693 result = Com_ParseValue(mn.curadata, *token, property->type & V_BASETYPEMASK, 0, property->size, &bytes);
(gdb) p mn.curadata
$1 = (byte *) 0x0
(gdb) p mn
$2 = {
  sharedData = {{
      type = MN_SHARED_NONE,
      data = {
        text = 0x0,
        linkedListText = 0x0,
        option = 0x0,
        lineStrip = 0x0
      },
      versionId = 0
    } <repeats 58 times>},
  menuOptions = {{
      id = '\0' <repeats 63 times>,
      label = '\0' <repeats 31 times>,
      action = '\0' <repeats 63 times>,
      value = '\0' <repeats 63 times>,
      icon = 0x0,
      disabled = qfalse,
      hovered = qfalse,
      next = 0x0
    } <repeats 256 times>},
  numOptions = 0,
  menuNodes = {{
      name = '\0' <repeats 63 times>,
      behaviour = 0x0,
      super = 0x0,
      firstChild = 0x0,
      lastChild = 0x0,
      next = 0x0,
      parent = 0x0,
      root = 0x0,
      pos = {0, 0},
      size = {0, 0},
      padding = 0,
      num = 0,
      textalign = 0 '\0',
      invis = qfalse,
      disabled = qfalse,
      invalidated = qfalse,
      ghost = qfalse,
      text = 0x0,
      font = 0x0,
      tooltip = 0x0,
      key = 0x0,
      icon = 0x0,
      excludeRect = 0x0,
      excludeRectNum = 0,
      visibilityCondition = 0x0,
      image = 0x0,
      cvar = 0x0,
      state = qfalse,
      mousefx = 0,
      border = 0,
      bgcolor = {0, 0, 0, 0},
      bordercolor = {0, 0, 0, 0},
      timeOut = 0,
      lastTime = 0,
      color = {0, 0, 0, 0},
      selectedColor = {0, 0, 0, 0},
      onClick = 0x0,
      onRightClick = 0x0,
      onMiddleClick = 0x0,
      onWheel = 0x0,
      onMouseEnter = 0x0,
      onMouseLeave = 0x0,
      onWheelUp = 0x0,
      onWheelDown = 0x0,
      onChange = 0x0,
      extraData1 = 0,
      texh = {0, 0},
      texl = {0, 0},
      preventRatio = qfalse,
      longlines = 0 '\0',
      repeat = qfalse,
      clickDelay = 0,
      u = {
        abstractvalue = {
          min = 0x0,
          max = 0x0,
          value = 0x0,
          delta = 0x0,
          lastdiff = 0
        },
        abstractscrollable = {
          cacheSize = {0, 0},
          viewPosX = 0,
          viewSizeX = 0,
          fullSizeX = 0,
          viewPosY = 0,
          viewSizeY = 0,
          fullSizeY = 0,
          onViewChange = 0x0
        },
        abstractscrollbar = {
          pos = 0,
          viewsize = 0,
          fullsize = 0,
          lastdiff = 0,
          hideWhenUnused = qfalse
        },
        base = {
          baseid = 0
        },
        container = {
          container = 0x0,
          lastSelectedId = 0,
          onSelect = 0x0,
          filterEquipType = 0,
          columns = 0,
          displayWeapon = qfalse,
          displayAmmo = qfalse,
          displayUnavailableItem = qfalse,
          displayAmmoOfWeapon = qfalse,
          displayUnavailableAmmoOfWeapon = qfalse,
          displayAvailableOnTop = qfalse,
          scrollCur = 0,
          scrollNum = 0,
          scrollTotalNum = 0,
          onViewChange = 0x0
        },
        ekg = {
          scrollSpeed = 0,
          scaleCvarValue = 0
        },
        linechart = {
          dataId = 0,
          displayAxes = qfalse,
          axesColor = {0, 0, 0, 0}
        },
        model = {
          oldRefValue = 0x0,
          angles = {0, 0, 0},
          origin = {0, 0, 0},
          scale = {0, 0, 0},
          skin = 0x0,
          model = 0x0,
          tag = 0x0,
          animationState = 0x0,
          animation = 0x0,
          viewName = 0x0,
          autoscale = qfalse,
          rotateWithMouse = qfalse,
          clipOverflow = qfalse
        },
        option = {
          dataId = 0,
          versionId = 0,
          first = 0x0,
          selected = 0x0,
          hovered = 0x0,
          count = 0,
          pos = 0,
          onViewChange = 0x0
        },
        textentry = {
          isPassword = qfalse,
          clickOutAbort = qfalse,
          onAbort = 0x0
        },
        text = {
          scrollbar = qfalse,
          textScroll = 0,
          textLines = 0,
          textLineSelected = 0,
          lineUnderMouse = 0,
          num = 0,
          rows = 0,
          onLinesChange = 0x0,
          lineHeight = 0,
          tabWidth = 0
        },
        window = {
          eventTime = 0,
          noticePos = {0, 0},
          dragButton = qfalse,
          closeButton = qfalse,
          preventTypingEscape = qfalse,
          modal = qfalse,
          dropdown = qfalse,
          isFullScreen = qfalse,
          fill = qfalse,
          starLayout = qfalse,
          parent = 0x0,
          renderNode = 0x0,
          onInit = 0x0,
          onClose = 0x0,
          onTimeOut = 0x0,
          onLeave = 0x0
        }
      }
    } <repeats 8192 times>},
  numNodes = 0,
  menus = {0x0 <repeats 128 times>},
  numMenus = 0,
  adata = 0x0,
  curadata = 0x0,
  adataize = 0,
  menuStack = {0x0 <repeats 32 times>},
  menuStackPos = 0,
  menuActions = {{
      type = {
        op = 0 '\0',
        param1 = 0 '\0',
        param2 = 0 '\0'
      },
      data = 0x0,
      data2 = 0x0,
      next = 0x0,
      scriptValues = 0x0
    } <repeats 3269 times>, {
      type = {
        op = 22 '\026',
        param1 = 6 '\006',
        param2 = 144 '?'
      },
      data = 0x1606902c,
      data2 = 0x40000,
      next = 0x0,
      scriptValues = 0x0
    }, {
      type = {
        op = 0 '\0',
        param1 = 0 '\0',
        param2 = 0 '\0'
      },
      data = 0x0,
      data2 = 0x0,
      next = 0x0,
      scriptValues = 0x0
    } <repeats 4922 times>},
  numActions = 0,
  menuModels = {{
      id = 0x0,
      need = 0x0,
      anim = 0x0,
      parent = 0x0,
      tag = 0x0,
      skin = 0,
      model = 0x0,
      menuTransform = {{
          menuID = 0x0,
          menuPtr = 0x0,
          useScale = qfalse,
          useAngles = qfalse,
          useOrigin = qfalse,
          scale = {0, 0, 0},
          angles = {0, 0, 0},
          origin = {0, 0, 0}
        }, {
          menuID = 0x0,
          menuPtr = 0x0,
          useScale = qfalse,
          useAngles = qfalse,
          useOrigin = qfalse,
          scale = {0, 0, 0},
          angles = {0, 0, 0},
          origin = {0, 0, 0}
        }, {
          menuID = 0x0,
          menuPtr = 0x0,
          useScale = qfalse,
          useAngles = qfalse,
          useOrigin = qfalse,
          scale = {0, 0, 0},
          angles = {0, 0, 0},
          origin = {0, 0, 0}
        }, {
          menuID = 0x0,
          menuPtr = 0x0,
          useScale = qfalse,
          useAngles = qfalse,
          useOrigin = qfalse,
          scale = {0, 0, 0},
          angles = {0, 0, 0},
          origin = {0, 0, 0}
        }, {
          menuID = 0x0,
          menuPtr = 0x0,
          useScale = qfalse,
          useAngles = qfalse,
          useOrigin = qfalse,
          scale = {0, 0, 0},
          angles = {0, 0, 0},
          origin = {0, 0, 0}
        }, {
          menuID = 0x0,
          menuPtr = 0x0,
          useScale = qfalse,
          useAngles = qfalse,
          useOrigin = qfalse,
          scale = {0, 0, 0},
          angles = {0, 0, 0},
          origin = {0, 0, 0}
        }, {
          menuID = 0x0,
          menuPtr = 0x0,
          useScale = qfalse,
          useAngles = qfalse,
          useOrigin = qfalse,
          scale = {0, 0, 0},
          angles = {0, 0, 0},
          origin = {0, 0, 0}
        }, {
          menuID = 0x0,
          menuPtr = 0x0,
          useScale = qfalse,
          useAngles = qfalse,
          useOrigin = qfalse,
          scale = {0, 0, 0},
          angles = {0, 0, 0},
          origin = {0, 0, 0}
        }},
      menuTransformCnt = 0,
      animState = {
        frame = 0,
        oldframe = 0,
        backlerp = 0,
        time = 0,
        dt = 0,
        mesh = 0,
        list = "\000\000\000\000\000\000\000",
        lcur = 0 '\0',
        ladd = 0 '\0',
        change = 0 '\0'
      },
      origin = {0, 0, 0},
      scale = {0, 0, 0},
      angles = {0, 0, 0},
      center = {0, 0, 0},
      color = {0, 0, 0, 0},
      next = 0x0
    } <repeats 128 times>},
  numMenuModels = 0,
  excludeRect = {{
      pos = {0, 0},
      size = {0, 0}
    } <repeats 64 times>},
  numExcludeRect = 0,
  menuConditions = {{
      type = {
        opCode = IF_EQ,
        left = IF_VALUE_STRING,
        right = IF_VALUE_STRING
      },
      leftValue = 0x0,
      rightValue = 0x0
    } <repeats 512 times>},
  numConditions = 0,
  menuIcons = {{
      name = '\0' <repeats 63 times>,
      image = 0x0,
      pos = {0, 0},
      size = {0, 0},
      single = qfalse
    } <repeats 64 times>},
  numIcons = 0
}
(gdb) list
688 if ((property->type & V_BASETYPEMASK) == V_STRING && strlen(*token) > MAX_VAR - 1) {
689 Com_Printf("MN_ParseProperty: Value '%s' is too long (key %s)\n", *token, property->string);
690 return qfalse;
691 }
692
693 result = Com_ParseValue(mn.curadata, *token, property->type & V_BASETYPEMASK, 0, property->size, &bytes);
694 if (result != RESULT_OK) {
695 Com_Printf("MN_ParseProperty: Invalid value for property '%s': %s\n", property->string, Com_GetLastParseError());
696 return qfalse;
697 }
(gdb) p property
$3 = (const value_t *) 0x1df670
(gdb) p *property
$4 = {
  string = 0x1a839c "image",
  type = 33290,
  ofs = 64,
  size = 0
}
(gdb) p object
$5 = (void *) 0x2f3a044
(gdb)

[attachment deleted by admin]

35
Bugs prior to release 2.3 / 24180 - Compile concerns
« on: April 25, 2009, 06:13:51 pm »
These compile warnings are concerning. This is on a PPC mac:
src/common/cmodel.c: In function ‘Grid_MoveMark’:
src/common/cmodel.c:1637: warning: comparison is always true due to limited range of data type
src/common/cmodel.c:1692: warning: comparison is always true due to limited range of data type
src/common/cmodel.c:1901: warning: comparison is always true due to limited range of data type
src/common/cmodel.c: In function ‘Grid_MoveCalc’:
src/common/cmodel.c:1960: warning: comparison is always true due to limited range of data type
src/common/cmodel.c: In function ‘Grid_MoveLength’:
src/common/cmodel.c:2017: warning: comparison is always true due to limited range of data type

36
Mac / byteswap in 24147?
« on: April 24, 2009, 03:30:50 am »
Here's the end of the console output:

CL_LanguageTryToSet: en_ZW.UTF-8 (en)
...could not set to language: en_ZW.UTF-8
...could not set to system language
CL_LanguageTryToSet: en_ZA.UTF-8 (en)
...could not set to language: en_ZA.UTF-8
...could not set to system language
CL_LanguageTryToSet: en_US.UTF-8 (en)
...using language: en_US.UTF-8
SDL_ttf version 2.0.9 - we need at least 2.0.7
...registering 10 fonts
127 static models loaded
====== UFO Initialized ======

Switch grab input off
Wrote keys.cfg
Error: Unknown condition for if statement: 1969827693
Kleiman-ibook:trunk michael$ svn info
Path: .
URL: https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk
Repository Root: https://ufoai.svn.sourceforge.net/svnroot/ufoai
Repository UUID: 39b98707-f80d-0410-bc7e-c6b02f5409da
Revision: 24147
Node Kind: directory
Schedule: normal
Last Changed Author: tlh2000
Last Changed Rev: 24147
Last Changed Date: 2009-04-22 13:23:43 -0700 (Wed, 22 Apr 2009)

37
Bugs prior to release 2.3 / 24126 crashes or hangs
« on: April 20, 2009, 05:12:08 am »
System: Mac Os 10.5.6, G4

24126, with a fresh map compile, either dies with an assert failure or hangs.

Logs attached.


[attachment deleted by admin]

38
Mac / Report on 24010
« on: April 12, 2009, 06:23:09 am »
I'm not sure how to classify this bug. It is repeatable.

System: iBook G4, 1.42 GHz, 1 GB memory. Video card is Radeon Mobility 9550.

Symptoms: If ufo is run with +set developer 1, and at full priority, then the user interface of the mac will lock up. The mouse moves (but clicks have no effect), and the sound effects continue.

If ufo is run at nice +19, things "work".
If ufo is run without setting developer, things "work".

However, "work" is odd -- at the initial menu, I get 50 FPS; after selecting single player, and skirmish, there is a delay, then about 25 FPS for a while, and then 50 fps.

Starting africa now gives me a map with "good" graphics. The men are all solid white (no textures, I believe). To the left edge of the map is what I'm guessing is the ufo, also white. The buildings and ground are all fine.

FPS, meanwhile, starts at about 5. When I click on a soldier number (1-8 on the top), it drops to around .3 fps. Yes, point three. It will generally stabilize around 1 fps, although it sometimes gets back up to 5. If I move the map around, it drops back again.



[attachment deleted by admin]

39
Mac / Crashing in 23937
« on: April 08, 2009, 07:48:07 pm »
23937 fails to run properly.

Starting up, it displays 0.0 frames per second while going through the main menu.

Starting a skirmish, it loads the map, and after loading Africa, shows 4 levels on the left (vertical) button bar, and zero actors across the top. It eventually crashed and dropped a report log.

Trying to start a campaign game, with developer turned on, resulted in just sitting there. The final output on the screen looked like this:

CL_ParseResearchableCampaignStates: unknown token "rs_skill_assault" ignored (tech rslist_phalanx)
CL_ParseResearchableCampaignStates: unknown token "rs_skill_sniper" ignored (tech rslist_phalanx)
CL_ParseResearchableCampaignStates: unknown token "rs_skill_explosive" ignored (tech rslist_phalanx)
..don't use 'rslist_alien' as researchable list
Second stage parsing started...
use weapon rs_craft_weapon_sparrowhawk for aircraft craft_ufo_fighter
use ammo rs_craft_ammo_sparrowhawk for aircraft craft_ufo_fighter
use weapon rs_craft_weapon_sparrowhawk for aircraft craft_ufo_harvester
use ammo rs_craft_ammo_sparrowhawk for aircraft craft_ufo_harvester
use weapon rs_craft_weapon_sparrowhawk for aircraft craft_ufo_harvester
use ammo rs_craft_ammo_sparrowhawk for aircraft craft_ufo_harvester
use weapon rs_craft_weapon_sparrowhawk for aircraft craft_ufo_harvester
use ammo rs_craft_ammo_sparrowhawk for aircraft craft_ufo_harvester
use weapon rs_craft_weapon_sparrowhawk for aircraft craft_ufo_corrupter
use ammo rs_craft_ammo_sparrowhawk for aircraft craft_ufo_corrupter
use weapon rs_craft_weapon_sparrowhawk for aircraft craft_ufo_bomber
use ammo rs_craft_ammo_sparrowhawk for aircraft craft_ufo_bomber
RS_GetTechByProvided: building_aliencontainment2
Shutdown gametype 'Campaign mode'
Shutdown server: Game exit
Set server state to 0
E_ResetEmployees: Delete all employees
Wrote keys.cfg
^Z
[1]+  Stopped                 ./ufo +set developer 1

Attached files:
Console log (incomplete) from campaign run
Forced crash dump from campaign run
Normal crash dump from skirmish run


[attachment deleted by admin]

40
Mac / Standard out overflow (probably mac specific)
« on: April 08, 2009, 07:35:11 pm »
Standard output drops stuff on the mac.

Attempting to run the campaign in developer mode gave me this snippet::

...
CL_ParseResearchedCampaignItems: unknown token "rs_damage_stun" ignored (tech rslist_phalanx)
CL_ParseResearchedCampaignItems: unknown token "rs_skill_power" ignored (tech rslist_phalanx)
CL_ParseResearchedCampaignItems: unknown token "rs_skill_speed" ignored (tech rslist_phaL_ParseResearchedCampaignItems: unknown token "rs_base_ammo_AA51" ignored (tech rslist_phalanx)
CL_ParseResearchedCampaignItems: unknown token "news_init_political_situation" ignored (tech rslist_phalanx)
CL_ParseResearchedCampaignItems: unknown token "news_after_the_war" ignored (tech rslist_phalanx)
...

Note that there's a big section clipped out at the "rs_skill_speed" to "rs_base_ammo".

Between standard out missing stuff, and the console.log file not flushing its buffers when things crash (line buffer, please, not full buffer that output file!), it's kinda hard to get a full debugging report for you.

41
Discussion / A simple idea for 2.2.2 - time increasing difficulty
« on: April 04, 2009, 12:08:26 am »
I've noticed a lot of people saying that they've finished 2.2.1 -- they reach the point where there's nothing new to research, and the battles are all easy.

Since 2.3 seems to be a while off, how about a simple quick-n-dirty patch for 2.2.2 -- increase the difficulty with time. Yes, you get more powerful, but the aliens do also. National funding decreases to zero, so you have to rely on UFO parts and manufacturing. Eventually you'll actually go broke or get wiped out.

42
Mac / Audio driver crash in 23783
« on: March 30, 2009, 12:45:32 am »
23783 runs somewhat nicely. The graphics display is still messed up, like the previous screenshots.

It gives what seems to be an infinite loop of complaints to the console.log.

Eventually, it will crash on a core audio call that appears to be coming from an internally started thread -- not a thread started by Ufo itself.

The obvious first question: Is Ufo-AI thread safe if the audio playback is driven by separate threads that main() is not directly aware of?

(Wow, bzip2 does a wonderful job of compressing ...)

[attachment deleted by admin]

43
Mapping / Time to compile a map
« on: March 29, 2009, 11:47:27 pm »
In build 23783, it takes almost 2 hours for this map

./ufo2map -nice 19 -extra -t 1 maps/./alienb/a_hangar.map
nice = 19
extrasamples = true
threads: #1
---- ufo2map 1.2.4 ----
path: 'maps/./alienb/a_hangar.map'

---- filesystem initialization -----
Adding game dir: /usr/local/lib/ufoai/base
Adding game dir: /usr/local/share/ufoai/base
Adding game dir: /Users/michael/.ufoai/2.3-dev/base
Adding game dir: ./base
using ./base for writing
...map: 'maps/./alienb/a_hangar.map'
...bsp: 'maps/./alienb/a_hangar.bsp'
entering maps/./alienb/a_hangar.map
     LEVEL: 0...1...2...3...4...5...6...7...8...9... (time:      2s, #: 258)
 UNITCHECK: 0...1...2...3...4...5...6...7...8...9... (time:     11s, #: 131072)
 CONNCHECK: 0...1...2...3...4...5...6...7...8...9... (time:    122s, #: 524288)
Writing maps/./alienb/a_hangar.bsp
  137 seconds elapsed
----- Lighting ----
124 direct lights for night lightmap
FACELIGHTS: 0...1...2...3...4...5...6...7...8...9... (time:   3354s, #: 1935)
FINALLIGHT: 0...1...2...3...4...5...6...7...8...9... (time:      2s, #: 1935)
 3357 seconds elapsed
124 direct lights for day lightmap
FACELIGHTS: 0...1...2...3...4...5...6...7...8...9... (time:   3519s, #: 1935)
FINALLIGHT: 0...1...2...3...4...5...6...7...8...9... (time:      3s, #: 1935)
 3522 seconds elapsed
writing maps/./alienb/a_hangar.bsp
sum:  7016 seconds elapsed - 1e+01 MB (10072404 bytes)

Can this map be simplified a bit?
1.42 G4 Mac 10.5.6

44
Mac / Problem with build 23768 (03/29/09)
« on: March 27, 2009, 04:32:12 pm »
Ufo is in an infinite loop after trying to abort a game after loading the map.

This GDB was configured as "powerpc-apple-darwin".
(gdb) attach 5329
Unable to access task for process-id 5329: (os/kern) failure.
(gdb) quit
Kleiman-ibook:trunk michael$ ps -p 5329
  PID TTY           TIME CMD
 5329 ttys000    2:36.76 ./ufo
Kleiman-ibook:trunk michael$

Quote
[STATS] 2009/03/27 08:13:10 - End of game - Team 7 is the winner
[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 46 experience points in skill #0 (total experience: 46). It is now 0 higher.

[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 0 experience points in skill #1 (total experience: 0). It is now 0 higher.

[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 0 experience points in skill #2 (total experience: 0). It is now 0 higher.

[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 0 experience points in skill #3 (total experience: 0). It is now 0 higher.

[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 0 experience points in skill #4 (total experience: 0). It is now 0 higher.

[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 0 experience points in skill #5 (total experience: 0). It is now 0 higher.

[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 0 experience points in skill #6 (total experience: 0). It is now 0 higher.
[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 0 experience points in skill #7 (total experience: 0). It is now 0 higher.
[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 0 experience points in skill #8 (total experience: 0). It is now 0 higher.
[STATS] 2009/03/27 08:13:10 - Soldier Harpreet Kaul earned 23 experience points in skill #9 (total experience: 23). It is now 0 higher.
[STATS] 2009/03/27 08:13:10 - Soldier Badieh Velez earned 46 experience points in skill #0 (total experience: 46). It is now 0 higher.
[STATS] 2009/03/27 08:13:10 - Soldier Badieh Velez earned 0 experience points in skill #1 (total experience: 0). It is now 0 higher.
[STATS] 2009/03/27 08:13:10 - Soldier Badieh Velez earned 0 experience points in skill #2 (total experience: 0). It is now 0 higher.
[STATS] 2009/03/27 08:13:10 - Soldier Badieh Velez earned 0 experience points in skill #3 (total experience: 0). It is now 0 higher.
[STATS] 2009/03/27 08:13:10 - Soldier Badieh Velez earned 0 experience points

Yes, it cut off in mid sentence there.

Locally compiled maps are still having the byteswap issue with brushes (which I correct for), and still displaying with the same ugly "polygon faces" that I mentioned before.

Lets see if I have the diskspace to build a .dmg to upload

Sadly:
msgfmt -v -o base/i18n/th/LC_MESSAGES/ufoai.mo src/po/ufoai-th.po
1125 translated messages, 603 fuzzy translations, 446 untranslated messages.
msgfmt -v -o base/i18n/zh_CN/LC_MESSAGES/ufoai.mo src/po/ufoai-zh_CN.po
src/po/ufoai-zh_CN.po:14483: `msgid' and `msgstr' entries do not both end with '\n'
src/po/ufoai-zh_CN.po:14488: `msgid' and `msgstr' entries do not both end with '\n'
msgfmt: found 2 fatal errors
2165 translated messages, 9 untranslated messages.
make: *** [base/i18n/zh_CN/LC_MESSAGES/ufoai.mo] Error 1
Kleiman-ibook:trunk michael$

Can't make the .dmg.

45
Real simple question. What was the last revision that could compile maps on a power PC G4 Mac, and then play those locally compiled maps?

I want to make sure that any problems I'm having are not from my environment.

Pages: 1 2 [3] 4