Ubuntu Mate 24.04 : Πρόβλημα της αρχιτεκτονικής wine κατά την εγκατάσταση εκπαιδευτικών λογισμικών
Στην περίπτωση "καθαρής" εγκατάστασης Ubuntu Mate 24.04 και ακολουθώντας τις οδηγίες της [τεκμηρίωσης](https://el.ltsp.org/), παρουσιάστηκαν erros στη χρήση λογισμικών που έχουν ως εξάρτηση το wine, όπως πχ το glossa. ``` administrator@server:~$ glossa it looks like wine32 is missing, you should install it. multiarch needs to be enabled first. as root, please execute "dpkg --add-architecture i386 && apt-get update && apt-get install wine32:i386" wine: created the configuration directory '/home/administrator/.wine' 0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002 0054:err:ole:start_rpcss Failed to open RpcSs service 004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002 wine: failed to open L"C:\\windows\\syswow64\\rundll32.exe": c0000135 wine: configuration in L"/home/administrator/.wine" has been updated. 0140:err:environ:init_peb starting L"Z:\\usr\\share\\glossa\\glossa.exe" in experimental wow64 mode wine: failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Internal error. ``` Το wine ξεκινά την αρχικοποίηση αλλά κλείνει με αυτό το error. Και ενώ είναι εγκατεστημένο, δίνει `it looks like wine32 is missing` !!
issue