fullscreen don t work
Moderator: Moderators
fullscreen don t work
Hello
I run opensuse 11.2 64bit, i install spring and spring lobby from accAgon's repository. But fullscreen don 't work. what happen ?
I run opensuse 11.2 64bit, i install spring and spring lobby from accAgon's repository. But fullscreen don 't work. what happen ?
Re: fullscreen don t work
dont work is a bit a vague explanation.
give infolog.txt and srceenshots, if it makes sense.
give infolog.txt and srceenshots, if it makes sense.
Re: fullscreen don t work
it s work in windowed mode, not in full screen. I look at .springrc, in springsetting ... everything should be ok, but it s not in full scree n
Re: fullscreen don t work
you did not give any more info in your last post. this is not enough to help you.hoijui wrote:give infolog.txt and srceenshots, if it makes sense.
Re: fullscreen don t work
this is infolog.txt
http://pastebin.com/m376808b7
http://pastebin.com/m376808b7
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: fullscreen don t work
Because of some unknown reasons, agon decided to pack a debug build. Debug builds always start in a windowed mode.
Re: fullscreen don t work
thanks, there a trouble with opensuse 11.x 64b since spring's last version
Re: fullscreen don t work
I got a pm which told me to do it. (Pointing at hoijui)Auswaschbar wrote:Because of some unknown reasons, agon decided to pack a debug build. Debug builds always start in a windowed mode.
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: fullscreen don t work
RELWITHDBGINFO is the max you should use for releases.
Re: fullscreen don t work
umm.. :/
yeah... well at least we found out before a new release, with all pakcage devs doing it :D
the reason i said that, is for the separate debug symbol packages. but yeah.. turns out to not be a good idea. i guess RELWITHDEBINFO would be the propper choice, not DEBUG(2|3).
RELWITHDEBINFO uses -g, and the default level is 2 (acording to "man g++") so we should have the info we want.
sorry for that!
yeah... well at least we found out before a new release, with all pakcage devs doing it :D
the reason i said that, is for the separate debug symbol packages. but yeah.. turns out to not be a good idea. i guess RELWITHDEBINFO would be the propper choice, not DEBUG(2|3).
RELWITHDEBINFO uses -g, and the default level is 2 (acording to "man g++") so we should have the info we want.
sorry for that!
Re: fullscreen don t work
" -DCMAKE_BUILD_TYPE=RELWITHDBGINFO" added to the cmake call.
Re: fullscreen don t work
IT WORKS FINE !
good job !
thanks to you agon
good job !
thanks to you agon
Re: fullscreen don t work
Hehe no problem, I guess the packages are out.