Application crashes in splash screen using iPhone 12 Pro Max - xamarin.forms

I'm developing Xamarin.Forms app. I can deploy and launch the app in a iPhone X, but the app crashes in a iPhone 12 Pro Max. Both iPhones have iOS 14.7.
I'm using Microsoft Visual Studio Professional 2019 Version 16.10.4 and Xamarin.Forms 5.0.0.2083.
This is the content of the output window, with native report. Do you know what is happening?
2021-07-28 09:01:34.162 Xamarin.PreBuilt.iOS[6171:3005548] Xamarin.iOS: Successfully received USB connection from the IDE on port 10000, fd: 6
2021-07-28 09:01:34.165 Xamarin.PreBuilt.iOS[6171:3005548] Xamarin.iOS: Processing: 'start profiler: no'
2021-07-28 09:01:34.165 Xamarin.PreBuilt.iOS[6171:3005529] Xamarin.iOS: Profiler not loaded (disabled)
Loaded assembly: /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.iOS.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/System.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Mono.Security.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS.exe [External]
Thread started: #2
Loaded assembly: /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS.Library.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/netstandard.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/System.Core.dll [External]
2021-07-28 09:01:34.402 Xamarin.PreBuilt.iOS[6171:3005529] Content folder: /var/mobile/Containers/Data/Application/FBF79CC9-237C-400B-AFA4-619FA7E20CCC/Documents/MyApp.iOS.content
Thread started: #3
Thread started: <Thread Pool> #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
2021-07-28 09:01:34.653 Xamarin.PreBuilt.iOS[6171:3005529] Forms app path /var/mobile/Containers/Data/Application/FBF79CC9-237C-400B-AFA4-619FA7E20CCC/Documents/MyApp.iOS.content/MyApp.iOS.exe
2021-07-28 09:01:34.654 Xamarin.PreBuilt.iOS[6171:3005529] Xamarin.iOS: Unable to locate assembly 'Xamarin.Forms.Platform.iOS' (culture: '')
2021-07-28 09:01:34.654 Xamarin.PreBuilt.iOS[6171:3005529] Xamarin.iOS: Unable to locate assembly 'Xamarin.Forms.Platform.iOS' (culture: '')
2021-07-28 09:01:34.654 Xamarin.PreBuilt.iOS[6171:3005529] Xamarin.iOS: Unable to locate assembly 'Xamarin.Forms.Core' (culture: '')
2021-07-28 09:01:34.655 Xamarin.PreBuilt.iOS[6171:3005529] Xamarin.iOS: Unable to locate assembly 'Xamarin.Forms.Core' (culture: '')
Loaded assembly: /private/var/mobile/Containers/Data/Application/FBF79CC9-237C-400B-AFA4-619FA7E20CCC/Documents/MyApp.iOS.content/MyApp.iOS.exe
2021-07-28 09:01:34.656 Xamarin.PreBuilt.iOS[6171:3005529] Xamarin.iOS: Unable to locate assembly 'MyApp' (culture: '')
2021-07-28 09:01:34.656 Xamarin.PreBuilt.iOS[6171:3005529] Xamarin.iOS: Unable to locate assembly 'MyApp' (culture: '')
Loaded assembly: /private/var/mobile/Containers/Data/Application/FBF79CC9-237C-400B-AFA4-619FA7E20CCC/Documents/MyApp.iOS.content/Xamarin.Forms.Platform.iOS.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/FBF79CC9-237C-400B-AFA4-619FA7E20CCC/Documents/MyApp.iOS.content/Xamarin.Forms.Core.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/FBF79CC9-237C-400B-AFA4-619FA7E20CCC/Documents/MyApp.iOS.content/MyApp.dll
2021-07-28 09:01:34.682 Xamarin.PreBuilt.iOS[6171:3005529] Xamarin.Forms AppDelegate name: AppDelegate
=================================================================
Native Crash Reporting
=================================================================
Got a segv while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x10037c120 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : mono_dump_native_crash_info
0x100372cbc - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : mono_handle_native_crash
0x10037fa60 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : mono_sigsegv_signal_handler_debug
0x1ee4e029c - /usr/lib/system/libsystem_platform.dylib : <redacted>
0x1a239b5ec - /usr/lib/system/libdyld.dylib : <redacted>
0x1a238b008 - /usr/lib/system/libdyld.dylib : <redacted>
0x1a239b418 - /usr/lib/system/libdyld.dylib : <redacted>
0x1a238b948 - /usr/lib/system/libdyld.dylib : <redacted>
0x1a239bf30 - /usr/lib/system/libdyld.dylib : <redacted>
0x1a239b9c0 - /usr/lib/system/libdyld.dylib : <redacted>
0x1a239d928 - /usr/lib/system/libdyld.dylib : <redacted>
0x1a238eecc - /usr/lib/system/libdyld.dylib : <redacted>
0x100528970 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : do_icall
0x100527010 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : do_icall_wrapper
0x10051da8c - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : interp_exec_method_full
0x10051beb0 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E89227
89cf8 - /usr/lib/system/libdyld.dylib : <redacted>
=================================================================
Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x10671b3a0):0x10671b390 e2 59 00 10 1f 20 03 d5 1c 07 00 94 e7 ff ff 17 .Y... ..........
0x10671b3a0 ff c3 00 d1 fd 7b 02 a9 fd 83 00 91 a0 ff ff 10 .....{..........
0x10671b3b0 1f 20 03 d5 e1 03 00 91 1a 07 00 94 a0 01 00 34 . .............4
0x10671b3c0 e8 07 40 f9 08 0d 40 b9 1f 09 00 71 1f 20 03 d5 ..#...#....q. ..
=================================================================
Managed Stacktrace:
=================================================================
at <unknown> <0xffffffff>
at ObjCRuntime.Dlfcn:_dlopen <0x00026>
at ObjCRuntime.Dlfcn:dlopen <0x00010>
at Xamarin.PreBuilt.iOS.Applications:LoadFrameworks <0x0009e>
at Xamarin.PreBuilt.iOS.Applications:Main <0x00202>
at <Module>:runtime_invoke_direct_void_string[] <
0x00092>
=================================================================
9/MyApp.iOS.app/Xamarin.PreBuilt.iOS : interp_runtime_invoke
0x100382d3c - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : mono_jit_runtime_invoke
0x1004312c0 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : mono_runtime_invoke_checked
0x100436564 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : mono_runtime_exec_main_checked
0x1003678f4 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : mono_jit_exec
0x100519984 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : xamarin_main
0x10032fc34 - /private/var/containers/Bundle/Application/3B617F18-EB5B-40B3-96D4-18688E892279/MyApp.iOS.app/Xamarin.PreBuilt.iOS : main
0x1a23
The app has been terminated.
Edit 1:
To add more details about comments questions. I'm working with paired Mac and connected to the iPhone using USB cable.
1) Power Off the phone, and power it back on. After that I can deploy the application to, but the debugger is disconnected (Run button is enabled again), so I can't debug or read logs in the output window.
2) Manually Uninstall (delete) the app from the phone. After test 1) and 2) the result is the same: debugger is disconnected.
3) Is this Debug or Release build? Please show the Build Options you have set. I'm working in Debug:
4) If you run App on an iPhone Simulator choosing iPhone 12 Pro Max, what happens? Using iPhone 14 Pro Max iOS 14.5 simulator I get an error about a library (MyLibrary in the logs):
Native linking failed. Please review the build log. MyApp.iOS
warning: ignoring file /Users/macuser/Library/Caches/Xamarin/mtbs/builds/MyApp.iOS/16c7bc9b0e8af1f53dbbdd4467006ec97d5efb9ff993c29d61d5200ba9ab2640/obj/iPhoneSimulator/Debug/mtouch-cache/Curve25519.framework/Curve25519, building for iOS Simulator-x86_64 but attempting to link with file built for iOS-arm64 MyApp.iOS
Native linking failed, undefined Objective-C class: SwiftFrameworkProxy. The symbol '_OBJC_CLASS_$_SwiftFrameworkProxy' could not be found in any of the libraries or frameworks linked with your application. MyApp.iOS
warning: ignoring file /Users/macuser/Library/Caches/Xamarin/mtbs/builds/MyApp.iOS/16c7bc9b0e8af1f53dbbdd4467006ec97d5efb9ff993c29d61d5200ba9ab2640/obj/iPhoneSimulator/Debug/mtouch-cache/SwiftFrameworkProxy.framework/SwiftFrameworkProxy, building for iOS Simulator-x86_64 but attempting to link with file built for iOS-arm64 MyApp.iOS
warning: ignoring file /Users/macuser/Library/Caches/Xamarin/mtbs/builds/MyApp.iOS/16c7bc9b0e8af1f53dbbdd4467006ec97d5efb9ff993c29d61d5200ba9ab2640/obj/iPhoneSimulator/Debug/mtouch-cache/SwiftProtobuf.framework/SwiftProtobuf, building for iOS Simulator-x86_64 but attempting to link with file built for iOS-arm64 MyApp.iOS
warning: ignoring file /Users/macuser/Library/Caches/Xamarin/mtbs/builds/MyApp.iOS/16c7bc9b0e8af1f53dbbdd4467006ec97d5efb9ff993c29d61d5200ba9ab2640/obj/iPhoneSimulator/Debug/mtouch-cache/MyLibrary.framework/MyLibrary, building for iOS Simulator-x86_64 but attempting to link with file built for iOS-arm64 MyApp.iOS
linker command failed with exit code 1 (use -v to see invocation) MyApp.iOS
5) Is XCode on your build Mac up-to-date? Xcode Version 12.5.1 (12E507), the current latest version.

