Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 226483 - stickers-0.1.3-r2 doesn't start
Summary: stickers-0.1.3-r2 doesn't start
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-14 04:25 UTC by Bruce Schultz
Modified: 2009-01-12 16:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix for the gdk error BadMatch (fix-gdk-badmatch-error.patch,631 bytes, patch)
2008-06-14 04:29 UTC, Bruce Schultz
Details | Diff
Fixes warnings & crash when saving the config options (fix-config-save-warning.patch,684 bytes, patch)
2008-06-14 04:33 UTC, Bruce Schultz
Details | Diff
Fix up the TRACE formatting so it will compile again (fix-build-errors.patch,763 bytes, patch)
2008-06-14 04:34 UTC, Bruce Schultz
Details | Diff
Fix the window size calculation, so it works in the case where you have dual monitors. (fix-xinerama-screen-width.patch,577 bytes, text/plain)
2008-06-14 04:40 UTC, Bruce Schultz
Details
Ebuild for all the patches (stickers-0.1.3-r3.ebuild,1.48 KB, text/plain)
2008-06-14 04:41 UTC, Bruce Schultz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bruce Schultz 2008-06-14 04:25:55 UTC
This cute little children's game gives me the following errors when it starts up:

Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": libgnomebreakpad.so: cannot open shared object file: No such file or directory

Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 366 error_code 8 request_code 62 minor_code 0

aborting...
Aborted

The Gdk-ERROR is something to do with mismatched depth in the graphics visual context.  Patch attached.
Comment 1 Bruce Schultz 2008-06-14 04:29:16 UTC
Created attachment 156701 [details, diff]
Fix for the gdk error BadMatch
Comment 2 Bruce Schultz 2008-06-14 04:33:09 UTC
Created attachment 156703 [details, diff]
Fixes warnings & crash when saving the config options
Comment 3 Bruce Schultz 2008-06-14 04:34:28 UTC
Created attachment 156705 [details, diff]
Fix up the TRACE formatting so it will compile again
Comment 4 Bruce Schultz 2008-06-14 04:40:03 UTC
Created attachment 156709 [details]
Fix the window size calculation, so it works in the case where you have dual monitors.

I'm also attaching a few other patches that I made while debugging the first problem.  It didn't seem worth it to raise new bugs for each, but I kept them separate to make their intent obvious. If necessary I'll resubmit them all in one patch file.
Comment 5 Bruce Schultz 2008-06-14 04:41:22 UTC
Created attachment 156713 [details]
Ebuild for all the patches

Also attaching an ebuild which applies all the patches.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2009-01-12 16:57:36 UTC
in portage.  Thanks for the bug report and patches.