[Kde-games-devel] Review Request: Porting KBounce to QGraphics

Stefan Majewsky majewsky at gmx.net
Tue May 1 15:59:19 UTC 2012



> On April 28, 2012, 4:36 a.m., Ian Wadham wrote:
> > First impressions: that was quick. However, I think porting to KGameRenderer and QGV might involve more than replacing one class and method by another class and method, wherever they occur. KBounce is a very old KDE Game, at least 10 years. It might need cleaning up a little.
> > 
> > The patch compiles and builds OK, except for four warning messages (in four classes) of the form:
> > 
> > /opt/local/include/QtGui/qgraphicsitem.h:323: warning: ‘virtual void QGraphicsItem::advance(int)’ was hidden
> > /kdedev/kdegames/kbounce/ball.h:61: warning:   by ‘void KBounceBall::advance()’
> > 
> > I think this is also a warning in the KGameCanvas version. It worries me because advance() is a key method in several animated games.
> > 
> > Unfortunately the ported KBounce game does not run at all on my platform. It starts off with a black rectangle in place of the startup message, as also happened with the pre-port version on my platform. Not to worry for now (we will solve that later).  Also the following error messages appear at startup:
> > 
> > kbounce(8697)/KSharedDataCache ensureFileAllocated: This system misses support for posix_fallocate() -- ensure this partition has room for at least 3164256 bytes. 
> > kbounce(8697)/KSharedDataCache: Unable to find an appropriate lock to guard the shared cache.  This *should* be essentially impossible. :( 
> > kbounce(8697)/KSharedDataCache: Unable to perform initial setup, this system probably does not really support process-shared pthreads or semaphores, even though it claims otherwise. 
> > kbounce(8697)/KSharedDataCache: Unable to unmap shared memory segment 0x109174000 
> > kbounce(8697)/libkdegames KGameRendererPrivate::setTheme: Theme newer than cache, checking SVG
> > 
> > Play starts when you click, but in the ported version the balls are jammed into the top left corner of the view and sit there pulsating but not moving much. It looks like a shrunken picture of the proper ball movement, but with the balls leaving worm-like tracks wherever they go.
> >  
> > Then when I click to build a wall, the game crashes.
> > 
> > I can change themes from Egyptian to Oxygen OK, but it reverts to Egyptian on the next test run. I guess KgTheme[Provider] does not save the theme ID as it changes but maybe on normal termination only, not if there is a crash.
> > 
> > I think the problems may be because you are using KGameRendererClient and something is going wrong there - maybe in the library itself or maybe in the way you use it. Can you try not using the asynchronous, multi-threaded part of KGameRenderer for now?
> > 
> > My platform: Apple Macbook Pro, OS X 10.7.3 (Lion), Macports Qt4-Mac 4.7.4, Macports kdelibs4 4.8.1, trunk KDE Games as at 28 April 2012.
> >

The KSharedDataCache error is most probably not Roney's fault. That thing is hidden deep in KGameRenderer.

Please try to wipe your cache and see if that fixes anything. The cache is at: $(kde4-config --path cache)/kgamerenderer-kbounce-themes


- Stefan


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/6950/#review10778
-----------------------------------------------------------


On April 28, 2012, 1:27 a.m., Roney Gomes wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://svn.reviewboard.kde.org/r/6950/
> -----------------------------------------------------------
> 
> (Updated April 28, 2012, 1:27 a.m.)
> 
> 
> Review request for KDE Games.
> 
> 
> Description
> -------
> 
> Following the timeline defined in my proposal, here is the port of the first game.
> 
> 
> Diffs
> -----
> 
>   /trunk/KDE/kdegames/kbounce/ball.h 1292137 
>   /trunk/KDE/kdegames/kbounce/ball.cpp 1292137 
>   /trunk/KDE/kdegames/kbounce/board.h 1292137 
>   /trunk/KDE/kdegames/kbounce/board.cpp 1292137 
>   /trunk/KDE/kdegames/kbounce/gamewidget.h 1292137 
>   /trunk/KDE/kdegames/kbounce/gamewidget.cpp 1292137 
>   /trunk/KDE/kdegames/kbounce/wall.h 1292137 
>   /trunk/KDE/kdegames/kbounce/wall.cpp 1292137 
> 
> Diff: http://svn.reviewboard.kde.org/r/6950/diff/
> 
> 
> Testing
> -------
> 
> I observed the game under the following conditions:
> - Before the first match
> - During a match
> - Closing a match
> 
> 
> Thanks,
> 
> Roney Gomes
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-games-devel/attachments/20120501/c4e301bb/attachment.html>


More information about the kde-games-devel mailing list