Related

Xcode 9.2 simulators crashing

Whenever I launch simulators on Xcode 9.2, the simualtors are crashing with multiple popups.
Xcode version: 9.2 (9C40b)
Mac OS version: 10.12.6 (16G1212)
Some of the error messages are as follows:
backboardd cannot be opened because of a problem.
SimultorBridge cannot be opened because of a problem.
SpringBoard cannot be opened because of a problem.
Crash report for SimultorBridge is as follows:
Process: SimulatorBridge [4361]
Path: /Users/USER/Downloads/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/Resources/Platforms/iphoneos/usr/libexec/SimulatorBridge
Identifier: SimulatorBridge
Version: 835.5 (835.5)
Code Type: X86-64 (Native)
Parent Process: launchd_sim [4313]
Responsible: SimulatorBridge [4361]
User ID: 501
Date/Time: 2018-02-21 12:36:15.729 +0530
OS Version: Mac OS X 10.12.6 (16G1212)
Report Version: 12
Anonymous UUID: 6844F1F8-F647-09F6-8FB0-A7B9C14F843B
Time Awake Since Boot: 10000 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x1] Library missing
Application Specific Information:
dyld: launch, loading dependent libraries
DYLD_FALLBACK_LIBRARY_PATH=/Users/Octane_Nimesh/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib
DYLD_ROOT_PATH=/Users/Octane_Nimesh/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot
DYLD_FALLBACK_FRAMEWORK_PATH=/Users/Octane_Nimesh/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks
Dyld Error Message:
Library not loaded: /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
Referenced from: /Users/USER/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
Reason: image not found
How to resolve this issue?
Reinstall Xcode as this issues might occur because of the corrupted simulator files.

