# Server requirements for FMOD HTML5? (XAMPP/Apache)

**URL:** https://qa.fmod.com/t/server-requirements-for-fmod-html5-xampp-apache/17679
**Category:** FMOD Engine
**Tags:** html5
**Created:** [September 15, 2021, 11:37am UTC](https://qa.fmod.com/t/server-requirements-for-fmod-html5-xampp-apache/17679 "2021-09-15T11:37:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jonasb](https://avatars.discourse-cdn.com/v4/letter/j/8e7dd6/32.png) [@jonasb](https://qa.fmod.com/u/jonasb)
#### Post date: [September 15, 2021, 11:37am UTC](https://qa.fmod.com/t/server-requirements-for-fmod-html5-xampp-apache/17679/1 "2021-09-15T11:37:47Z")

</div>

Hi!

I’ve uploaded the example/demo folders to test the capabilities of FMOD. My pro hosted web server works perfectly fine, but on my local development server, things don’t seem to work that well.

This is the failing function in all the example JS files:  
gSystemCore.getCPUUsage(dsp, stream, null, update, total);

Currently running XAMPP/Apache on a Windows Server 2012. Any idea what’s causing this?

​ Creating FMOD System object

​ grabbing system object from temporary and storing it

​ set DSP Buffer size.

​ initialize FMOD

​ [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. ([Enter Audio Worklet &nbsp;|&nbsp; Web &nbsp;|&nbsp; Google Developers](https://bit.ly/audio-worklet))  
282027 @ fmodstudio.js:9  
​ initialize Application

​ Loading events

​ Start game loop

fmodstudio.js:9 Uncaught BindingError  
fmodstudio.js:9 Uncaught BindingError  
fmodstudio.js:9 Uncaught BindingError  
fmodstudio.js:9 Uncaught BindingError {name: ‘BindingError’, message: ‘function System.getCPUUsage called with 5 arguments, expected 1 args!’, stack: ‘BindingError: function System.getCPUUsage called w…oslosv217/\_fmod/api/studio/examples/3d.js:248:26)’}  
throwBindingError @ fmodstudio.js:9  
System$getCPUUsage @ VM252:5  
updateApplication @ 3d.js:248  
fmodstudio.js:9 Uncaught BindingError {name: ‘BindingError’, message: ‘function System.getCPUUsage called with 5 arguments, expected 1 args!’, stack: ‘BindingError: function System.getCPUUsage called w…oslosv217/\_fmod/api/studio/examples/3d.js:248:26)’}  
throwBindingError @ fmodstudio.js:9  
System$getCPUUsage @ VM252:5  
updateApplication @ 3d.js:248  
fmodstudio.js:9 Uncaught BindingError {name: ‘BindingError’, message: ‘function System.getCPUUsage called with 5 arguments, expected 1 args!’, stack: ‘BindingError: function System.getCPUUsage called w…oslosv217/\_fmod/api/studio/examples/3d.js:248:26)’}  
throwBindingError @ fmodstudio.js:9  
System$getCPUUsage @ VM252:5  
updateApplication @ 3d.js:248

---

<div class="post-metadata">

### Author: ![jeff\_fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/jeff_fmod/32/1766_2.png) [@jeff\_fmod](https://qa.fmod.com/u/jeff_fmod)
#### Post date: [September 17, 2021, 3:37am UTC](https://qa.fmod.com/t/server-requirements-for-fmod-html5-xampp-apache/17679/2 "2021-09-17T03:37:52Z")

</div>

Thank you for bringing this to our attention- it appears the 2.02 branch of our HTML5 examples are referencing an older version of the API. I’ve raised this with the Dev team to look into a fix. In the meantime, I’ve verified the 2.01 examples are still working correctly, so I recommend trying again with 2.01.12.
