https://bugs.winehq.org/show_bug.cgi?id=38763
Bug ID: 38763
Summary: Homeworld hangs when changing screen resolution or
switching renderer
Product: Wine
Version: 1.5.8
Hardware: x86
URL: http://www.fileplanet.com/22939/20000/fileinfo/Homewor
ld-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 81cd178ae1baea33212acf7d7e8e65d354e50492
Distribution: ---
This is about a bug in the original Homeworld, can be reproduced in the demo
and the patched v1.05 game version as well.
When changing screen resolution or selecting a different renderer in the video
options menu the game hangs with 100% CPU usage after clicking the <accept>
button to apply the change.
Bug #23714 describes a problem when changing resolution, the difference is that
I can't reproduce the problem in Wine 1.2/1.4, the problem appeared in Wine
1.5.8 for me.
The first commit that broke the game (so that it crashes when changing
resolution):
commit 81cd178ae1baea33212acf7d7e8e65d354e50492
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jun 25 21:51:16 2012 +0200
winex11: Move ChoosePixelFormat implementation to opengl32 and base it on
DescribePixelFormat.
Then came (Wine 1.5.17)
commit 449deda62fea5f18676e3e109e7f4c4f455b6b40
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Nov 8 11:56:06 2012 +0100
wined3d: Link directly to opengl32.
and the game hangs since then.
To reproduce the problem in the demo:
1. install the demo and start the game with homeworld.exe
2. in the main menu go to <Options> -> <Video> menu and choose a different
screen resolution/renderer and click the <Accept!> button.
wine-1.7.45-62-g46bdb6e
Fedora 22
XOrg 1.17.1
nouveau 1.0.11 + Mesa3D 10.5.7
XFCE 4.10
--
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=15110
Summary: MechCommander crashes in virtual desktop mode when mouse
leaves virtual desktop
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukas.middendorf(a)freenet.de
Created an attachment (id=15805)
--> (http://bugs.winehq.org/attachment.cgi?id=15805)
debug output from console (I marked the point at which the mouse pointer left
the window)
I'm using wine 1.1.3 (compiled from source for complete debug symbols, but
crash is the same with the package from winehq) on ubuntu 8.04.
When wine runs in virtual desktop mode and the intro video of MechCommander is
over, as soon as the mouse pointer leaves the window, the game freezes and I
get a backtrace on the console. There are no errors or fixmes directly related
to the crash. If I then use ctrl+c in the console, the internal debugger of
MechCommander starts (this also happens if the crash has not happened), but
does not seem to be of any use (missing debug symbols I think), but at least
the program does not die totally.
If I disable direct draw for MechCommander (edit prefs.cfg in game directory
and set "b DirectDraw = F") the game runs in windowed mode itself and I have
not seen the crash happen.
I have seen it happen with MechCommander Gold and also with the free demo of
MechCommander. The only way to get the demo seems to be from
http://downloads.gamezone.com/demos/d8467.htm (unfortunately you need a special
downloader, but it runs with wine), but http://www.mechcommander.org/ offers
some valuable help on how to obtain the full 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=10893
Summary: Guildwars Minimize Bug
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-directx-dshow
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: core1993(a)web.de
Hello and a good day.
I have a Problem on Guildwars: If i minimize the Guildwars Window it will be
minimized. Ok, thats what i wanted. But if i resize the window the window will
have be a size of 32 * 32 Pixel. Thats sad :(
Its not so much requed because i will not minimize Guildwars often but
sometimes. And if i farm and i cant see anything thats nod fine.
I hope that you will fix this bug asap ( as soon as possible ).
Thank you. Asmar from Germany
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11265
Summary: A number of bugs with Civilization I
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
A Civilization I for Windows (16-bit) displays a number of bugs:
1. Some splash screens display no content.
2. In some dialogues (such as city-dialogue) there are some
tranparent/non-rendered areas
3. Keyboard commands do not work in game.
--
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=32201
Bug #: 32201
Summary: Unclosed quotes in .inf files are tolerated by
windows, not by wine
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joel(a)airwebreathe.org.uk
Classification: Unclassified
My company develop a product that contains an ActiveX control. I have been
experimenting with the new ActiveX auto-install feature.
The INF file contains the line:
signature="$CHICAGO$
instead of
signature="$CHICAGO$"
Clearly this is a mistake which we will correct soon. However, windows
tolerates this, wine does not. A message box with the text "Installation of
component failed: 800f0100" is shown.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41456
Bug ID: 41456
Summary: vlc media player works on wine-1.34 but not wine-1.3.5
Product: Wine
Version: 1.3.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ericmatteson2001(a)yahoo.com
Distribution: ---
Created attachment 55824
--> https://bugs.winehq.org/attachment.cgi?id=55824
tests of vlc media player on several versions of wine.
vlc media player runs normally on wine-1.3.4 but not on wine-1.3.5
--
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=27448
Summary: Windows Expert Tool needs mode command
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
http://forums.mydigitallife.info/threads/26240-Windows-Expert-Tool-2.0-Reco…
fixme:shell:SHAutoComplete stub
fixme:exec:SHELL_execute flags ignored: 0x00000180
wine: cannot find L"C:\\windows\\system32\\mode.exe"
File not found
Right click WET and run as administrator
Press Return key to continue:
Looks like the "mode" command is missing. Appears to be a batch command? I
can't find it anywhere.
This program looks like a fun testcase.
--
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=22891
Summary: winamp [5.572] Winamp.exe hangs after exiting winamp
forcing a kill
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.whipp(a)gmail.com
Created an attachment (id=28305)
--> (http://bugs.winehq.org/attachment.cgi?id=28305)
Console/Terminal output after exit is selected/close button is clicked
When exiting Winamp via the WinAMP's Menu -> Exit or via the close box, Winamp
hangs in sleeping state and never exits requiring a kill.
Out put of errors after exit is started 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=31360
Bug #: 31360
Summary: Bobcad v21 crashes on startup
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Tried installing v21 express trial from http://www.bobcad.com, sha1sum
2e986bc8e48e74d361a100d0f8ea5f7b1d41c38e v21.6.exe
Need 'winetricks mfc42' before install to avoid a DLL registration failure.
On startup, the app crashes. +relay shows it's right after
ole32.OleCreateEmbeddingHelper() returns. Adding warn+heap seems to
show it's using freed memory as a pointer:
...
0045:Ret ole32.OleCreateEmbeddingHelper() retval=00000000 ret=007477df
0045:Call KERNEL32.InterlockedDecrement(02813064) ret=00745900
0045:Ret KERNEL32.InterlockedDecrement() retval=00000005 ret=00745900
trace:seh:raise_exception code=c0000005 flags=0 addr=0x7492f7 ip=007492f7
tid=0045
...
Unhandled exception: page fault on read access to 0xfeeefeee in 32-bit code
(0x007492f7).
Backtrace:
=>0 0x007492f7 in bobcad21 (+0x3492f7) (0x0033f184)
1 0x00743441 in bobcad21 (+0x343440) (0x0033f208)
2 0x7bc63e6a call_entry_point+0x29() in ntdll (0x0033f238)
3 0x7bc64a74 relay_call+0x173(descr=0x7e7dc248, idx=0x5000d, stack=0x33f2ac)
[wine-git/dlls/ntdll/relay.c:466] in ntdll (0x0033f298)
4 0x7e6ff4bd in ole32 (+0xf4bc) (0x0033f2f0)
5 0x0046290c in bobcad21 (+0x6290b) (0x0033f2f0)
--
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=16404
Summary: Ever17 crash in system voices menu
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.download.com/Ever17-Out-of-Infinity/3000-
7494_4-10573528.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyle7(a)hotmail.com
Created an attachment (id=17729)
--> (http://bugs.winehq.org/attachment.cgi?id=17729)
Terminal output from the crash
This is tested on wine from git, with patch
http://bugs.winehq.org/attachment.cgi?id=17707 applied to avoid the crash of
bug 10005 .
This only occurs in the full version of the game, as the system voices menu not
is included in the trial version. I have tested this with the Japanese full
version, not sure if US version affected as well.
Steps to reproduce:
Start the game,
Click on Special -> System Voices
Click on any of the characters on the screen. The game crashes.
--
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.