Jump to content

ravenheart

Community Members
  • Posts

    8
  • Joined

  • Last visited

ravenheart's Achievements

Tiro

Tiro (1/14)

0

Reputation

  1. It happened in latest trunk (r11975), on the map Boeotian Plains. It happened after several seconds if I recall correctly, and of course, here's the system_data and the savegame in a zip. saves.zip
  2. After starting the game and loading a saved game, I got this assetion error: Assertion failed: "base + vsize*vsize < 65536" Location: PatchRData.cpp:457 (CPatchRData::BuildIndices) Call stack: (error while dumping stack: No stack frames found) errno = 0 (No error reported here) OS error = 0 (no error code was set) It doesn't happen everytime. I ignored the message and kept playing fora while without any other visible problem.
  3. Thank you! I hadn't found that document. I'm most familiar with x86 assembler, C++, C#, VB.Net and to a lesser extent java.
  4. Hello, I've been programming for quite a few years, although never in videogames or open source projects (except for a very little contribution to wxWidgets zounds of years ago). I just knew 0AD yesterday thanks to SF POTM. Is there any small and easy task I can do to start getting myself familiar with the code?
  5. Sorry, I was only kidding, I had already read that in a previous message. Thanks for your help anyway!
  6. I would be interested, but I'm new here so I guess I'm not allowed yet :-(
  7. I have downloaded the trunk and followed the instructions in http://trac.wildfire...ildInstructions but I have problems with the following step: Removing the @echo off this is what I get: E:\!Proyectos\0AD\trunk\build\workspaces>update-workspaces.bat E:\!Proyectos\0AD\trunk\build\workspaces>rem @echo off E:\!Proyectos\0AD\trunk\build\workspaces>rem ** Create Visual Studio Workspaces on Windows ** E:\!Proyectos\0AD\trunk\build\workspaces>cd ..\premake E:\!Proyectos\0AD\trunk\build\premake>if not exist ..\workspaces\vc2005\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2005" --collada vs2005 .../!Proyectos/0AD/trunk/build/premake/extern_libs4.lua:363: attempt to call field 'getversion' (a nil value) E:\!Proyectos\0AD\trunk\build\premake>if not exist ..\workspaces\vc2008\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2008" --collada vs2008 .../!Proyectos/0AD/trunk/build/premake/extern_libs4.lua:363: attempt to call field 'getversion' (a nil value) E:\!Proyectos\0AD\trunk\build\premake>if not exist ..\workspaces\vc2010\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2010" --collada vs2010 .../!Proyectos/0AD/trunk/build/premake/extern_libs4.lua:363: attempt to call field 'getversion' (a nil value) E:\!Proyectos\0AD\trunk\build\premake>cd ..\workspaces I have no idea what's the problem here. I have VS2010 Ultimate, and I have tried to run the bat from the vs commandline. Any idea?
×
×
  • Create New...