101000 TRAITEMENT BRUT € 2138,86
401110 COT SAL VIEILLESSE PLAFON € 147,58
401210 C.S.G. NON DEDUCTIBLE € 50,43
401310 C.S.G. DEDUCTIBLE € 142,90
401510 C.R.D.S. € 10,51
402110 COT SAL VIEILLESSE DEPLAF € 8,56
501010 COT SAL IRCANTEC TR.A € 59,88
Cotización Contingencias Comunes(4.80%) 132,00
Cotización Formación Profesional(0.10%) 2,75
Cotización Desempleo(1.55%) 42,63
Tributación IRPF(17.71%) 495,88
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
0x00000001402fa104: dbg_break() at src/base/system.cpp:192
(inlined by) dbg_assert_imp(char const*, int, int, char const*) at src/base/system.cpp:185
0x00000001402fa10e: dbg_assert_imp(char const*, int, int, char const*) at src/base/system.cpp:187
0x0000000140296942: __gnu_cxx::__normal_iterator<CFont**, std::vector<CFont*, std::allocator<CFont*> > >::__normal_iterator(CFont** const&) at /usr/x86_64-w64-mingw32/include/c++/12.2.0/bits/stl_iterator.h:1073
(inlined by) std::vector<CFont*, std::allocator<CFont*> >::end() at /usr/x86_64-w64-mingw32/include/c++/12.2.0/bits/stl_vector.h:889
(inlined by) CTextRender::OnWindowResize() at src/engine/client/text.cpp:1961
0x00000001400315f5: __gnu_cxx::__normal_iterator<std::function<void ()>*, std::vector<std::function<void ()>, std::allocator<std::function<void ()> > > >::operator++() at /usr/x86_64-w64-mingw32/include/c++/12.2.0/bits/stl_iterator.h:1107
(inlined by) CGraphics_Threaded::GotResized(int, int, int) at src/engine/client/graphics_threaded.cpp:3060
0x000000014003baad: CInput::Update() at src/engine/client/input.cpp:766
0x00000001400283d8: CClient::Run() at src/engine/client/client.cpp:3191
STextContainer &GetTextContainer(int Index)
{
dbg_assert(Index >= 0, "Text container index was invalid.");
if(Index >= (int)m_vpTextContainers.size())
{
int Size = (int)m_vpTextContainers.size();
for(int i = 0; i < (Index + 1) - Size; ++i)
m_vpTextContainers.push_back(new STextContainer());
}
return *m_vpTextContainers[Index];
}
This could create text containers unexpectedly I think (edited)