So I've been trying to source the problem of the crashes so I went through and compared both configs for all the differences and narrowed it down to commands that could be issues.
In both but different:
mat_colcorrection_disableentities 0 in comanglia // 1 in maxframes
mat_filterlightmaps 1 in comanglia // 0 in maxframes ---- NOT IT
mat_filtertextures 1 in comanglia // 0 in maxframes ---- NOT IT
mat_specular 1 in comanglia // 0 in maxframes ---- NOT IT
mp_decals 9 in comanglia // 1 in maxframes ---- NOT IT
r_decals 9 in comanglia // 1 in maxframes ---- NOT IT
r_maxnewsamples 0 in comanglia // 2 in maxframes
cl_threaded_bone_setup 1 in comanglia // 0 in maxframes ---- NOT IT (I disabled it in comanglia but i still got crashes)
r_queued_decals 1 in comanglia // 0 in maxframes
r_queued_post_processing 1 in comanglia // 0 in maxframes
In comanglia but not maxframes:
cl_localnetworkbackdoor 0
cl_cloud_settings 0
cl_notifications_show_ingame 0
sys_minidumpspewlines 100 ---- NOT IT
cl_loadondemand_default 0
cl_ask_blacklist_opt_out "1"
cl_ask_favorite_opt_out "1"
sb_dontshow_maxplayer_warning "1"
tf_explanations_backpackpanel "1"
tf_explanations_charinfo_armory_panel "1"
tf_explanations_charinfopanel "1"
tf_explanations_craftingpanel "1"
tf_explanations_discardpanel "1"
tf_explanations_store "1"
tf_training_has_prompted_for_forums "1"
tf_training_has_prompted_for_loadout "1"
tf_training_has_prompted_for_offline_practice "1"
tf_training_has_prompted_for_options "1"
tf_training_has_prompted_for_training "1"
net_graph 1 ---- NOT IT
cl_hud_playerclass_use_playermodel 0 ---- NOT IT
mat_phong 1 ---- NOT IT
r_maxmodeldecal 9
r_occlusion 0 ---- NOT IT
snd_mixahead .05 ---- NOT IT
net_queue_trace 0 ---- NOT IT
So, any ideas on what it could be? And any that you think DEFINATELY aren't the problem. Then I can troubleshoot and find whats causing the crash.