Cant see HTML on launch, or device manager?

Hey Lynck82,

This is how my HTML5Engine.ini file looks like:

[Audio]
AudioDeviceModuleName=HTML5Audio

[OnlineSubsystemMcp]
benabled=false

[SystemSettings]
r.setres=800x600

; These following settings have moved to the  inis and can be set from the editor
; These old value are left as reference until all old code paths are removed
;[BuildSettings]
;HeapSize=1024

;[HTML5DevicesWindows]
; (64 bit)="C:/Program Files//firefox.exe"
; (32 bit)="C:/Program Files (x86)//firefox.exe"
;Firefox (32 bit)="C:/Program Files (x86)/Mozilla Firefox/firefox.exe"
;Firefox Aurora  (32 bit)="C:/Program Files (x86)/Aurora/firefox.exe"
;Chrome="C:/Program Files (x86)//Chrome/Application/chrome.exe"

;all browsers on mac are 64 bit, 64 bit browsers can allocate more than 512MB of memory to around 1.5 GB. 
;[HTML5DevicesMac]
;Safari="/Applications/Safari.app/Contents/MacOS/Safari"
;Firefox="/Applications/Firefox.app/Contents/MacOS/firefox-bin"
;Firefox (Aurora)="/Applications/FirefoxAurora.app/Contents/MacOS/firefox-bin"

;[HTML5DevicesLinux]
;Firefox="/usr/bin/firefox"

;[HTML5SDKPaths]
;Mac="/path/to/emscripten/sdk"

I would suggest copying your old .ini file and moving it to your desktop and replacing your existing one with this information and see whether or not that has resolved your issue.

I also suggest downgrading to Emscripten 1.29.0 and see whether or not that’s part of the issue. Please make sure that you’ve also set up the Environment Variables on your computer for example:

  • Variable | name: EMSCRIPTEN_ROOT | value: C:\Program Files\Emscripten\emscripten\1.29.0 (or wherever emcc.exe is location)
  • Variable | name: LLVM_ROOT | Value: C:\Program Files\Emscripten\clang\e1.29.0_64bit (or wherever llvm.exe is location)
  • Variable | name: NODE_JS | value: C:\Program Files\Emscripten\node\0.10.17_64bit (or wherever node.exe is location)
  • Variable | name: PYTHON | Value: C:\Program Files\Emscripten\python\2.7.5.3_64bit (or wherever python.exe is location)

After you’ve checked all of this information and updated, I would suggest restarting your computer and checking. If you’re still running into complications, please update your post with detailed information so that we can assist you further.

Thank you and have a nice day!