You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/components
elsid 7b54415c40
Fix reference binding to null
/usr/include/c++/10.2.0/bits/stl_vector.h:1046:34: runtime error: reference binding to null pointer of type 'value_type'
    #0 0x55e37f50008a in std::vector<char, std::allocator<char> >::operator[](unsigned long) /usr/include/c++/10.2.0/bits/stl_vector.h:1046
    #1 0x55e37f50008a in ESM::SavedGame::load(ESM::ESMReader&) /home/elsid/dev/openmw/components/esm/savedgame.cpp:28
    #2 0x55e37e726139 in MWState::Character::addSlot(boost::filesystem::path const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/elsid/dev/openmw/apps/openmw/mwstate/character.cpp:31
    #3 0x55e37e742b39 in MWState::Character::Character(boost::filesystem::path const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/elsid/dev/openmw/apps/openmw/mwstate/character.cpp:88
    #4 0x55e37e7006e1 in MWState::CharacterManager::CharacterManager(boost::filesystem::path const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/elsid/dev/openmw/apps/openmw/mwstate/charactermanager.cpp:25
    #5 0x55e37e6d4140 in MWState::StateManager::StateManager(boost::filesystem::path const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/elsid/dev/openmw/apps/openmw/mwstate/statemanagerimp.cpp:90
    #6 0x55e37e82595a in OMW::Engine::prepareEngine(Settings::Manager&) /home/elsid/dev/openmw/apps/openmw/engine.cpp:641
    #7 0x55e37e8439fd in OMW::Engine::go() /home/elsid/dev/openmw/apps/openmw/engine.cpp:867
    #8 0x55e37e782760 in runApplication(int, char**) /home/elsid/dev/openmw/apps/openmw/main.cpp:289
    #9 0x55e37f6483c3 in wrapApplication(int (*)(int, char**), int, char**, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/elsid/dev/openmw/components/debug/debugging.cpp:200
    #10 0x55e37ba8e3fe in main /home/elsid/dev/openmw/apps/openmw/main.cpp:301
    #11 0x7f013e845151 in __libc_start_main (/usr/lib/libc.so.6+0x28151)
    #12 0x55e37baa0e3d in _start (/home/elsid/dev/openmw/build/gcc/ubsan/openmw+0x6c11e3d)
4 years ago
..
bsa Merge branch 'cleanup_1' into 'master' 4 years ago
bullethelpers components/bullethelpers cleanup; removed warnings by using override 4 years ago
compiler Replace zeroes and nulls by nullptrs 4 years ago
config Remove deadcode. 4 years ago
contentselector Replace zeroes and nulls by nullptrs 4 years ago
crashcatcher Use data() method 4 years ago
debug Change crash file to dmp on window to avoid renaming it 4 years ago
detournavigator Replace zeroes and nulls by nullptrs 4 years ago
esm Fix reference binding to null 4 years ago
esmterrain Replace zeroes and nulls by nullptrs 4 years ago
fallback set minimal boost version; remove #ifdef boost version checks 4 years ago
files Replace zeroes and nulls by nullptrs 4 years ago
fontloader Catch MyGUI exceptions in the FontLoader destructor 5 years ago
interpreter Replace zeroes and nulls by nullptrs 4 years ago
loadinglistener Fix C5204 warnings by adding default virtual destructors 5 years ago
misc Use some C++17 where it makes the code more readable 4 years ago
myguiplatform Replace zeroes and nulls by nullptrs 4 years ago
nif Turn all NIF records into structs 4 years ago
nifbullet Fix tag mismatch 4 years ago
nifosg Make sure NIFLoader avoids working further with empty geometry 4 years ago
process Remove redundant includes 6 years ago
resource Use bip01 for root bone name 4 years ago
sceneutil Use bip01 for root bone name 4 years ago
sdlutil Replace zeroes and nulls by nullptrs 4 years ago
settings Support vectors in settings.cfg 5 years ago
shader Remove existing shader when no longer required 4 years ago
terrain Replace zeroes and nulls by nullptrs 4 years ago
to_utf8 Remove redundant includes 6 years ago
translation Replace all NULLs to nullptr 6 years ago
version Allow getting available version information even when clone is shallow 8 years ago
vfs Merge pull request #3018 from akortunov/emplace 4 years ago
widgets Avoid height for empty message in AutoSizedTextBox 4 years ago
CMakeLists.txt values for this higher than sGroundOffset cause jittering on some surface; use safe-seeming value slightly less than sGroundOffset 4 years ago
doc.hpp