project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Schmorgluck

Pages: [1]
1
Linux / Re: Game freezes during missions
« on: February 08, 2008, 07:30:16 am »
Oh. Right. I had been suspecting this for a while.
The thing is, I can't do that. I can't switch back to gdb when my computer is frozen. Because, well, it's frozen, it doesn't respond at all.

2
Linux / Re: Game freezes during missions
« on: February 07, 2008, 03:45:39 pm »
OK, I've finally done it. Launched the game through gdb, it finally froze as usual, I restarted my computer as usual.
What should I do now?

3
Linux / Strange messages when doing 'make lang'
« on: February 06, 2008, 06:42:11 pm »
When I type "make lang" after having followed all the directives given on the wiki, I get this :
Code: [Select]
Making lang
cs.po
/bin/sh: msgfmt: not found
da.po
/bin/sh: msgfmt: not found
de.po
/bin/sh: msgfmt: not found
en.po
/bin/sh: msgfmt: not found
es_ES.po
/bin/sh: msgfmt: not found
es.po
/bin/sh: msgfmt: not found
est.po
/bin/sh: msgfmt: not found
fi.po
/bin/sh: msgfmt: not found
fr.po
/bin/sh: msgfmt: not found
gr.po
/bin/sh: msgfmt: not found
it.po
/bin/sh: msgfmt: not found
ja.po
/bin/sh: msgfmt: not found
pl.po
/bin/sh: msgfmt: not found
pt_BR.po
/bin/sh: msgfmt: not found
ru.po
/bin/sh: msgfmt: not found
slo.po
/bin/sh: msgfmt: not found
sv.po
/bin/sh: msgfmt: not found
th.po
/bin/sh: msgfmt: not found

The "/bin/sh: msgfmt: not found" are on STDERR, all the rest is on STDOUT.

My questions are : is the operation successful? If not, why?

EDIT: it seems that the answer to my first question is "no". I'd appreciate some insight about my second one.

4
Linux / Re: linux problems, no language
« on: February 06, 2008, 05:17:11 pm »
Well, typing "make lang" simply doesn't work if you have not performed certain actions that I can't describe here because I can't find what they are, since they are not explained in the wiki or anywhere else I've looked for.

It seems we're supposed to guess.

5
Linux / Re: Game freezes during missions
« on: January 31, 2008, 03:11:36 pm »
OK, I'll give it a try as soon as I build the courage to do all the compilation stuff. Any tips about compiling in debugging mode?

6
Linux / Re: Game freezes during missions
« on: January 31, 2008, 11:47:45 am »
Well, I was wondering if I shouldn't have posted it in the bugs section, but you're right, it looks like it's more a system issue.
Anyway, I made some more tests, and it appears that it most likely has nothing to do with particles (I therefore removed the reference to particles in the thread title).
The message about particles doesn't appear in the other logs. In fact, no error message appears in them.

However, by playing over and over (and freezing over and over), I found what seems to be a common point between all the crashes : they all happen when I'm scrolling. At first I thought only mouse scrolling caused it, so I switched to using the numpad to scroll, but it happened as well (it seems to me that it happen less often, but I can't affirm it). It even happened once when I was rotating the view. Also, I don't know if this is related (probably), but  sometimes short freezes happen during scroll.

I guess it's very probably a refreshing problem. I checked if my computer fulfilled the system requirements, and theoretically it does. I'm going to check if my graphic chipset (Radeon IGP 320m) is properly handled by Ubuntu, it's the best theory I have for now.

7
Linux / Game freezes during missions
« on: January 30, 2008, 01:01:09 pm »
Hi. I tried to look for my problem in the bugtracker, and didn't find it. Ignoring if I searched properly, I ask here if anyone encountered the issue.

During missions, the game has a tendency to freeze completely. In fact, my whole computer is frozen, and I have no choice but hard-rebooting. This happens often, and is very annoying. I've tried to launch the game from command line redirecting to a file. I'm not quite sure this is related but after the crash I saw the file finished with several hundred lines saying "Too many particles (don't add burnFlame2) - exceeded 2048".
I'd like to know if there is a way to avoid this problem, to test if it is the real cause of the freeze.
I'm using version 2.2-0, installed from a deb package downloaded from getdeb, under Ubuntu Gutsy.

EDIT: I feel relevant to add that this is particularly frequent with crashed UFO missions, which makes more likely for the cause being the particles excess, due to the flames.
EDIT: Damn! Just realized I probably have posted in the wrong section.

EDIT: Removed the irrelevant reference to particles from the title.

8
FAQ / Can't find the executable (Ubuntu)
« on: August 24, 2007, 04:25:29 pm »
Hello.
I followed the wiki's installation instructions for Debian-based distributions, the maps compiled ok apparently, but I can't find the executable anywhere. It isn't in trunk. How cn I find it ?
FYI I'm under Ubuntu Feisty Fawn, up to date.

Pages: [1]