Blood Tiger Posted August 18, 2014 Share Posted August 18, 2014 What's the reason for this crash's? Link to comment Share on other sites More sharing options...
Seemann Posted August 18, 2014 Share Posted August 18, 2014 Provide the code that cause this crash. 0x00536be0 is an address of the CEntity::getDistanceFromCentreOfMassToBaseOfModel method. It's a basic function called, for example, after opcodes 00A5 or 00A1. It's first command is .text:00536BE0 000 mov al, [ecx+CEntity.type] ; object type (low 3 bits: 0 - object, 1 - building...)if the register ECX is equal to zero this command fails and you get '0x00000000 crash'. It's possible that your script does something with the entity (car, ped) that doesn't exist. Sanny Builder 3 • SA Memory Handling • OpenIV • gtamodding.com CLEO.li - The CLEO Library - Official site Link to comment Share on other sites More sharing options...
Blood Tiger Posted August 18, 2014 Author Share Posted August 18, 2014 Provide the code that cause this crash. 0x00536be0 is an address of the CEntity::getDistanceFromCentreOfMassToBaseOfModel method. It's a basic function called, for example, after opcodes 00A5 or 00A1. It's first command is .text:00536BE0 000 mov al, [ecx+CEntity.type] ; object type (low 3 bits: 0 - object, 1 - building...)if the register ECX is equal to zero this command fails and you get '0x00000000 crash'. It's possible that your script does something with the entity (car, ped) that doesn't exist. Thanks, i will check it. Link to comment Share on other sites More sharing options...
Blood Tiger Posted August 18, 2014 Author Share Posted August 18, 2014 (edited) Okay, what's the reason 0x004c9691 and 0x24000000 crash's? 0x24000000 Crash after start New Game. Edited August 19, 2014 by Muxan Link to comment Share on other sites More sharing options...
Blood Tiger Posted August 19, 2014 Author Share Posted August 19, 2014 (edited) Unhandled exception at 0x0400d600 in "???": 0xC0000005: Access violation reading location 0x0400d600. Exception always always different but 0xC0000005 always same. Edited August 19, 2014 by Muxan Link to comment Share on other sites More sharing options...
Blood Tiger Posted August 24, 2014 Author Share Posted August 24, 2014 0x000f030a crash... and 0x64b4452f... 0x000f030a again. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now