This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Custom Query (5409 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 5409)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#279 fixed vfs_Lookup does mkdir incorrectly Jan Wassenberg Philip Taylor
Description

On Linux: Delete binaries/data/cache. Run the game. Get an error:

/usr/include/boost/shared_ptr.hpp:375: T* boost::shared_ptr<T>::operator->() const [with T = RealDirectory]: Assertion `px != 0' failed.

vfs_lookup.cpp attempts to create the directory with mkdir. Two problems:

First: It appears to call mkdir("/.../binaries/data/") with subdirectoryName == "cache". Then it calls mkdir("/.../binaries/data/cache/mods") with subdirectoryName == "mods". It never actually creates cache, so it fails.

Second: If mkdir fails, then no error is reported, and the shared_ptr assertion occurs arbitrarily later. If it returns -1 and errno != EEXIST then the error should probably be reported immediately.

#5384 wontfix version numbers of '0 A.D.' broken since 0.23b on macOS dinkblam
Description

previous releases of '0 A.D.' had correct embedded version numbers on macOS. you could select them in the Finder and see which version you have installed. i've verified this worked correctly for version 0.0.18, 0.0.19, 0.0.22 and 0.0.23 versions. in technical terms, the CFBundleVersion and CFBundleShortVersionString values in the Info.plist file had been set correctly.

however, this is broken in the '0.23b' release. now it claims to be version '0.0.X' which isn't helpful or correct.

here is the defect portion of your Info.plist file:

<key>CFBundleShortVersionString</key> <string>0.0.X</string> <key>CFBundleVersion</key> <string>0.0.X</string>

#3432 needsinfo version 17 and 18 not working dan
Description

when i start a match i only get a solid color screen after it loads.i run linux lite with 1.6 ghz processor 35.gb and 1888 ram each map i try i get a different solid color music and navigation box at the bottom. version 15 and 16 worked fine but i wanted to upgrade and thats what happen

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.