article thumbnail

Debugging Complications

Ask a Game Dev

Bonus difficulty if you have to reproduce the bug on a debug build with a low frame rate Silent failure - The bug doesn’t actually trigger any error messages or logs or anything, it just fails silently without a trace Requires multiple players to repro - Happens only on a dedicated server with multiple squads all playing at once!

Debug 40
article thumbnail

The Next Debug Thing: Dean Mortlock on his new print magazine that celebrates video games

Game Development News

Richie Shoemaker flicks through the first issue of Debug, a new games magazine edited by veteran mag-ician Dean Mortlock that aims to be a champion for indie titles, studios and publishers

Debug 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Speed Up GPU Crash Debugging with NVIDIA Nsight Aftermath

Nvidia

NVIDIA Nsight Developer Tools provide comprehensive access to NVIDIA GPUs and graphics APIs for performance analysis, optimization, and debugging activities. NVIDIA Nsight Developer Tools provide comprehensive access to NVIDIA GPUs and graphics APIs for performance analysis, optimization, and debugging activities.

Debug 52
article thumbnail

Debugging C++ compiled to WebAssembly

That One Game Dev

In this article, it is shown how to use chrome for debugging WebAssmebly files (.wasm) The post Debugging C++ compiled to WebAssembly appeared first on That One Game Dev. wasm) that were produced from C++ through Emscripten.

Debug 52
article thumbnail

Debugging D&I – Amiqus’ Liz Prince speaks to Dovetail Games’ Lindsey Shorricks

Game Development News

With World Menopause Day taking place on October 18, 2023, Amiqus Business Manager sat down with Dovetail Games’ VP of People Lindsey Shorricks to talk about the studio’s approach to supporting women’s health

Debug 75
article thumbnail

Uplifting Optimizations, Debugging, and Performance Tuning with NVIDIA Nsight Developer Tools

Nvidia

GPUs can feel like magic, but in the interest of optimized and performant games, When developing on NVIDIA platforms, the hardware should be transparent to you. GPUs can feel like magic, but in the interest of optimized and performant games, it’s best to have an understanding of low-level processes behind the curtain.

Debug 52
article thumbnail

Quick question about fps debug

Cocos

I’m trying to test some performance issues on a game that’s crashing and I’m currently investigating the possibility of it being too much memory being used for texture cache… When I use fps on game preview, I’m able to see GFX Texture Mem… but I’m wondering, can someone please tell me what the unit of measurement is for this number?

FPS 40