Status: New
Owner: ----

New issue 256 by anders.j...@gmail.com: Running PFrame full screen on Raspberry Pie (Raspberrian) throws null pointer
http://code.google.com/p/piccolo2d/issues/detail?id=256

What steps will reproduce the problem?

1. Invoke super("Any title", true, null) in Raspberrian/Raspberry pi

What is the expected output? What do you see instead?
I expect a full screen program.

I get a null pointer exception:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException:
        at edu.umd.cs.piccolox.PFrame.getBestDisplayMode(PFrame.java:251)
        at edu.umd.cs.piccolox.PFrame.chooseBestDisplayMode(PFrame.java:231)
at edu.umd.cs.piccolox.PFrame.switchToFullScreenMode(PFrame.java:204)
        at edu.umd.cs.piccolox.PFrame.setFullScreenMode(PFrame.java:184)
        at edu.umd.cs.piccolox.PFrame.<init>(PFrame.java:131)
        at edu.umd.cs.piccolox.PFrame.<init>(PFrame.java:93)
at com.humaninference.tagcloud.implementations.PFrameClient.<init>(PFrameClient.java:73) at com.humaninference.tagcloud.implementations.PFrameClient.<init>(PFrameClient.java:69) at com.humaninference.tagcloud.rmi.baseforrunnables.RemotablePFrameClient.<init>(RemotablePFrameClient.java:41) at com.humaninference.tagcloud.rmi.worldofwords.runnables.ClientNode$2.run(ClientNode.java:85)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:673)
        at java.awt.EventQueue.access$300(EventQueue.java:96)
        at java.awt.EventQueue$2.run(EventQueue.java:634)
        at java.awt.EventQueue$2.run(EventQueue.java:632)
        at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:643)
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)



What version of the product are you using? On what operating system?
Piccolo2D version 1.3.1

Pi has oracle-java installed

From logon to Pi:
Linux raspberrypi1 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.





--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
--- You received this message because you are subscribed to the Google Groups "Piccolo2D Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to piccolo2d-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to