kotobuki / funnel

Automatically exported from code.google.com/p/funnel
Other
2 stars 2 forks source link

Sketches won't exit by hitting a Esc key #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Funnelライブラリを使用する適当なスケッチを実行する
2. アプレットウィンドウ上でEscキーを押す

What is the expected output? What do you see instead?
期待するのはEscキーで終了することだが、実際には終了せ��
�、クローズボックスの
クリックやメニュー操作で終了する必要がある。Processingの�
��ィンドウ上に表示
されるログをみると次のようになっている。

(スケッチの起動)
2008-08-26 15:12:31.614 java[921] CFLog (0): CFMessagePort:
bootstrap_register(): failed 1103 (0x44f), port = 0x12c03, name =
'java.ServiceProvider'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2008-08-26 15:12:31.614 java[921] CFLog (99): CFMessagePortCreateLocal():
failed to name Mach port (java.ServiceProvider)

opened host address 127.0.0.1
reboot OK 
configureation OK 
addmodule() Gainer
funnelServiceThread start
notify thread start
(クローズボックスなどでの終了)
reboot OK

本来であれば、この「reboot OK」は「notify thread 
start」のすぐ後に表示され
るべきメッセージではないかと思われる。

Please use labels and text to provide additional information.
Mac OS X 10.5.4
Processing 0148
r434

Original issue reported on code.google.com by kotob...@gmail.com on 26 Aug 2008 at 7:37

GoogleCodeExporter commented 8 years ago
Windows 
XPで確認したところ、きちんとEscキーで終了するようです。
OS Xのみで発生する問題
かもしれません。

Original comment by kotob...@gmail.com on 27 Aug 2008 at 4:28