Bug 912261

Summary: [abrt] PySolFC-2.0-6.fc18: game.py:2979:pload:AssertionError: Invalid or damaged PySolFC save file
Product: [Fedora] Fedora Reporter: huskymad <huskymad>
Component: PySolFCAssignee: Stewart Adam <s.adam>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: s.adam
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:6304e96faa5ded090b7ade1639473fd55b906a4a
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-06 17:35:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: core_backtrace
none
File: environ none

Description huskymad 2013-02-18 08:58:18 UTC
Version-Release number of selected component:
PySolFC-2.0-6.fc18

Additional info:
cmdline:        /usr/bin/python /usr/share/PySolFC/pysol.py --sound-mod=pygame
executable:     /usr/share/PySolFC/pysol.py
kernel:         3.7.6-201.fc18.x86_64
uid:            1000

Truncated backtrace:
game.py:2979:pload:AssertionError: Invalid or damaged PySolFC save file

Traceback (most recent call last):
  File "/usr/share/PySolFC/pysol.py", line 32, in <module>
    sys.exit(main(sys.argv))
  File "/usr/lib/python2.7/site-packages/pysollib/main.py", line 363, in main
    app.mainloop()
  File "/usr/lib/python2.7/site-packages/pysollib/app.py", line 517, in mainloop
    self.runGame(id, random)
  File "/usr/lib/python2.7/site-packages/pysollib/app.py", line 631, in runGame
    self.game.restoreGameFromBookmark(self.nextgame.bookmark)
  File "/usr/lib/python2.7/site-packages/pysollib/game.py", line 557, in restoreGameFromBookmark
    game = self._undumpGame(p, self.app)
  File "/usr/lib/python2.7/site-packages/pysollib/game.py", line 3014, in _undumpGame
    initial_seed = pload(long)
  File "/usr/lib/python2.7/site-packages/pysollib/game.py", line 2979, in pload
    assert isinstance(obj, t), err_txt
AssertionError: Invalid or damaged PySolFC save file

Local variables in innermost frame:
p: <cPickle.Unpickler object at 0x35bc330>
obj: 4547673160995960261
t: <type 'long'>
err_txt: u'Invalid or damaged PySolFC save file'

Comment 1 huskymad 2013-02-18 08:58:21 UTC
Created attachment 698769 [details]
File: backtrace

Comment 2 huskymad 2013-02-18 08:58:23 UTC
Created attachment 698770 [details]
File: core_backtrace

Comment 3 huskymad 2013-02-18 08:58:25 UTC
Created attachment 698771 [details]
File: environ

Comment 4 Stewart Adam 2013-07-06 17:35:12 UTC
Not a bug in PySolFC, has to do with a corrupted save file.