Application Details:
Version: | Steam: 1076 |
License: | |
URL: | http://www.redorchestragame.co... |
Votes: | 3 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.5.5 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Installed fine through steam
What does not
When I double clicked to run, the program changes my screen resolution, but never enters the game.
Workarounds
What was not tested
n/a
Hardware tested
Graphics:
Additional Comments
Using ubuntu restricted ati drivers. Radeon hd4770
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Jun 09 2012 | 1.5.5 | Yes | Yes | Gold | Flo G | ||
Current | Ubuntu 10.10 "Maverick" amd64 (+ variants like Kubuntu) | Feb 15 2011 | 1.3.12 | Yes | No | Garbage | an anonymous user | ||
Show | Ubuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu) | Jul 13 2010 | 1.2-rc7 | Yes | Yes | Bronze | an anonymous user | ||
Show | Arch Linux x86_64 | Dec 27 2009 | 1.1.35 | Yes | Yes | Platinum | an anonymous user | ||
Show | Linux Mint 7 "Gloria" | Nov 22 2009 | 1.1.31 | Yes | Yes | Bronze | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
881 | Mouse cursor not blanked | CLOSED | FIXED | View |
6971 | Mouse "escapes" window or is confined to an area in the full screen program | CLOSED | FIXED | View |
7103 | Red Orchestra fails to start - runtime error | CLOSED | ABANDONED | View |
7302 | Mouse pointer bug. | CLOSED | DUPLICATE | View |
2013-05-17 Admin note: the instructions below are old and may not apply to current Wine.
It settled properly through Steam, however, there are two or three things to do:
Adjustment File redorchestra.ini:
Path:
"~/.wine/drive_c/Program Files/Steam/steamapps/common/red orchestra/System/RedOrchestra.ini""Windowed" might be preferred mode with emulation desktop in winecfg that allows a easier switch to X.
";RenderDevice=OpenGLDrv.OpenGLRenderDevice"
";RenderDevice=D3DDrv.D3DRenderDevice"
"RenderDevice=D3D9Drv.D3D9RenderDevice"In section [WinDrv.WindowsClient]: For the patch below works, and contrary to what most tutos say
StartupFullscreen=True
sudo cp -p /usr/lib/wine/dinput.dll.so /usr/lib/wine/dinput.dll.so.old
sudo cp dinput.dll.so /usr/lib/wine/
Red Orchestra takes a long time loading maps
That tip come from FAQ RedO very interesting of the official site. Most of common errors are described.:
We are looking into the over all cause of this however you may do the following to attempt to improve your load times.
Fix1:
1) Find your Redorchestra.ini file located in the
steam/steamapps/yournamehere/redorchestra/system folder (hint it looks
like a notpad icon with a cog)
2) Change the cache size to better match your ram size
Listed under [Engine.GameEngine].
256 Megabytes of RAM or less
CacheSizeMegs=32
512 Megabytes of RAM
CacheSizeMegs=64
768 Megabytes of RAM
CacheSizeMegs=128
1 Gigabyte of RAM or more
CacheSizeMegs=256
Fix2: Turn of PreCaching
For those who have more than 1 giga amout of RAM
Also in your redorchestra.ini under [ALAudio.ALAudioSubsystem]
Change UsePrecache=True to UsePrecache=False
and under [Engine.LevelInfo]
Change bNeverPrecache=false to bNeverPrecache=true
and under [Engine.NullRenderDevice]
Change UsePrecaching=True to UsePrecaching=False
and under [D3DDrv.D3DRenderDevice]
Change UsePrecaching=True to UsePrecaching=False
and under [D3D9Drv.D3D9RenderDevice]
Change UsePrecaching=True to UsePrecaching=False
and under [OpenGLDrv.OpenGLRenderDevice]
Change UsePrecaching=True to UsePrecaching=False
and under [PixoDrv.PixoRenderDevice]
Change UsePrecaching=True to UsePrecaching=False
Watch out!, DEpende on wine version, the game fail to really stop and stay in memory. You have to kill the RedOrchestra.exe process..
Two ways:
a slappy :
kill -9 `ps -edf|grep RedOrchestra|grep -v grep|awk '{print $2}'`
Or right clic, "Kill process" in the system monitor...
If it's working, please feedback to the forum...
Comments for this application have been disabled because there are no maintainers.