jBliss 1.6.1 public beta

Use this forum to report any bugs or other problems you might discover.

Moderator: Don

jBliss 1.6.1 public beta

Postby squarepeg » Fri Sep 21, 2012 4:04 am

Re: jBliss 1.6.1 public beta
I hit F2 to start a new game & it crashes:

jBliss$ java -jar Bliss.jar
java.lang.SecurityException: class "org.jdesktop.swingx.JXList"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:787)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:502)
at java.lang.ClassLoader.defineClass(ClassLoader.java:628)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at com.GamesForLoving.Bliss.aM.run(GameState.java:192)
at java.lang.Thread.run(Thread.java:679)
squarepeg
 
Posts: 68
Joined: Fri Jun 16, 2006 4:44 am
Location: Alaska

Re: jBliss 1.6.1 public beta

Postby Don » Fri Sep 21, 2012 7:56 am

[quote="squarepeg"]Re: jBliss 1.6.1 public beta
I hit F2 to start a new game & it crashes:
[quote]

Can you please tell me what Operating System, OS Version and (if this wasn't Windows) what Java Version you were running.

Thanks,

Don
User avatar
Don
Super Moderator
 
Posts: 1085
Joined: Fri Oct 28, 2005 3:37 pm
Location: Florida

Re: jBliss 1.6.1 public beta

Postby squarepeg » Fri Sep 21, 2012 12:00 pm

OS & java versions:

~$ uname -a
Linux JB13 2.6.32-43-generic #97-Ubuntu SMP Wed Sep 5 16:43:09 UTC 2012 i686 GNU/Linux
~$ java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.4) (6b24-1.11.4-1ubuntu0.10.04.1)
OpenJDK Server VM (build 20.0-b12, mixed mode)

1 improvment with 1.6.1 - in the action editor, menu selection Custom -> Categories - now works. However, Situations is still not functioning. Neither functions in 1.6.0. - when clicked nothing happens.
squarepeg
 
Posts: 68
Joined: Fri Jun 16, 2006 4:44 am
Location: Alaska

Re: jBliss 1.6.1 public beta

Postby Don » Fri Sep 21, 2012 12:30 pm

squarepeg wrote:OS & java versions:

~$ uname -a
Linux JB13 2.6.32-43-generic #97-Ubuntu SMP Wed Sep 5 16:43:09 UTC 2012 i686 GNU/Linux
~$ java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.4) (6b24-1.11.4-1ubuntu0.10.04.1)
OpenJDK Server VM (build 20.0-b12, mixed mode)

1 improvment with 1.6.1 - in the action editor, menu selection Custom -> Categories - now works. However, Situations is still not functioning. Neither functions in 1.6.0. - when clicked nothing happens.


I am able to reproduce the JXList crash and I am working on a fix for it.

I am not able to reproduce the Action Editor problem. Can you run the game manually from a command line or perhaps check the Java console and see if any error messags are displayed when you attemp to open Custom->Situations.

Thanks,

Don
User avatar
Don
Super Moderator
 
Posts: 1085
Joined: Fri Oct 28, 2005 3:37 pm
Location: Florida

Re: jBliss 1.6.1 public beta

Postby Don » Fri Sep 21, 2012 1:04 pm

Hi,

I have uploaded a patch that will fix the JXList problem. This is just a patch, unzip it over the top of your existing Beta download. It only replaces Bliss.jar.

http://www.gamesforloving.com/downloads/jBliss_1_6_1_Beta1_Patch.zip

Thanks,

Don
User avatar
Don
Super Moderator
 
Posts: 1085
Joined: Fri Oct 28, 2005 3:37 pm
Location: Florida

Re: jBliss 1.6.1 public beta

Postby squarepeg » Fri Sep 21, 2012 1:08 pm

Clicking Situations in jBliss 1.6.1 produces this: (no crash, but no function either)