map fragment shows blank when app resumes from background to front. GL thread crash

I compiled a HERE tutorial app, "basic map solution", and installed it on Motorola XT1565(android 6.0.1). When I launch it, the map view can be shown, but if I move it to background and later bring it back to front, sometimes I see the map view is blank: no map content. I caught the following GL thread crash error in the log.
I am using HERE Android SDK 3.1.1, and I can not find same issue on Here official app from Google Playstore. So I wonder if this issue is related to EGL lib compatible issue or there are some bugs in Here SDK native lib?
07-05 13:56:02.034 18468-18952/com.here.android.tutorial I/Adreno: QUALCOMM build : 166ada0, Ifd751822f5
Build Date : 01/26/16
OpenGL ES Shader Compiler Version: XE031.06.00.05
Local Branch : AU12_SBA
Remote Branch :
Remote Branch :
Reconstruct Branch :
07-05 13:56:02.185 18468-18952/com.here.android.tutorial I/OpenGLRenderer: Initialized EGL, version 1.4
07-05 13:56:02.288 18468-2216/com.here.android.tutorial E/BaseTextureView: ******** GL Thread crash ********Thread[BaseTextureView-RenderThread,6,main]
07-05 13:56:02.391 18468-2216/com.here.android.tutorial W/System.err: java.lang.RuntimeException: createWindowSurface failed EGL_BAD_CONFIG
07-05 13:56:02.392 18468-2216/com.here.android.tutorial W/System.err: at com.nokia.maps.y$a.f(BaseTextureView.java:495)
07-05 13:56:02.392 18468-2216/com.here.android.tutorial W/System.err: at com.nokia.maps.y$a.run(BaseTextureView.java:301)
07-05 13:56:02.392 18468-2216/com.here.android.tutorial E/BaseTextureView: ******** GL Thread crash ********Thread[BaseTextureView-RenderThread,6,main]
07-05 13:56:02.445 18468-2216/com.here.android.tutorial E/libEGL: eglDestroySurface:595 error 300d (EGL_BAD_SURFACE)
07-05 13:56:02.445 18468-2216/com.here.android.tutorial E/libEGL: eglDestroyContext:697 error 3006 (EGL_BAD_CONTEXT)
Please check with SDK 4.x that was released last week, since this problem should be fixed with this version.

