Discussion:
[Wine] Windows Media Encoder 9
pretino
2008-08-22 13:52:55 UTC
Permalink
Windows Media Ecoder 9 gives me this error.... why? :( :

Xlib: extension "GLX" missing on display ":20.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL!
Xlib: extension "GLX" missing on display ":20.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL!
fixme:imm:ImmDisableIME (-1): stub
fixme:advapi:RegisterEventSourceW ((null),L"Windows Media Encoder"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004a,0x7e39d85c,0x7e39d414): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004a,0x175bb0,0x7e39d414): stub
err:eventlog:ReportEventW L"wmenc.exe"
err:eventlog:ReportEventW L"9.0.0.2980"
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L"0.0.0.0"
err:eventlog:ReportEventW L"00000000"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:wininet:InternetGetConnectedState always returning LAN connection.
err:ntdll:RtlpWaitForCriticalSection section 0x7e630060 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 0011, blocked by 0024, retrying (60 sec)
wine: Unhandled page fault on read access to 0x00000000 at address 0x8ee7623 (thread 001e), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 27 148") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
/usr/bin/wine: line 396: 23798 Killed $WINEBIN/$WINE_BIN_NA
Alexander Nicolaysen Sørnes
2008-08-22 14:01:21 UTC
Permalink
You might want to enable OpenGL first to rule that out as a couse of the
problem.


Alexander N. Sørnes
Post by pretino
Xlib: extension "GLX" missing on display ":20.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect
problems err:wgl:has_opengl Intialization of OpenGL info failed, disabling
OpenGL! Xlib: extension "GLX" missing on display ":20.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect
problems err:wgl:has_opengl Intialization of OpenGL info failed, disabling
OpenGL! fixme:imm:ImmDisableIME (-1): stub
fixme:advapi:RegisterEventSourceW ((null),L"Windows Media Encoder"): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004a,0x7e39d85c,0x7
e39d414): stub fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004a,0x175bb0,0x7e3
9d414): stub err:eventlog:ReportEventW L"wmenc.exe"
err:eventlog:ReportEventW L"9.0.0.2980"
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L"0.0.0.0"
err:eventlog:ReportEventW L"00000000"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:wininet:InternetGetConnectedState always returning LAN connection.
X11DRV_CritSection" wait timed out in thread 0011, blocked by 0024,
retrying (60 sec) wine: Unhandled page fault on read access to 0x00000000
at address 0x8ee7623 (thread 001e), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 27 148")
(2) Read the Wine Developers Guide on how to set up winedbg or another
debugger /usr/bin/wine: line 396: 23798 Killed
$WINEBIN/$WINE_BIN_NA
pretino
2008-08-22 14:29:10 UTC
Permalink
how? [Rolling Eyes]
Alexander Nicolaysen Sørnes
2008-08-22 14:41:35 UTC
Permalink
Post by pretino
how? [Rolling Eyes]
Open /etc/X11/xorg.conf (as root or with sudo or something). Find
Section "Module"
(should be near the top), and add a line
Load "glx"
under it
Then restart the X server (log out and press Ctrl + Alt + Backspace)

Alexander N. Sørnes
pretino
2008-08-22 14:55:03 UTC
Permalink
there is already :(
Alexander Nicolaysen Sørnes
2008-08-22 15:10:24 UTC
Permalink
Post by pretino
there is already :(
The output says you're running on screen 20. That seems a bit odd; do you
have a special setup?
pretino
2008-08-22 15:31:48 UTC
Permalink
I use vnc
Alexander Nicolaysen Sørnes
2008-08-22 15:45:12 UTC
Permalink
Post by pretino
I use vnc
That should explain the missing OpenGL. The error seems to come from WIne's
graphics driver, which may very well be encountering an error because of
misisng GL. Could you try it on a regular setup and see if ti gives the same
errors?


Alexander
pretino
2008-08-22 15:54:21 UTC
Permalink
I reinstall wine or OpenGL?
pretino
2008-08-22 16:48:33 UTC
Permalink
up
Alexander Nicolaysen Sørnes
2008-08-22 17:20:00 UTC
Permalink
Post by pretino
I reinstall wine or OpenGL?
You could simply try to run it without using VNC, as chances are VNC is a
problem.


Alexander
pretino
2008-08-22 17:27:18 UTC
Permalink
without VNC I've only ssh..... the server is in france! :(
vitamin
2008-08-22 20:25:32 UTC
Permalink
without VNC I've only ssh..... the server is in france! :( how I can know the video card? for reinstall open GL?
OpenGL is not supported over VNC. You have to run that program locally. Then it _might_ work.
pretino
2008-08-25 16:50:03 UTC
Permalink
can I use VirtualGL? :D
vitamin
2008-08-25 18:03:14 UTC
Permalink
Post by pretino
can I use VirtualGL? :D
Try it. Let us know how it works.
pretino
2008-09-02 20:37:52 UTC
Permalink
Windows Media Encoder don't work yet :(

Continue reading on narkive:
Loading...