Re: Exotica & crash
- Posted by Todd Riggins <triggins at AIRMAIL.NET> Sep 23, 1999
- 518 views
Hiya, Talvitie wrote: > still got one problem unsolved: my machine still crashes while using exotica > and files I have edited/created by myself. Could you, Todd, see what's bugging my > source? I have included it with this mail. function MainLoop() if ProgState=0 then LoadWorld() ProgState=1 elsif ProgState=1 then for c=1 to LastCam do DoThe3D(c) end for ^^^^^^^^^^ I commented out the for loop that uses your DoThe3D(c) routine and then it didn't crash my machine anymore. Since I don't know the 3D math stuff quite yet, I haven't a clue why this function crashes... Hope this helps ya somehow... - Todd Riggins