Advertisement
Guest User

Untitled

a guest
May 21st, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. $ ./crossover
  2. Traceback (most recent call last):
  3. File "/nix/store/h7drzjkmgqxrg5r6rz1zmlmwiv0fyp8q-crossover-19.0.0/crossover/lib/python/checkgtk.py", line 46, in status
  4. gi.require_version(lib, version)
  5. File "/nix/store/q0dwz62vhpyrssvfdlcid889d6kdgvgw-python3.7-pygobject-3.32.1/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
  6. raise ValueError('Namespace %s not available' % namespace)
  7. ValueError: Namespace Gtk not available
  8. /nix/store/h7drzjkmgqxrg5r6rz1zmlmwiv0fyp8q-crossover-19.0.0/crossover/bin/cxdiag: line 3: /nix/store/h7drzjkmgqxrg5r6rz1zmlmwiv0fyp8q-crossover-19.0.0/crossover/bin/.cxdiag-wrapped: Accessing a corrupted shared library
  9. .crossover-wrapped:warning: cxdiag failed (126)
  10. .crossover-wrapped:error: The file /tmp/cxfixeswkv3i2doqhkp_5ts.xml is signed, but the signature is invalid.
  11. .crossover-wrapped:warning: The newly downloaded /home/michaelk/.cxoffice/cxfixes.xml file is not properly signed. Discarding.
  12. .crossover-wrapped:warning: an unexpected error occurred while parsing '/home/michaelk/.cxoffice/cxfixes.xml'. Ignoring this file
  13. .crossover-wrapped:error: Could not identify the distribution
  14. Traceback (most recent call last):
  15. File "/nix/store/h7drzjkmgqxrg5r6rz1zmlmwiv0fyp8q-crossover-19.0.0/crossover/lib/python/checkgtk.py", line 46, in status
  16. gi.require_version(lib, version)
  17. File "/nix/store/q0dwz62vhpyrssvfdlcid889d6kdgvgw-python3.7-pygobject-3.32.1/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
  18. raise ValueError('Namespace %s not available' % namespace)
  19. ValueError: Namespace Gtk not available
  20. Could not install some Unix packages
  21. Some errors may prevent CrossOver Linux from working correctly:
  22. * Could not load the GObject-Introspection Python module.
  23. * Could not load the GObject-Introspection data for GTK.
  24. * Cxdiag failed
  25.  
  26. You may be able to fix some issues by running one of the following commands as root:
  27. Arch Linux pacman -Syu gtk3 python-gobject
  28. Debian 7 apt-get install gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 python3-gi python3-gi-cairo
  29. Debian <= 6 apt-get install gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 python3-gi python3-gi-cairo
  30. Fedora <= 13 yum install gobject-introspection gtk3 python3-gobject
  31. openSUSE <= 11.2 zypper install gtk3 python3-gobject
  32.  
  33. There is no automated fix for the remaining issues but you may find help on these pages:
  34. https://www.codeweavers.com/support/wiki/Diag/brokencxdiag
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement