Re: Cannot convert string "xxxx" to type VirtualBinding

2001-07-31 Thread Jesus M. Salvo Jr.

Thanks. It worked.


Calvin Austin wrote:

> sorry my mistake I forgot to add -root
> 
> it should be
> 
> xprop -root -remove _MOTIF_DEFAULT_BINDINGS
> 
> regards
> calvin
> 
> "Jesus M. Salvo Jr." wrote:
> 
>>Thanks Calvin, but ...
>>
>>I tried running:
>>
>>xprop -remove _MOTIF_DEFAULT_BINDINGS
>>
>>the mouse pointer changed to to +. I therefore clicked on the X console
>>where I just ran the above. xprop exited without output.
>>
>>Reran my Swing app and still get the Warnings.
>>
>>John
>>
>>Calvin Austin wrote:
>>
>>
>>>I replied to this earlier but it didn't show up to the list. (I've
>>>resubscribed
>>>myself now)
>>>
>>>you can remove the messages by running xprop -remove _MOTIF_DEFAULT_BINDINGS
>>>
>>>which was set by another motif program
>>>
>>>regards
>>>calvin
>>>
>>>
>>>"Jesus M. Salvo Jr." wrote:
>>>
>>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

What are the differences? ( Are they documented somewhere? )
How do you get rid of the warning messages?

On Sat, 28 Jul 2001 12:55, Juergen Kreileder wrote:


>Jesus M. Salvo, Jr. <[EMAIL PROTECTED]> writes:
>
>
>>Ever since I converted my bash prompt to something other than the
>>default, I have been getting the message indicated in the subject
>>line when I run Swing apps. ( JDK 1.3.1 Sun or Blackdown )
>>
>>
>[...]
>
>
>
>>Warning: Cannot convert string "Escape,_Key_Cancel" to type
>>VirtualBinding
>>
>>Warning: Cannot convert string "Home,_Key_Begin" to type
>>Warning: Cannot convert string "VirtualBinding F1,_Key_Help" to
>>Warning: Cannot convert string "type VirtualBinding
>>Warning: Cannot convert string "ShiftF10,_Key_Menu" to type
>>
>>
>This is not related to the bash prompt.  These warnings are the result
>of small differences between the Motif versions used by Blackdown and
>Sun.  Only Sun's version emits these warnings on some systems.
>
>
>   Juergen
>
>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjtia1QACgkQAvd5SY4qWYzXgQCdHz9xiGmfm6QfoNNZoCg8L0yH
qm8AnRPWw3sc6RgoH8wZOiJHS2fuLwlM
=tOTe
-END PGP SIGNATURE-

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


>>>
>>>--
>>>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>>>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>>>
>>>
>>--
>>Jesus M. Salvo, Jr.
>>Senior Consultant
>>PGP PUBLIC KEY:
>>http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x39F723FD
>>
>>PowerServe Pty Ltd
>>Level 2, 116 Miller Street
>>North Sydney 2060
>>New South Wales, Australia
>>Ph: (61-2) 9492 4800
>>Direct (61-2) 9492 4853
>>Fax: (61-2) 9492 4899
>>http://www.powerserve.com.au
>>Email: [EMAIL PROTECTED]
>>
>>This email is from PowerServe Pty Limited (ACN 069 037 056)
>>The information contained in this email (including any attached files)
>>may be privileged and confidential
>>intended for the use of the person/persons named above. If you are not
>>the intended recipient,
>>you are advised that any use, distribution or copying of the information
>>is strictly prohibited.
>>If you have received this transmission in error, please notify
>>PowerServe Pty Limited immediately
>>on (61 3) 9618 1222 or reply by email to the sender.
>>
>>PowerServe Pty Limited does not represent or warrant that this email or
>>any attached files are
>>free from computer viruses or other defects. Any attached files are
>>provided, and may only be used,
>>on the basis that the user assumes all responsibility for any loss,
>>damage or consequence resulting
>>directly or indirectly from use of the attached files. In any event, the
>>liability of
>>PowerServe Pty Limited is limited to either the resupply of the attached
>>files or the cost of
>>having the attached files resupplied.
>>



-- 
Jesus M. Salvo, Jr.
Senior Consultant
PGP PUBLIC KEY: 
http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x39F723FD

PowerServe Pty Ltd
Level 2, 116 Miller Street
North Sydney 2060
New South Wales, Australia
Ph: (61-2) 9492 4800
Direct (61-2) 9492 4853
Fax: (61-2) 9492 4899
http://www.powerserve.com.au
Email: [EMAIL PROTECTED]

This email is from PowerServe Pty Limited (ACN 069 037 056)
The information contained in this email (including any attached files) 
may be privileged and confidential
intended for the use of the person/persons named above. If you are not 
the intended recipient,
you are advised that any use, distribution or copying of the information 
is strictly prohibited.
If you have received this transmission in error, please notify 
PowerServe Pty Limited immediately
on (61 3) 9618 1222 or reply by email to the se

Problem with Java3D

2001-07-31 Thread Kevin Birch

Hello all,

I'm getting the following error when running any of the Java3D sample apps:

$ appletviewer HelloUniverse.html

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4a237556
Function name=_mesa_initialize_context
Library=/usr/lib/libGL.so.1

Current Java thread:
  at javax.media.j3d.Canvas3D.createContext(Native Method)
  at javax.media.j3d.Renderer.doWork(Renderer.java:475)
  at javax.media.j3d.J3dThread.run(J3dThread.java:256)

