Tag: 崩溃

Google Maps Android API v2 – 示例代码崩溃

我正在尝试获取Android“Google Maps Android API v2”的示例代码 。 我得到没有错误的项目。 但是,当我尝试在我的Galaxy Nexus上运行应用程序(与usb连接到我的笔记本电脑)时,该应用程序立即崩溃。 我在AndroidManifest.xml中填写了自己的Maps API密钥 我build立了Android 4.1.2 这是日志logging: Unable to resolve superclass of Lcom/example/mapdemo/BasicMapActivity; (66) Link of class 'Lcom/example/mapdemo/BasicMapActivity;' failed Could not find class 'com.example.mapdemo.BasicMapActivity', referenced from method com.example.mapdemo.MainActivity.<clinit> VFY: unable to resolve const-class 108 (Lcom/example/mapdemo/BasicMapActivity;) in Lcom/example/mapdemo/MainActivity; VFY: replacing opcode 0x1c at 0x000d Exception Ljava/lang/NoClassDefFoundError; thrown while initializing […]

在应用程序购买 addPayment:付款崩溃]

我的应用程序内购买工作。 我用一个“购买”UIButton呈现一个ModalView。 您单击button,In App Purchase将执行此过程。 你甚至可以连续做几次。 如果打开模态视图,然后closures模态视图(使用UITabBarButtonItem),然后重新打开模态视图并点击“购买”button,就会出现问题。 该应用程序崩溃,我得到一个NSZombie读取 *** – [InAppPurchaseManager respondsToSelector:]:发送到释放实例0x1c7ad0的消息 NSZombie指向.m文件中的第160行。 我已经用评论标记了它。 我从这个页面获得了原始代码: http : //troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/ 我已经为此奋斗了很多天了…任何帮助将是真棒。 这是.h // // InAppPurchaseManager.h // Copyright 2010 __MyCompanyName__. All rights reserved. #import <UIKit/UIKit.h> #import <StoreKit/StoreKit.h> #define kInAppPurchaseManagerProductsFetchedNotification @"kInAppPurchaseManagerProductsFetchedNotification" #define kInAppPurchaseManagerTransactionFailedNotification @"kInAppPurchaseManagerTransactionFailedNotification" #define kInAppPurchaseManagerTransactionSucceededNotification @"kInAppPurchaseManagerTransactionSucceededNotification" #define kInAppPurchaseCreditProductId @"com.myname.app.iap" @interface InAppPurchaseManager : UIViewController <SKProductsRequestDelegate, SKPaymentTransactionObserver> { SKProduct *productID; […]

应用程序closuresEXC_RESOURCE,WAKEUPS例外iOS 8 GM

有谁知道这种例外是在iOS 8上吗? ===从崩溃报告=== Exception Type: EXC_RESOURCE Exception Subtype: WAKEUPS Exception Message: (Limit 150/sec) Observed 206/sec over 300 secs Triggered by Thread: 14 似乎只发生在iOS 8 …我们的应用程序相当随机closures,以任意的时间间隔,这个例外.. 任何线索都欢迎。 谢谢!

git-gui命令在macOS Sierra上崩溃

更新到macOS Sierra之后, git-gui命令崩溃,并显示错误消息: 希望[23862:202062] ***终止应用程序由于未捕获的exception“CALayerInvalidGeometry”,原因:“CALayer位置包含NaN:[0南]' ***第一个投掷堆栈: ( 0 CoreFoundation 0x00007fff8cd9252b __exceptionPreprocess + 171 1 libobjc.A.dylib 0x00007fffa146acad objc_exception_throw + 48 2 CoreFoundation 0x00007fff8ce10a0d + [NSException raise:format:] + 205 3 QuartzCore 0x00007fff92938980 _ZN2CA5Layer12set_positionERKNS_4Vec2IdEEb + 152 4 QuartzCore 0x00007fff92938af5 – [CALayer setPosition:] + 44 5 QuartzCore 0x00007fff9293914b – [CALayer setFrame:] + 644 6 CoreUI 0x00007fff986e2112 _ZN20CUICoreThemeRenderer26MakeOrUpdateScrollBarLayerEPK13CUIDescriptoraPP7CALayer + 1284 […]

