Underc0de - La Casa de los Informáticos

Foros Generales => Dudas y pedidos generales => Mensaje iniciado por: Luisa05 en Octubre 19, 2023, 10:41:12 AM

Título: Error en comando
Publicado por: Luisa05 en Octubre 19, 2023, 10:41:12 AM
Buenos días, estoy intentando instalar el software "Hyperion" pero al ejecutar el siguiente comando me genera un error, ya instalé el wine pero sigue sin funcionar  :'(

sudo wine /root/.wine/drive_c/MinGW/bin/g++.exe ./Src/Crypter/*.cpp -o crypter.exe

it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32:i386"
wine: created the configuration directory '/root/.wine'
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0048:err:ole:start_rpcss Failed to open RpcSs service
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
wine: failed to open L"C:\\windows\\syswow64\\rundll32.exe": c0000135
wine: configuration in L"/root/.wine" has been updated.
wine: failed to open "/root/.wine/drive_c/MinGW/bin/g++.exe": c0000135
Título: Re:Error en comando
Publicado por: DtxdF en Octubre 20, 2023, 10:08:21 AM
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

¿Seguiste los pasos que te indica el mismo wine?

~ DtxdF
Título: Re:Error en comando
Publicado por: IDusk en Octubre 22, 2023, 09:19:30 AM
te está pidiendo que instales un paquete...
please execute "apt-get install wine32:i386"