Package Details: crossover 24.0.4-1

Git Clone URL: https://aur.archlinux.org/crossover.git (read-only, click to copy)
Package Base: crossover
Description: Run Windows Programs on Linux
Upstream URL: https://www.codeweavers.com/crossover
Licenses: custom:CrossOver Linux License Grant
Submitter: ying
Maintainer: roadrunner
Last Packager: roadrunner
Votes: 226
Popularity: 0.69
First Submitted: 2012-03-14 16:03 (UTC)
Last Updated: 2024-07-12 14:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 31 Next › Last »

notuxius commented on 2018-03-21 09:51 (UTC) (edited on 2018-03-21 14:45 (UTC) by notuxius)

error on start:

Some errors may prevent CrossOver Linux from working correctly: * Missing 32bit libnss_mdns.so.2 library

after installing lib32-nss-mdns package - CrossOver starts without error

roadrunner commented on 2017-12-05 20:51 (UTC)

Updated the PKGBUILD to 17.0.0 and removed the version restriction on freetype2.

kforney commented on 2017-12-05 20:17 (UTC)

Crossover 17.0.0 has been released, and it now seems to work with newer versions of lib32-freetype2!

Here's the edited PKGBUILD I used to install it: https://pastebin.com/xpv3ZtZz

xanadu73 commented on 2017-12-04 15:00 (UTC)

Guys, just download any package other than version 2.8.1 from this address and install with pacman -U command. The problem will be gone. https://archive.archlinux.org/packages/f/freetype2/

webdawg commented on 2017-11-22 23:07 (UTC)

Crossover has known about the lib32-freetype error, you can get a beta from them that fixes, but they are releasing a new version soon.

roadrunner commented on 2017-11-22 08:36 (UTC)

@thomasrei With your changes to the PKGBUILD you end up with lib32-freetype2-2.8.1-1 installed on your system which is confirmed to stop crossover from functioning: while the gui still works (its just a piece of python) most windows programs will probably not even launch.

thomasrei commented on 2017-11-21 17:21 (UTC) (edited on 2017-11-21 17:21 (UTC) by thomasrei)

Changing freetype and lib32-freetype to 2.8.2 in PKBUILD seems to work.

roadrunner commented on 2017-11-20 19:17 (UTC)

@drbuckigham: Please take a look at our wonderful arch wiki: https://wiki.archlinux.org/index.php/Downgrading_packages

drbuckingham commented on 2017-11-20 19:09 (UTC) (edited on 2017-11-20 19:11 (UTC) by drbuckingham)

----------------------------- Failed to prepare transaction could not satisfy dependencies: unable to satisfy dependency 'freetype2<2.8.1' required by crossover unable to satisfy dependency 'lib32-freetype2<2.8.1' required by crossover ----------------------------- How to downgrade those two packages so that Crossover will install bearing in mind that they are used extensively by XFCE and many other applications? It is of note that this was a recent install and only freetype2-2.8.1/lib32-freetype2-2.8.1 have ever been installed (i.e. any older version wouldn't be in any local cache).

roadrunner commented on 2017-11-12 20:00 (UTC) (edited on 2017-11-12 20:10 (UTC) by roadrunner)

@hogar1977: I checked crossover 16.2.5 (which is the latest crossover version right now that I am aware of) against lib32-freetype2-2.8.1-1. That combination does not work. Hence I have decided to change the dependency to lib32-freetype2<2.8.1. If you know of another working combination please let me know. With regards making freetype2 a hard dependency - some time during this year I have reworked all dependencies using the wine PKGBUILD as a baseline. And wine has a hard dependency on freetype2. For good reason - not much works in crossover if freetype is missing.