tonykwok / leonardosketch

Automatically exported from code.google.com/p/leonardosketch
0 stars 0 forks source link

Hexagon stops leo #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open leo, draw Hexagon on the grid
2. now draw toolbox down
3.

What is the expected output? What do you see instead?
Hexagon is not shown, no chance to draw toolbox,
leo is blocked

Please use labels and text to provide additional information.
OS:
Linux version 2.6.34.7-0.5-desktop (geeko@buildhost) (gcc version 4.5.0 
20100604 [gcc-4_5-branch revision 160292] (SUSE Linux) ) #1 SMP PREEMPT 
2010-10-25 08:40:12 +0200
Java: 
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode)
Leo:
Build number: 174
Build date: 2010-12-31_11-48
Leonardo double-clickable jar version for all platforms

Original issue reported on code.google.com by ABeisemann@gmail.com on 3 Jan 2011 at 1:37

GoogleCodeExporter commented 9 years ago
Console:

Andy@Andy1:~/Projekt/Leonardo/BUILD174> java -jar Leonardo_onejar174.jar
tempdir = /tmp/dir_LaunchStub4049003716228327521_dir
exists = true dir = true
setting java.library.path to: /tmp/dir_LaunchStub4049003716228327521_dir
I'm the launcher stub
System properties
java.runtime.name = Java(TM) SE Runtime Environment
sun.boot.library.path = /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/i386
java.vm.version = 17.1-b03
java.vm.vendor = Sun Microsystems Inc.
java.vendor.url = http://java.sun.com/
path.separator = :
java.vm.name = Java HotSpot(TM) Client VM
file.encoding.pkg = sun.io
sun.java.launcher = SUN_STANDARD
user.country = DE
sun.os.patch.level = unknown
java.vm.specification.name = Java Virtual Machine Specification
user.dir = /home/Andy/Projekt/Leonardo/BUILD174
java.runtime.version = 1.6.0_22-b04
java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
java.endorsed.dirs = /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/endorsed
os.arch = i386
java.io.tmpdir = /tmp
line.separator = 

java.vm.specification.vendor = Sun Microsystems Inc.
os.name = Linux
sun.jnu.encoding = UTF-8
java.library.path = /tmp/dir_LaunchStub4049003716228327521_dir
java.specification.name = Java Platform API Specification
java.class.version = 50.0
sun.management.compiler = HotSpot Client Compiler
os.version = 2.6.34.7-0.5-desktop
user.home = /home/Andy
user.timezone = 
java.awt.printerjob = sun.print.PSPrinterJob
file.encoding = UTF-8
java.specification.version = 1.6
java.class.path = Leonardo_onejar174.jar
user.name = Andy
java.vm.specification.version = 1.0
java.home = /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre
sun.arch.data.model = 32
user.language = de
java.specification.vendor = Sun Microsystems Inc.
java.vm.info = mixed mode
java.version = 1.6.0_22
java.ext.dirs = 
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/ext:/usr/java/packages/lib/ext
sun.boot.class.path = 
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/resources.jar:/usr/lib/jvm/java-1.6.0-
sun-1.6.0/jre/lib/rt.jar:/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/sunrsasign.ja
r:/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/jsse.jar:/usr/lib/jvm/java-1.6.0-sun
-1.6.0/jre/lib/jce.jar:/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/charsets.jar:/u
sr/lib/jvm/java-1.6.0-sun-1.6.0/jre/classes
java.vendor = Sun Microsystems Inc.
file.separator = /
java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
sun.io.unicode.encoding = UnicodeLittle
sun.cpu.endian = little
sun.cpu.isalist = 
spawning:
  /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/bin/java
  -Djava.library.path=/tmp/dir_LaunchStub4049003716228327521_dir
  -cp
  Leonardo_onejar174.jar
  org.joshy.sketch.Main
final base storage dir = /home/Andy/
final base storage dir = /home/Andy/
Using locale = de-DE
logging message: JGoogleAnaytics: Tracking Asynchronously 
focusPoint=MainApp-launch
checking for updates at: MUST_SET_UPDATE.URL
java.net.MalformedURLException: no protocol: MUST_SET_UPDATE.URL
    at java.net.URL.<init>(URL.java:567)
    at java.net.URL.<init>(URL.java:464)
    at java.net.URL.<init>(URL.java:413)
    at org.joshy.gfx.util.xml.XMLRequest.setURL(XMLRequest.java:72)
    at org.joshy.sketch.util.UpdateChecker.setup(UpdateChecker.java:41)
    at org.joshy.sketch.Main.run(Main.java:192)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
logging message: JGoogleAnalytics: Tracking Successfull!
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at org.joshy.sketch.canvas.SketchCanvas.recalcMaxExtent(SketchCanvas.java:312)
    at org.joshy.sketch.canvas.SketchCanvas.draw(SketchCanvas.java:139)
    at org.joshy.gfx.node.control.ScrollPane$1.draw(ScrollPane.java:71)
    at org.joshy.gfx.node.control.ScrollPane.draw(ScrollPane.java:297)
    at org.joshy.gfx.node.layout.Panel.draw(Panel.java:80)
    at org.joshy.gfx.node.layout.Panel.draw(Panel.java:80)
    at org.joshy.gfx.node.layout.Panel.draw(Panel.java:80)
    at org.joshy.gfx.stage.swing.SwingStage$2.draw(SwingStage.java:252)
    at org.joshy.gfx.stage.swing.SwingStage$1.draw(SwingStage.java:209)
    at org.joshy.gfx.stage.swing.SwingStage$SceneComponent.doGFXDrawing(SwingStage.java:506)
    at org.joshy.gfx.stage.swing.SwingStage$SceneComponent.paintComponent(SwingStage.java:478)
    at javax.swing.JComponent.paint(JComponent.java:1029)
    at javax.swing.JComponent.paintChildren(JComponent.java:862)
    at javax.swing.JComponent.paint(JComponent.java:1038)
    at javax.swing.JComponent.paintToOffscreen(JComponent.java:5124)
    at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:278)
    at javax.swing.RepaintManager.paint(RepaintManager.java:1224)
    at javax.swing.JComponent._paintImmediately(JComponent.java:5072)
    at javax.swing.JComponent.paintImmediately(JComponent.java:4882)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:785)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:713)
    at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:693)
    at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:125)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Original comment by ABeisemann@gmail.com on 3 Jan 2011 at 1:49

Attachments: