Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.983
  • Joined

  • Last visited

  • Days Won

    579

Everything posted by Stan`

  1. Well first step is Freetype then we'll see about text rendering https://code.wildfiregames.com/D4108
  2. Stan`

    10ad

    You could try to diff both your oos logs, see if something shows up
  3. Mmh, some of those are different, so will have to be careful Thanks for digging it up though
  4. Okay, so first fun fact the script is marked as a POSIX shell script by the shebang (#!/bin/sh) but uses arrays pushd and popd which are not compatible among other features. Needs to be fixed. Then run the script noticed the skeleton errors. Other fun fact they are present in the packaging script just nobody noticed them (which ran on macOS) https://jenkins.wildfiregames.com/blue/rest/organizations/jenkins/pipelines/macos-all-bundles/runs/131/nodes/30/steps/31/log/?start=0 ERROR: art/animation/other/hele_trireme_fore_sail_idle.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/other/hele_trireme_fore_sail_move.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_attack_melee.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_death.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_drop.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_idle.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_run.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_sit_drop.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_trot.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/gaia/tree_apple_top_e.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_f.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_g.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_h.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" WARNING: art/meshes/gaia/tree_apple_trunk_c.dae: FCollada 105: Polygons is empty. ERROR: art/meshes/gaia/tree_apple_trunk_c.dae: Exception caught while parsing a COLLADA document from file. WARNING: art/meshes/gaia/tree_apple_trunk_d.dae: FCollada 105: Polygons is empty. ERROR: art/meshes/gaia/tree_apple_trunk_d.dae: Exception caught while parsing a COLLADA document from file. ERROR: art/meshes/props/camel_rein.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/props/hele_trireme_front_sail.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/skeletal/m_tunic_long.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" So I ran it on linux user@user-Surface-Pro-2  ~/0ad  grep -ir error file.log ERROR: art/animation/other/hele_trireme_fore_sail_idle.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/other/hele_trireme_fore_sail_move.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_attack_melee.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_death.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_drop.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_idle.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_run.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_sit_drop.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_trot.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/gaia/tree_apple_top_e.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_f.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_g.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_h.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_trunk_c.dae: Exception caught while parsing a COLLADA document from file. ERROR: art/meshes/gaia/tree_apple_trunk_d.dae: Exception caught while parsing a COLLADA document from file. ERROR: art/meshes/props/camel_rein.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/props/hele_trireme_front_sail.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/skeletal/m_tunic_long.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" user@user-Surface-Pro-2  ~/0ad  grep -ir warning file.log WARNING: art/meshes/gaia/tree_apple_trunk_c.dae: FCollada 105: Polygons is empty. WARNING: art/meshes/gaia/tree_apple_trunk_d.dae: FCollada 105: Polygons is empty. I'm voluntarily excluding the iccp profile errors as they have been there for a while and so far have not caused much damage. But still any test of the Ptolemies camels or a naval battle should have caused errors right? Well, in theory yes... but perl checkrefs.pl --check-unused ... Unused file 'public/art/animation/other/hele_trireme_fore_sail_idle.dae' Unused file 'public/art/animation/other/hele_trireme_fore_sail_move.dae' Unused file 'public/art/animation/others/camel_rein_attack_melee.dae' Unused file 'public/art/animation/others/camel_rein_death.dae' Unused file 'public/art/animation/others/camel_rein_drop.dae' Unused file 'public/art/animation/others/camel_rein_idle.dae' Unused file 'public/art/animation/others/camel_rein_run.dae' Unused file 'public/art/animation/others/camel_rein_sit_drop.dae' Unused file 'public/art/animation/others/camel_rein_trot.dae' Unused file 'public/art/meshes/gaia/tree_apple_top_e.dae' Unused file 'public/art/meshes/gaia/tree_apple_top_f.dae' Unused file 'public/art/meshes/gaia/tree_apple_top_g.dae' Unused file 'public/art/meshes/gaia/tree_apple_top_h.dae' Unused file 'public/art/meshes/gaia/tree_apple_trunk_c.dae' Unused file 'public/art/meshes/gaia/tree_apple_trunk_d.dae' Unused file 'public/art/meshes/props/camel_rein.dae' Unused file 'public/art/meshes/props/hele_trireme_front_sail.dae' Unused file 'public/art/meshes/skeletal/m_tunic_long.dae' Guess who got lucky as hell? tldr; Errors are to be expected. They should be fixed. If you don't end up with a zip or get different ones eventually then there is another issue.
  5. It used to be the more reliable platform. I will test on my Ubuntu when I get the chance. But I've never had any issue on any of the three platforms with a clean svn.
  6. Indeed we seem to use only -mod=mod We use build-archives.sh you can see the code here https://trac.wildfiregames.com/browser/ps/trunk/build/jenkins/pipelines/macos-all-bundles.Jenkinsfile Is it possible that the executable can't read the xml file for some reason ? Maybe a mingw bug with crlf or something ? I didn't test but maybe the collada.dll file doesn't work (I wouldn't have noticed using the release data) Where is the public mod located ? Could be a matter of relative paths. At this point I'm just spitballing.
  7. @Rarius As far as I know Ubuntu doesn't have A25b (It's stuck at A23), only the PPAS and snaps do. Had to make sure since some people use Synaptics which allows for this kind of problem. Ah yes Ratings got kicked... The only visible difference is the build number in the main menu. For A25 it's 25848 and for A25b 25860
  8. I suppose we need it for PSA conversion, because it only uses the list of bones specified in that XML file. I once made a packaging mod https://github.com/StanleySweet/package_mod/tree/master/art/skeletons to remove the need from those extra mods. It contains textures.xml files for instructions on what to convert, and the skeletons . of course, it won't work if you have new skeletons e.g packaging hyrule or something; WSL2: First file is the "corrupted" one. file metal_desert_small_* metal_desert_small_a.dds: DOS/MBR boot sector; partition 1 : ID=0xff, active 0x8a, start-CHS (0x3ff,254,63), end-CHS (0x3ff,255,63), startsector 3587178495, 3468469193 sectors; partition 4 : ID=0xff, active 0xe2, start-CHS (0x3ff,14,63), end-CHS (0x3ff,255,63), startsector 4294180863, 4278223684 sectors metal_desert_small_a.dds.b22d835129a068cf.dds: Microsoft DirectDraw Surface (DDS): 128 x 128, compressed using DXT1 Here is a working version, (converted using NVTT) metal_desert_small_a.dds It's built-in as of 2.0.10 IIRC.
  9. Yes, you need the mod mod, and the public mod, compressed or not in the binaries/data/mods folder. md is me messing up with my phone, it's obviously -mod=public Real. Same for all mods using skeletons meshes. Mmmh that file works fine in gimp... metal_desert_small_a.xcf
  10. Yes it should be the correct one. Make sure both 0ad and 0ad-data are using that version.
  11. You mean no one wants to use a web browser to use a chat application? (webchat.quakenet.org) More seriously though, you can find some devs on Discord (like me!) but some others disagree totally with the philosophy of this app, the fact that isn't open source, etc.
  12. Sadly for now it's only some dwarves and two elven buildings. I didn't have much time to experiment as we've been quite busy with the main game
  13. Right. I've voted moderate interest because it gives me an excuse to slack off on my heroic fantasy, ww2 and futuristic mods on https://github.com/0ADMods
  14. Any particular bugs you encountered ? How much have you played ?
  15. It's not on mod.io yet ^^ Needs to be tested first. Probably terrible for MP though, but that was never the goal of that mod.
  16. Because when you do diff --only it does not attach the diff automatically to the revision You need to do it through that interface.
  17. You can find some of the stats like this https://github.com/0ad/0ad/search?l=XML&q=RATES But basically they are in the ResourceGatherer component of entities
  18. Well it's here https://code.wildfiregames.com/differential/diff/18576/ To update an existing diff you can do arc diff --update DXXXX https://secure.phabricator.com/book/phabricator/article/arcanist_diff/
  19. We use ESLint the config file is there https://trac.wildfiregames.com/browser/ps/trunk/build/arclint/configs/eslintrc.json If you use arcanist it will try to run ESlint. On windows it's a bit of a mess, since you have to npm install eslint in the root folder of 0ad.
×
×
  • Create New...