Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Software => Hry a zábava => Téma založeno: McKay 06 Června 2015, 19:50:03
-
Ahoj, chtěl jsem si po dlouhé době zahrát FlatOut 2 a doufal, že se mi ho podaří rozjet, ale nestalo se tak :-(, hru jsem instaloval přes PlayOnLinux instalace proběhne úspěšně, při spuštění se mi objevilo okno (ladící okno hry) jaké chci rozlišení atd... . Při potvrzení jakoby vyskočí v pozadí okno ale zamrzne, zkusil jsem ladění v PlayOnLinux a toto je výpis:
[06/06/15 19:32:59] - Running wine- --version (Working directory : /usr/share/playonlinux/python)
wine-1.6.2
PlayOnLinux logfile
-------------------
Date: 06/06/15 19:32:59
> PlayOnLinux Version
4.2.2
> uname -a
Linux ASRock-desktop 4.0.4-040004-generic #201505171336 SMP Sun May 17 17:37:22 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
> wine --version
wine-1.6.2
> POL_WINEVERSION
> WINEPREFIX
/home/martin/.PlayOnLinux//wineprefix/flatout2
> Distribution
Linux Mint 17.1 Rebecca
> glxinfo \| grep rendering
direct rendering: Yes
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
> glxinfo \| grep renderer
OpenGL renderer string: GeForce GT 430/PCIe/SSE2
> OpenGL libs (Direct rendering testing)
[06/06/15 19:32:59] - This is a 32bits prefix!
[06/06/15 19:33:02] - Running wine- cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
C:\Program Files
[06/06/15 19:43:07] - Running wine- FlatOut2.exe (Working directory : /home/martin/.PlayOnLinux/shortcuts)
wine: cannot find L"C:\\windows\\system32\\FlatOut2.exe"
[06/06/15 19:45:27] - Running wine- FlatOut2.exe (Working directory : /home/martin/.PlayOnLinux/shortcuts)
wine: cannot find L"C:\\windows\\system32\\FlatOut2.exe"
Nedalo by se to spravit? :-)
-
Musíš načíst 32bit Wine.
The directory will be automatically created for you when you run a wine command. I like first running winecfg to create the container and bring up the configuration dialog. To do this and specify a WINE32 architecture, you would run (in a terminal window):
WINEARCH=win32 winecfg
...and the wine directory will be called .wine in your home directory. Note that it is a hidden directory.
You can also specify to use another directory, non-hidden if you prefer, by specifying WINEPREFIX. Something like:
WINEARCH=win32 WINEPREFIX=~/MyWine winecfg
...will setup a 32-bit wine and use ~/MyWine (directory in your home directory) as the wine directory.
Note, that once you use the WINEARCH or WINEPREFIX variables, you have to re-use them everytime you run a command from the terminal. So for example, if you want to run a windows setup in that prefix for that architecture, you would need to run:
WINEARCH=win32 WINEPREFIX=~/MyWine /path/to/setup.exe
-
Ahoj, mě se Flatout 2 povedlo zprovoznit normálně přes wine, ale musíš mít stažený přes winetrick directx9, pak by to mělo běžet :) Jeli jsme i mulťák přes lanko s windowsákama bez problémů. https://appdb.winehq.org/objectManager.php?sClass=version&iId=7578
-
nebo si můžeš stáhnout flatout z gog.com kde je připravený standalone wine se kterým to běží nádherně