[Closed - reverted to 32bit LL+Wine] Is 64bit Wine OK and what version is in LL - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: [Closed - reverted to 32bit LL+Wine] Is 64bit Wine OK and what version is in LL (/showthread.php?tid=115) |
[Closed - reverted to 32bit LL+Wine] Is 64bit Wine OK and what version is in LL - Alan_uk - 03-12-2014 I'm about to install Wine from the LL 1.0.8 64 bit disco to run an old Windows 95 32bit application (that I've been running under Windows 98 and then XP OK) Reading WineHQ FAQ at http://wiki.winehq.org/FAQ#head-0bae04b4126dffb8a08bf020982badacb6f367ff Quote:7.2. How do I create a 32 bit wineprefix on a 64 bit system? So does LL 1.0.8 come with the 32bit or the 64bit Wine and is this 7.2 of the FAQ still relevant? Which Wine is recommended for my situation? (I have 2 other Windows programs I need to install: one 32bit written for XP and the other a 16 bit for Windows 3.11 WfG that has continued to work under 98 and XP.) Re: Is 64bit Wine OK and what version is in LL - Alan_uk - 03-16-2014 Replying to my own post having made some progress after staring a screen for 24 hours This might help others. I'm presuming that Linux Lite 64bit comes 64bit Wine. However, after installation (along with WineTricks) one can install a 32bit prefix. 1. Installing Wine from the Menu / Wine A. This failed "p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: " Seems this is due to me having an AMD processor. Solution is a http://askubuntu.com/questions/127848/wine-cant-find-gnome-keyring-pkcs11-so Code: mkdir temp B. When doing step 2 below (Defining the 32bit Wine Prefix) I got another similar error: "WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-UgwQYN/pkcs11: No such file or directory" I again copied the pkcs11 folder to the /tmp/keyring-UgwQYN/ folder (name may vary) but then got: "WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-UgwQYN/pkcs11: Connection refused" Many solution given at https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177 I chose: Code: 1. Open the Session settings: Notes A. Wine is not and must not be installed as root (sudo) B. My Wine (I'll called it the BaseWine) was installed in /home/alan/.wine 2. Defining the 32bit Wine Prefix Code: WINEARCH=win32 WINEPREFIX=/wine-c/wine/wine32 winecfg A. wine-c is a partition and I created the wine folder as root and then gave myself as user RW permission: Code: sudo chown -R alan: /wine-c/wine B. folder wine32 must not exist. If you wish to rebuild (and lose your applications) you must delete it. 3. Installing an application. As a test I installed IrfanView (from a Terminal) but it installed into the 64bit BaseWine. The issue is that the WINEPREFIX Environment variable must be stated prior to every execution or every opening of Terminal. 4. Making the WINEPREFIX permanent I made it permanent by creating a script file in /etc/profile.d as Admin. e.g. wine.sh Code: export WINEPREFIX=/wine-c/wine/wine32 5. Installed as a test MSPaint via WineTricks For some reason the application was installed in a new WinePrefix at: /home/alan/.local/share/wineprefixes/mspaint/drive_c/windows rather than in my /wine-c/wine/wine32 Maybe because MSPaint seems to be single executable file or because I used WineTricks. 6. Installed IrfanView again from a terminal Code: cd "/home/alan/Desktop/My Install/Installed files/IrfanView" # i.e. CD to where the exe file is located "err:menubuilder:convert_to_native_icon error 0x80070005 creating output file L"Z:\\home\\alan\\.local\\share\\icons\\hicolor\\16x16\\apps\\A35F_hh.0.png" " This time it's installed in my Win32 Prefix /wine-c/wine/wine32/drive_c/Program Files and opens OK. TO DOs / PROBLEMS 1. Menu / Wine items still refer to the BaseWine install in /home/alan/.wine . Needs to be changed 2. Menu / Other InfanView items do not work (hangover from the 1st install) and the 2nd install has not update the items. Also I would expect these menu items to have their own group in the hierarchy. 3. BMP images are not associated with InfanView - maybe linked to all those error messages. 4. To install a more complex application, namely Quicken 98. Re: Is 64bit Wine OK and what version is in LL - Valtam - 03-17-2014 Hi Alan, thank you for sharing your information. I can't help but think it seems a lot of work for using Wine, perhaps life would be much easier on Linux Lite 32bit given that the benefits from using a 64bit OS are negligible. At least you are learning about linux as you go Re: Is 64bit Wine OK and what version is in LL - Alan_uk - 03-17-2014 Hi Valtam Going 32bit crossed my mind. I've 8GB ram on the basis I might need to run Virtual Box if Wine proved not viable with my key Windows apps. As I understand it, to use 32bit Linux and make use of > 4GB, I need a PAE enabled hardware and OS. According to http://en.wikipedia.org/wiki/Physical_Address_Extension#Linux "Ubuntu (and derivatives like Linux Mint), have stopped distributing non-PAE kernels - thus making PAE hardware mandatory." That implies my hardware Asus A88XM-Plus + AMD 5300 support PAE. Do you see any problems using 32bit LL with VB and using all 8GB? - presumably both LL and VB get to use a max of 4GB each. Alan Re: Is 64bit Wine OK and what version is in LL - Valtam - 03-17-2014 Open a terminal and do: Code: cat /proc/cpuinfo if you find the word pae you have pae support on your cpu. Our 32bit version will see all of your 8gb ram. Re: Is 64bit Wine OK and what version is in LL - Alan_uk - 03-17-2014 Yes it does have pae support. I shall mull a reinstall as 32bit LL over lunch........... I had already installed 32bit LL on an old Intel Dell PC. So as an experiment I used that to install IrfanView. It went much smoother than the new PC with 64bit LL. Just a few, it seems, minor error messages. I still had to go to Settings and set "Launch GNOME services on startup". I've now wiped my new PC and now installing 32bit LL as I write. Must say, install and all the updates is very quick compared to WinDoz Re: Is 64bit Wine OK and what version is in LL - Alan_uk - 03-17-2014 OK. Installed 32bit LL and back to where I was before. Took 2 hours. Acid test. Is LL lite using all my 8MB memory? Resource Usage says Mem 397/7268MB sudo dmidecode | grep Size | grep MB says Size: 4096 MB Size: 4096 MB free -m says total used free shared buffers cached Mem: 7268 1374 5894 0 56 952 -/+ buffers/cache: 365 6903 I ask this question as I read somewhere that LL 32bit kernel did not have PAE enabled and that the kernal needs to be recompiled - I hope that info is out of date! Re: Is 64bit Wine OK and what version is in LL - Valtam - 03-17-2014 Resource Usage says Mem 397/7268MB <-- theres your 8gb ram Size: 4096 MB Size: 4096 MB <-- theres 2 x sticks of 4gb ram. Enjoy Re: Is 64bit Wine OK and what version is in LL - Alan_uk - 03-17-2014 That's a relief - Many thanks Valtam Re: Is 64bit Wine OK and what version is in LL - N4RPS - 03-18-2014 Hello! It is my belief that playing around trying to figure out how to set up everything you want to include teaches you more about Linux than a course does! 73 DE N4RPS Rob |