Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-23 Thread Jason
Thanks for the fix :-) It saved me from reinstall Max OS X. So it's a big help for me. Cheers On Nov 12, 12:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue working). I replaced in LowLevelSaf.java public static

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-18 Thread jimsmart
another, possibly better fix can be found here:- http://code.google.com/p/google-web-toolkit/issues/detail?id=4220#c22 hth, /J On Nov 16, 6:28 pm, ale aleee...@gmail.com wrote: thanks a lot! It's work fine. On 12 Nov, 12:35, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-17 Thread ale
thanks a lot! It's work fine. On 12 Nov, 12:35, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue working). I replaced in LowLevelSaf.java public static native void gcUnprotect(int, int); to public static void

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-16 Thread Danny
Hi, Is there also a fix available for GWT 1.6+ ? My Eclipse project gives an error saying that the when using the WAR layout you must use the GWT 1.6 or later. Thkx, D. On Nov 14, 4:10 pm, hugues huguespisa...@gmail.com wrote: On 12 nov, 18:39, hugues huguespisa...@gmail.com wrote: On 12

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-14 Thread hugues
On 12 nov, 18:39, hugues huguespisa...@gmail.com wrote: On 12 nov, 13:35, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue working). I replaced in LowLevelSaf.java public static native void gcUnprotect(int, int);

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread JK
Thanks for the jar! It works here as well. On Nov 12, 1:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue working). I replaced in LowLevelSaf.java public static native void gcUnprotect(int, int); to public static

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Olaf Steinicke
Daniel thanks a lot for the fast bug fix! Pretty ugly indeed, but as long as it works that shouldn't bother me. Hope the guys from Apple will soon Re-fix their Safari 4.0.4 fix... Cheers! If you run into the same problem you can download a fixed gwt-dev.jar from here:

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Mark
Many thanks Daniel, this works for me. -mark On Nov 12, 12:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue working). I replaced in LowLevelSaf.java public static native void gcUnprotect(int, int); to public

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Mike T
Ugly fix or not it worked for me. Thanks!!! On Nov 13, 9:23 am, Mark mark.butc...@gmail.com wrote: Many thanks Daniel, this works for me. -mark On Nov 12, 12:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread jtyrrell
Hey All, If you are having this issue and want to downgrade back to 4.0.3 I have added the files here, http://populationjim.com/2009/11/13/downgrade-safari-from-404-to-get-gwt-working/ Cheers, Jim On Nov 14, 2:26 am, eric73 e...@pentila.com wrote: Thanks a lot for your Jar Fix ! Why it so

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Stefan
Hey Daniel, thank's for your workaround, it works for me, too! However, I get some errors in the hosted mode browser about wrong method signatures in the classes DOMImplIE8.java and HistoryImplTimer.java of the jar file gwt-user.jar. :Stefan On 12 Nov., 12:35, Daniel Kurka

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Casey
The downgrading doesn't work for me. I'm running Snow Leopard and when I try to select my hard drive for installation it says that I must have version 10.5.8 or newer installed. Any thoughts? On Nov 13, 10:36 am, jtyrrell james.t.tyrr...@gmail.com wrote: Hey All, If you are having this issue

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Daniel Kurka
I found a very UGLY solution to my problem (which enables me to continue working). I replaced in LowLevelSaf.java public static native void gcUnprotect(int, int); to public static void gcUnprotect(int, int) {} causing the invalid access This is not a real fix, just a very nasty workaround If

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Glimpse
Thank you for the JAR! But on my system, it doesn't work: Hosted mode started to display my application, but crashed one second later. Any idea? On 12 nov, 12:35, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue working).

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Daniel Kurka
Glimpse: please check if you have your old version of gwt-dev is not in the classpath anymore :9 maybe thats the problem... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread JeanV
I can confirm that I have the same problem since upgrading to Safari 4.0.4. Help is needed on this one On Nov 12, 10:10 am, Daniel kurka.dan...@googlemail.com wrote: After I installed the OSX update 10.6.2 I can start the hosted mode anymore. I get a Invalid memory access: Im suspecting

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Casey
Same here. Everything was fine until I installed the new Safari On Nov 12, 8:27 pm, JeanV jve...@gmail.com wrote: I can confirm that I have the same problem since upgrading to Safari 4.0.4. Help is needed on this one On Nov 12, 10:10 am, Daniel kurka.dan...@googlemail.com wrote:

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Xavi Mensa
Thanks for the JAR Daniel, it works here. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread hugues
On 12 nov, 13:35, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue working). I replaced in LowLevelSaf.java public static native void gcUnprotect(int, int); to public static void gcUnprotect(int, int) {} I've built a