recipe manager suddenly won't run

Questions about Wine on Linux
Locked
[email protected]
Newbie
Newbie
Posts: 3
Joined: Sat Apr 17, 2021 3:46 pm

recipe manager suddenly won't run

Post by [email protected] »

I installed and used Paprika 3 Recipe Manager for several months on my Linuxmint 20.1 Acer laptop and then suddenly it stopped working. I tried starting it in a terminal and got this:

Code: Select all

user@Flash:~$ wine Paprika.exe
INTEL-MESA: warning: Bay Trail Vulkan support is incomplete
00d8:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.1" not implemented
00d8:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.1" not implemented
00d8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

Unhandled Exception:
System.Runtime.Remoting.RemotingException: Channel com.hindsightlabs.paprika.windows.v3user:SingeInstanceIPCChannel is not securable while ensureSecurity is specified as true
  at System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel (System.Runtime.Remoting.Channels.IChannel chnl, System.Boolean ensureSecurity) [0x0002a] in <7713cb95b33244ed9608bf0b23fbdce9>:0 
  at `1[]. (System.String ) [0x00059] in <348d1f1d5e49e1eab92d146ce401770f>:0 
  at `1[]. (System.String ) [0x00048] in <348d1f1d5e49e1eab92d146ce401770f>:0 
  at Paprika.Windows.App.Main () [0x0000a] in <348d1f1d5e49e1eab92d146ce401770f>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.Runtime.Remoting.RemotingException: Channel com.hindsightlabs.paprika.windows.v3user:SingeInstanceIPCChannel is not securable while ensureSecurity is specified as true
  at System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel (System.Runtime.Remoting.Channels.IChannel chnl, System.Boolean ensureSecurity) [0x0002a] in <7713cb95b33244ed9608bf0b23fbdce9>:0 
  at `1[]. (System.String ) [0x00059] in <348d1f1d5e49e1eab92d146ce401770f>:0 
  at `1[]. (System.String ) [0x00048] in <348d1f1d5e49e1eab92d146ce401770f>:0 
I don't understand the .NETframework reference because Mono is installed. Why it's not implimented eludes me. And the ensureSecurity reference is baffling too.

Any ideas?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: recipe manager suddenly won't run

Post by jkfloris »

I can't tell why the program worked at first, but you can install dotnet461 with winetricks

Code: Select all

winetricks -q dotnet461
[email protected]
Newbie
Newbie
Posts: 3
Joined: Sat Apr 17, 2021 3:46 pm

[Solved] recipe manager suddenly won't run

Post by [email protected] »

The winetricks trick does not work for me. It spits out an endless sea of error messages and never installs. I went to https://www.microsoft.com/en-us/downloa ... x?id=49982 for a copy of .NET4.6.1 and installed it manually. It balked about a missing installer but went ahead and did it anyway.

Now Paprika runs with wine-staging. Just go into Paprika settings (sync > settings > general > advanced and choose software rendering) for better screen refreshing.
Locked