flex build error when using assets as RSL

Hi recently I converted all images inside the assets folder into separate swc. I now refer the swc as RSL in the build path. First time it worked. But now whenever I try to build the project the build fails showing the java heap error. When I referred the error logs. This was written in it.
!ENTRY com.adobe.flexbuilder.project 4 43 2012-11-22 15:12:15.797
!MESSAGE WARNING: setAssetClassAttribute - Unable to get definition for class GeneratedAsset11:null
!STACK 0
java.lang.Exception
at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:1019)
.....
.....
.....
.....
!ENTRY com.adobe.flexbuilder.project 4 43 2012-11-22 17:53:26.386
!MESSAGE Exception in design view callback:null
!STACK 0
java.lang.Exception
.......
.......
.......
!ENTRY org.eclipse.core.jobs 4 2 2012-11-22 18:07:48.821
!MESSAGE An internal error occurred during: "Build Project".
!STACK 0
java.lang.OutOfMemoryError: Java heap space
Any pointer why this is happening??

SQLite.NET Installer Project

I am having some issues making a setup project in visual studio 2010. I am using Addin-express to make a program associated with Microsoft Excel and I am using in it SQLite for a simple database. I have read other answers on stackoverflow but their solutions have not aided me.
I am using SQLite.net which can be found at http://sqlite.phxsoftware.com. I have not been able to connect to that website so the direct link to the dll is http://sourceforge.net/projects/sqlite-dotnet2/
This addin is using the 32 bit version of Microsoft Office Excel, though I am running 64 bit windows 7, and so I have included the 32 bit version of the dll in the Visual Studio 2010 project. I have had no problems running the 32 bit dll in Visual Studio debugging and so I have included that same dll in my Visual Studio install project. However, when I run this install program on my virtual machine (also Windows 7 64 bit) I receive the following error and stack trace:
Detailed technical information follows:
---
(Inner Exception)
(Inner Exception)
Date and Time: 4/5/2012 7:24:52 PM
Machine Name: TOM-PC
IP Address: --------------------
Current User: Tom-PC\Tom
Application Domain: C:\Program Files (x86)\Fintools\Fintools XL\
Assembly Codebase: file:///C:/Program Files (x86)/Fintools/Fintools XL/AddinExpress.MSO.2005.DLL
Assembly Full Name: AddinExpress.MSO.2005, Version=6.5.3057.2005, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 6.5.3057.2005
Exception Source:
Exception Type: System.Runtime.InteropServices.COMException
Exception Message: Failed to load the runtime. (Exception from HRESULT: 0x80131700)
Exception Target Site: Object reference not set to an instance of an object.
---- Stack Trace ----
(Outer Exception)
Date and Time: 4/5/2012 7:24:52 PM
Machine Name: TOM-PC
IP Address: -------------------
Current User: Tom-PC\Tom
Application Domain: C:\Program Files (x86)\Fintools\Fintools XL\
Assembly Codebase: file:///C:/Program Files (x86)/Fintools/Fintools XL/AddinExpress.MSO.2005.DLL
Assembly Full Name: AddinExpress.MSO.2005, Version=6.5.3057.2005, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 6.5.3057.2005
Exception Source: COMWizards
Exception Type: System.IO.FileLoadException
Exception Message: Could not load file or assembly 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. Failed to load the runtime. (Exception from HRESULT: 0x80131700)
Exception Target Site: GetDataTable
---- Stack Trace ----
COMWizards.SQLiteDatabase.GetDataTable(sql As String)
AddinExpress.MSO.2005.DLL: N 00000 (0x0) JIT
COMWizards.frmImpliedForwardRate.GetMostRecentDate(strDataTableName As String)
AddinExpress.MSO.2005.DLL: N 0020 (0x14) IL
COMWizards.frmImpliedForwardRate..ctor(appExcel As _Application, Path As String)
AddinExpress.MSO.2005.DLL: N 0110 (0x6E) IL
COMUI.AddinModule.adxIFRWiz_OnClick(sender As Object, control As IRibbonControl, pressed As Boolean)
AddinExpress.MSO.2005.DLL: N 0007 (0x7) IL
AddinExpress.MSO.ADXRibbonButton.DoInternalAction(e As ADXRibbonOnActionEventArgs)
AddinExpress.MSO.2005.DLL: N 0035 (0x23) IL
(Outer Exception)
Date and Time: 4/5/2012 7:24:52 PM
Machine Name: TOM-PC
IP Address: ----------------------
Current User: Tom-PC\Tom
Application Domain: C:\Program Files (x86)\Fintools\Fintools XL\
Assembly Codebase: file:///C:/Program Files (x86)/Fintools/Fintools XL/AddinExpress.MSO.2005.DLL
Assembly Full Name: AddinExpress.MSO.2005, Version=6.5.3057.2005, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 6.5.3057.2005
Exception Source:
Exception Type: AddinExpress.MSO.ADXExternalException
Exception Message: An error has occured in the code of the add-in.
Exception Target Site: Object reference not set to an instance of an object.
---- Stack Trace ----
I have tried building this project both with the "Any CPU" and "x86" platforms and neither has worked. I have tried using the 64 bit version of the DLL and it has given me the badimageformat exception which leads me to believe that the 32 bit version is the correct version to use. I have placed the system.data.sqlite.dll both in the root folder for my addin and in the root folder for excel and neither has resolved my issue. I am completely out of ideas, though I am an inexperienced .NET programmer so I am looking for advice here on how to resolve this issue.
Thank you for your input.
Please use this far more up-to-date system.data.sqlite.dll that supports the latest versions of sqlite and .Net:
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

