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: | PySolFC | Assignee: | Stewart Adam <s.adam> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 18 | CC: | 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: |
|
||||||||||
Created attachment 698769 [details]
File: backtrace
Created attachment 698770 [details]
File: core_backtrace
Created attachment 698771 [details]
File: environ
Not a bug in PySolFC, has to do with a corrupted save file. |
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'