PS4 remote play

Questions about Wine on Linux
Locked
amera_09
Level 3
Level 3
Posts: 88
Joined: Mon Dec 09, 2019 6:47 pm

PS4 remote play

Post by amera_09 »

Code: Select all

0023:err:plugplay:deviceloop_thread Can't init SDL: Could not initialize UDEV

Unhandled Exception:
System.NotImplementedException: The method or operation is not implemented.
  at System.Drawing.Font.FromLogFont (System.Object lf, System.IntPtr hdc) [0x0009c] in <bfeb5fdca71942e18134223465f4f838>:0 
  at System.Drawing.Font.FromHfont (System.IntPtr hfont) [0x00029] in <bfeb5fdca71942e18134223465f4f838>:0 
  at System.Drawing.SystemFonts.get_DefaultFont () [0x0009e] in <bfeb5fdca71942e18134223465f4f838>:0 
  at System.Windows.Forms.Control.get_DefaultFont () [0x00007] in <ff882fafbcc24b1c8e215beede1ade62>:0 
  at System.Windows.Forms.Control.get_Font () [0x00054] in <ff882fafbcc24b1c8e215beede1ade62>:0 
  at System.Windows.Forms.ProgressBar.get_Font () [0x00000] in <ff882fafbcc24b1c8e215beede1ade62>:0 
  at System.Windows.Forms.Control.AssignParent (System.Windows.Forms.Control value) [0x0001a] in <ff882fafbcc24b1c8e215beede1ade62>:0 
  at System.Windows.Forms.Control+ControlCollection.Add (System.Windows.Forms.Control value) [0x000d2] in <ff882fafbcc24b1c8e215beede1ade62>:0 
  at System.Windows.Forms.Form+ControlCollection.Add (System.Windows.Forms.Control value) [0x000ad] in <ff882fafbcc24b1c8e215beede1ade62>:0 
  at RemoteplayUI.CheckUpdate. () [0x0025f] in <02184080244b4a40a856e1f102e9a784>:0 
  at RemoteplayUI.CheckUpdate..ctor () [0x0012f] in <02184080244b4a40a856e1f102e9a784>:0 
  at (wrapper remoting-invoke-with-check) RemoteplayUI.CheckUpdate..ctor()
  at .Main () [0x000a0] in <02184080244b4a40a856e1f102e9a784>:0 
0009:fixme:msvcrt:__clean_type_info_names_internal (0xb8f2d98) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0xbac97c8) stub
[ERROR] FATAL UNHANDLED EXCEPTION: System.NotImplementedException: The method or operation is not implemented.

  at System.Drawing.Font.FromLogFont (System.Object lf, System.IntPtr hdc) [0x0009c] in <bfeb5fdca71942e18134223465f4f838>:0 

  at System.Drawing.Font.FromHfont (System.IntPtr hfont) [0x00029] in <bfeb5fdca71942e18134223465f4f838>:0 

  at System.Drawing.SystemFonts.get_DefaultFont () [0x0009e] in <bfeb5fdca71942e18134223465f4f838>:0 

  at System.Windows.Forms.Control.get_DefaultFont () [0x00007] in <ff882fafbcc24b1c8e215beede1ade62>:0 

  at System.Windows.Forms.Control.get_Font () [0x00054] in <ff882fafbcc24b1c8e215beede1ade62>:0 

  at System.Windows.Forms.ProgressBar.get_Font () [0x00000] in <ff882fafbcc24b1c8e215beede1ade62>:0 

  at System.Windows.Forms.Control.AssignParent (System.Windows.Forms.Control value) [0x0001a] in <ff882fafbcc24b1c8e215beede1ade62>:0 

  at System.Windows.Forms.Control+ControlCollection.Add (System.Windows.Forms.Control value) [0x000d2] in <ff882fafbcc24b1c8e215beede1ade62>:0 

  at System.Windows.Forms.Form+ControlCollection.Add (System.Windows.Forms.Control value) [0x000ad] in <ff882fafbcc24b1c8e215beede1ade62>:0 

  at RemoteplayUI.CheckUpdate. () [0x0025f] in <02184080244b4a40a856e1f102e9a784>:0 

  at RemoteplayUI.CheckUpdate..ctor () [0x0012f] in <02184080244b4a40a856e1f102e9a784>:0 

  at (wrapper remoting-invoke-with-check) RemoteplayUI.CheckUpdate..ctor()

  at .Main () [0x000a0] in <02184080244b4a40a856e1f102e9a784>:0 
  
Locked