[Solved] What would cause an "Exception (Alignment) Occurred!"? April 30, 2009 10:08PM | Registered: 15 years ago Posts: 22 |
Re: What would cause an "Exception (Alignment) Occurred!"? April 30, 2009 10:29PM | Registered: 16 years ago Posts: 1,012 |
Re: What would cause an "Exception (Alignment) Occurred!"? April 30, 2009 10:38PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: What would cause an "Exception (Alignment) Occurred!"? April 30, 2009 10:45PM | Registered: 15 years ago Posts: 22 |
Re: What would cause an "Exception (Alignment) Occurred!"? April 30, 2009 11:09PM | Registered: 16 years ago Posts: 265 |
Re: What would cause an "Exception (Alignment) Occurred!"? April 30, 2009 11:46PM | Registered: 15 years ago Posts: 22 |
Quote
henke37
You most likely used a corrupted float pointer. Failing that, you have some other sort of pointer mismangerment. The error is due to acessing data as a type without proper alignment for that type. Given that proper code shouldn't ever place data with bad alignment, you likely screwed up a pointer.