no speakers = no openra?

Discussion about the game and its default mods.
Post Reply
User avatar
Assist
Posts: 22
Joined: Sun Dec 04, 2016 8:49 pm

no speakers = no openra?

Post by Assist »

Guidance on this is appreciated.

Is there a work around to play openra without speakers. I just installed openRA and getting fatal error because there is no speakers installed for this PC.

in case u asking for logs; here are they

Unsupported OpenGL version: 1.1.0

OpenGL Information:
Vendor: Microsoft Corporation
Note: The default driver provided by Microsoft does not include full OpenGL support.
Please install the latest drivers from your graphics card manufacturer's website.

Renderer: GDI Generic
GL Version: 1.1.0
Shader Version:
Available extensions:
GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
System.InvalidProgramException: OpenGL Version Error: See graphics.log for details.
at OpenRA.Platforms.Default.OpenGL.Initialize()
at OpenRA.Platforms.Default.Sdl2GraphicsDevice..ctor(Size windowSize, WindowMode windowMode)
at OpenRA.Platforms.Default.DefaultPlatform.CreateGraphics(Size size, WindowMode windowMode)
at OpenRA.Renderer..ctor(IPlatform platform, GraphicSettings graphicSettings)
at OpenRA.Game.Initialize(Arguments args)
Unsupported OpenGL version: 1.1.0

OpenGL Information:
Vendor: Microsoft Corporation
Note: The default driver provided by Microsoft does not include full OpenGL support.
Please install the latest drivers from your graphics card manufacturer's website.

Renderer: GDI Generic
GL Version: 1.1.0
Shader Version:
Available extensions:
GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
System.InvalidProgramException: OpenGL Version Error: See graphics.log for details.
at OpenRA.Platforms.Default.OpenGL.Initialize()
at OpenRA.Platforms.Default.Sdl2GraphicsDevice..ctor(Size windowSize, WindowMode windowMode)
at OpenRA.Platforms.Default.DefaultPlatform.CreateGraphics(Size size, WindowMode windowMode)
at OpenRA.Renderer..ctor(IPlatform platform, GraphicSettings graphicSettings)
at OpenRA.Game.Initialize(Arguments args)

Chimpo
Posts: 61
Joined: Sun Dec 04, 2016 10:33 pm

Post by Chimpo »

headphones?

audio is fine for everyone else, so...

User avatar
JOo
Posts: 511
Joined: Wed Jan 25, 2012 8:12 pm

Post by JOo »

The log is about "OpenGL" which has nothing to do with sound ?

https://en.wikipedia.org/wiki/OpenGL

you probably have to update your opengl version ... cause "Unsupported OpenGL version: 1.1.0 "

User avatar
Assist
Posts: 22
Joined: Sun Dec 04, 2016 8:49 pm

Post by Assist »

ah i see.

from what I understood, OpenRA needs a better graphic card. sorry I thought it is not running because the sound drive is broken or whatever.

User avatar
WhoCares
Posts: 312
Joined: Mon Feb 13, 2017 11:28 pm

Post by WhoCares »

Not nesseraly a better graphic card, just one that the constructor has driver for opengl2, had the problem with a computer,a crappy all in one hp. HP never took opengl2 working with the internal cg of this computer so it's fucked for openra.

lucassss
Posts: 144
Joined: Mon Jan 04, 2016 1:55 pm

Post by lucassss »

http://www.sleipnirstuff.com/forum/view ... highlight=

If you can compile from source, I can prepare you a patch.

User avatar
jaZz_KCS
Posts: 267
Joined: Tue Nov 10, 2015 4:46 pm
Location: Bremen

Post by jaZz_KCS »

Even if OpenAL failes to initialize due to non-existent audio hardware, the game should run regardless.
Image
RAGL -->Replay Archive<--

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

The solution here might be even simpler, and is explained directly in the log:
Note: The default driver provided by Microsoft does not include full OpenGL support.
Please install the latest drivers from your graphics card manufacturer's website.

SirCake
Posts: 393
Joined: Thu Feb 04, 2016 5:40 pm

Post by SirCake »

Can remember having the same issue with no speakers, and indeed, by disabling all your sound devices, you can force this error.

https://github.com/OpenRA/OpenRA/issues/12526

Sorry to say, but you have to have something plugged to you PC, even if you are not listening!
Known bug - just get some random headphones/speaker.

User avatar
Assist
Posts: 22
Joined: Sun Dec 04, 2016 8:49 pm

Post by Assist »

hi again, thank you for ur help in the previous issue. but eh, what does that mean now?

System.EntryPointNotFoundException: Unable to find an entry point named 'SetProcessDPIAware' in DLL 'user.dll'.
at OpenRA.Platforms.Default.Sdl2GraphicsDevice.SetProcessDPIAware()
at OpenRA.Platforms.Default.Sdl2GraphicsDevice..ctor(Size windowSize, WindowMode windowMode)
at OpenRA.Platforms.Default.DefaultPlatform.CreateGraphics(Size size, WindowMode windowMode)
at OpenRA.Renderer..ctor(IPlatform platform, GraphicSettings graphicSettings)
at OpenRA.Game.Initialize(Arguments args)
System.EntryPointNotFoundException: Unable to find an entry point named 'SetProcessDPIAware' in DLL 'user.dll'.
at OpenRA.Platforms.Default.Sdl2GraphicsDevice.SetProcessDPIAware()
at OpenRA.Platforms.Default.Sdl2GraphicsDevice..ctor(Size windowSize, WindowMode windowMode)
at OpenRA.Platforms.Default.DefaultPlatform.CreateGraphics(Size size, WindowMode windowMode)
at OpenRA.Renderer..ctor(IPlatform platform, GraphicSettings graphicSettings)
at OpenRA.Game.Initialize(Arguments args)

Chimpo
Posts: 61
Joined: Sun Dec 04, 2016 10:33 pm

Post by Chimpo »

As fascinating as this is, surely it belongs somewhere else..

User avatar
anjew
Posts: 552
Joined: Sat Nov 08, 2014 4:16 am

Post by anjew »

Chimpo wrote: As fascinating as this is, surely it belongs somewhere else..
Can you see anywhere else for it?
IRC would get a faster reply but this is still OpenRA related and people will still help interpret a crash log
Image

SirCake
Posts: 393
Joined: Thu Feb 04, 2016 5:40 pm

Post by SirCake »

Wow, you are running into like every issue there is with OpenRA
try the fix i propose in this post, that has to do with DPI. Maybe your PC is running XP or something, where DPI rescaling wasn't even known...^^ Idk if this fixes it.. But you might as well try..
http://www.sleipnirstuff.com/forum/view ... 82&t=20089

Next, im expecting an error that your Graphics Card isn't supporting Pixel Shader Version 2 ;P;P

Post Reply