Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Build error when compiling to WebGL
#1
Hi,

Why am I seeing this:

Failed running "D:\Unity2017.4.10f1\Editor\Data\PlaybackEngines\WebGLSupport\BuildTools\Emscripten_Win\python\2.7.5.3_64bit\python.exe" "D:\Unity2017.4.10f1\Editor\Data\PlaybackEngines\WebGLSupport\BuildTools\Emscripten\emcc" @"C:\Users\Game\Assets\..\Temp\emcc_arguments.resp"

stdout:
stderr:ERROR:root:C:\Users\Game\Assets\Obi\Plugins\iOS\libOni.a: Unknown format, not a static library!
UnityEngine.GUIUtilityLenguarocessEvent(Int32, IntPtr)
Reply
#2
(17-01-2019, 07:56 PM)khos85 Wrote: Hi,

Why am I seeing this:

Failed running "D:\Unity2017.4.10f1\Editor\Data\PlaybackEngines\WebGLSupport\BuildTools\Emscripten_Win\python\2.7.5.3_64bit\python.exe" "D:\Unity2017.4.10f1\Editor\Data\PlaybackEngines\WebGLSupport\BuildTools\Emscripten\emcc" @"C:\Users\Game\Assets\..\Temp\emcc_arguments.resp"

stdout:
stderr:ERROR:root:C:\Users\Game\Assets\Obi\Plugins\iOS\libOni.a: Unknown format, not a static library!
UnityEngine.GUIUtilityLenguarocessEvent(Int32, IntPtr)

Because only Windows, OSX, iOS, Android and Linux are supported. WebGL is not supported.
Reply
#3
(17-01-2019, 08:14 PM)josemendez Wrote: Because only Windows, OSX, iOS, Android and Linux are supported. WebGL is not supported.

Ah, ok, thanks! That sucks Sonrisa Triste
Reply