Install error with Aptana Studio 3 on CentOS 5 (glibc version)

On a CentOS 5 server, I have downloaded and unzipped Aptana Studio 3. When I run it, the IDE opens properly but generates an error and ask to close.
The error is the following:
!SESSION 2011-10-13 16:25:43.255 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_25
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.ui 4 4 2011-10-13 16:25:46.561
!MESSAGE Unable to find Action Set: com.aptana.editor.php.presentation
!ENTRY org.eclipse.ui 4 4 2011-10-13 16:26:19.394
!MESSAGE An internal error has occurred.
!STACK 0
org.eclipse.swt.SWTError: No more handlesNative code library failed to load. (java.lang.UnsatisfiedLinkError: /usr/local/Aptana_Studio_3/plugins/com.aptana.swt.webkitbrowser.linux.x86_1.0.0.1295409059/os/linux/x86/libcefjni.so: /lib/libc.so.6: version `GLIBC_2.7' not found (required by /usr/local/Aptana_Studio_3/plugins/com.aptana.swt.webkitbrowser.linux.x86_1.0.0.1295409059/os/linux/x86/libcefjni.so))
and here is the answer to rpm -qi glibc:
Name : glibc Relocations: (not relocatable)
Version : 2.5 Vendor: CentOS
Release : 65 Build Date: Fri 12 Aug 2011 01:49:31 PM EDT
Install Date: Wed 14 Sep 2011 01:31:47 AM EDT Build Host: builder10.centos.org
Group : System Environment/Libraries Source RPM: glibc-2.5-65.src.rpm
Size : 12971036 License: LGPL
Signature : DSA/SHA1, Fri 12 Aug 2011 05:24:55 PM EDT, Key ID a8a447dce8562897
Summary : The GNU libc libraries.
Any way to work around that?
Thanks.
I just removed that plugin (com.aptana.swt.webkitbrowser.linux.x86_1.0.0.1295409059) from the plugins directory. The aptana studio startup web page doesn't work, but I haven't had a problem with regular editing yet.

Resources