wine64 mono installation takes so long

Questions about Wine on Linux
Locked
maxemilian
Level 1
Level 1
Posts: 5
Joined: Wed Dec 23, 2020 3:48 am

wine64 mono installation takes so long

Post by maxemilian »

Hi everyone, :lol: :lol:

I try to install wine-mono-5.1.1https://github.com/madewokherd/wine-mon ... mono-5.1.1
with this command

Code: Select all

wine64 uninstall
then were selected wine-mono-5.1.1-x86.msi file
Vallaaaa Installing...
Everything is fine but this takes so long...

A day ago I stopped after 2 hours incomplete and then yesterday I did try before bed but
I am waiting to finish for 17 hour and It's still proceeding

Is this normal?

Code: Select all

uname -a
Linux cemil-ThinkPad-T440p 5.4.0-58-generic #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Latest Linux Mint cinnamon

Code: Select all

wine --version
wine-5.0 (Ubuntu 5.0-3ubuntu1)

Code: Select all

002d:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
002d:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
002d:fixme:heap:RtlSetHeapInformation 0x750000 0 0x22e4d0 4 stub
002f:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
002f:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
002f:fixme:heap:RtlSetHeapInformation 0x750000 0 0x22e4d0 4 stub
0031:fixme:msvcrt:_initialize_wide_environment stub
0031:fixme:msvcrt:_configure_wide_argv (1) stub
0033:fixme:msvcrt:_initialize_wide_environment stub
0033:fixme:msvcrt:_configure_wide_argv (1) stub
002f:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
002f:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
002d:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
002d:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0035:fixme:heap:RtlSetHeapInformation 0x2f0000 0 0x22e530 4 stub
0035:fixme:wer:WerSetFlags (2) stub!
0035:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
003c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
003c:fixme:wer:WerSetFlags (2) stub!
003c:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub


Should I install another way? I need little fast thing
I opened this topic maybe there is a way using all 4 cpu core (you know sometimes uses the 1 CPU core) or any help?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: wine64 mono installation takes so long

Post by Bob Wya »

maxemilian wrote: Wed Dec 23, 2020 4:12 am ...

Code: Select all

wine --version
wine-5.0 (Ubuntu 5.0-3ubuntu1)
...
@maxemilian

Wine 5.0 requires wine-mono version 4.9.4
wine-mono and wine-gecko versions are tied / hard-coded to specific Wine versions.

Bob
maxemilian
Level 1
Level 1
Posts: 5
Joined: Wed Dec 23, 2020 3:48 am

Re: wine64 mono installation takes so long

Post by maxemilian »

Bob Wya wrote: Wed Dec 23, 2020 7:23 am
maxemilian wrote: Wed Dec 23, 2020 4:12 am
@maxemilian

Wine 5.0 requires wine-mono version 4.9.4
wine-mono and wine-gecko versions are tied / hard-coded to specific Wine versions.

Bob
Thanks for answer. I immediately try 4.9.4.th version.
maxemilian
Level 1
Level 1
Posts: 5
Joined: Wed Dec 23, 2020 3:48 am

Re: wine64 mono installation takes so long

Post by maxemilian »

Thanks for your interest. @Bob Wya

It seems can't solve it this way.
Installation takes so long again. Everything same, unfortunately.

I decide to exit ubuntu (Mint) cause this is a newbie problem for my friend.

I have carried him to Manjaro and the installation of wine and other components installed in 5 minutes.

Thank you for all your support... :D
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: wine64 mono installation takes so long

Post by spoon0042 »

You can read about wine's mono packaging here: https://wiki.winehq.org/Mono

Anyway this setup should happen automatically on wineprefix creation or update, so I don't know what it is you're trying to accomplish.

Furthermore for 4.9.4 at least and later you can unpack a mono install under /usr/share/wine/mono (or a few other places) and avoid the setup altogether.
maxemilian
Level 1
Level 1
Posts: 5
Joined: Wed Dec 23, 2020 3:48 am

Re: wine64 mono installation takes so long

Post by maxemilian »

@spoon0042
Thank you for interest.
I need to use an e-learning app for a teacher friend.

I introduced him to Linux but He needs some guidance about the unsupported smartboard books app which uses Dot Net frame(Concept of Turkey's educators called 'Akıllı Tahta').

Publishers create an app for any topic of lessons.
I can run easily under Manjaro But I can't run under Linux distribution Mint where we welcome newers.

I want to run these apps which need any installation easily.
I desire the easiest way for him.
Open software manager ->install wine-mono its done.
In fact, I would like to prepare a short and feasible guide page for teachers about this problem in Turkish.You know they feel so much dependant to MS things. I want to show a way for next-generation educators :)
This situation caused a running disaster in Mint because haven't used it in a few years.

I need some help about the Ubuntu ecosystem. Newcomers can't use Arch-based distro you know they need some more fancy known stuff than Arch.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: wine64 mono installation takes so long

Post by spoon0042 »

Are you able to set up the system beforehand? For recent versions there shouldn't really be any setup needed other than unpacking the tarball in /usr/share/wine/mono. Or if you really wanted you could make a package for it if you have a local repository.
Locked