When attempting to open a book with the above stated ItemId, the CUO client crashes.
ClassicUO [STANDARD_BUILD] - 0.1.11.88 - 10/28/2023 12:11:29
OS: Win32NT x64
Thread: CUO_MAIN_THREAD
Shard: play.trueuo.com
ClientVersion: 7.0.97.25
Exception:
System.InvalidOperationException: Texture2D creation failed! Error Code: The parameter is incorrect. (0x80070057)
at Microsoft.Xna.Framework.FNALoggerEXT.FNA3DLogError(IntPtr msg) in /home/runner/work/ClassicUO/ClassicUO/external/FNA/src/FNALoggerEXT.cs:line 95
at Microsoft.Xna.Framework.Graphics.FNA3D.FNA3D_CreateTexture2D(IntPtr device, SurfaceFormat format, Int32 width, Int32 height, Int32 levelCount, Byte isRenderTarget)
at Microsoft.Xna.Framework.Graphics.Texture2D..ctor(GraphicsDevice graphicsDevice, Int32 width, Int32 height, Boolean mipMap, SurfaceFormat format) in /home/runner/work/ClassicUO/ClassicUO/external/FNA/src/Graphics/Texture2D.cs:line 94
at ClassicUO.Game.RenderedText.CreateTexture() in /home/runner/work/ClassicUO/ClassicUO/src/ClassicUO.Client/Game/GameObjects/RenderedText.cs:line 694
at ClassicUO.Game.RenderedText.set_Text(String value) in /home/runner/work/ClassicUO/ClassicUO/src/ClassicUO.Client/Game/GameObjects/RenderedText.cs:line 143
at ClassicUO.Game.UI.Controls.StbTextBox.set_Text(String value) in /home/runner/work/ClassicUO/ClassicUO/src/ClassicUO.Client/Game/UI/Controls/StbTextBox.cs:line 268
at ClassicUO.Game.UI.Controls.StbTextBox.SetText(String text) in /home/runner/work/ClassicUO/ClassicUO/src/ClassicUO.Client/Game/UI/Controls/StbTextBox.cs:line 771```