ValveSoftware / csgo-osx-linux

Counter-Strike: Global Offensive
http://counter-strike.net
782 stars 69 forks source link

prop_vehicle_driveable crashing since December 6th Danger Zone update #1936

Open JagFlax opened 5 years ago

JagFlax commented 5 years ago

Your system information

Please describe your issue in as much detail as possible:

When providing a valid model and vehicle script file, the game will crash upon spawning the vehicle. It is not a model or script problem, as it would not crash the game prior to the Danger Zone update. No error messages are given after crashes, the game will just close. Occurs on both Linux and Windows, server-side and client-side.

Steps for reproducing this issue:

  1. Download sample vehicle with map: vehicle.zip and extract into csgo folder
  2. Load into the test case map by typing "map buggy" in console
  3. Game will crash as soon as it loads in the vehicle
iEx5 commented 5 years ago

My Log By Accelerator: Thread 0 (crashed): 0: vphysics.so + 0x66da1 eax: 0x00000007 ebp: 0xff9fc748 ebx: 0x0d9867f0 ecx: 0xff9fc8a0 edi: 0x0d986b10 edx: 0x0d98683c efl: 0x00010202 eip: 0xf53d4da1 esi: 0x000000bc esp: 0xff9fc650

  f53d4d90  8b 75 0c           mov esi, [ebp+0xc]
  f53d4d93  81 c6 bc 00 00 00  add esi, 0xbc
  f53d4d99  8b 44 b3 0c        mov eax, [ebx+esi*4+0xc]
  f53d4d9d  85 c0              test eax, eax
  f53d4d9f  74 17              jz 0xf53d4db8

f53d4da1 8b 40 08 mov eax, [eax+0x8] f53d4da4 8b 5d f4 mov ebx, [ebp-0xc] f53d4da7 8b 75 f8 mov esi, [ebp-0x8] f53d4daa 8b 7d fc mov edi, [ebp-0x4] f53d4dad 89 ec mov esp, ebp f53d4daf 5d pop ebp

P.S. It can be spawned correctly sometimes,like chance 5%,but i can't understand why and how.

ghost commented 5 years ago

Hi I asked for help to valve for which settle crash and it is still waiting, because I have a roleplay server and it makes me impossible to find the sound file. But they told me to keep an eye on the updates and normally it will be settled

JagFlax commented 4 years ago

Hello again. This might not be the highest priority to fix but if it were to be, it would greatly benefit community servers.

It began crashing servers (on spawn) as soon as the Danger Zone update (December 6, 2018) was added to the game. Thanks.

Heyter commented 4 years ago

CVehicleController has a broken class constructor

https://github.com/Heyter/SM-MyPlugins/tree/master/fixed_vehicle_csgo - Solved.

hermansimensen commented 3 years ago

Will we ever get an update on this situation? It's been over two years and Heyter has seemed to identify the problem.