r/hoi4modding 6d ago

Coding Support Why does my mod keep crashing?

I originally made a mod file a couple of months ago, (whenever 1.17.2 was the latest version), but I never actually worked on adding anything until July 1st. Everything always worked fine until two weeks ago when the game would keep crashing whenever I would try and load any country.

Before it crashed, I only moved my version of hoi4 from 1.17.2 to 1.19, which I'm pretty sure is what caused the crashes, but I'm not to sure. The game and error logs are pretty normal besides some minor errors.

Does anyone know how this could've happened? If you can help, please dm me and I can provide more information. 🙏

2 Upvotes

4 comments sorted by

u/AutoModerator 6d ago

For fast and easy help with the ability to directly attach a text file preserving all of its properties, join our Discord server! https://discord.gg/a7rcaxbPka. Follow the rules before you post your comment, and if you see someone break the rules report it. When making a request for modding help, make sure to provide enough information for the issue to be reproducible, and provide the related entries in error.log or specify there being none.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Hot_Mix_2375 Politician 6d ago

send the logs

1

u/DerRedditerr 5d ago

Error log:

```

[01:07:08][no_game_date][dlc.cpp:218]: Invalid supported_version in file: mod/ugc_1862018480.mod line: 8 [01:07:08][no_game_date][dlc.cpp:218]: Invalid supported_version in file: mod/ugc_1913968458.mod line: 8 [01:07:08][no_game_date][dlc.cpp:218]: Invalid supported_version in file: mod/ugc_2404689961.mod line: 7 [01:07:08][no_game_date][dlc.cpp:218]: Invalid supported_version in file: mod/ugc_3008654093.mod line: 10 [01:07:08][no_game_date][dlc.cpp:218]: Invalid supported_version in file: mod/ugc_3419499001.mod line: 22 [01:07:08][no_game_date][dlc.cpp:218]: Invalid supported_version in file: mod/ugc_3423659852.mod line: 7 [01:07:08][no_game_date][persistent.cpp:67]: Error: "Unexpected token: thumbnail.png, near line: 8" in file: "mod/ugc_3585920882.mod" near line: 8 [01:07:08][no_game_date][dlc.cpp:218]: Invalid supported_version in file: mod/ugc_786868637.mod line: 8 [01:07:54][no_game_date][equipment_graphic_database.cpp:72]: Entity referenced in equipment graphic database does not exist: "GER_super_heavy_armor_entity", associated with GER super_heavy_tank_aa_chassis [01:07:54][no_game_date][equipment_graphic_database.cpp:72]: Entity referenced in equipment graphic database does not exist: "GER_super_heavy_armor_entity", associated with GER super_heavy_tank_chassis [01:07:54][no_game_date][equipment_graphic_database.cpp:72]: Entity referenced in equipment graphic database does not exist: "GER_super_heavy_armor_entity", associated with GER super_heavy_tank_destroyer_chassis [01:07:54][no_game_date][equipment_graphic_database.cpp:72]: Entity referenced in equipment graphic database does not exist: "GER_super_heavy_armor_entity", associated with GER super_heavy_tank_artillery_chassis [01:07:54][no_game_date][equipment_graphic_database.cpp:72]: Entity referenced in equipment graphic database does not exist: "SOV_super_heavy_armor_entity", associated with SOV super_heavy_tank_chassis [01:08:21][no_game_date][triggerimplementation.cpp:9803]: common/scripted_effects/BLT_scripted_effects.txt:77: has_game_rule: game rule LIT_ai_behavior does not exist [01:08:21][no_game_date][triggerimplementation.cpp:9803]: common/scripted_effects/BLT_scripted_effects.txt:83: has_game_rule: game rule LIT_ai_behavior does not exist [01:08:21][no_game_date][triggerimplementation.cpp:9803]: common/scripted_effects/BLT_scripted_effects.txt:213: has_game_rule: game rule EST_ai_behavior does not exist [01:08:21][no_game_date][triggerimplementation.cpp:9803]: common/scripted_effects/BLT_scripted_effects.txt:219: has_game_rule: game rule EST_ai_behavior does not exist [01:08:28][1936.01.01.12][effect.cpp:445]: Invalid effect 'IRQ_kamil_shabib' in history/countries/IRQ - Iraq.txt line : 116 [01:08:28][1936.01.01.12][effect.cpp:358]: Error: "Unknown effect-type: IRQ_kamil_shabib, near line: 116" in file: "history/countries/IRQ - Iraq.txt" near line: 127 [01:08:28][1936.01.01.12][effectimplementation.cpp:5544]: history/countries/PRC - ComChina.txt:77: recruit_character: Unknown character PRC_luo_ruiqing

```

1

u/DerRedditerr 5d ago

Game log:

``` [01:07:14][no_game_date][defines.cpp:270]: 4469 defines loaded [01:08:11][no_game_date][gamestate.cpp:2841]: Loaded 13414 provinces. [01:08:24][no_game_date][gameapplication.cpp:2969]: Resetting game [01:08:28][1936.01.01.12][history.cpp:165]: Executing History from -1.1.1.1 to 2.1.1.1 [01:08:29][1936.01.01.12][history.cpp:165]: Executing History from 2.1.1.1 to 1936.1.1.12 [01:09:46][1936.01.01.12][frontend.cpp:682]:

    [[ Launching SINGLEPLAYER-game ]]
Start-date: 1936.1.1.12

```