You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.
and window is resized to its minimum value vertically, game will crash with the following exception
SharpDX.SharpDXException was unhandled
HResult=-2147024809
Message=HRESULT: [0x80070057], Module: [General], ApiCode: [E_INVALIDARG/Invalid Arguments], Message: The parameter is incorrect.
Source=SharpDX
StackTrace:
at SharpDX.Result.CheckError()
at SharpDX.Direct3D11.Device.CreateTexture2D(Texture2DDescription& descRef, DataBox[] initialDataRef, Texture2D texture2DOut)
at SharpDX.Direct3D11.Texture2D..ctor(Device device, Texture2DDescription description)
at SiliconStudio.Paradox.Graphics.Texture2DBase.OnRecreate()
at SiliconStudio.Paradox.Graphics.ResumeManager.OnRecreate()
at SiliconStudio.Paradox.Games.GameBase.graphicsDeviceService_DeviceReset(Object sender, EventArgs e)
at SiliconStudio.Paradox.Games.GraphicsDeviceManager.OnDeviceReset(Object sender, EventArgs args)
at SiliconStudio.Paradox.Games.GraphicsDeviceManager.CreateDevice(GraphicsDeviceInformation newInfo)
at SiliconStudio.Paradox.Games.GraphicsDeviceManager.ChangeOrCreateDevice(Boolean forceCreate)
at SiliconStudio.Paradox.Games.GraphicsDeviceManager.Window_ClientSizeChanged(Object sender, EventArgs e)
at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
at SiliconStudio.Paradox.Games.GameWindow.OnClientSizeChanged(Object source, EventArgs e)
at SiliconStudio.Paradox.Games.GameForm.OnUserResized(EventArgs e)
at SiliconStudio.Paradox.Games.GameForm.OnResizeEnd(EventArgs e)
at System.Windows.Forms.Form.WmExitSizeMove(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at SiliconStudio.Paradox.Games.GameForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The text was updated successfully, but these errors were encountered:
…yPaste to master-1.9
* commit '5eb3b76e593bafd68beebff241134a76e16b7990':
[Editor] Fix issues with collection of strings. Also cleanup AssetPropertyPasteProcessor to not rely on IEnumerable or IDictionary interfaces but rather use collection and dictionary descriptors. (XK-4259)
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello again!
When resizing is enabled
and window is resized to its minimum value vertically, game will crash with the following exception
The text was updated successfully, but these errors were encountered: