Page 1 of 1

Game Crashing when entering a city

Posted: 11 Sep 2019 17:43
by SaltyJazz
When I enter a city my game crashes. I tried everything from the self-help guide, but it still doesn't work.

My game.log.txt:

Re: Game Crashing when entering a city

Posted: 11 Sep 2019 18:31
by Josh0
@SaltyJazz, your game appears to be having trouble opening a truck model:

Code: Select all

00:14:16.127 : <ERROR> [fs] Failed to open file '/vehicle/truck/mercedes_actros_2009/truck.pmd' in the read_only mode.
00:14:16.128 : <ERROR> [ld] Failed to open '/vehicle/truck/mercedes_actros_2009/truck.pmd'.
00:14:16.128 : <ERROR> model_template.cpp(590): ?cache_data_handler@model_template_u@prism@@UEAAXXZ: Failed to load model descriptor (.pmd) or model geometry (.pmg) for '/vehicle/truck/mercedes_actros_2009/truck.pmg'.
These files are not part of ProMods, so I suspect there is a problem with your base game files (or less likely a problem with another one of your mods). You can try to Verify Integrity of Game Files using Steam.

I don't think this is a problem (but I could be wrong) - I notice that you have a "base.scs" file in your mod folder, is this intentional?

Re: Game Crashing when entering a city

Posted: 11 Sep 2019 22:38
by SaltyJazz
I already tried to validate the files of ETS 2 and without any other mods (except ProMods) and it still doesn't work.
To the "base.scs" file : It wasn't intended to be in this folder (Thank you for the tip)

Re: Game Crashing when entering a city

Posted: 12 Sep 2019 13:25
by citelis730
I don't know is it causes problems but ''Real European Companies (by Tamiel18)'' on Steam is not updated for long time and probably not compitable with ProMods!

Re: Game Crashing when entering a city

Posted: 12 Sep 2019 14:32
by Josh0
@SaltyJazz,

It seems that SCS has moved or removed these files from their base.scs recently. The files were included in 1.35.1.1, but are not included in 1.35.1.150. I will investigate further.

Re: Game Crashing when entering a city

Posted: 12 Sep 2019 14:59
by SaltyJazz
citelis730 wrote:
12 Sep 2019 13:25
I don't know is it causes problems but ''Real European Companies (by Tamiel18)'' on Steam is not updated for long time and probably not compitable with ProMods!
I already tried it with ProMods only and there was the same problem

Re: Game Crashing when entering a city

Posted: 12 Sep 2019 15:14
by Josh0
SaltyJazz wrote:
11 Sep 2019 22:38
I already tried ... without any other mods (except ProMods) and it still doesn't work.
Can you provide the game.log of your game crashing while using ProMods only? Also can you tell me what city(s) you enter which cause this game crash? So far I have not been able to find any references to those Mercedes files in ProMods.

Re: Game Crashing when entering a city

Posted: 12 Sep 2019 16:24
by SaltyJazz
I wasn't able to enter any city cause every time I accepted a job it ported me into the city so the game crashed before I even saw the city. I tried this a few times with some cities and it never worked.


Re: Game Crashing when entering a city

Posted: 12 Sep 2019 16:38
by Josh0
@SaltyJazz, this new game.log shows a different crash signature than your previous game.log:

Code: Select all

00:05:52.879 : <ERROR> f:\build_bot\ssd_win_slave\final_build_ets2_135_windows_bin_steam_x64\build\prism\src\p3core\collections/arrays/arrays_base_impl.h(491): ??A?$array_t@V?$array_local_t@Vtraffic_limit_t@prism@@$02@prism@@@prism@@QEAAAEAV?$array_local_t@Vtraffic_limit_t@prism@@$02@1@_K@Z: Index outside array boundaries.
This crash signature is caused by loading two game profiles in the same game session with different mod(s) activated: you created a new profile with no mods, loaded it, then added ProMods to the profile, then loaded it again. Please try loading only one profile per game session. If the game still crashes with only ProMods please provide another game.log.

SaltyJazz wrote:
12 Sep 2019 16:24
I wasn't able to enter any city cause every time I accepted a job it ported me into the city so the game crashed before I even saw the city.
That would suggest that you're selecting Quick Jobs instead of Freight Market Jobs (not a problem, but could be key information later).

Re: Game Crashing when entering a city

Posted: 13 Sep 2019 15:16
by SaltyJazz
After I loaded only one profile in one session everything works fine (also with mods). Thank you for your help