Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2014 21:45:53 GMT
From:      Jonas Hofmann <freebsd-pr@jhofmann.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/187432: games/icebreaker: broken due to incorrect paths
Message-ID:  <201403102145.s2ALjrK6023437@cgiserv.freebsd.org>
Resent-Message-ID: <201403102150.s2ALo0oo045343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187432
>Category:       misc
>Synopsis:       games/icebreaker: broken due to incorrect paths
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 21:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jonas Hofmann
>Release:        9.1
>Organization:
>Environment:
FreeBSD hamutaro 9.1-RELEASE-p10 FreeBSD 9.1-RELEASE-p10 #0: Sun Jan 12 20:11:23 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
After installing games/icebreaker with portmaster it doesn't start and instead prints these error messages:

--- OUTPUT START ---

.icebreaker doesn't exist.
Welcome to IceBreaker.
Icon not loaded!

*** IceBreaker probably wasn't installed properly. ***

Error loading /usr/ports/games/icebreaker/work/stage/usr/local/share/icebreaker/ouch.wav
Mix_LoadWAV_RW with NULL src
Error loading /usr/ports/games/icebreaker/work/stage/usr/local/share/icebreaker/crash.wav
Mix_LoadWAV_RW with NULL src
Warning: Can't open theme file /usr/ports/games/icebreaker/work/stage/usr/local/share/icebreaker/linux.ibt.
Using default look and sound.
Warning: Background not correctly defined in theme linux. Using default.
Warning: NormalText not correctly defined in theme linux. Using default.
Warning: BoardFillMin not correctly defined in theme linux. Using default.
Warning: BoardFillMax not correctly defined in theme linux. Using default.
Warning: Gridline not correctly defined in theme linux. Using default.
Warning: GridHighlight not correctly defined in theme linux. Using default.
Warning: Line1 not correctly defined in theme linux. Using default.
Warning: Line2 not correctly defined in theme linux. Using default.
Warning: MenuHighlight not correctly defined in theme linux. Using default.
Warning: GameoverText not correctly defined in theme linux. Using default.
Warning: ScorescrollText not correctly defined in theme linux. Using default.
Warning: BonusscrollText not correctly defined in theme linux. Using default.
Warning: TextentryBox not correctly defined in theme linux. Using default.
Warning: TextentryText not correctly defined in theme linux. Using default.
Warning: CopyrightText not correctly defined in theme linux. Using default.
Warning: SpriteTransparent not correctly defined in theme linux.
Warning: SpriteBitmap not correctly defined in theme linux. Using default.
         Also using default SpriteTransparent.
Couldn't load image /usr/ports/games/icebreaker/work/stage/usr/local/share/icebreaker/penguin.bmp.
SDL error: Couldn't open /usr/ports/games/icebreaker/work/stage/usr/local/share/icebreaker/penguin.bmp

Error: couldn't load any sprite at all!!!
zsh: segmentation fault  icebreaker

--- OUTPUT END ---

>How-To-Repeat:
Try to start the game.
>Fix:
This got the game going:

# cd /usr/ports/games/icebreaker
# make
# cd work
# mkdir -p stage/usr/local/share
# cd stage/usr/local/share
# ln -s ../../../../icebreaker-1.9.8 icebreaker

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403102145.s2ALjrK6023437>