data/dumps
%appdata%/roaming/teeworlds/data/dumps
%appdata%/roaming/ddnet/data/dumps
parse_drmingw.sh
???:0
...$ addr2line -e DDNet-16.1-win64/DDNet.exe 449C10
??:0
-g0
?Parsing address: 140049C10 (img base: 140000000)
<artificial>:?
Parsing address: 1400C0BD7 (img base: 140000000)
<artificial>:?
Parsing address: 1400C0CD7 (img base: 140000000)
<artificial>:?
Parsing address: 140035CAE (img base: 140000000)
<artificial>:?
Parsing address: 14018AB72 (img base: 140000000)
<artificial>:?
Parsing address: 449C10 (img base: 400000)
/home/deen/isos/ddnet/ddnet-source/src/game/client/gameclient.h:222
Parsing address: 4C0BD7 (img base: 400000)
/home/deen/isos/ddnet/ddnet-source/src/game/client/components/skins.cpp:126
Parsing address: 4C0CD7 (img base: 400000)
/home/deen/isos/ddnet/ddnet-source/src/game/client/components/skins.cpp:36
Parsing address: 435CAE (img base: 400000)
/usr/x86_64-w64-mingw32/include/c++/11.2.0/bits/atomic_base.h:457
Parsing address: 58AB72 (img base: 400000)
/usr/x86_64-w64-mingw32/include/c++/11.2.0/bits/atomic_base.h:457
objdump: Dwarf Error: found dwarf version '256', this reader only handles version 2, 3, 4 and 5 information.
$ git branch -a | grep 16
* 16.1-devel
remotes/deen/16.0-devel
remotes/deen/16.1-devel
remotes/deen/pr-sdl-216down
git remote add upstream https://github.com/ddnet/ddnet
git fetch --all
$ git remote -v
deen https://github.com/def-/ddnet.git (fetch)
deen https://github.com/def-/ddnet.git (push)
origin git@github.com:Chairn/ddnet.git (fetch)
origin git@github.com:Chairn/ddnet.git (push)
upstream git@github.com:ddnet/ddnet.git (fetch)
upstream git@github.com:ddnet/ddnet.git (push)
git tag -l | grep 16.1
16.1
16.1-rc1
16.1-rc2
| * 992f40302 (HEAD, tag: 16.1, deen/16.1-devel) Update hungarian.txt (3 weeks ago) par bencie
Until Git version 2.20, and unlike when pushing with git-push[1], any updates to refs/tags/* would be accepted without + in the refspec (or --force). When fetching, we promiscuously considered all tag updates from a remote to be forced fetches. Since Git version 2.20, fetching to update refs/tags/* works the same way as when pushing. I.e. any updates will be rejected without + in the refspec (or --force).