Page 1 of 1

[1.10.08b] black screen and error

Posted: Mon Mar 07, 2022 8:48 pm
by Voker57

Code: Select all

See the end of this message for details on invoking \njust-in-time (JIT) debugging instead of this dialog box.\n\n************** Exception Text **************\nSharpDX.SharpDXException: HRESULT: [0x80004005], Module: [General], ApiCode: [E_FAIL/Unspecified error], Message: Call failed.

  at SharpDX.Result.CheckError () [0x00014] in <d5b100e7688e4960a59726c9d415e4f6>:0 
  at SharpDX.Direct2D1.DeviceContext.CreateEffect (System.Guid effectId, SharpDX.Direct2D1.Effect effect) [0x00037] in <9274aaa42cce471faa5bd0fc59dcab9f>:0 
  at SharpDX.Direct2D1.Effect..ctor (SharpDX.Direct2D1.DeviceContext deviceContext, System.Guid effectId) [0x0000b] in <9274aaa42cce471faa5bd0fc59dcab9f>:0 
  at SharpDX.Direct2D1.Effects.Shadow..ctor (SharpDX.Direct2D1.DeviceContext context) [0x00000] in <9274aaa42cce471faa5bd0fc59dcab9f>:0 
  at WindowsApplication1.VicD2dClass.Initialize () [0x00045] in <661f226339a14f9ab4f6fb9820cae4ce>:0 
  at WindowsApplication1.VicD2dClass..ctor (WindowsApplication1.GameClass tgame) [0x000bf] in <661f226339a14f9ab4f6fb9820cae4ce>:0 
  at WindowsApplication1.Form1.FinishUp () [0x00978] in <661f226339a14f9ab4f6fb9820cae4ce>:0 
  at (wrapper remoting-invoke-with-check) WindowsApplication1.Form1.FinishUp()
  at WindowsApplication1.Form1.Startup () [0x0021d] in <661f226339a14f9ab4f6fb9820cae4ce>:0 
  at (wrapper remoting-invoke-with-check) WindowsApplication1.Form1.Startup()
  at WindowsApplication1.Form1.Timer1_Tick (System.Object sender, System.EventArgs e) [0x00102] in <661f226339a14f9ab4f6fb9820cae4ce>:0 
  at System.Windows.Forms.Timer.OnTick (System.EventArgs e) [0x0000a] in <24e72a8b81ea40a082ff6bce056ee22e>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0002c] in <24e72a8b81ea40a082ff6bce056ee22e>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00025] in <24e72a8b81ea40a082ff6bce056ee22e>:0 
DirectX12 games work normally on this machine.

Re: [1.10.08b] black screen and error

Posted: Mon Mar 07, 2022 9:38 pm
by Vic
Thanks for reporting back. Would be interested to know your os and graphics card. Best wishes vic

Re: [1.10.08b] black screen and error

Posted: Mon Mar 07, 2022 10:36 pm
by Voker57
It's rather tricky, i'm running SE through Wine on Linux. .07 runs great, and as I said, DirectX based applications work too. So, while I understand it's not a supported configuration, would be great if SE kept working ;-).

Video card is nVidia gtx 1080, using official vendor drivers.

Re: [1.10.08b] black screen and error

Posted: Tue Mar 08, 2022 7:46 am
by Vic
Allright copy that. That makes your case quite special indeed.

I am planning to make using the extra graphic accelerations optional the coming days.

best wishes,
Vic

Re: [1.10.08b] black screen and error

Posted: Wed Mar 09, 2022 10:47 pm
by Voker57
Works fine now.