Crossover was working without problems, did upgrade using CrossOver "Check for Updates" and restarted Crossover afterwards.
It does throws these errors, and doesn't open any app.
urshifu:~$ /opt/cxoffice/bin/crossover
wine client error:0: version mismatch 1795/1797.
Your wineserver binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
crossover:error: an operation raised an exception:
Traceback (most recent call last):
File "/opt/cxoffice/lib/python/pyop.py", line 181, in runOperations
operation.main()
File "/opt/cxoffice/lib/python/bottlewrapper.py", line 1024, in main
self.bottle.add_menu_observers_main()
File "/opt/cxoffice/lib/python/bottlewrapper.py", line 196, in add_menu_observers_main
self.menu.add_observers(self.menu_changed)
File "/opt/cxoffice/lib/python/cxmenu.py", line 345, in add_observers
self.on_config_changed()
File "/opt/cxoffice/lib/python/cxmenu.py", line 379, in on_config_changed
self.add_lnkfile_observers()
File "/opt/cxoffice/lib/python/cxmenu.py", line 392, in add_lnkfile_observers
lnkfile = bottlequery.get_native_path(self.bottlename, item.lnkfile)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/cxoffice/lib/python/bottlequery.py", line 205, in get_native_path
return get_native_paths(bottlename, [windowspath])[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/cxoffice/lib/python/bottlequery.py", line 187, in get_native_paths
result = results.pop(0).get()
^^^^^^^^^^^^^^^^^^^^
File "/opt/cxoffice/lib/python/bottlequery.py", line 396, in get
return self._get()
^^^^^^^^^^^
File "/opt/cxoffice/lib/python/bottlequery.py", line 392, in _get
raise IOError("The cxmanip process quit before serving this query.")
OSError: The cxmanip process quit before serving this query.
/usr/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=406211) is multi-threaded, use of fork() may lead to deadlocks in the child.
self.pid = os.fork()
wine: Unhandled page fault on read access to 00000008 at address 012A4C65 (thread 0070), starting debugger...
regsvr32: Successfully unregistered DLL 'C:\windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll'
If I try to open an app:
/opt/cxoffice/lib/python/cxutils.py:820: DeprecationWarning: This process (pid=407012) is multi-threaded, use of fork() may lead to deadlocks in the child.
childpid = os.fork()
wine client error:0: version mismatch 1795/1797.
Your wineserver binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?