View Issue Details

IDProjectCategoryView StatusLast Update
0000727Spring engineGeneralpublic2007-12-28 19:58
Reporterredstar Assigned ToAuswaschbar  
PrioritynormalSeveritymajorReproducibilitysometimes
Status resolvedResolutionfixed 
Summary0000727: Spring stops rendering under certain conditions
DescriptionRunning NTai under svn spring generates a bug where spring stops rendering to the screen and refuses user input or taking focus.

When running NTai through a debugger I could see that the game simulation had not stopped, and NTai went on to play the game for 4 hours after the bug had occurred, generating game events that couldn't have occurred if it was a recursion bug in NTai.

Argh reports the same bug.
Steps To ReproduceRun NTai with svn spring. I've experienced this in XTA and argh in P.U.R.E
Additional InformationPossibly the windows event queue is not being handled correctly. Attempts to access the spring window itself failed, the only way to show it was to minimize other windows covering it. Key presses and mouse activity was ignored by spring.

NTai logs show 4+ hours fo gameplay, which ended when I decided to turn ti all of and go to sleep.

The bug itself occurs usually around the 20 minute mark.

Peet had a similar issue only he found that increasing the speed to 20x gave the issue. I run at 3x speed in my NTai tests.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Auswaschbar

2007-12-28 19:58

reporter   ~0001568

This could have happened when the server runs faster than the client, so it was stuck in an infinite ClientReadNet <-> SimFrame loop.

I added a timer so this should not happen anymore.

Issue History

Date Modified Username Field Change
2007-12-23 16:04 redstar New Issue
2007-12-28 19:58 Auswaschbar Status new => resolved
2007-12-28 19:58 Auswaschbar Resolution open => fixed
2007-12-28 19:58 Auswaschbar Assigned To => Auswaschbar
2007-12-28 19:58 Auswaschbar Note Added: 0001568