thiefcatcher
thiefcatcher copied to clipboard
Open source clone of the game "Where in the world is Carmen San Diego?"
When I enter my name in a new game, ThiefCatcher crashes: ``` (gdb) bt #0 0x00007ffff775a7bb in raise () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff7745535 in abort () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00007ffff7b0d983...
I got this crash when trying to run the game: ``` $ gdb ./Core/ThiefCatcher GNU gdb (Debian 8.2.1-2+b3) 8.2.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL...
@pablolizardo @santiagolizardo Since Android is a Linux (kind of), how likely is it that y'all could build an APK release?
``` [ 50%] Building CXX object Core/CMakeFiles/ThiefCatcher.dir/src/entities/ClueFactory.cpp.o /home/joe/dev/Debian/games/thiefcatcher/Core/src/entities/ClueFactory.cpp: In member function ‘Clue* ClueFactory::createCriminalClue(PlayerCase&) const’: /home/joe/dev/Debian/games/thiefcatcher/Core/src/entities/ClueFactory.cpp:71:30: error: call to non-‘constexpr’ function ‘static std::string Translator::translate(const char*)’ 71 | message = fmt::format(_("I think...
When trying to build on macOS (13.1 on Apple Silicon), I get an error that ``thiefcatcher/Core/conanbuildinfo.cmake`` cannot be found. Searching the repo, the only reference to that file I can...