wine-mono install problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
whitequill
Newbie
Newbie
Posts: 2
Joined: Sun Jul 25, 2021 3:02 pm

wine-mono install problem

Post by whitequill »

When I run the wine-mono installer

Code: Select all

WINEPREFIX=/home/whitequill/Games/Bizhawk winearch=win32 wine ./Downloads/wine-mono-7.1.1-x86.msi
I get the following:
002c:fixme:winediag:LdrInitializeThunk wine-staging 7.0 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
010c:fixme:file:NtLockFile I/O completion on lock not implemented yet
010c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
Could not parse file "/home/whitequill/.local/share/applications/Fresnel.desktop": Key file contains line ?/opt/jre1.8.0_321/bin/javaws /home/whitequill/javaoptics/difracEn.jnlp? which is not a key-value pair, group, or comment
0114:fixme:file:NtLockFile I/O completion on lock not implemented yet
0114:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
011c:fixme:file:NtLockFile I/O completion on lock not implemented yet
011c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0114:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0114:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
010c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
010c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
This makes no sense to me. I don't see why its parsing a .desktop file which has nothing to do with running! And is a java jnpl application.
Then has I/O errors.

I have no idea of what is going on.
madewokherd
Level 4
Level 4
Posts: 149
Joined: Mon Jun 02, 2008 5:03 pm

Re: wine-mono install problem

Post by madewokherd »

I think I've seen the NtLockFile messages before, and they're normal. I also have no idea why it's doing anything with that .desktop file.
madewokherd
Level 4
Level 4
Posts: 149
Joined: Mon Jun 02, 2008 5:03 pm

Re: wine-mono install problem

Post by madewokherd »

The installer doesn't have a GUI, so it's possible this silently succeeded. You can run "wine uninstaller" to check.
ssmithterrry
Newbie
Newbie
Posts: 3
Joined: Tue Dec 14, 2021 8:42 am

Re: wine-mono install problem

Post by ssmithterrry »

Really weird. Judging by the errors that you wrote, it is possible that you are using an older version of wine. What version are you trying to install?
Locked