Something changed in SVN 22507

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
Zoltic
Translator
Posts: 42
Joined: November 21st, 2007, 8:31 am
Location: Pyrénées France

Something changed in SVN 22507

Post by Zoltic »

I downloaded SVN release 22507 yesterday and now I have "freeze" during saving games and even during AI turn.
Same problem each time something is displayed on the screen as dialog, informations,.....
Freeze of video, mouse and music too. (from 5 to 15 seconds).
I update SVN at least twice a day.

After rebooting my computer and removing all the "not necessary daemons" (as mysql, postgresql,...) it's the same thing. I had no problem at all with the same campaign before this release.

Has somebody else seen the same problem ?
SkeletonCrew
Inactive Developer
Posts: 787
Joined: March 31st, 2006, 6:55 am

Post by SkeletonCrew »

Thanks for the report. I've no problems on 22494.
Do you know which revision you ran before the problem occured?
If you have the time could you try to find the offending commit?

What platform are you on and which campaign causes the problem?

(The best way to find the problem is bisecting eg
commit 100 is good
commit 200 is bad

then test 150
if good test 175 next
if bad test 125 next

etc.)
Zoltic
Translator
Posts: 42
Joined: November 21st, 2007, 8:31 am
Location: Pyrénées France

Post by Zoltic »

I don't know what was the previous release I used. I think I downloaded it yesterday morning.

I'm playing "Invasion from the Unknown" to test French translations I made. I have not yet test with other campaign. But I played this all the week and had no problem.

I use : Suse 10.2 and did not changed anything nor in Linux, nor in material, from at least 5 days.

Sorry but I'm not developer here and I don't understand what you mean by :
The best way to find the problem is bisecting eg
commit 100 is good
commit 200 is bad

then test 150
if good test 175 next
if bad test 125 next
Do you say it's possible to download a previous release ?

It's the first time I use SVN (I used CVS on other projects) and don't know all the commands. :)
Could you give me the command line, just to avoid time to search ? Better one who knows than two who search. ;)

Thank you.
User avatar
ivanovic
Lord of Translations
Posts: 1149
Joined: September 28th, 2004, 10:10 pm
Location: Germany

Post by ivanovic »

To update your svn rep you usually do

Code: Select all

svn up
and get the latest version. If you want a specific revision, just do

Code: Select all

svn up -r 22500
to get revision 22500. You can now go through older revisions and check if they work. Eg you could start with 22450, if that works, go to 22500, if that is broken go to 22475 and so on.
Zoltic
Translator
Posts: 42
Joined: November 21st, 2007, 8:31 am
Location: Pyrénées France

Post by Zoltic »

Thank you for the command line, but even if I don't know the parameters of SVN I know how to do a search using fee splitting :)

But, maybe it's from home. Last night, my son needed more memory for one of his games, so he toke 256Mo from my machine and "forgot" to say me this morning. Happiness to be father..... ;)

I'll do more tests when the memory will back.

Sorry for the trouble.
Post Reply