Hi. I need some help with getting a sound emitter to work. I think the basics are all set; I've added an emitter to the map however, choosing the sound I want causes an error, saying that the file isn't there even when it is. I'll attach the errors from the log here: Code: 444.63238|E|ResourceBase::assign|Failed to create resource: [../../../../../Users/Kyle/Documents/BeamNG.drive/levels/Desert_Highway/art/sounds/ambiance.ogg] 446.37044|E|SFXSound::_create|SFXSound::_create() - Could not create device buffer! 446.37050|E|SFXSystem::createSource|SFXSystem::createSource() - Failed to create sound! Profile: (null) Filename: ../../../../../Users/Kyle/Documents/BeamNG.drive/levels/Desert_Highway/art/sounds/ambiance.ogg 446.37053|E|SFXEmitter::_update|SFXEmitter::_update() - failed to create sound for: ../../../../../Users/Kyle/Documents/BeamNG.drive/levels/Desert_Highway/art/sounds/ambiance.ogg 447.27329|E|ResourceBase::assign|Failed to create resource: [../../../../../Users/Kyle/Documents/BeamNG.drive/levels/Desert_Highway/art/sounds/ambiance.ogg] 448.91044|E|SFXSound::_create|SFXSound::_create() - Could not create device buffer! 448.91049|E|SFXSystem::createSource|SFXSystem::createSource() - Failed to create sound! -you can see that I tried a few times- Profile: (null) Filename: ../../../../../Users/Kyle/Documents/BeamNG.drive/levels/Desert_Highway/art/sounds/ambiance.ogg 448.91052|E|SFXEmitter::_update|SFXEmitter::_update() - failed to create sound for: ../../../../../Users/Kyle/Documents/BeamNG.drive/levels/Desert_Highway/art/sounds/ambiance.ogg 481.57153|D|SFXProfile::_createBuffer|Loading SFX: art/sound/environment/amb_birds_01.ogg (1 channels, 96 kHz, 11.38 sec, 2133 kb) 505.92621|E|ResourceBase::assign|Failed to create resource: [../../../../../Users/Kyle/Documents/BeamNG.drive/levels/Desert_Highway/art/sounds/ambiance.ogg] 507.49963|E|SFXSound::_create|SFXSound::_create() - Could not create device buffer! Any help is requested! Thanks!