Page 1 of 1

(Resolved (or not))Where are my cursors in S44?

Posted: 26 Oct 2010, 18:33
by Godde
After downloading the source on ubuntu(linux) http://springrts.com/phpbb/viewtopic.ph ... 08#p454708 I got this
Image
I deleted my spring_src folder and redownloaded it again but it didnt make any difference.
Commands used for downloading:
git clone git://github.com/spring/spring.git spring_src
cmake -G "Unix Makefiles" . && make && sudo make install

Does anyone else get theese cursor errors?

Can I base my pathing testing on this or might something else be missing aswell?

Re: Where are my move, fight and patrol cursors?

Posted: 26 Oct 2010, 19:00
by hoijui
coudl be a GFX driver problem. is it ATI? if so.. there were problems with .. bitmaps(?) in the past, when they had non-pot sizes.

Re: Where are my move, fight and patrol cursors?

Posted: 26 Oct 2010, 21:01
by Godde
I use NVidia 8800 GTS
I havent really had any graphical errors before.
Cursors in normal spring works fine.

Re: Where are my move, fight and patrol cursors?

Posted: 28 Oct 2010, 15:19
by Godde
Now I updated it again and now everything is fine.

Commands used:
cd spring_src && git fetch && git checkout 0.82.6.1-20-g872d999^C
cmake -G "Unix Makefiles" . && make && sudo make install

Re: (Resolved (or not))Where are my cursors in S44?

Posted: 29 Oct 2010, 12:03
by Godde
Now the cursors disappeared again after I downloaded the latest spring engine build. They are only gone in S44.
All market garden starting units disappear except the HQ...
0.82.3-850-g9828dc1