Can't load the game

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
vadi
Greenhorn
Posts: 12
Joined: 12 Nov 2007, 05:07

Can't load the game

Post by vadi »

I'm on Ubuntu 7.10, using the game from the repositories, ATI Radeon 7500.

I can't launch it at all - it just kicks me back to the login screen. :(

If there's anything else I can provide, I gladly will. Thank you.
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: Can't load the game

Post by Buginator »

You see any error messages?

It could be your gfx card drivers, since on Ubuntu 7.10 I can get it to run.


You may wish to go to the project site, and compile the program yourself if all else fails, but I somehow don't think that is the issue.
You can also try --nosound command line switch, and see if it works then.
and it ends here.
Giel
Regular
Regular
Posts: 725
Joined: 26 Dec 2006, 19:18

Re: Can't load the game

Post by Giel »

vadi wrote: I can't launch it at all - it just kicks me back to the login screen. :(
It kicks you back to GNOME or KDE's login screen ? Seems very strange....

Does it leave a file in /tmp/warzone2100.gdmp when terminating, are any messages output to terminal when you run it on the terminal ?

As a last result you could try running it like this on the terminal:

Code: Select all

warzone2100 --debug all --debugfile debug.log
and attach the debug.log file to a post (i.e. on this forum).
"First make sure it works good, only then make it look good." -- Giel
Want to tip/donate? bitcoin:1EaqP4ZPMvUffazTxm7stoduhprzeabeFh
vadi
Greenhorn
Posts: 12
Joined: 12 Nov 2007, 05:07

Re: Can't load the game

Post by vadi »

Gnome, I'm on Ubuntu 7.10 and use gnome primarily.

I can't see if it writes anything to the terminal, because it kicks me out very quickly - almost instantly. And it does essentially the same thing ctrl+alt+backspace does.

I'll check if it leaves anything in tmp, moment.
vadi
Greenhorn
Posts: 12
Joined: 12 Nov 2007, 05:07

Re: Can't load the game

Post by vadi »

Okay, actually, yes it does write 2-3 lines - I couldn't catch it all, it was too fast, but one word was "using". Then my screen resolution changed, and then it kicked me out.

There's nothing about warzone in tmp, so I'll try the debug symbols.
vadi
Greenhorn
Posts: 12
Joined: 12 Nov 2007, 05:07

Re: Can't load the game

Post by vadi »

Here it is.

"error:              You will experience graphics glitches!" Yup, you're quite right :(.

Thank you for taking your time to help me with this, by the way :)
You do not have the required permissions to view the files attached to this post.
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: Can't load the game

Post by Buginator »

vadi wrote: Gnome, I'm on Ubuntu 7.10 and use gnome primarily.

I can't see if it writes anything to the terminal, because it kicks me out very quickly - almost instantly. And it does essentially the same thing ctrl+alt+backspace does.

I'll check if it leaves anything in tmp, moment.
You doing full screen or window?  Try window.
If it still does that, then change your gfx drivers.
and it ends here.
vadi
Greenhorn
Posts: 12
Joined: 12 Nov 2007, 05:07

Re: Can't load the game

Post by vadi »

How can I launch it windowed?

And I tried both the "ati" and the "radeon" drivers..  :-\.
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: Can't load the game

Post by Buginator »

Use the command line option of --window

--help lists all commands you can use.
and it ends here.
User avatar
kage
Regular
Regular
Posts: 751
Joined: 05 Dec 2006, 21:45

Re: Can't load the game

Post by kage »

the "back to gdm" thing has nothing to do with gnome or kde -- all that's happening is that x crashed, and since gdm/kdm are on respawn by default, that's what happens.  x shouldn't allow such a crash from a resolution or bitdepth change request, but neither x, nor the drivers you're using, are perfect (it's probably the driver).
vadi
Greenhorn
Posts: 12
Joined: 12 Nov 2007, 05:07

Re: Can't load the game

Post by vadi »

Is there anything I can do?

Because I did have this game working on ubutu 7.04, but it won't work on 7.10.
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: Can't load the game

Post by Buginator »

vadi wrote: Is there anything I can do?

Because I did have this game working on ubutu 7.04, but it won't work on 7.10.
Did you try what we said?
and it ends here.
vadi
Greenhorn
Posts: 12
Joined: 12 Nov 2007, 05:07

Re: Can't load the game

Post by vadi »

My apologies, I didn't try the windowed suggestion.

Yes, that worked - sort of. The window started, I clicked on new campaign. After that, the graphics for very weird, and after "alpha was cleared for takeoff", my laptop completely froze - a problem I've been experiencing with other 3D games after upgrading to Ubuntu 7.10.

So you can write this one off as a driver regression. Too bad I don't know how to downgrade my driver though  :-\
User avatar
kage
Regular
Regular
Posts: 751
Joined: 05 Dec 2006, 21:45

Re: Can't load the game

Post by kage »

is the driver that you're using packaged in a deb? if so, you can just use the `aptitude install package-name=version-num` syntax, and choose an earlier version.
vadi
Greenhorn
Posts: 12
Joined: 12 Nov 2007, 05:07

Re: Can't load the game

Post by vadi »

I have no idea how my driver was installed. But the issue is solved, it turns out I enabled an option that "was asking for trouble". It apparently was hard-coded to be off in previous versions, and was ignored in the xorg.conf file, so I didn't know about it. Oops.

You can see my bug report here then, if anybody else is interested (https://bugs.launchpad.net/ubuntu/+sour ... bug/162888)