Page 1 of 1

I'm very sad

Posted: Wed May 29, 2013 11:08 am
by Rasputin
To whom it may concern...

Im a fervent Red Alert player with my friends. We live in The Netherlands and the weather is so awful that we play a lot of games. This week my Red Alert didnt open. Ive installed the new update and Ive played it several times. But now it wont open anymore and even after removing it and installing it again the game still doesnt open. Is this a common error that is easy to fix or Im a screwed? I run my game on a Macbook pro, early 2012 with 10.7.5 so my software is up to date. What can I do? My friends are playing without.. Im sad!!

Greetings from Rotterdam, Roger

Posted: Wed May 29, 2013 12:52 pm
by Sleipnir
Please post your exception.log so we can investigate what is causing the problem. Instructions are on the wiki: https://github.com/OpenRA/OpenRA/wiki/FAQ

We don't have any known issues with OSX, so i'm interested in seeing what the cause of this is.

Posted: Wed May 29, 2013 2:47 pm
by xan2622
if I were to advise something, Grigori, please join the OpenRA chatroom :
[url]irc://chat.freenode.net/openra[/url]

This way you'll be able to contact the developers and other players.

Posted: Wed May 29, 2013 6:04 pm
by BaronOfStuff
Grigori wrote: Arnoud are you completely retarded? Everyone knows you dont install windows 8 unless you want to f**k up your computer!!
You are the dumbest f**k I have ever seen in the history of red alert.. and that is a long time!!
Im really glad you cant play anymore because you dont deserve it!!! youre a n00b! Keep watching porn or buy a playstation because red alert isnt ment to be for you!!

Just throw your computer out of the window...

Gr33tz.. the one and only Grigori (Open RA World Champion of 2004 & 2007)
World champ that wins a 'World Championship' before the OpenRA project even exists and now for some mysterious reason can't get the game to run.

Don't know about you guys, but the stench of bullshit emanating from this guy's posts is melting my fucking face off.

Posted: Thu May 30, 2013 8:07 am
by Rasputin
Hahaha you should have seen his face when he read this as an answer to his post..
And I cant find any exception.log.. Im am a little retarded.. I might even melt your face off!!

I found the exception log :)

Posted: Wed Aug 07, 2013 6:42 pm
by Rasputin
Exception of type `System.DllNotFoundException`: /Library/Frameworks/Cg.framework/Cg
TypeName=``
at (wrapper managed-to-native) Tao.Cg.Cg:cgCreateContext ()
at OpenRA.Renderer.Cg.GraphicsDevice..ctor (Size size, WindowMode window) [0x00000] in <filename unknown>:0
at OpenRA.Renderer.Cg.DeviceFactory.Create (Size size, WindowMode windowMode) [0x00000] in <filename unknown>:0
at OpenRA.Graphics.Renderer.CreateDevice (System.Reflection.Assembly rendererDll, Int32 width, Int32 height, WindowMode window) [0x00000] in <filename unknown>:0
at OpenRA.Graphics.Renderer.Initialize (WindowMode windowMode) [0x00000] in <filename unknown>:0
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Run (System.String[] args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0

Does anyone see what the problem is?

Posted: Wed Aug 07, 2013 7:15 pm
by Matt
We don't ship the Cg runtime for Mac OS X because it is so big. Choosing the Cg renderer will therefore break it. Sleipnir removed the button from the Settings GUI again in the latest playtests so Mac people don't fall for it. Change your https://github.com/OpenRA/OpenRA/wiki/Settings back to the OpenGL renderer:

Code: Select all

Graphics&#58;
	Renderer&#58; Gl
or download the https://developer.nvidia.com/cg-toolkit and install it manually.