Search Issue Tracker
Fixed in 4.6.4
Votes
1
Found in
3.5.7f6
Issue ID
647488
Regression
Yes
plugin crash on initialization at 0 width
-e: Unity Web Player is initialized in a div that has 0 width. In IE, Firefox, and Chrome, this results in a "Couldn't switch to requested monitor" (see attached "Error.png")
In the Web Player logs, the key line (I think) regarding the error is:
"D3D device reset failed [E_INVALIDARG]
(Filename: Line: 357)
Switching to resolution 0x0 failed, trying lower one
All resolution switches have failed
Screen: could not switch resolution (0x0 fs=0 hz=59)"
Some passing and failing logs are in the "Logs" directory.
If the application is started with a non-zero width, and then subsequently changed to zero (via JavaScript), Unity does NOT crash. Only if it's initially initialized in a 0 width container does it crash.
2) How can we reproduce it using the example you attached
Open the "zero.html" file in the attached project. (make sure the Unity plugin is not blocked by the browser)
I've boiled it down to a minimum reproduceable example. It appears that using the old UnityObject.js (that gets used with the normal Unity 3.5.7 build) has it fail siliently. (it just shows the "Install Unity" button as though you don't have it installed) Using UnityObject2.js will cause the failure.
"ten.html" is the same file, but instead of a 0 pixel container, it has a 10 pixel container.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment