Search Issue Tracker
By Design
Votes
1
Found in
2021.3.15f1
2022.1.23f1
2022.2.0f1
2023.1.0a21
2023.2.0a1
2023.3.0a3
Issue ID
UUM-20411
Regression
No
"undefined symbol: WebView_loadHtml (referenced by top-level compiled C/C++ code)" errors when building a WebGL build
How to reproduce:
1. Open the attached project “Main Metabloqs ProjectFiles.zip”
2. Build the project for WebGL
Expected results: Build is successful
Actual results: Build fails with errors “Library\Bee\artifacts\WebGL\build\debug_WebGL_wasm\build.js: undefined symbol: WebView_loadHtml (referenced by top-level compiled C/C++ code)”
Reproducible with: 2021.3.15f1, 2022.1.23f1, 2022.2.0f1, 2023.1.0a21
Could not test with: 2020.3.42f1
Reproducible on: Windows 10
Comments (1)
-
pixlogix01
Sep 27, 2024 12:55
Pixlogix is a leading web design and development company in India, offering innovative digital solutions since 2007. Specializing in web design, eCommerce, and digital marketing, Pixlogix serves clients globally, delivering tailored solutions that boost brand visibility and performance. Visit -
pixlogix.com/hire-dedicated-wordpress-developers-india/
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
- Circle handle of the Game view scale slider bar disappears when the scale is set to 1x
- Asset Bundles non-deterministic behavior with CRCs and hash when a video has Transcoding enabled and Sprite Atlas has an override option enabled
- [Quality Hackweek] Errors "InvalidOperationException: EnsureRunningOnMainThread can only be called from the main thread" and "NullReferenceException" shown when switching build platforms with Muse Texture package installed
- "Importer(DefaultImporter) generated inconsistent result for asset" warnings are thrown when reimporting the "URP" texture
Resolution Note:
The failure is due to a linking error for a third party asset from the developer "Vuplex". External symbols are defined, but don't have any implementation in an associated .jslib file. Looking at the third party's asset content, they do in fact include a .jslib file which is missing in this project's Assets folder. The Vuplex license file refers to the "WebView for Windows and macOS" asset which is separate from the developer's WebGL asset. This could explain why the .jslib is missing (i.e. wrong platform asset).
Please reach out to the third party asset developer for any further assistance.