Dynamic libraries:
...
4a205000-4a3c3000 r-xp  03:08 583142  /usr/lib/libGL.so.1.2.350
4a3c3000-4a3cb000 rw-p 001bd000 03:08 583142  /usr/lib/libGL.so.1.2.350
4a3d9000-4a3e1000 r-xp  03:08 583136 /usr/lib/libMesaOS.so.3.5.350
4a3e1000-4a3e2000 rw-p 7000 03:08 583136 /usr/lib/libMesaOS.so.3.5.350

...

This happens whether I use java, appletviewer or the Java Plug-In.  This
output is not enough for me to go on, so I'n not sure where to look
next.  Any thoughts?

My setup:
Progeny Debian Linux 1.0 (all outstanding updates applied)
JDK 1.3.1 (from Sun)
XFree86 4.0.3
Mesa 3.5
Java3D 1.2.1_01-fcs

I've installed Mesa 3.5 myself, since there was no Debian package that
worked.

Thanks,
Kevin







An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4a237556
Function name=_mesa_initialize_context
Library=/usr/lib/libGL.so.1

Current Java thread:
at javax.media.j3d.Canvas3D.createContext(Native Method)
at javax.media.j3d.Renderer.doWork(Renderer.java:475)
at javax.media.j3d.J3dThread.run(J3dThread.java:256)

Dynamic libraries:
08048000-0804c000 r-xp  03:08 713111 
/usr/java/jdk1.3.1/bin/i386/native_threads/java
0804c000-0804d000 rw-p 3000 03:08 713111 
/usr/java/jdk1.3.1/bin/i386/native_threads/java
4000-40015000 r-xp  03:06 22183  /lib/ld-2.2.2.so
40015000-40016000 rw-p 00014000 03:06 22183  /lib/ld-2.2.2.so
40017000-40018000 r--p  03:08 696329 
/usr/lib/locale/en_US/LC_IDENTIFICATION
40018000-40019000 r--p  03:08 696328 /usr/lib/locale/en_US/LC_MEASUREMENT
40019000-4001a000 r--p  03:08 696327 /usr/lib/locale/en_US/LC_TELEPHONE
4001a000-4001b000 r--p  03:08 696326 /usr/lib/locale/en_US/LC_ADDRESS
4001b000-4001c000 r--p  03:08 696325 /usr/lib/locale/en_US/LC_NAME
4001c000-4001d000 r--p  03:08 696324 /usr/lib/locale/en_US/LC_PAPER
4001d000-4001e000 r--p  03:08 16230  
/usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
4001e000-4001f000 r--p  03:08 696323 /usr/lib/locale/en_US/LC_MONETARY
4001f000-4002 r--p  03:08 696321 /usr/lib/locale/en_US/LC_TIME
4002-40021000 r--p  03:08 696320 /usr/lib/locale/en_US/LC_NUMERIC
40022000-4003 r-xp  03:06 22202  /lib/libpthread-0.9.so
4003-40038000 rw-p d000 03:06 22202  /lib/libpthread-0.9.so
40038000-40041000 r-xp  03:08 632054 
/usr/java/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so
40041000-40042000 rw-p 8000 03:08 632054 
/usr/java/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so
40042000-402a9000 r-xp  03:08 632841 
/usr/java/jdk1.3.1/jre/lib/i386/client/libjvm.so
402a9000-4040f000 rw-p 00266000 03:08 632841 
/usr/java/jdk1.3.1/jre/lib/i386/client/libjvm.so
40426000-40429000 r-xp  03:06 22189  /lib/libdl-2.2.2.so
40429000-4042a000 rw-p 2000 03:06 22189  /lib/libdl-2.2.2.so
4042b000-40534000 r-xp  03:06 22186  /lib/libc-2.2.2.so
40534000-4053a000 rw-p 00108000 03:06 22186  /lib/libc-2.2.2.so
4053e000-4054f000 r-xp  03:06 22191  /lib/libnsl-2.2.2.so
4054f000-40551000 rw-p 0001 03:06 22191  /lib/libnsl-2.2.2.so
40553000-40574000 r-xp  03:06 22190  /lib/libm-2.2.2.so
40574000-40575000 rw-p 0002 03:06 22190  /lib/libm-2.2.2.so
40575000-405a9000 r-xp  03:08 583059 
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
405a9000-405b5000 rw-p 00033000 03:08 583059 
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
405b7000-405c8000 r-xp  03:08 632844 
/usr/java/jdk1.3.1/jre/lib/i386/libverify.so
405c8000-405ca000 rw-p 0001 03:08 632844 
/usr/java/jdk1.3.1/jre/lib/i386/libverify.so
405ca000-405eb000 r-xp  03:08 632845 
/usr/java/jdk1.3.1/jre/lib/i386/libjava.so
405eb000-405ed000 rw-p 0002 03:08 632845 
/usr/java/jdk1.3.1/jre/lib/i386/libjava.so
405ee000-40602000 r-xp  03:08 632846 
/usr/java/jdk1.3.1/jre/lib/i386/libzip.so
40602000-40605000 rw-p 00013000 03:08 632846 
/usr/java/jdk1.3.1/jre/lib/i386/libzip.so
40605000-4131e000 r--s  03:08 730098 /usr/java/jdk1.3.1/jre/lib/rt.jar
4134b000-415f r--s  03:08 730099 /usr/java/jdk1.3.1/jre/lib/i18n.jar
415f-41606000 r--s  03:08 729753 
/usr/java/jdk1.3.1/jre/lib/sunrsasign.jar
436ae000-436af000 r-xp  03:08 632860