2025-07-22 05:52 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000653Spring engineGeneralpublic2007-10-12 19:54
ReporterPendrokar 
Assigned ToAuswaschbar 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000653: !!Units don't move/attack... etc in SVN versions when recording with F10!!
Description When recording with F10 and choosing any codec units don't obey any orders (exept start nano a building, just making the base of it) or actions in FPS mode!
SVN versions used were the bug occured 4352/4532 ! Not in the 0.75b2 release!
Additional InformationUploaded a vid to Unknown files recorded where a com doesn't take orders exept create new base of building! It is like the game is paused, but it's not!
- http://www.unknown-files.net/3617/SVN_F10_record_bug/
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files
  • diff file icon patch.diff (451 bytes) 2007-10-11 22:28 -
    Index: rts/Game/GameServer.cpp
    ===================================================================
    --- rts/Game/GameServer.cpp	(Revision 4543)
    +++ rts/Game/GameServer.cpp	(Arbeitskopie)
    @@ -690,7 +690,7 @@
     	while((timeLeft>0) && !gs->paused)
     	{
     #ifndef NO_AVI
    -		if(!game || !game->creatingVideo)
    +		if((!game || !game->creatingVideo) || !fromServerThread)
     #endif
     		{
     			boost::mutex::scoped_lock scoped_lock(gameServerMutex,!fromServerThread);
    
    diff file icon patch.diff (451 bytes) 2007-10-11 22:28 +

-Relationships
+Relationships

-Notes

~0001341

imbaczek (reporter)

I can confirm that. No idea what causes this...

~0001342

Auswaschbar (reporter)

Could someone please test the patch i attached?
Because video recording dont works on linux :(

Thanks

~0001344

imbaczek (reporter)

it worked, I committed it. please close the ticket if that's all :)
+Notes

-Issue History
Date Modified Username Field Change
2007-10-09 16:42 Pendrokar New Issue
2007-10-11 21:20 imbaczek Note Added: 0001341
2007-10-11 21:20 imbaczek Status new => confirmed
2007-10-11 22:28 Auswaschbar File Added: patch.diff
2007-10-11 22:29 Auswaschbar Note Added: 0001342
2007-10-11 22:29 Auswaschbar Status confirmed => assigned
2007-10-11 22:29 Auswaschbar Assigned To => Auswaschbar
2007-10-12 18:20 imbaczek Note Added: 0001344
2007-10-12 19:54 Auswaschbar Status assigned => resolved
2007-10-12 19:54 Auswaschbar Resolution open => fixed
+Issue History