fatcoder
Member
|
[BUG] Vehicle Tutorial Access Violation
When you exit the vehicle tutorial there is an access violation relating to deleting the wheels. I'm guessing this has probably been in there since these changes back in December.
Quote:-removed Wheel::update, now it's called automatically
-Wheel class is now more safe, now you can call its methods even after deleting the vehicle in which case the calls will be ignored
Guess the wheel isn't as safe as you thought...
|
|
02-05-2011 06:07 AM |
|
Esenthel
Administrator
|
RE: [BUG] Vehicle Tutorial Access Violation
|
|
02-05-2011 11:57 AM |
|
Harry
Member
|
RE: [BUG] Vehicle Tutorial Access Violation
I don't have it too.
|
|
02-05-2011 01:54 PM |
|
Dynad
Member
|
RE: [BUG] Vehicle Tutorial Access Violation
or you want to delete something that isn't there anymore. We dont see whats created in this class... or another class is accessing it while another class is deleting it somewhere else. So you really need to look around and debug the classes where this function is used.
There is always evil somewhere, you just have to look for it properly.
|
|
02-06-2011 01:44 AM |
|