http://bugs.winehq.org/show_bug.cgi?id=19868
Summary: Hearts of Iron III - unhandled mouse shadow
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
Hearts of Iron III displays 'clock' mouse cursor during loading. This cursor
has transparent shadow, but under WINE it is solid black.
Demo:
http://www.hoi3.com/index.php?option=com_content&view=article&id=123:demo-d…
(note, that I hadn't tested it with demo, only with full retail version)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14900
Summary: Warcraft 3 ocassionally has connection instability on
BattleNet
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: statix0(a)gmail.com
Sometimes when playing Warcraft 3 on battle.net I suffer from temporary
disconnection spikes. These occur for about 20 seconds at a time, and then I
recover back into the game. Once they start happening they happen every minute
or so, until eventually I get dropped by other players. Most of the time I do
not have this problem and it occurs quite randomly once in a while in games.
(This is not due to my own internet connection. Other apps running at the same
time (including Wine apps) still maintain a solid internet connection during
this time. I know this because I use ventrilo when playing warcraft 3 and I can
still hear, talk, and see my ping as quite low.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19142
Summary: Running wine without X for gui apps reports success
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@SERVER1:~$ wine regedit ; echo $?
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19174
Summary: Plants vs Zombies is way too slow
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.popcap.com/extras/pvz/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=22160)
--> (http://bugs.winehq.org/attachment.cgi?id=22160)
Console output
After installing Plants VS Zombies using Wine 1.1.25 the game take a lot to
start, is really slow just showing main screen.
There's a lot of this messages in the console:
fixme:d3d_surface:fb_copy_to_texture_direct Doing a pixel by pixel copy from
the framebuffer to a texture, expect major performance issues
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11448
Summary: Ugly skins in FIFA08
Product: Wine
Version: 0.9.54.
Platform: All
URL: http://www.fifa08.ea.com/us/
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kamihir(a)freemail.hu
Created an attachment (id=10583)
--> (http://bugs.winehq.org/attachment.cgi?id=10583)
Zipped log of console output
The skins of characters is ugly, please fix it. The very active console output
is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20838
Summary: Morrowind Graphics Extender's d3d8.dll replacement
fails to load
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://morrgraphext.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.kcat(a)gmail.com
Morrowind Graphics Extender enhances Morrowind's graphics by providing its own
d3d8.dll that calls to d3d9, and catches certain calls to provide enhanced
functionality. Under Wine, the provided d3d8.dll fails to load with exception
c0000005 (sigsegv).
Being open source, I was able to trace the crash to the handling of the
STARTUPINFO provided by GetStartupInfo. As you can see in DllMain here:
https://morrgraphext.svn.sourceforge.net/svnroot/morrgraphext/d3d8/main.cpp
it calls GetStartupInfo then goes right to parsing the lpTitle field to find
the executable name.
Under Wine, though, the returned STARTUPINFO.lpTitle field will either be an
empty string (for the unicode version) or NULL (the ansi version, and sometimes
the unicode version), as opposed to the full application path/exe. Being that
the code uses the ansi version, it gets a NULL lpTitle and segfaults when it
derefs it while looking for the directory separator.
To reproduce, you'll have to install MGE, then run Morrowind using
WINEDLLOVERRIDES="d3d8=n,b;dinput8=n,b"
(it has to be n,b since the dll will also try to load the system/built-in dll).
The crash is reproduceable with any d3d8 app, but will likely not work properly
when fixed if it's not Morrowind.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17138
Summary: FlightGear does not display 3d models
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mclaud2000(a)tutopia.com
Game starts properly, but after finishing loading only the menu is shown, not
the aircraft or the game world.
Also, fgrun, the FlightGear loader, does not show the aircraft models.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21177
Summary: EVE-Online Voice don´t work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxdonald(a)linuxdonald.de
When i want enable eve voice in-game it disconnected from the eve voice server.
And in the terminal i become this:
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
Wine version ist the lastest git version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18579
Summary: Photoshop CS4 error in automate/merge HDR and
photomerge
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chemacg(a)gmail.com
When i click in this two options (File/Automate/Merge HDR... and
File/Automate/Photomerge...) i get this error (in a window, in the command line
i see nothing):
Error 19: Bad argument
-Bad argument.
Line: 981
-> menu.add( 'item',fileMenuItem );
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16571
Summary: More than one video back buffer
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://downloads.popcap.com/www/popcap_downloads/BigKahu
naReefSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=18073)
--> (http://bugs.winehq.org/attachment.cgi?id=18073)
Screenshot showing drawing errors
While running Big Kahuna Reef
(http://downloads.popcap.com/www/popcap_downloads/BigKahunaReefSetup.exe) the
screen does not redraw properly leaving a "corrupt screen". The screen does
redraw between levels and the game is playable.
Console shows
fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain The app requests more than one
back buffer, this can't be supported properly. Please configure the application
to use double buffering(=1 back buffer) if possible
and the app shows that it is requesting two buffers, and this can not be
changed.
I imagine this will affect other apps requesting more than one buffer but I
could not find a bug open to this specific problem.
Can this be fixed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.