Warning: session_start(): open(/tmp/sess_suto18bhdse16afn9cqt9dqbn7, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
qGO openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

qGO

   1.5.3  

KDE Board Game

Score 69%
qGO
zoom


qGO
zoom


Link:  Link
Downloads:  5103
Submitted:  Jan 14 2004
Updated:  Jan 9 2007

Description:

Go is an ancient boardgame, very common in Japan, China and Korea.

qGo is a Go client and full featured SGF editor, available for Linux/Windows and MacOS X. qGo code is C++/Qt and it's free.




Changelog:

1.5.3 release - minor feature and bugfix release




LicenseGPL
Send to a friend
Subscribe
Other  Content  from yfh2
Report inappropriate content



goto page: prev   1  2 

-
.

 compiling on xp

 
 by craigf on: Jul 3 2004
 
Score 50%
craigfcraigf
small-pla.ne t

yes, i am being serious.

with a little tweaking, i got qGo to compile on XP using ws.net2003 and qt3.2.1[nc] - and it works sweet.

now for the issues - and some of them are valid.
first compile spat out these 5 errors:

imagehandler.cpp(131) : error C2668: 'sqrt' : ambiguous call to overloaded function

imagehandler.cpp(196) : error C2668: 'sqrt' : ambiguous call to overloaded function

imagehandler.cpp(273) : error C2668: 'sqrt' : ambiguous call to overloaded function

all lines of which read :
double di, dj, d2=(double)d/2.0-5e-1, r=d2-2e-1, f=sqrt(3);

i got around this by (naively) changing it to f=sqrt(3.0).
if it compiles, it must work, right?

as well as these errors

tree.cpp(8) : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory

matrix.cpp(8) : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory

both of which read
#include <iostream.h>

this is a valid point - that .h shouldn't be there, so i remove it from both lines.

and compile again. this time i hit 31 errors.

matrix.cpp(83) : error C2065: 'cout' : undeclared identifier

and 29 x
matrix.cpp(84) : error C3861: 'cout': identifier not found, even with argument-dependent lookup

all lines of which try to use cout directly. i s&r with std::cout.

finally,

.\qgo.rc(1) : error RC2135 : file not found: pics/Bowl.ico

which reads
IDI_ICON1 ICON DISCARDABLE "pics/Bowl.ico"

looking in the /pics directory i notice that there is no Bowl.ico, but rather a bowl.png. i also notice a very smart qgo.ico, so i change the referance to this instead.

this time the compile goes through fine and the game runs 100%


very cool game, btw.
but hey, i'm a 31kyu so what would i know... ;)


---
craig (at) small (minus) pla (dot) net

Reply to this

-

 can\'t compile it

 
 by solstice on: Mar 31 2005
 
Score 50%

whatever the release is, i always got that error when i compile it.

==============================
source='mainwin.cpp' object='mainwin.o' libtool=no \
depfile='.deps/mainwin.Po' tmpdepfile='.deps/mainwin.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -fno-exceptions -fno-check-new -c -o mainwin.o `test -f 'mainwin.cpp' || echo './'`mainwin.cpp
mainwin.cpp: In constructor `ClientWindow::ClientWindow(QMainWindow*, const
char*, unsigned int)':
mainwin.cpp:425: error: parse error before `)' token
mainwin.cpp:429: error: parse error before `)' token
mainwin.cpp:437: error: parse error before `)' token
make[3]: *** [mainwin.o] Error 1
make[3]: Leaving directory `/home/stef/qgo-1.0.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/stef/qgo-1.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stef/qgo-1.0.1'
make: *** [all] Error 2


Reply to this

-
.

 Segfaults

 
 by blaster999 on: Jul 6 2005
 
Score 50%

Hi! I get segfaults immediately after launching qgo. I don't have a clue about what's wrong.


It is not the size of the hammer that counts. It's how you wield it.
Reply to this

-

 Re: Segfaults

 
 by yfh2 on: Jul 8 2005
 
Score 50%

ahem, with what you give, neither do I.
can you at least run 'qgo -debug' from the command line, and report by mail to the deveoppers.


Reply to this

-

 Re: Re: Segfaults

 
 by blaster999 on: Jul 8 2005
 
Score 50%

Here's what I get:
blaster@Raven ~ $ qgo -debug
Segmentation fault


It is not the size of the hammer that counts. It's how you wield it.
Reply to this

-
.

 immediate segfault

 
 by nsteeves on: Oct 30 2005
 
Score 50%

This effects, qgo-1.0.2, qgo-1.0.3, and qgo-1.03-R2, etc. Here is the relevant debugging information:

glibc-2.3.5
xorg-6.8.2
qt-3.3.4
kdelibs-3.4.3

Here's the gdb output:
~ $ gdb -e qgo

Program received signal SIGSEGV, Segmentation fault.
0x080c1b31 in ?? ()
(gdb) bt
#0 0x080c1b31 in ?? ()
#1 0xbfca4970 in ?? ()
#2 0xbfca4990 in ?? ()
#3 0xbfca4980 in ?? ()
#4 0xbfca49a4 in ?? ()
#5 0x00000001 in ?? ()
#6 0xb74077d1 in _IO_list_resetlock () from /lib/libc.so.6
#7 0xb7db0386 in qWarning () from /usr/lib/libqt-mt.so.3
#8 0xb7dd8ea6 in QSettings::sync () from /usr/lib/libqt-mt.so.3
#9 0xb7dd9772 in QSettings::~QSettings () from /usr/lib/libqt-mt.so.3
#10 0xb7d990d1 in QComLibrary::createInstanceInternal () from /usr/lib/libqt-mt.so.3
#11 0xb7d99389 in QComLibrary::queryInterface () from /usr/lib/libqt-mt.so.3
#12 0xb7db0e71 in QGPluginManager::addLibrary () from /usr/lib/libqt-mt.so.3
#13 0xb7db2a08 in QGPluginManager::library () from /usr/lib/libqt-mt.so.3
#14 0xb7db3379 in QGPluginManager::queryUnknownInterface () from /usr/lib/libqt-mt.so.3
#15 0xb7dfd893 in QStyleFactory::create () from /usr/lib/libqt-mt.so.3
#16 0xb7a8107b in QApplication::style () from /usr/lib/libqt-mt.so.3
#17 0x08081afc in ?? ()
#18 0xbfca7570 in ?? ()
#19 0xbfca7600 in ?? ()
#20 0xbfca7684 in ?? ()
#21 0xbfca74c0 in ?? ()
#22 0x06859205 in ?? ()
#23 0xbfca74f0 in ?? ()
#24 0xb75e6520 in ?? ()
#25 0xb7508a09 in ?? () from /usr/lib/libstdc++.so.6
#26 0xb75b3a5c in typeinfo for std::locale::facet () from /usr/lib/libstdc++.so.6
#27 0xb75c2e57 in pthread_mutex_lock () from /lib/libpthread.so.0
#28 0xb73bbe0f in __libc_start_main () from /lib/libc.so.6
#29 0x08061541 in ?? ()


And here's the valgrind output:
~ $ valgrind --leak-check=full qgo
==22404== Memcheck, a memory error detector.
==22404== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==22404== Using LibVEX rev 1367, a library for dynamic binary translation.
==22404== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP.
==22404== Using valgrind-3.0.1, a dynamic binary instrumentation framework.
==22404== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
==22404== For more details, rerun with: -v
==22404==
==22404== Invalid read of size 4
==22404== at 0x80C1B31: (within /usr/bin/qgo)
==22404== by 0x1BE74385: qWarning(char const*, ...) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE9CEA5: QSettings::sync() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE9D771: QSettings::~QSettings() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE5D0D0: QComLibrary::createInstanceInternal() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE5D388: QComLibrary::queryInterface(QUuid const&, QUnknownInterface**) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE74E70: QGPluginManager::addLibrary(QLibrary*) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE76A07: QGPluginManager::library(QString const&) const (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE77378: QGPluginManager::queryUnknownInterface(QString const&, QUnknownInterface**) const (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BEC1892: QStyleFactory::create(QString const&) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BB4507A: QApplication::style() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x8081AFB: (within /usr/bin/qgo)
==22404== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==22404==
==22404== Process terminating with default action of signal 11 (SIGSEGV)
==22404== Access not within mapped region at address 0x0
==22404== at 0x80C1B31: (within /usr/bin/qgo)
==22404== by 0x1BE74385: qWarning(char const*, ...) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE9CEA5: QSettings::sync() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE9D771: QSettings::~QSettings() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE5D0D0: QComLibrary::createInstanceInternal() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE5D388: QComLibrary::queryInterface(QUuid const&, QUnknownInterface**) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE74E70: QGPluginManager::addLibrary(QLibrary*) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE76A07: QGPluginManager::library(QString const&) const (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE77378: QGPluginManager::queryUnknownInterface(QString const&, QUnknownInterface**) const (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BEC1892: QStyleFactory::create(QString const&) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BB4507A: QApplication::style() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x8081AFB: (within /usr/bin/qgo)
==22404==
==22404== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 74 from 3)
==22404== malloc/free: in use at exit: 246740 bytes in 5623 blocks.
==22404== malloc/free: 45082 allocs, 39459 frees, 2070400 bytes allocated.
==22404== For counts of detected errors, rerun with: -v
==22404== searching for pointers to 5623 not-freed blocks.
==22404== checked 955452 bytes.
==22404==
==22404==
==22404== 216 bytes in 1 blocks are definitely lost in loss record 272 of 355
==22404== at 0x1B8FF8A1: malloc (in /usr/lib/valgrind/vgpreload_memcheck.so)
==22404== by 0x1C979555: _XimOpenIM (in /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2)
==22404== by 0x1C25C87D: (within /usr/X11R6/lib/libX11.so.6.2)
==22404== by 0x1C9790E9: _XimRegisterIMInstantiateCallback (in /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2)
==22404== by 0x1C25C99B: (within /usr/X11R6/lib/libX11.so.6.2)
==22404== by 0x1C22BE27: XRegisterIMInstantiateCallback (in /usr/X11R6/lib/libX11.so.6.2)
==22404== by 0x1BADCA74: qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BADE0D5: qt_init(int*, char**, QApplication::Type) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BB47016: QApplication::construct(int&, char**, QApplication::Type) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BB473F4: QApplication::QApplication(int&, char**) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x8081AF6: (within /usr/bin/qgo)
==22404== by 0x1C3EBE0E: __libc_start_main (in /lib/libc-2.3.5.so)
==22404==
==22404== LEAK SUMMARY:
==22404== definitely lost: 216 bytes in 1 blocks.
==22404== possibly lost: 0 bytes in 0 blocks.
==22404== still reachable: 246524 bytes in 5622 blocks.
==22404== suppressed: 0 bytes in 0 blocks.
==22404== Reachable blocks (those to which a pointer was found) are not shown.
==22404== To see them, rerun with: --show-reachable=yes
Segmentation fault


Reply to this

-
.

 immediate segfault

 
 by nsteeves on: Oct 30 2005
 
Score 50%

This effects, qgo-1.0.2, qgo-1.0.3, and qgo-1.03-R2, etc. Here is the relevant debugging information:

glibc-2.3.5
xorg-6.8.2
qt-3.3.4
kdelibs-3.4.3

Here's the gdb output:
~ $ gdb -e qgo

Program received signal SIGSEGV, Segmentation fault.
0x080c1b31 in ?? ()
(gdb) bt
#0 0x080c1b31 in ?? ()
#1 0xbfca4970 in ?? ()
#2 0xbfca4990 in ?? ()
#3 0xbfca4980 in ?? ()
#4 0xbfca49a4 in ?? ()
#5 0x00000001 in ?? ()
#6 0xb74077d1 in _IO_list_resetlock () from /lib/libc.so.6
#7 0xb7db0386 in qWarning () from /usr/lib/libqt-mt.so.3
#8 0xb7dd8ea6 in QSettings::sync () from /usr/lib/libqt-mt.so.3
#9 0xb7dd9772 in QSettings::~QSettings () from /usr/lib/libqt-mt.so.3
#10 0xb7d990d1 in QComLibrary::createInstanceInternal () from /usr/lib/libqt-mt.so.3
#11 0xb7d99389 in QComLibrary::queryInterface () from /usr/lib/libqt-mt.so.3
#12 0xb7db0e71 in QGPluginManager::addLibrary () from /usr/lib/libqt-mt.so.3
#13 0xb7db2a08 in QGPluginManager::library () from /usr/lib/libqt-mt.so.3
#14 0xb7db3379 in QGPluginManager::queryUnknownInterface () from /usr/lib/libqt-mt.so.3
#15 0xb7dfd893 in QStyleFactory::create () from /usr/lib/libqt-mt.so.3
#16 0xb7a8107b in QApplication::style () from /usr/lib/libqt-mt.so.3
#17 0x08081afc in ?? ()
#18 0xbfca7570 in ?? ()
#19 0xbfca7600 in ?? ()
#20 0xbfca7684 in ?? ()
#21 0xbfca74c0 in ?? ()
#22 0x06859205 in ?? ()
#23 0xbfca74f0 in ?? ()
#24 0xb75e6520 in ?? ()
#25 0xb7508a09 in ?? () from /usr/lib/libstdc++.so.6
#26 0xb75b3a5c in typeinfo for std::locale::facet () from /usr/lib/libstdc++.so.6
#27 0xb75c2e57 in pthread_mutex_lock () from /lib/libpthread.so.0
#28 0xb73bbe0f in __libc_start_main () from /lib/libc.so.6
#29 0x08061541 in ?? ()


And here's the valgrind output:
~ $ valgrind --leak-check=full qgo
==22404== Memcheck, a memory error detector.
==22404== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==22404== Using LibVEX rev 1367, a library for dynamic binary translation.
==22404== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP.
==22404== Using valgrind-3.0.1, a dynamic binary instrumentation framework.
==22404== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
==22404== For more details, rerun with: -v
==22404==
==22404== Invalid read of size 4
==22404== at 0x80C1B31: (within /usr/bin/qgo)
==22404== by 0x1BE74385: qWarning(char const*, ...) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE9CEA5: QSettings::sync() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE9D771: QSettings::~QSettings() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE5D0D0: QComLibrary::createInstanceInternal() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE5D388: QComLibrary::queryInterface(QUuid const&, QUnknownInterface**) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE74E70: QGPluginManager::addLibrary(QLibrary*) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE76A07: QGPluginManager::library(QString const&) const (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE77378: QGPluginManager::queryUnknownInterface(QString const&, QUnknownInterface**) const (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BEC1892: QStyleFactory::create(QString const&) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BB4507A: QApplication::style() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x8081AFB: (within /usr/bin/qgo)
==22404== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==22404==
==22404== Process terminating with default action of signal 11 (SIGSEGV)
==22404== Access not within mapped region at address 0x0
==22404== at 0x80C1B31: (within /usr/bin/qgo)
==22404== by 0x1BE74385: qWarning(char const*, ...) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE9CEA5: QSettings::sync() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE9D771: QSettings::~QSettings() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE5D0D0: QComLibrary::createInstanceInternal() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE5D388: QComLibrary::queryInterface(QUuid const&, QUnknownInterface**) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE74E70: QGPluginManager::addLibrary(QLibrary*) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE76A07: QGPluginManager::library(QString const&) const (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BE77378: QGPluginManager::queryUnknownInterface(QString const&, QUnknownInterface**) const (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BEC1892: QStyleFactory::create(QString const&) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BB4507A: QApplication::style() (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x8081AFB: (within /usr/bin/qgo)
==22404==
==22404== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 74 from 3)
==22404== malloc/free: in use at exit: 246740 bytes in 5623 blocks.
==22404== malloc/free: 45082 allocs, 39459 frees, 2070400 bytes allocated.
==22404== For counts of detected errors, rerun with: -v
==22404== searching for pointers to 5623 not-freed blocks.
==22404== checked 955452 bytes.
==22404==
==22404==
==22404== 216 bytes in 1 blocks are definitely lost in loss record 272 of 355
==22404== at 0x1B8FF8A1: malloc (in /usr/lib/valgrind/vgpreload_memcheck.so)
==22404== by 0x1C979555: _XimOpenIM (in /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2)
==22404== by 0x1C25C87D: (within /usr/X11R6/lib/libX11.so.6.2)
==22404== by 0x1C9790E9: _XimRegisterIMInstantiateCallback (in /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2)
==22404== by 0x1C25C99B: (within /usr/X11R6/lib/libX11.so.6.2)
==22404== by 0x1C22BE27: XRegisterIMInstantiateCallback (in /usr/X11R6/lib/libX11.so.6.2)
==22404== by 0x1BADCA74: qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BADE0D5: qt_init(int*, char**, QApplication::Type) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BB47016: QApplication::construct(int&, char**, QApplication::Type) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x1BB473F4: QApplication::QApplication(int&, char**) (in /usr/lib/libqt-mt.so.3.3.4)
==22404== by 0x8081AF6: (within /usr/bin/qgo)
==22404== by 0x1C3EBE0E: __libc_start_main (in /lib/libc-2.3.5.so)
==22404==
==22404== LEAK SUMMARY:
==22404== definitely lost: 216 bytes in 1 blocks.
==22404== possibly lost: 0 bytes in 0 blocks.
==22404== still reachable: 246524 bytes in 5622 blocks.
==22404== suppressed: 0 bytes in 0 blocks.
==22404== Reachable blocks (those to which a pointer was found) are not shown.
==22404== To see them, rerun with: --show-reachable=yes
Segmentation fault


Reply to this

-

 Mandriva RPMs

 
 by squall38 on: Aug 22 2006
 
Score 50%

Fresh qGo RPMs for Mandriva here:

http://www.rpgameplace.de/rpms

Btw, this is a great Go tutorial for people who have never played Go before (needs Java):

http://playgo.to/interactive/


Reply to this

goto page: prev   1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team