– 无法识别的select器发送到实例

我的应用程序崩溃的原因是: – [MyClassName copyWithZone:]无法识别的select器发送到实例 我有两个class。 比方说Class1和Class2。 Class1看起来像: Class1.h @interface Class1 : NSObject { NSString *imagemd5CheckSum; UIImage *image; NSData *fileChunkData; } @property (nonatomic, copy)NSString *imagemd5CheckSum; @property (nonatomic, copy)UIImage *image; @property (nonatomic, copy)NSData *fileChunkData; @end Class1.m @implementation Class1 @synthesize image; @synthesize fileChunkData; @synthesize imagemd5CheckSum; -(id) init{ [self setImage:nil]; [self setFileChunkData:nil]; [self setImagemd5CheckSum:@""]; return self; } -(void)dealloc{ [imagemd5CheckSum […]

当父母没有边框时,CSS:边缘

正如你在这张照片中看到的,我在一个没有顶边的绿色div里面有一个橙色的div 。 橙色的div有一个30px上边距,但它也推动了绿色的div下跌。 当然,添加顶部边框可以解决问题,但是我需要绿色的顶部边框。 我能做什么? .body { border: 1px solid black; border-top: none; border-bottom: none; width: 120px; height: 112px; background-color: lightgreen; } .body .container { background-color: orange; height: 50px; width: 50%; margin-top: 30px; } <div class="header">Top</div> <div class="body"> <div class="container">Box</div> </div> <div class="foot">Bottom</div> 谢谢

C#4.0编译器崩溃

此代码示例不能被编译。 任何工作在那里? using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { using church = Func<dynamic, dynamic, dynamic>; class Program { static void Main(string[] args) { church True = (a, b) => a; church False = (a, b) => b; Func<church, church, church> And = (x, y) => x(y(True, False), False); } } } […]

Crashlytics不从iPhone发送崩溃报告

我已经在我的一个iOS应用程序中安装了Crashlytics,并在真实的设备上安装了应用程序。 我的Crashlytics仪表板正在显示,我已经成功地添加了应用程序。 但是,这不是发送崩溃报告。 我的上网速度不是很好。 但我可以检查我的电子邮件从这个设​​备。 谁能猜到,问题在哪里?

C#:“types'System.InvalidOperationException'的第一个机会exception”

在C#中处理类的分配,我遇到了一个没有任何错误的程序崩溃(除了在VS2010的debugging窗口中写的东西外)。 这是导致崩溃的典型代码: public partial class Test : Form { public Test() { InitializeComponent(); } private void Test_Load(object sender, EventArgs e) { ColumnHeader header; header = new ColumnHeader(); header.Text = "#"; header.TextAlign = HorizontalAlignment.Center; header.Width = 30; listView1.Columns.Add(header); TimerCallback tcb = this.UpdateListView; System.Threading.Timer updateTimer = new System.Threading.Timer(tcb, null, 0, 1000); } public void UpdateListView(object obj) { […]

iOS应用程序崩溃,xcode在debugging时显示“X连接失败”

我的应用程序崩溃,我需要一些build议,以find并解决问题。 这不是一个设备或电缆问题,因为它发生在所有设备上,而不仅仅是在debugging时。 Xcode不会停止在exception断点上,应用程序只是停止运行,没有错误信息。 当debuggingxcode只说'失去连接到X的iPhone'。 我从设备中看到以下日志,请参阅MY_CRASHING_APP: Incident Identifier: 85730E97-BA21-4C72-8AD1-02075A8FD9A7 CrashReporter Key: d9e9eb14ac1801fea11e662a394244d7caf29154 Hardware Model: iPhone4,1 OS Version: iPhone OS 8.0 (12A365) Kernel Version: Darwin Kernel Version 14.0.0: Tue Aug 19 15:08:02 PDT 2014; root:xnu-2783.1.72~8/RELEASE_ARM_S5L8940X Date: 2014-09-24 15:02:41 +0200 Time since snapshot: 325 ms Free pages: 20793 Active pages: 20412 Inactive pages: 10678 Speculative pages: 1757 Throttled […]