Solved Wine

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Solved Wine

Postby patch » Jan 10th, '16, 00:03

logged in and installed updates as they were there. Noticed one of the updates referred to wine 32, but didn't pay attention and updated regardless.
I now find Quicken deluxe 98 which ran under wine is not working at all, just shows the mini icon by the cursor bouncing for a while then the icon disappears.
Have not done anything further yet as I need this program and it's data.
Advice welcome.
Last edited by patch on Jan 10th, '16, 23:29, edited 1 time in total.
patch
 
Posts: 19
Joined: Mar 31st, '14, 21:02

Re: Wine

Postby doktor5000 » Jan 10th, '16, 01:36

What Mageia version? And please show the output of
Code: Select all
rpm -qa | grep wine
urpmq --list-media active --list-url

I'd suggest you look at the properties of the shortcut which should start Quicken, copy the command that it should run,
enter that in a terminal and post the complete output of that, too.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Wine

Postby patch » Jan 10th, '16, 12:00

Code: Select all
[user1@localhost ~]$ rpm -qa | grep wine
wine64-gecko-2.24-3.mga5
lib64kwineffects1-4.11.16-5.mga5
wine64-1.7.30-1.mga5
wine-mono-4.5.2-4.mga5
[user1@localhost ~]$ urpmq --list-media active --list-url
Core Release ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/x86_64/media/core/release
Core Updates ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/x86_64/media/core/updates
Nonfree Release ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/x86_64/media/nonfree/release
Nonfree Updates ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/x86_64/media/nonfree/updates
Tainted Release ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/x86_64/media/tainted/release
Tainted Updates ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/x86_64/media/tainted/updates
Core 32bit Release ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/i586/media/core/release
Core 32bit Updates ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/i586/media/core/updates
Nonfree 32bit Release ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/i586/media/nonfree/release
Nonfree 32bit Updates ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/i586/media/nonfree/updates
Tainted 32bit Updates ftp://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/i586/media/tainted/updates
[user1@localhost ~]$
Last edited by Ken-Bergen on Jan 10th, '16, 12:10, edited 1 time in total.
Reason: Added code tags.
patch
 
Posts: 19
Joined: Mar 31st, '14, 21:02

Re: Wine

Postby doktor5000 » Jan 10th, '16, 12:19

You missed the other essential part of my post:
doktor5000 wrote:I'd suggest you look at the properties of the shortcut which should start Quicken, copy the command that it should run, enter that in a terminal and post the complete output of that, too.


Anyways, you currently only have wine64 installed, which is only intended to run Win64 programs.
See earlier threads, e.g. viewtopic.php?f=7&t=8865 and viewtopic.php?f=41&t=5082
Best remove the -64 packages and install normal 32bit wine, as root via e.g.

Code: Select all
urpme wine64-gecko wine64
urpmi wine32 wine wine-gecko
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Wine

Postby patch » Jan 10th, '16, 12:49

received the following warning
Code: Select all
[root@localhost user1]# urpmi wine32 wine wine-gecko
Some requested packages cannot be installed:
libmesagl1-10.5.9-3.mga5.tainted.i586 (due to unsatisfied libtxc-dxtn)
wine-1.7.30-1.mga5.i586 (due to unsatisfied wine32[== 1:1.7.30-1.mga5])
wine32-1.7.30-1.mga5.i586 (due to conflicts with libmesagl1-10.5.9-3.mga5.tainted.i586, due to conflicts with libmesagl1-10.5.9-3.mga5.tainted.i586)
Continue installation anyway? (Y/n)
Last edited by isadora on Jan 10th, '16, 17:16, edited 1 time in total.
Reason: Placed command-output in between [CODE]-tags for better readability ;)
patch
 
Posts: 19
Joined: Mar 31st, '14, 21:02

Re: Wine

Postby patch » Jan 10th, '16, 13:24

Could not continue with install - desktop has now changed dramatically. all effects lost.
patch
 
Posts: 19
Joined: Mar 31st, '14, 21:02

Re: Wine

Postby doktor5000 » Jan 10th, '16, 17:29

You're missing the Tainted 32bit Release repo, so you cannot install some mandatory libraries. Please enable it via http://doc.mageia.org/mcc/5/en/content/ ... media.html and try again.
desktop effects are lost because it seems somehow you uninstalled more then just the wine packages I mentioned, seems you also removed some mesa packages.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Wine

Postby patch » Jan 10th, '16, 23:24

Thanks for your help and advice Doktor, but it seems I have wrecked the installation. (might have been due to lib64kwineffects1?).
I have downloaded and installed mageia5 on a separate hard drive, will copy home folder across as a backup, will then do a re-install on the original drive.
patch
 
Posts: 19
Joined: Mar 31st, '14, 21:02

Re: Wine

Postby doktor5000 » Jan 10th, '16, 23:46

patch wrote:Thanks for your help and advice Doktor, but it seems I have wrecked the installation. (might have been due to lib64kwineffects1?).

Well, why did you remove it in the first place, never recommended that. Did you run the suggested command?
doktor5000 wrote:Best remove the -64 packages and install normal 32bit wine, as root via e.g.

Code: Select all
urpme wine64-gecko wine64
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest