Bug 291131
| Summary: | Widelands build-11 released | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nils Philippsen <nphilipp> |
| Component: | widelands | Assignee: | Karol Trzcionka <karlikt> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7 | CC: | opensource |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://xoops.widelands.org/modules/news/article.php?storyid=19 | ||
| Whiteboard: | |||
| Fixed In Version: | 0-0.7.build11.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-09-24 17:59:27 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: | |||
|
Description
Nils Philippsen
2007-09-14 15:57:29 UTC
I found that then new version was available while browsing happypenguin.org. I get this error when I want to play it using the rpm from updates-testing, build-10 works without a problem. Section [global], key 'single_watchwin' not used (did you spell the name correctly?) Section [global], key 'EXENAME' not used (did you spell the name correctly?) Sound_Handler: loaded song "music/intro_00.ogg" Sound_Handler: loaded song "music/menu_00.ogg" WARNING: Couldn't open pics/progress_bg.png: Could not find file: could not find file or directory: pics/progress_bg.png WARNING: Couldn't open pics/progress.png: Could not find file: could not find file or directory: pics/progress.png Caught exception (of type '11_wexception') in outermost handler! The exception said: src/graphic.cc:330 get_resized_picture(0): picture doesn't exist This should not happen. Please file a bug report on version: build-11. lastserial: 0 WARNING: Hardware shutting down although graphics system ist still alive! Please any info about the machine. On my computer (i386) all works fine, my friend tested it on x86_64 and it works correct too. He has a problem with yum update (the game returns the same error), but after reinstall it is ok. I have an system i386, too. It works, after I removed the old widelands, removed my .widelands directory and installed it again. I think the problem was having the maps as unpacked directories in the old
release and having them as single files with the same name in the next. RPM
can't handle that by itself, you need to remove the directories and their
contents in %pre in the new version, e.g. like this:
--- 8< ---
%pre
# prepare transition of maps from unpackaed directories to single files with
# the same name
cat << EOF | while read name; do rm -rf
"%{_datadir}/widelands/maps/${name}.wmf"; done
Checkmate
Dry Riverbed
Elven Forests
Enemy in sight
Finlakes
Firegames
Four Castles
Glacier Lake
Golden Peninsula
Lake of tranquility
Plateau
Riverlands
The Oasis Triangle
The big lake
The long way
Two frontiers
War of the Valleys
EOF
--- >8 ---
This needs to be fixed because it renders the package not updatable.
widelands-0-0.7.build11.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. widelands-0-0.7.build11.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. |