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
1The Cheating Economics of Engineering Metrics: Why KPIs Fail in Performance Reviews Learn why engineering metrics fail with the cheating economics of vanity KPIs. Discover real examples, pitfalls & how to implement effective Agile metrics for tech teams.
2Enhancing Business Value with Automation: Practical Team Practices Learn how QJIAYI Tech Quality Team enhances automation business value with practical practices. 10k+ test cases, 80+ monthly bugs detected—turn automation into a business-driven capability.
3Testing Fundamentals: A Better Solution for Balancing Product Quality and Testing Efficiency Learn how to balance product quality and testing efficiency with context-driven testing, RBT & practical QA strategies. A better solution for agile testing teams to deliver high-quality products faster.
4AI Testing: The Challenges of AIGC Implementation in the Testing Domain Explore the key challenges of AIGC implementation in the software testing domain. Learn how AIGC impacts testing processes, quality, and efficiency for testers and AI R&D professionals.
5Game AI Automated Testing: Technology Evolution & Market Landscape Analysis Explore the evolution of Game AI testing from rule-based scripts to Generative Agents (LLM). Deep dive into market drivers, RL vs. VLM tech, and industry benchmarks like DeepMind's SIMA and Tencent's Juewu.