yesterday it just worked

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

yesterday it just worked

Post by [email protected] »

Yesterday, and for months before that, I used a Windows recipe program (Paprika 3) with wine on my Acer laptop running LinuxMint 20.1. Today I tried to launch it and nothing. So I tried everything I could think of -- reinstalling, re-configuring, swearing, uninstalling, etc. I keep getting this error message:

user@linuxpc:~$ wine /home/user/.wine/drive_c/Program\ Files/Paprika\ Recipe\ Manager\ 3/Paprika.exe

INTEL-MESA: warning: Bay Trail Vulkan support is incomplete
00f0:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.1" not implemented
00f0:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.1" not implemented
00f0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

Unhandled Exception:
System.Runtime.Remoting.RemotingException: Channel com.hindsightlabs.paprika.windows.v3geoff: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.v3geoff: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

NEVER saw this before. .NETFramework and Mono are installed. What does "not implemented" mean?
WTF is ensureSecurity?
and why is this INTEL-MESA warning message showing up suddenly?

AFAIK nothing has changed on my system since I last was able to use Paprika.

My system CPU is:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 36 bits physical, 48 bits virtual
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 55
Model name: Intel(R) Celeron(R) CPU N2940 @ 1.83GHz
Stepping: 8
CPU MHz: 2249.999
CPU max MHz: 2249.1001
CPU min MHz: 499.8000
BogoMIPS: 3666.66
Virtualization: VT-x
L1d cache: 96 KiB
L1i cache: 128 KiB
L2 cache: 2 MiB
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer rdrand lahf_lm 3dnowprefetch epb pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat md_clear

thx
qwertymnb
Level 4
Level 4
Posts: 236
Joined: Sun Jan 17, 2016 4:36 pm

Re: yesterday it just worked

Post by qwertymnb »

>.NETFramework and Mono are installed.

So I guess you installed .NetFramework with winetricks, like "winetricks dotnet46"1 or so

>00f0:fixme:mscoree:parse_supported_runtime

But this fixme shows it`s running with builtin mscoree. If you used winetricks to install dotnet , then mscoree should be set to native (check in winecfg, under libraries tab)

(or to quickly check 'WINEDLLOVERRIDES=mscoree=n wine /home/user/.wine/drive_c/Program\ Files/Paprika\ Recipe\ Manager\ 3/Paprika.exe'
Locked