~/Download/jBliss$ java -jar Bliss.jar
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.lang.String cannot be cast to com.GamesForLoving.Situation.b
at com.GamesForLoving.ActionEditor.cb.getTreeCellRendererComponent(CustomSituation.java:105)
at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2751)
at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:492)
at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1359)
at javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes(VariableHeightLayoutCache.java:917)
at javax.swing.tree.VariableHeightLayoutCache.invalidateSizes(VariableHeightLayoutCache.java:371)
at javax.swing.plaf.basic.BasicTreeUI.setCellRenderer(BasicTreeUI.java:384)
at javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3360)
at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:298)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:291)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:229)
at java.awt.Component.firePropertyChange(Component.java:8269)
at javax.swing.JTree.setCellRenderer(JTree.java:754)
at com.GamesForLoving.ActionEditor.bT.<init>(CustomSituation.java:54)
at com.GamesForLoving.ActionEditor.ActionEditor.F(ActionEditor.java:84)
at com.GamesForLoving.ActionEditor.aX.actionPerformed(ActionEditor.java:2415)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:374)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:829)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:873)
at java.awt.Component.processMouseEvent(Component.java:6389)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3268)
at java.awt.Component.processEvent(Component.java:6154)
at java.awt.Container.processEvent(Container.java:2045)
at java.awt.Component.dispatchEventImpl(Component.java:4750)
at java.awt.Container.dispatchEventImpl(Container.java:2103)
at java.awt.Component.dispatchEvent(Component.java:4576)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4633)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4297)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4227)
at java.awt.Container.dispatchEventImpl(Container.java:2089)
at java.awt.Window.dispatchEventImpl(Window.java:2518)
at java.awt.Component.dispatchEvent(Component.java:4576)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:672)
at java.awt.EventQueue.access$400(EventQueue.java:96)
at java.awt.EventQueue$2.run(EventQueue.java:631)
at java.awt.EventQueue$2.run(EventQueue.java:629)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:116)
at java.awt.EventQueue$3.run(EventQueue.java:645)
at java.awt.EventQueue$3.run(EventQueue.java:643)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:642)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
squarepeg
 
Posts: 68
Joined: Fri Jun 16, 2006 4:44 am
Location: Alaska

Re: jBliss 1.6.1 public beta

Postby squarepeg » Fri Sep 21, 2012 1:22 pm

[quote="Don"]Hi,

I have uploaded a patch that will fix the JXList problem. This is just a patch, unzip it over the top of your existing Beta download. It only replaces Bliss.jar.

[url]http://www.gamesforloving.com/downloads/jBliss_1_6_1_Beta1_Patch.zip[/url]

Thanks,

Don[/quote]

This patch did fix the JXList bug. And I can get through the setup, but the same old sound bug causes a crash when the music starts. We have corresponded on this already.

java: /build/buildd/openjdk-6-6b24-1.11.4/build/../pulseaudio/src/native/org_classpath_icedtea_pulseaudio_Stream.c:720: Java_org_classpath_icedtea_pulseaudio_Stream_native_1pa_1stream_1cork: Assertion `stream' failed.
Aborted

So with just a quick look at jBliss 1.6.1: no better, no worse
squarepeg
 
Posts: 68
Joined: Fri Jun 16, 2006 4:44 am
Location: Alaska

Re: jBliss 1.6.1 public beta

Postby Don » Fri Sep 21, 2012 6:23 pm

Hi,

I have uploaded another patch. This should fix the Custom Situations, the Custom Categories and (hopefully) the sound issue. This is just a patch, unzip it over the top of your existing Beta download. It only replaces Bliss.jar.

If it doesn't fix the sound issue, please send me a stack trace of the crash like you did on the others.

http://www.gamesforloving.com/downloads/jBliss_1_6_1_Beta1_Patch2.zip

Thanks,

Don
User avatar
Don
Super Moderator
 
Posts: 1085
Joined: Fri Oct 28, 2005 3:37 pm
Location: Florida

Re: jBliss 1.6.1 public beta

Postby squarepeg » Sat Sep 22, 2012 1:34 am

Yes & yes ! Yea - sound works and the games plays! This is the first time it has worked since a very early version of jBliss. Its great to have jBliss working on my preferred platform. Thanks.

One small bug - i hear the dice roll but not the ticking of the squares advancing? I did check the sliders under "Sound Preferences" Also the timer tick is odd - it seems to tick once every 3 seconds or so. Maybe there is some silence before the effect plays?
squarepeg
 
Posts: 68
Joined: Fri Jun 16, 2006 4:44 am
Location: Alaska


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 3 guests

cron