Problem starting OpenRA (Solved)
Posted: Thu Nov 25, 2010 9:04 pm
Hello,
First of all kudos to your effort, it's really cool to see this engine being recreated in open source, especially seeing all the small gui and functionality improvements that make a lot of difference. However I'm having some trouble starting the game, well it doesn't start at all and this is what I get in the console:
I'm using:
CPU: Athlon II X2 3.2ghz
GPU: nVidia GTS 450
4gb RAM
Linux Mint 9 (based on Ubuntu 10.4)
I installed OpenRA with the installer for debian systems found on your website.
Any ideas why it can't find the files? As far as I know it did download them during the install. Any ideas how to proceed?
First of all kudos to your effort, it's really cool to see this engine being recreated in open source, especially seeing all the small gui and functionality improvements that make a lot of difference. However I'm having some trouble starting the game, well it doesn't start at all and this is what I get in the console:
Code: Select all
matjaz@matjaz-desktop ~ $ openra
/home/matjaz/.themes/Bluman-Murrine/gtk-2.0/gtkrc:82: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/home/matjaz/.themes/Bluman-Murrine/gtk-2.0/gtkrc:86: Murrine configuration option "gradients" is no longer supported and will be ignored.
/home/matjaz/.themes/Bluman-Murrine/gtk-2.0/gtkrc:111: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/home/matjaz/.themes/Bluman-Murrine/gtk-2.0/gtkrc:140: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/home/matjaz/.themes/Bluman-Murrine/gtk-2.0/gtkrc:176: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/home/matjaz/.themes/Bluman-Murrine/gtk-2.0/gtkrc:210: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
Loading settings file /home/matjaz/.openra/settings.yaml
Available mods:
cnc: C&C (a0001)
ra: Red Alert (a0001)
Loading mods: cnc
Unhandled Exception: System.IO.DirectoryNotFoundException: Directory 'mods/cnc/packages' not found.
at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000]
at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000]
at System.IO.Directory.GetFiles (System.String path, System.String searchPattern, SearchOption searchOption) [0x00000]
at OpenRA.FileFormats.Folder+<AllFileHashes>c__Iterator3.MoveNext () [0x00000]
at OpenRA.FileFormats.FileSystem.MountInner (IFolder folder) [0x00000]
at OpenRA.FileFormats.FileSystem+<Mount>c__AnonStoreyD.<>m__24 () [0x00000]
at OpenRA.FileFormats.FileSystem.Mount (System.String name) [0x00000]
at OpenRA.FileFormats.FileSystem.LoadFromManifest (OpenRA.FileFormats.Manifest manifest) [0x00000]
at OpenRA.ModData..ctor (System.String[] mods) [0x00000]
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00000]
at OpenRA.Program.Run (System.String[] args) [0x00000]
at OpenRA.Program.Main (System.String[] args) [0x00000]
CPU: Athlon II X2 3.2ghz
GPU: nVidia GTS 450
4gb RAM
Linux Mint 9 (based on Ubuntu 10.4)
I installed OpenRA with the installer for debian systems found on your website.
Any ideas why it can't find the files? As far as I know it did download them during the install. Any ideas how to proceed?