Customer Cases
Pricing

Common Issues Concerning CrashSight Integration and Reporting in Windows and Game Engines

TACKLING THE NUANCES OF CRASHSIGHT IN WINDOWS AND VARIOUS GAME ENGINES.

Windows SDK Integration and Reporting

What to check if crashes cannot be reported?

  • Ensure the dll has been properly loaded.
  • Verify that the setTQMConfig function has been executed.
  • Check if the crashes are supported by CrashSight (throw and raise crashes are not supported).
  • Confirm if any TQM Center.exe process is running after initialization.
  • Check if the content of TQM64/GameBabyConfig.dat matches the GameBabyConfig.dat in the same directory as the dll.
  • If no dmp file was generated under TQM64/dump after the crash, check steps 1-3.
  • If a dmp file was generated but no reporting is seen on the "Crash Analysis" page, check steps 4-5.
  • If none of the above applies, add the <LogOutput>appid</LogOutput> configuration to the two configuration files, replacing "appid" with the project appid. Run the app to cause a crash and send the log files in the two GBLog folders to CrashSight developers for manual assistance.

Unity SDK

Why can't C# exceptions be detected and reported after initializing SDK?

  • Check if other logics have registered Application.RegisterLogCallback(LogCallback). You can call the CrashSightAgent.RegisterLogCallback(CrashSightAgent.LogCallbackDelegate) method to replace the registration of log callback.
  • Ensure the SDK component of the corresponding platform has been integrated into the project.
  • Verify if the crashes for testing have been detected by the code.

Unreal SDK

Why isn't FAndroidMisc::RequestExit detected?

  • UE's default handling considers FAndroidMisc::RequestExit as a proper quitting in Android, not a crash. To detect and report it in iOS, edit the UE source code to change the exit call to an abort call. iOS uses abort by default, allowing detection and reporting


PD网络测试推广
Latest Posts
1How to Test AI Products: A Complete Guide to Evaluating LLMs, Agents, RAG, and Computer Vision Models A comprehensive guide to AI product testing covering binary classification, object detection, LLM evaluation, RAG systems, AI agents, and document parsing. Includes metrics, code examples, and testing methodologies for real-world AI applications.
2How to Enhance Your Performance Testing with PerfDog Custom Data Extension Discover how to integrate PerfDog Custom Data Extension into your project for more accurate and convenient performance testing and analysis.
3Mobile Game Performance Testing in 2026: Complete Guide with PerfDog Insights from Tencent’s Founding Developer Master mobile game optimization with insights from PerfDog’s founding developer. Learn to analyze 200+ metrics including Jank, Smooth Index, and FPower. The definitive 2026 guide for Unity & Unreal Engine developers to achieve 120FPS and reduce battery drain.
4Hybrid Remote Device Management: UDT Automated Testing Implementation at Tencent Learn how Tencent’s UDT platform scales hybrid remote device management. This case study details a 73% increase in device utilization and WebRTC-based automated testing workflows for global teams.
5How AI Is Reshaping Software Testing Processes and Professional Ecosystems in 2026 Discover how AI is reshaping software testing processes and careers in 2026. Learn key trends, emerging roles, and essential skills to thrive in the AI-driven QA landscape.