C64 Studio: "Requested Clipboard operation did not succeed" exception

Questions about Wine on Linux
Locked
Arduino101
Newbie
Newbie
Posts: 1
Joined: Sun Dec 13, 2020 6:38 am

C64 Studio: "Requested Clipboard operation did not succeed" exception

Post by Arduino101 »

Hi, I'm running wine 5.22 and have a problem with an application, C64 Studio (https://www.georg-rottensteiner.de/de/index.html). When opening it crashes without ever opening a window or such. There is no wineDB entry as it is not a widespread application.
terminal log:

Code: Select all

008c:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1114
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:err:gdiplus:GdipGetGenericFontFamilyMonospace Missing 'Courier New' font

Unhandled Exception:
System.Runtime.InteropServices.ExternalException (0x80004003): Requested Clipboard operation did not succeed.
  at System.Windows.Forms.Clipboard.ThrowIfFailed (System.Int32 hr) [0x00016] in <4b7d326f792d4378bd436300c6961411>:0 
  at System.Windows.Forms.Clipboard.SetDataObject (System.Object data, System.Boolean copy, System.Int32 retryTimes, System.Int32 retryDelay) [0x0010f] in <4b7d326f792d4378bd436300c6961411>:0 
  at System.Windows.Forms.Clipboard.SetDataObject (System.Object data, System.Boolean copy) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 
  at System.Windows.Forms.Clipboard.SetText (System.String text, System.Windows.Forms.TextDataFormat format) [0x00058] in <4b7d326f792d4378bd436300c6961411>:0 
  at System.Windows.Forms.Clipboard.SetText (System.String text) [0x00000] in <4b7d326f792d4378bd436300c6961411>:0 
  at C64Studio.Program.Main (System.String[] args) [0x00037] in <7973c6712fe2407696eef188a0c6b2ba>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.Runtime.InteropServices.ExternalException (0x80004003): Requested Clipboard operation did not succeed.
  at System.Windows.Forms.Clipboard.ThrowIfFailed (System.Int32 hr) [0x00016] in <4b7d326f792d4378bd436300c6961411>:0 
  at System.Windows.Forms.Clipboard.SetDataObject (System.Object data, System.Boolean copy, System.Int32 retryTimes, System.Int32 retryDelay) [0x0010f] in <4b7d326f792d4378bd436300c6961411>:0 
  at System.Windows.Forms.Clipboard.SetDataObject (System.Object data, System.Boolean copy) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 
  at System.Windows.Forms.Clipboard.SetText (System.String text, System.Windows.Forms.TextDataFormat format) [0x00058] in <4b7d326f792d4378bd436300c6961411>:0 
  at System.Windows.Forms.Clipboard.SetText (System.String text) [0x00000] in <4b7d326f792d4378bd436300c6961411>:0 
I have no idea why this is happening and I recall trying to get this software running some time ago on an earlier wine version on a different computer, so i guess it's not related to my system. My current Linux distro is Solus fortitude 4.1 if this helps.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: C64 Studio: "Requested Clipboard operation did not succeed" exception

Post by spoon0042 »

You may have better luck using winetricks to install whatever native .net version your app uses.
Locked