Bug 434688
| Summary: | monsterz does not start | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Felix Schwarz <felix.schwarz> |
| Component: | monsterz | Assignee: | Ian Chapman <packages> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.7.1-3.fc8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-28 21:39:18 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: | |||
Are you running on a 64bit system? Yes. $ uname -a Linux ws2.schwarz.lokal 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:34:28 EST 2008 x86_64 x86_64 x86_64 GNU/Linux Could you try the following rpm, it should "fix" the issue and let me know if it works: http://dribble.org.uk/reviews/monsterz-0.7.1-3.fc8.drb.x86_64.rpm Note: The patch is a bit of a quick fix. Monsterz on the right hand side are not as grey as intended when you start a new game on 64bit archs. Yes, "monsterz-0.7.1-3.fc8.drb.x86_64.rpm" starts/works correctly. Thanks. An update will be pushed to the repositories shortly. monsterz-0.7.1-3.fc7 has been submitted as an update for Fedora 7 monsterz-0.7.1-3.fc8 has been submitted as an update for Fedora 8 monsterz-0.7.1-3.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. monsterz-0.7.1-3.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: $ monsterz /usr/share/monsterz/monsterz.py: could not open data from `/usr/share/monsterz'. Traceback (most recent call last): File "/usr/share/monsterz/monsterz.py", line 1994, in <module> main() File "/usr/share/monsterz/monsterz.py", line 1983, in main data = Data(sharedir) File "/usr/share/monsterz/monsterz.py", line 321, in __init__ semi_grayscale(self.shaded[i]) File "/usr/share/monsterz/monsterz.py", line 111, in semi_grayscale p[:] = (val + r) / 2, (val + g) / 2, (val + b) / 2 ValueError: matrices are not aligned for copy Version-Release number of selected component (if applicable): $ rpm -q monsterz monsterz-0.7.1-1.fc8 How reproducible: always Steps to Reproduce: 1. Open a shell 2. enter "monsterz" 3. a new window opens for ~ 1/10 sec but disappears almost immediately. Actual results: Game does not start / shows the traceback above Expected results: Game should start