Tentando iniciar o jogo antigo usando vinho

2

Estou usando o wine 1.5.11 no Archlinux e tento iniciar esse jogo antigo:

link

O problema é que eu sempre recebo um

"Run-time error '13' : Type mismatch"

quando tento lançá-lo.

Eu tentei mudar oleaut.dll e ole32.dll para "native", e mude para o modo "Windows 98" usando winecfg, e então eu tive este erro:

err:module:import_dll Library ole32.dll (which is needed by L"Z:\games\WaterBoy\MSVBVM50.DLL") not found
err:module:import_dll Library OLEAUT32.dll (which is needed by L"Z:\games\WaterBoy\MSVBVM50.DLL") not found
err:module:import_dll Library MSVBVM50.DLL (which is needed by L"Z:\games\WaterBoy\WaterBoy.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\games\WaterBoy\WaterBoy.exe" failed, status c0000135

Eu instalei o vb5runtime usando winetricks, mas isso não ajudou.

Estou fazendo algo errado?

    
por rhon 01.09.2012 / 22:02

1 resposta

1

A maneira mais fácil é usar winetricks do link para instalar as bibliotecas nativas ausentes

wget http://winetricks.org/winetricks
chmod +x winetricks 
sh winetricks corefonts vcrun6 vb5run native_oleaut32 vcrun2010 richtx32

Algumas janelas serão exibidas para confirmação.

    
por 02.11.2012 / 19:37