LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-09-2022, 08:10 AM   #1
zdolar
Member
 
Registered: Jul 2009
Location: Slovenija
Distribution: Slackware
Posts: 177

Rep: Reputation: 38
Aliens Wine-7.3 - mono not installed


I Installed Aliens Wine-7.3 on Slackware64-15 with multilib.
At Wine-config it installed Mono.
After unzip a Window$ app to a folder "..Program Files/xx" and try to run it, it complains Mono is not installed.
I verified Mono is installed with wine-uninstaller showing Mono-7.1.1.
I removed it, downloaded Mono-7.3 from Wine repository and installed it with Wine-uninstaller.
Stil Wine complains Mono is not installed, when I try to run Window$ app.
Notice: starting Wine preinstalled Windows clock (32bit and 64bit) run without complaining.
 
Old 08-09-2022, 09:01 AM   #2
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,682

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
I had this problem also. Alien Bob's wine slackbuild is following winehq spec on where to install the mono package, however this doesn't seem to be correct and wine can't find the mono library when launched so it attempts to download it. Changing the following lines in the wine.SlackBuild should fix the problem. It did for me.

change...
Code:
# Add the wine-mono MSI installer to the Wine package:
if [ "$MONO" != "NO" ]; then
  mkdir -p $PKG/usr/share/wine/mono/wine-mono-${MONO}
  install -m0644 ${MONOSRC} $PKG/usr/share/wine/mono/wine-mono-${MONO}/
fi
to...
Code:
# Add the wine-mono MSI installer to the Wine package:
if [ "$MONO" != "NO" ]; then
  mkdir -p $PKG/usr/share/wine/mono/
  install -m0644 ${MONOSRC} $PKG/usr/share/wine/mono/
fi
 
3 members found this post helpful.
Old 08-10-2022, 04:16 AM   #3
zdolar
Member
 
Registered: Jul 2009
Location: Slovenija
Distribution: Slackware
Posts: 177

Original Poster
Rep: Reputation: 38
Thank you Daedra.

I corrected slackbuild script and at the same time compiled Wine-7.14.

All work as expected.

Remark: LQ community is the best! Problems are always solved.
More heads more knowledge. (proverb in our country)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] mmap() error Operation not permitted - Wine/Proton, Aliens: Fireteam Elite trite Slackware 2 09-06-2021 03:07 PM
LXer: Wine 2.6 Fixes Bugs for The Solus Project, Aliens vs. Predator, and No Man's Sky LXer Syndicated Linux News 0 04-15-2017 07:33 AM
LXer: Wine 2.4 Has Fixes for Aliens vs. Predator, The Next BIG Thing, and Nvidia GPUs LXer Syndicated Linux News 0 03-18-2017 03:18 AM
LXer: No, Linuxworld.com has not been taken over by aliens LXer Syndicated Linux News 0 06-11-2006 10:33 AM
Help Mono Installed But Mono Develop Won't Load TheGreatGonzo Slackware 8 05-18-2006 06:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration