This is a for a random crash caused by the ShopEx system.
Open shopex.cpp and search for:
We replace with:C++:memcpy(pack_tab.name, shop_tab.name.c_str(), SHOP_TAB_NAME_MAX);
C++:memcpy(pack_tab.name, shop_tab.name.c_str(), sizeof(shop_tab.name));
We use essential cookies to make this site work, and optional cookies to enhance your experience.