Black Screen when play Warcraft 3

Questions about Wine on Linux
Locked
unknown24
Newbie
Newbie
Posts: 4
Joined: Fri Jul 26, 2013 10:53 pm

Black Screen when play Warcraft 3

Post by unknown24 »

Hi, i got problem when play warcraft III it show black screen. here the images:
Image

Image
initially warcraft logo show but after that show the black screen. How to solved that?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Black Screen when play Warcraft 3

Post by dimesio »

Wine version? If it's not 1.6, upgrade. If this happens in 1.6, post terminal output. http://wiki.winehq.org/FAQ#get_log
Bladeforce
Level 3
Level 3
Posts: 63
Joined: Fri Nov 09, 2012 8:01 am

Re: Black Screen when play Warcraft 3

Post by Bladeforce »

I am using wine version 1.5.31 and game works fine for me. DId you try adding "-opengl" after the executable? Check winehq database the answer may be there?
unknown24
Newbie
Newbie
Posts: 4
Joined: Fri Jul 26, 2013 10:53 pm

Re: Black Screen when play Warcraft 3

Post by unknown24 »

dimesio wrote:Wine version? If it's not 1.6, upgrade. If this happens in 1.6, post terminal output. http://wiki.winehq.org/FAQ#get_log
My version is 1.4, how to updgrade wine to 1.6?
unknown24
Newbie
Newbie
Posts: 4
Joined: Fri Jul 26, 2013 10:53 pm

Re: Black Screen when play Warcraft 3

Post by unknown24 »

I'd have installed version 1.6 but the error is still same,, Here is the log :
WARNING: gnome-keyring:: couldn't connect to: /run/user/unknown/keyring-POAukw/pkcs11: No such file or directory
err:ole:CoCreateInstance apartment not initialised
fixme:win:EnumDisplayDevicesW ((null),0,0x33f0d8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f4a8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f0c8,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
err:d3d_surface:surface_modify_location Surface 0x1c13e8 does not have any up to date location.
err:d3d_surface:surface_modify_location Surface 0x1c13e8 does not have any up to date location.
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x32 @75! (desktop)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x32 @70! (desktop)
err:quartz:GetClassMediaFile Media class not found
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599

(process:2862): GThread-WARNING **: GThread system no longer supports custom thread implementations.
fixme:gstreamer:GST_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!
fixme:gstreamer:event_sink 0x7b106bb0 stub tag
fixme:gstreamer:event_sink 0x7b106c30 stub tag
fixme:gstreamer:event_sink 0x7b106c00 stub tag
fixme:gstreamer:event_sink 0x7b106c30 stub tag
fixme:gstreamer:event_sink 0x74305a60 stub tag
fixme:gstreamer:event_sink 0x74305a90 stub tag
fixme:gstreamer:event_sink 0x74305ac0 stub tag
fixme:quartz:DSoundRender_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!
fixme:quartz:AsyncReader_QueryInterface No interface for {56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:gstreamer:GST_QueryInterface No interface for {56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:DSoundRender_QueryInterface No interface for {56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:AsyncReader_QueryInterface No interface for {56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:gstreamer:GST_QueryInterface No interface for {56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:DSoundRender_QueryInterface No interface for {56a868b5-0ad4-11ce-b03a-0020af0ba770}!

(wine:2862): GStreamer-CRITICAL **: gst_mini_object_unref: assertion `GST_IS_MINI_OBJECT (mini_object)' failed

(wine:2862): GLib-GObject-ERROR **: cannot create new instance of invalid (non-instantiatable) type `(null)'
i also have do -opengl and the problem is still same.

Sorry for the image is wrong, this right image :
Image
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Black Screen when play Warcraft 3

Post by dimesio »

(process:2862): GThread-WARNING **: GThread system no longer supports custom thread implementations.
http://bugs.winehq.org/show_bug.cgi?id=30557

Disable winegstreamer.
unknown24
Newbie
Newbie
Posts: 4
Joined: Fri Jul 26, 2013 10:53 pm

Re: Black Screen when play Warcraft 3

Post by unknown24 »

Thx sir,,, work now :D
i do know how to disable winegstreamer, i search in google find this :
To work around, disable winegstreamer and use wmp10 codecs.

Install wmp10

$ winetricks wmp10

Add a dll override for winegstreamer.
1. Run 'winecfg' and click on 'Libraries' tab
2. Type 'winegstreamer' in the 'New override for Library' box and press 'Add'
3. Now choose 'winegstreamer' in the 'Existing overrides' list, press 'Edit' and choose 'Disable'
Thx, for now i can ply my favorite game,,,
siimsim
Newbie
Newbie
Posts: 1
Joined: Sun Jul 28, 2013 2:47 pm

Re: Black Screen when play Warcraft 3

Post by siimsim »

I have same problem
Locked