[codenameone-discussions] Re: IOS crashes inside the VM

2016-08-15 Thread Dave Dyer
Not a good candidate for either of these approaches. I've only seen it twice in hundreds of hours of use. I'm looking for some way to collect more information when it does happen. It seems incorrect that the Sudden exit is not caught. -- You received this message because you are subscribed

[codenameone-discussions] Re: Windows UWP issues 1808 and 1822

2016-08-15 Thread Shai Almog
It was updated but for some reason the fixes didn't go in, we are investigating this. It should be here by the Friday update. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails

[codenameone-discussions] Re: Problem building Windows Phone in buid server

2016-08-15 Thread Shai Almog
That isn't the error. Please try to use zip and not rar in the future or ideally just link directly to the error log. We are focusing on the new UWP port I would suggest avoiding that old port. But I'll try to reproduce this and see if we can spot something that went wrong. -- You received

[codenameone-discussions] Re: newPeer=true and googlemaps

2016-08-15 Thread Shai Almog
Is this with the latest build? I think Steve fixed an issue there but there might be additional issues. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email

[codenameone-discussions] Re: fatal error: 'com_codename1_io_websocket_WebSocket.h' file not found

2016-08-15 Thread Shai Almog
Do you use the WebSocket class from code? These errors happen if the native code includes a Java class but the VM stripped it out because it is unused. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group

[codenameone-discussions] Re: IOS crashes inside the VM

2016-08-15 Thread Shai Almog
If you have xcode you can use include source and provide us with more details about the crash. If not you will need to narrow down and isolate the problem thru the process of elimination. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"

[codenameone-discussions] Windows UWP issues 1808 and 1822

2016-08-15 Thread Bryan Buchanan
These are closed. I've just updated the CN1 plugin (3.5.2), and I thought the build server was being updated Sunday. I've rebuilt the apps, and there appears to be no change in the behaviour. -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Problem building Windows Phone in buid server

2016-08-15 Thread guido . garofalo75
Good morning. I have a problem building an app. I'm able to build for Android, iOS and Windows UWP, but I get the following error for windows phone build: Executing: java -Xmx1024m -jar win_xmlvm.jar --in=C:\Users\Shai\AppData\Local\Temp\build4422578885355690569xxx\classes_retrolamda

[codenameone-discussions] newPeer=true and googlemaps

2016-08-15 Thread romancanoniero
Shai: i tryed to use the newPeer and the Map reduces the flickering, but in android when you open the virtual keyboard the map turns black. im doing something wrong or its a bug? If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA

[codenameone-discussions] fatal error: 'com_codename1_io_websocket_WebSocket.h' file not found

2016-08-15 Thread Gareth Murfin
trying to build for ios I get this error, the websocket lib is there and i refreshed etc, cant work out whats going on really, any ideas? CompileC build/MyApplication.build/Release-iphoneos/MyApplication.build/Objects-normal/armv7/com_codename1_io_websocket_WebSocketNativeImplImpl.o

[codenameone-discussions] IOS crashes inside the VM

2016-08-15 Thread Dave Dyer
I have witnessed a couple cases where my IOS app crashes hard, leaving no traces and no crash reports. Since this takes down the entire app, and since I wrap all threads with crash reporters, I suspect this is a crash inside the VM, not a controllable condition where the error is thrown