Page 1 of 1

Game crash while driving

Posted: 22 Oct 2019 19:51
by Krrypton
Hi, i was normally playing ETS2 with Promods, when somehow the game freezed and crashed, first time happened after i was driving a quick job to cagliari, the second time i was driving in Sweden.

Re: Game crash while driving

Posted: 22 Oct 2019 20:28
by Josh0
@Krrypton,
  • You are using at least one outdated mod which generates these kinds of warnings:

    Code: Select all

    01:47:14.753 : <WARNING> [model] Model geometry '/model/activation/parking.pmg' has incorrect file version 506d6714 - expected version 506d6715. Converting...
    01:47:15.310 : <WARNING> [model] Model geometry '/model/activation/company.pmg' has incorrect file version 506d6714 - expected version 506d6715. Converting...
    01:47:16.606 : <WARNING> [model] Model geometry '/model/activation/service.pmg' has incorrect file version 506d6714 - expected version 506d6715. Converting...
    01:47:17.213 : <WARNING> [model] Model geometry '/model/activation/unknown.pmg' has incorrect file version 506d6714 - expected version 506d6715. Converting...
  • Your load order is a bit of a mess, specifically between ProMods 2.42 and PM-TCP 1.23, please see this: [GUIDE] Load order for recommended compatible maps [1.35]
  • Finally, these errors and the crash signature usually occur due to insufficient buffer space when using traffic mods:

    Code: Select all

    01:48:33.375 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 6268
    01:48:33.375 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 26400
    01:48:33.375 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 2752
    01:48:33.375 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 20240
    01:48:33.375 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 2132
    01:48:33.375 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 4428
    01:48:33.376 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 1692
    01:48:33.376 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 1692
    01:48:33.376 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 2664
    01:48:33.376 : <ERROR> [gfx] Failed to assign pool segment (models) for incoming allocation of size 292
    01:48:40.833 : <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@Ur_buffer_segment_t@prism@@@prism@@QEAAAEAUr_buffer_segment_t@1@_K@Z: Index outside array boundaries.
    Try increasing your "r_buffer_page_size" variable to "20" in your config.cfg file (see this: running out of buffers).

Re: Game crash while driving

Posted: 23 Oct 2019 10:15
by Krrypton
Somehow i managed to finish the delivery, you can close the topic, didnt receive anymore crashes, just some frezees *time for a new pc* ;)
Anyway, thanks for the help, i did everything that you suggested here.