ellie-idb / blocklandjs

BlocklandJS - a implementation of V8 in Blockland. Bad code included.
2 stars 0 forks source link

Accessing object fields quicker then the TorqueScript internal clock causes undefined behavior. #29

Closed ellie-idb closed 6 years ago

ellie-idb commented 6 years ago

Okay. I've attempted a fix at this- however, there's a bug At address 0x4b45D6, there's a nullptr exception caused by who knows what. I've tried to fix this by all means- porting over the member field reading to JS, etc, but, it's still happening and I have literally no clue.

ellie-idb commented 6 years ago

Mhhhhhhh. I tried fixing this. The solution (for now) is to run a loop to freeze up Torque/the game, so we can properly access without any issues.