After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 523076 - Filename set to None when autosaving on exit
Filename set to None when autosaving on exit
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
2.22.x
Other All
: High critical
: ---
Assigned To: Robert Ancell
GNOME Games maintainers
: 531341 532008 532180 533203 534397 534788 534789 536860 538370 539425 540059 540066 540080 540085 540094 544275 544987 558515 560887 560972 580249 583202 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-03-17 23:58 UTC by Martin.Herndl
Modified: 2009-05-19 12:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Martin.Herndl 2008-03-17 23:58:50 UTC
Version: 2.22.0

What were you doing when the application crashed?
auf beenden geklickt^^


Distribution: Ubuntu 8.04 (hardy)
Gnome Release: 2.22.0 2008-03-17 (Ubuntu)
BugBuddy Version: 2.22.0

System: Linux 2.6.24-12-generic #1 SMP Wed Mar 12 23:01:54 UTC 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Human
Icon Theme: GartoonRedux

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0



----------- .xsession-errors (2383 sec old) ---------------------
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x17f6ed60,(nil),0x57a8950,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
fixme:d3d7:IDirect3DDeviceImpl_7_Load (0x146ad8)->(0x182a8ad0,(nil),0x1e97e8,(nil),00000000): Partially Implemented!
...Too much output, ignoring rest...
--------------------------------------------------
Traceback (most recent call last):
  • File "/var/lib/python-support/python2.5/glchess/gtkui/gtkui.py", line 973 in _on_close_window
    self.feedback.onQuit()
  • File "/var/lib/python-support/python2.5/glchess/main.py", line 396 in onQuit
    self.application.quit()
  • File "/var/lib/python-support/python2.5/glchess/main.py", line 715 in quit
    self.__game.save()
  • File "/var/lib/python-support/python2.5/glchess/main.py", line 299 in save
    self.application.history.save(pgnGame, self.fileName)
  • File "/var/lib/python-support/python2.5/glchess/history.py", line 107 in save
    f = file(fileName, 'w')
TypeError: coercing to Unicode: need string or buffer, NoneType found

Comment 1 Robert Ancell 2008-04-10 04:28:07 UTC
This will occur if unable to make the history directory. history.py:GameHistory._getFilename()
Comment 2 Robert Ancell 2008-04-10 04:36:26 UTC
Fixed in 2.22.2:
http://svn.gnome.org/viewvc/gnome-games?view=revision&revision=7615
Comment 3 Gianluca Borello 2008-05-04 09:37:18 UTC
*** Bug 531341 has been marked as a duplicate of this bug. ***
Comment 4 Gianluca Borello 2008-05-08 10:47:07 UTC
*** Bug 532008 has been marked as a duplicate of this bug. ***
Comment 5 Gianluca Borello 2008-05-08 15:27:32 UTC
*** Bug 532180 has been marked as a duplicate of this bug. ***
Comment 6 Gianluca Borello 2008-05-15 10:30:26 UTC
*** Bug 533203 has been marked as a duplicate of this bug. ***
Comment 7 Gianluca Borello 2008-05-23 10:58:59 UTC
*** Bug 534397 has been marked as a duplicate of this bug. ***
Comment 8 Susana 2008-05-25 17:14:36 UTC
*** Bug 534788 has been marked as a duplicate of this bug. ***
Comment 9 Susana 2008-05-25 17:14:42 UTC
*** Bug 534789 has been marked as a duplicate of this bug. ***
Comment 10 Gianluca Borello 2008-06-06 10:55:16 UTC
*** Bug 536860 has been marked as a duplicate of this bug. ***
Comment 11 Tero Keinänen 2008-06-17 17:11:20 UTC
*** Bug 538370 has been marked as a duplicate of this bug. ***
Comment 12 Robert Ancell 2008-06-22 04:13:12 UTC
*** Bug 539425 has been marked as a duplicate of this bug. ***
Comment 13 Gianluca Borello 2008-06-24 22:58:34 UTC
*** Bug 540059 has been marked as a duplicate of this bug. ***
Comment 14 Gianluca Borello 2008-06-25 07:48:26 UTC
*** Bug 540094 has been marked as a duplicate of this bug. ***
Comment 15 Gianluca Borello 2008-06-25 07:48:26 UTC
*** Bug 540085 has been marked as a duplicate of this bug. ***
Comment 16 Gianluca Borello 2008-06-25 07:48:29 UTC
*** Bug 540080 has been marked as a duplicate of this bug. ***
Comment 17 Gianluca Borello 2008-06-25 07:48:29 UTC
*** Bug 540066 has been marked as a duplicate of this bug. ***
Comment 18 Gianluca Borello 2008-07-23 08:08:44 UTC
*** Bug 544275 has been marked as a duplicate of this bug. ***
Comment 19 Robert Ancell 2008-08-14 07:45:29 UTC
*** Bug 544987 has been marked as a duplicate of this bug. ***
Comment 20 Robert Ancell 2008-10-31 06:41:51 UTC
*** Bug 558515 has been marked as a duplicate of this bug. ***
Comment 21 André Klapper 2008-11-16 19:13:20 UTC
*** Bug 560887 has been marked as a duplicate of this bug. ***
Comment 22 André Klapper 2008-11-16 19:13:23 UTC
*** Bug 560972 has been marked as a duplicate of this bug. ***
Comment 23 Gianluca Borello 2009-04-26 09:01:45 UTC
*** Bug 580249 has been marked as a duplicate of this bug. ***
Comment 24 Fabio Durán Verdugo 2009-05-19 12:57:22 UTC
*** Bug 583202 has been marked as a duplicate of this bug. ***