I got the follow output with udpout when I
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | Unassigned |
Status: | closed |
Jump to:
I got the follow output with udpout when I try to run startawt in VMWare
VMWare say that the CPU was disabled by the Operating System
DEBUG [SwingToolkit]: refCount.inc=1
INFO [SwingToolkit]: Supported graphics configurations:
INFO [SwingToolkit]: 800x600/32
INFO [SwingToolkit]: 1024x768/32
INFO [SwingToolkit]: 1280x1024/32
INFO [SwingToolkit]: 640x480/32
INFO [SwingToolkit]: Using: 800x600/32
DEBUG [SwingToolkit]: Opening AWT: Using device fb-pci(0,15,0)
DEBUG [VMWareCore]: Max. Resolution 2360*1770
DEBUG [VMWareCore]: Cur. Resolution 800*600
DEBUG [VMWareCore]: Bits/Pixel 32
DEBUG [VMWareCore]: Bytes/Line 3200
DEBUG [VMWareCore]: Offset 0
DEBUG [VMWareCore]: Display width 800
DEBUG [VMWareCore]: Red mask 0x00FF0000
DEBUG [VMWareCore]: Green mask 0x0000FF00
DEBUG [VMWareCore]: Blue mask 0x000000FF
DEBUG [VMWareCore]: Capabilities 0x000083E2
DEBUG [VMWareCore]: FB.size 0x001D5000
DEBUG [VMWareCore]: FB.maxsize 0x01000000
DEBUG [VMWareCore]: Max. Resolution 2360*1770
DEBUG [VMWareCore]: Cur. Resolution 800*600
DEBUG [VMWareCore]: Bits/Pixel 32
DEBUG [VMWareCore]: Bytes/Line 3200
DEBUG [VMWareCore]: Offset 0
DEBUG [VMWareCore]: Display width 800
DEBUG [VMWareCore]: Red mask 0x00FF0000
DEBUG [VMWareCore]: Green mask 0x0000FF00
DEBUG [VMWareCore]: Blue mask 0x000000FF
DEBUG [VMWareCore]: Capabilities 0x000083E2
DEBUG [VMWareCore]: FB.size 0x001D5000
DEBUG [VMWareCore]: FB.maxsize 0x01000000
DEBUG [SwingToolkit]: create EventQueue
java.lang.Exception: Stacktrace
at org.jnode.awt.JNodeToolkit.getSystemEventQueueImpl(JNodeToolkit.java:658)
at org.jnode.awt.JNodeToolkit.incRefCount(JNodeToolkit.java:740)
at org.jnode.awt.JNodeToolkit.startGui(JNodeToolkit.java:148)
at org.jnode.awt.StartAwt.run(StartAwt.java:41)
at org.jnode.awt.StartAwt.main(StartAwt.java:34)
at org.jnode.vm.VmReflection.invoke(VmReflection.java:379)
at java.lang.reflect.Method.invoke(Method.java:262)
at gnu.java.security.action.InvokeAction.run(InvokeAction.java:56)
at org.jnode.vm.VmAccessController.doPrivileged(VmAccessController.java:205)
at java.security.AccessController.doPrivileged(AccessController.java:141)
at org.jnode.shell.ThreadCommandInvoker$CommandRunner.run(ThreadCommandInvoke
r.java:290)
at java.lang.Thread.run(Thread.java:564)
at org.jnode.vm.scheduler.VmThread.runThread(VmThread.java:683)
DEBUG [MouseHandler]: Using PointerDevice ps2mouse
- Login to post comments
#1
I don't know why but the problem is going away, but I don't see any text in the GUI
#2
#3
It's a debug information in form of an exception. Normaly used to see how is calling the code.