Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295491 - games-puzzle/pauker-1.7.5-r1: fails to start because of missing locales
Summary: games-puzzle/pauker-1.7.5-r1: fails to start because of missing locales
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-02 21:02 UTC by Boris
Modified: 2009-12-03 17:58 UTC (History)
0 users

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


Attachments
pauker-1.7.5-r1_resources-classpath.patch (pauker-1.7.5-r1_resources-classpath.patch,394 bytes, patch)
2009-12-02 21:04 UTC, Boris
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris 2009-12-02 21:02:35 UTC
The directory with the localizations is not present in the classpath if you run pauker.

Reproducible: Always

Steps to Reproduce:
1. Install games-puzzle/pauker-1.7.5-r1
2. run pauker
Actual Results:  
$ pauker
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.util.MissingResourceException: Can't find bundle for base name pauker/Strings, locale en_GB
        at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1539)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1278)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:733)
        at pauker.program.gui.swing.PaukerFrame.<clinit>(PaukerFrame.java:95)
Could not find the main class: pauker.program.gui.swing.PaukerFrame. Program will exit.

Expected Results:  
Start :-)
Comment 1 Boris 2009-12-02 21:04:48 UTC
Created attachment 211812 [details, diff]
pauker-1.7.5-r1_resources-classpath.patch

Patch to solve the issue by adding the directory to the classpath
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-12-03 06:59:23 UTC
is it still a problem with 1.8?
Comment 3 Boris 2009-12-03 17:50:48 UTC
No, it's not. In 1.8 everything is in the jar and it starts fine on my box.

So stabilizing 1.8 would solve the issue too.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2009-12-03 17:58:58 UTC
ok, there's already a stable request in so I'll say this is "fixed" by using 1.8.
thanks for confirming.