+ Responder ao Tópico



  1. #1

    Padrão Wine X dll

    Galera, eu estou querendo emular um sistema utilizando o wine. Funciona da seguinte maneira:

    Eu tenho um servidor Novell para gerenciamento de diretórios. Eu estou montando de boa, assim como no windows. Dentro de um desses mapeamentos eu tenho um sisteminha que executamos (não precisa instalar (no windows). Só executar mesmo.).

    O caso é que quando eu mando executar com o wine ele acusa erros que não consegue importar dlls.

    Segue abaixo o erro.

    Código :
    wiamano@gers38155:~/SEFAZMT/10.6.1.1/SYS/public/win32$ wine nwadmn32.exe
    err:module:import_dll Library LOCWIN32.DLL (which is needed by L"Z:\\win32\\nwadmn32.exe") not found
    err:module:import_dll Library CALWIN32.DLL (which is needed by L"Z:\\win32\\nwadmn32.exe") not found
    err:module:import_dll Library NETWIN32.DLL (which is needed by L"Z:\\win32\\nwadmn32.exe") not found
    err:module:import_dll Library prtwin32.DLL (which is needed by L"Z:\\win32\\nwadmn32.exe") not found
    err:module:import_dll Library LOCWIN32.DLL (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library CALWIN32.DLL (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library CLXWIN32.DLL (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library NETWIN32.DLL (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library LOCWIN32.dll (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library NETWIN32.DLL (which is needed by L"Z:\\win32\\Nrddll32.dll") not found
    err:module:import_dll Library Nrddll32.dll (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library nwcomn32.dll (which is needed by L"Z:\\win32\\nwadmn32.exe") not found
    err:module:import_dll Library LOCWIN32.DLL (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library CALWIN32.DLL (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library CLXWIN32.DLL (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library NETWIN32.DLL (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library LOCWIN32.dll (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library NETWIN32.DLL (which is needed by L"Z:\\win32\\Nrddll32.dll") not found
    err:module:import_dll Library Nrddll32.dll (which is needed by L"Z:\\win32\\nwcomn32.dll") not found
    err:module:import_dll Library nwcomn32.dll (which is needed by L"Z:\\win32\\nwcore32.dll") not found
    err:module:import_dll Library LOCWIN32.DLL (which is needed by L"Z:\\win32\\nwcore32.dll") not found
    err:module:import_dll Library NETWIN32.DLL (which is needed by L"Z:\\win32\\nwcore32.dll") not found
    err:module:import_dll Library CALWIN32.DLL (which is needed by L"Z:\\win32\\nwcore32.dll") not found
    err:module:import_dll Library nwcore32.dll (which is needed by L"Z:\\win32\\nwadmn32.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"Z:\\win32\\nwadmn32.exe" failed, status c0000135
    Wine failed with return code 1
    wiamano@gers38155:~/SEFAZMT/10.6.1.1/SYS/public/win32$

    Essas dlls estão dentro da pasta dele.

    Código :
    wiamano@gers38155:~/SEFAZMT/10.6.1.1/SYS/public/win32$ ls |more
    BDS501F.DLL
    BIDS45F.DLL
    CKSYNC32.DLL
    CW3215.DLL
    CW3220.DLL
    MGRV32.DLL
    MUSCRL32.DLL
    NLS
    NLSEXT32.DLL
    NLSMAN32.EXE
    NLSMET32.DLL
    NMGRDB32.DLL
    NMSNAP32.DLL
    NRDDLL32.DLL
    NRDDLL95.DLL
    NRES32.DLL
    NUCOMN32.DLL
    NUOWL32.DLL
    nwadmn32.exe
    nwbrws32.dll
    nwcomn32.dll
    nwcomn95.dll
    nwcomnnt.dll
    nwcore32.dll
    nwcore95.dll
    nwcorent.dll
    nwctrl32.dll
    nwmod032.dll
    nwmod132.dll
    nwmud32.dll
    nwrcon32.dll
    NWRCON.PIF
    nwvctl32.dll
    nwvctl95.dll
    nwvctlnt.dll
    nwvis032.dll
    nwvis132.dll
    nwvis232.dll
    nwvps32.dll
    nwvpt32.dll
    nwvque32.dll
    NWWINXX.DLL
    OPDLG32.DLL
    OWL252F.DLL
    OWL501F.DLL
    PC32.DLL
    PDE32.DLL
    PRFRES32.DLL
    QCBR70US.DLL
    SCHEMA32.DLL
    SCHEMB32.DLL
    SCHMBB32.DLL
    SH33W32.DLL
    SNAPIN32.DLL
    snapins
    TLSMGR32.DLL
    TLSMGR9X.DLL
    TLSMGRNT.DLL
    TLSMON32.DLL
    ucs2win.exe
    VIEWC32.DLL
    VUPD32.DLL

    Se alguem tiver alguma idéia por favor.

  2. #2

    Padrão Re: Wine X dll

    Ninguem tem nem idéia?