Closed raphael10-collab closed 2 months ago
This is not a support channel for wxWebView. Check that icudtl.dat is at the correct version and in the expected location (next to libcef.so).
@magreenblatt Yes. I found it's an issue regarding the location of icudtl.dat
: it has to be in the same subfolder of libcef.so
: https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=16638&p=41290&hilit=Invalid+file+descriptor+to+ICU+data+received#p41290
Why is this happening in windows? It occur when I run cocos.
Why is this happening in windows? It occur when I run cocos.
you can submit the issue to cocos-engine
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
I followed all the steps described here for Linux Platform: https://docs.wxwidgets.org/latest/classwx_web_view_chromium.html :
In
.bashrc
file:Executing the /sample/webview :
After symlinking
libcef.so
to/usr/local/lib
folder:I get this error:
Expected behavior A clear and concise description of what you expected to happen and what happened instead.
Screenshots If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context Does the problem reproduce with the cefclient or cefsimple sample application at the same version?
Does the problem reproduce with Google Chrome at the same version?
Add any other context about the problem here.