phire / doom3.gpl

Doom 3 GPL source release
GNU General Public License v3.0
15 stars 4 forks source link

Run away loop script error. #6

Closed phire closed 12 years ago

phire commented 12 years ago

The runaway loop error is reasonably common, and it effect both 32 and 64bit versions (whoops)

A good place to reproduce is walking forwards towards the guard in the map game/mars_city1

phire commented 12 years ago

This is caused by one of my lazy initialized stack variables in the script interpreter escaping before I get around to initializing it.

But I'm not sure where.

phire commented 12 years ago

fixed in afaf9d53478b373d8bb2e7bc8b50a3097f01e075.