Consistent errorless crashing in Studio (PathfindingService related?)

I have recently been experiencing a ton of crashes (Studio freezes for a second, then immediately closes without an error message) while testing in studio on my game. It was after I implemented an Audio Acoustic calculator that works out how muffled/echoed an AudioEmitter should sound based on its surroundings.

I believe the crashes are related to PathfindingService as when these crashes happen, it happens immediately when an AudioEmitter is hidden behind a wall, which activates the Pathfinding mode to see how long it takes for the sound to ‘reach’ the player. After disabling the pathfinding code specifically, the crashes don’t happen any more. This happens on two separate computers, although it has only occured on Studio and not on an actual Client.

The snippet of code causing the errorless crashes (LocalScript):

Listed technical details & crash dumps for staff below-

A private message is associated with this bug report

Hi, we are aware of this issue and working on a resolution. Thank you for your report.

1 Like

Thanks for the fast response. Glad to hear that it’s being covered.

Can confirm. Not related to PathfindingService at all. I select a part and Studio just closes itself.

1 Like

Crash report basic details:

It seems to trace back to ntdll.dll and System32. I have no idea.

How strange, for me it happens very specifically when utilising a pathfinding feature on the client while testing. selecting parts is fine for me!

Deleted post. Video included unwanted audio. Here’s a GIF.
crash

UPDATE: It seems like my Studio is crashing whenever I look at… the sun? In-game sun.

UPDATE 2: Yeah. Every time I slowly look towards the sun the game just crashes. What?

I don’t think there’s a specific cause for crashing, judging by the crash report you posted it’s an error in the game engine regarding memory usage. Let’s leave it in the hands of the engineers as they are already on the case.

Yeah, I think that’s the best option. It also only happens on Vulkan rendering.

Could you try switching to D3D11?

Bug seems to have stopped for me atm. Will post back if otherwise. I tried changing to D3D11 and it stopped, back to Vulkan still no crashing, back to automatic still fine.

Hey there! I also recently had Errorless Crashes all day yesterday. Not sure if its Roblox’s Issue or Nvidia.

In my Case I have a RTX 3080 Series card. Trying to update the normal “Game Driver” Didn’t help my situation, however the “Studio Driver” Specifically made for high end studio software DID resolve all of my random crashing issues. It seemed to be a Graphics pipeline issue. (Also lowering the in-game graphics helped slightly before discovering this). I Hope this helps you too!

If I remember correctly this isn’t the first time this has happened to me. I will eventually switch back to the game driver (maybe after future updates)

Hi folks, we believe the issue causing these crashes has been fixed. Please submit another report if you continue to encounter issues.

Thanks!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.