http://bugs.winehq.org/show_bug.cgi?id=27220
Summary: Internet Explorer 8 always show error message on
startup
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mr_wire(a)mail.ru
Created an attachment (id=34783)
--> (http://bugs.winehq.org/attachment.cgi?id=34783)
Wine console output
I installed IE8 in 1.3.19/1.3.20 and it always shows me standard error message
on startup. This message doesn't prevent me from using IE but it's annoying.
Standard trace attached. Please, write me if extended debug trace is needed.
--
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=27362
Summary: Java control panel fails to open
Product: Wine
Version: 1.3.21
Platform: x86
URL: http://www.java.com/en/download/manual.jsp
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I was looking at an old bug that wanted java (bug 12090), so I installed java
and reran the app. Nothing changed, so I wanted to verify that java was
installed. I ran 'wine control', and sure enough, I see the java control panel.
Double clicking that doesn't do anything though:
austin@aw25 ~ $ wine control
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:win:EnumDisplayDevicesW ((null),0,0x380db44,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x380db44,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x380da20,0x00000000), stub!
err:ntdll:RtlpWaitForCriticalSection section 0x7dbbdd40 "wined3d_main.c:
wined3d_cs" wait timed out in thread 0033, blocked by 0034, retrying (60 sec)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (0xc0000194), pid=36, tid=51
#
# JRE version: 6.0_25-b06
# Java VM: Java HotSpot(TM) Client VM (20.0-b11 mixed mode, sharing windows-x86
)
# Problematic frame:
# C [ntdll.dll+0x1c4fc]
#
# An error report file with more information is saved as:
# C:\Program Files\Java\jre6\bin\hs_err_pid36.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Using:
b6b1c0e058902d1e46895a1ea480f678c1d5b5bf jre-6u25-windows-i586-s.exe
wine-1.3.21-92-gb6484cc
--
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=26934
Summary: JPEG support breaks with libjpeg8
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Wine builds, however jpeg support is broken with libjpeg8 (at least on Ubuntu,
x64).
err:jpeg:error_exit_fn Wrong JPEG library version: library is 62, caller
expects 80
err:ole:OleLoadPicture IPersistStream_Load failed
err:jpeg:error_exit_fn Wrong JPEG library version: library is 62, caller
expects 80
err:ole:OleLoadPicture IPersistStream_Load failed
Wine either should break on compile or properly accept libjpeg8.
--
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=26624
Summary: Typo in online documentation
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
URL: http://www.winehq.org/docs/winedev-guide/x2988#AEN3090
Go to the table "Table 8-1. DOS, Win32 and NT paths equivalences".
In the section "Drive relative path", it says "On Windows NT (and DOS), \toto
is the default directory on drive J:."
Based on text earlier in the "8.6.1.3. Wrap up" section on that page, it is
supposed to say "Windows 9x" instead of "Windows NT". The Windows NT behaviour
is explained on the following two lines.
--
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=27959
Summary: [bisected] wine3d performance regression using NVidia
proprietary drivers
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: redalert.commander(a)gmail.com
This issue occurs for the first time in 1.3.23 and also 1.3.24 and 1.3.25.
When testing the latest git development code (it was a while ago) I
noticed a strong performance regression when running direct3d
applications. I proceeded with git bisecting the issue and came up with
a single bad commit, reverting the offending commit fixed the issue.
Note: All tests were run with "Command & Conquer Generals: Zero Hour"
and "Starcraft 2".
=========================
68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f is the first bad commit
commit 68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Apr 19 21:24:26 2011 +0200
wined3d: Give GL_ARB_map_buffer_range another try.
Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment
issues that caused major
performance problems. If the user is using an older driver we now
drop the VBO instead of using
doublebuffered loading, which means that we fall back to the current
behavior(no dynamic VBO) as
needed. Dynamic VBOs are needed on Nvidia drivers for
GL_ARB_instanced_arrays.
=========================
More info about my system:
OS: Debian wheezy
GPU: NVidia 9800 gt
Driver: binary blob nvidia-glx 275.09.07-5 (debian testing repositories)
--
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=18728
Summary: Black screenshots in wow d3d with
OffScreenRendering=fbo
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
When you do an ingame screenshot in WoW running under d3d, if
offscreenrendering is set to fbo, the following error is spit out:
fixme:d3d:stretch_rect_fbo >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ device.c / 6994
The produced screenshot is completely black. This happens at least as early as
wine-1.1.11 - haven't tested with earlier versions but I don't think it's a
regression.
--
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=26630
Summary: Please add an 'upstream' resolution
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
There have been a few different bugs reported in wine's bugzilla that ended up
being bugs upstream, either in the Linux kernel, AMD/Nvidia/Mesa drivers, in
Mono, etc. It would be nice to know that the bug is fixed upstream, rather than
marked as invalid like we're doing now.
--
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=27907
Summary: No sound
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emyr(a)batemania.org.uk
After upgrading to Wine 1.3.25 through the official Wine PPA for Ubuntu 11.04
64bit, there is no sound on any of the installed games.
--
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=20433
Summary: Earth Eternal cannot connect, creates flood of DNS
requests
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ramon.cahenzli(a)gmail.com
Earth Eternal is an online game by Sparkplay Media with an AppDB entry here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=18115
The game is usually started with a parameter telling it where to find its
resources. The parameter takes the form of a URL.
The current standard URL is used here:
wine Spark.exe
"http://static.beta.eartheternal.com/Release/Current/EarthEternal.car"
However, if this is done in WINE, Earth Eternal floods WINE with
gethostbyname() calls (500 calls per second on my machine). The calls all
return the correct IP address, I've verified this by adding some ugly trace
code to dlls/ws2_32/socket.c. Since Earth Eternal is closed source, we cannot
find out whether the result of the gethostbyname() call is used correctly or
whether that loop of gethostbyname() calls is a bug.
We are now trying to disassemble the binary to find out.
It seems the game might work otherwise, it has a simple 3D renderer built in a
popular engine (OGRE), and there are a few OGRE-based games that already work
in WINE.
There is a workaround to at least partially get EE to connect and retrieve its
data files. If started like this:
wine Spark.exe "http://208.71.157.18/Release/Current/EarthEternal.car"
The date files are fetched and installed. Connection still fails at the login
screen, though, because the program then proceeds to establish *all*
connections with 208.71.157.18 instead of using the respective servers (login,
static content and routing servers).
Some details of this bug are discussed here:
http://www.eartheternal.com/forums/earth-eternal-chat/topics/EE-on-Linux-In…
--
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=28826
Bug #: 28826
Summary: mIRC 7.22 crash on wine 1.3.30 (works on 1.3.29)
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.lyon(a)gmail.com
Classification: Unclassified
Running mIRC 7.22 on wine 1.3.30 the application crashes a few seconds after
startup, I've run mIRC in previous versions with no problems at all.
Trace attached, let me know if you need any more info.
Andy
--
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=16612
Summary: Appearance of site is blare.
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danykey(a)gmail.com
Created an attachment (id=18164)
--> (http://bugs.winehq.org/attachment.cgi?id=18164)
index gray
You use white backgroung for div.rbox above body dark background.
div.rbox div.content {
background-color: #FFFFFF;
}
Instead of this I have suggest to set #DDDDDD color or disable
color(transparence).
I have attached several screenshots with gray color and transparence
approaches.
Thanks.
--
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=22887
Summary: Disable voting for your own bugs
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Why people can vote for bugs that they reported? That make no sense.
--
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=29138
Bug #: 29138
Summary: Typo in title of Wine identifier search page
Product: WineHQ.org
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: disposable593-wine(a)yahoo.com
Classification: Unclassified
The title of the Wine identifier search page (http://source.winehq.org/ident)
has had a typo for years ("identfier").
--
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=25164
Summary: Sound dies on video in binkplay 1.0 when mouse is
moved outside window
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
I have a .bik file (in this case extracted from FF8 CD)
using binkplay.exe 1.0 I run
wine start binkplay.exe Clip.bik
This starts a video playing
By default, when the cursor is moved outside the window, the video pauses and
the sound is muted. Then when the cursor is moved back inside the window, the
video resumes but the _sound does not_.
Using the binkplay.exe /J option means that the video does not pause when the
mouse is moved outside the window and in this case sound is not lost.
Terminal gives:
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x15a518,0x15b418): stub
err:d3d:check_fbo_compat >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
Framebuffer format check @ utils.c / 1072
fixme:win:EnumDisplayDevicesW ((null),0,0x33ebf0,0x00000000), stub!
err:mmtime:TIME_MMTimeStop Timer still active?!
Please tell me what trace to provide.
--
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=16189
Summary: Google Earth install fails
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://earth.google.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer offered to Windows users at http://earth.google.com
is based on Google Updater, and is similar to the one mentioned
in bug 14684. However, installing native msxml3 is not enough
to get this one going.
It exits early, with a dialog box saying google updater can not continue.
--
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=24695
Summary: Saira crashes when fullscreen mode is selected
Product: Wine
Version: 1.3.4
Platform: x86
URL: http://nifflas.ni2.se/content/Saira/Saira%20112.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=31204)
--> (http://bugs.winehq.org/attachment.cgi?id=31204)
crash log
The game Saira crashes on startup if you choose 'Fullscreen' option in the
configuration utility.
The game uses a weird 1024x600 screen resolution so I tested using Wine's
virtual desktop mode.
How to reproduce the issue in the demo:
1. Download and install the demo (240 MB). After installation Msvcp60.dll must
be placed into /system32 to start the game.
2. Launch the configuration utility by 'Settings.exe' and make sure Display
mode is set to 'Fullscreen'.
3. Press on 'Exit & Launch Game' >> Wine will crash.
Fedora 13
Nvidia 7600 / driver 256.53
--
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=24267
Summary: Touhou 12.3 Hisoutensoku: Don't draw some sprites.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunder_8888(a)mail.ru
CC: wine-bugs(a)winehq.org
Created an attachment (id=30556)
--> (http://bugs.winehq.org/attachment.cgi?id=30556)
Vertical lines instead of normal sprites
Anything that is rendered with depth buffer use, such as shadows, etc show a
only one pixel wide chunk of the texture.
--
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=12739
Summary: Improper drawing of radio buttons
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sistemas(a)upcnba.org
Radio buttons in Visual FoxPro are shown inside a black box.
To see this bug you can download a demo application Sistematic at
http://www.sistematicperu.com/descarga_demo.htm.
>From menu "Caja -> Imprimir Hoja de Movimientos" you can view a dialog with the
radio buttons.
I have seen this bug in several versiones of Wine in Ubuntu including latest
version 0.9.60.
Attached there are one pict of the dialog as views in Windows XP, and other of
Wine running in Ubuntu 7.10.
--
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=19159
Summary: Command & Conquer 3: Tiberium Wars hangs at splash
screen
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrejx(a)gmail.com
Command & Conquer 3: Tiberium Wars hangs at splash screen. The CPU usage is at
100% and there appears to be no hard disk utilization.
Tested with Wine versions: 1.1.24, 1.1.23, 1.1.20, 1.1.18, 1.1.10, 1.1.8
Same results on all of them.
Tested using "Windows XP" and "Vista" options. Nothing works. It was suggested
to disable all audio modules in winecfg, but that did not help either.
--
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=14769
Summary: Firefox 3 window size isn't restored after returning
from fullscreen (dogfood)
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andre.wisplinghoff(a)gmail.com
How to reproduce:
Start Fx3, press F11 two times (go fullscreen and back).
The window should have the same size as it had before, but it seems it just
remains being full sized (eg. it becomes an odinary window but still has
1280x800 on my system)
On KDE4 this leads to the title bar being hidden (window has negative top). On
KDE3, the window is positioned at (0,0), but because it's to large it continues
behind the taskbar. After going fullscreen and back again, there's the same
effect as on KDE4.
--
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=21981
Summary: Igor Pro: Drop-down menu only works when arrow key is
pressed
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_may(a)web.de
In Igor Pro 6.12A, drop-down menus don't work properly, they can only be
activated when you click on them, holding pressing an arrow key.
For example, go to the menu 'Analysis' -> 'Packages' -> 'Multipeak Fitting' ->
'Multipeak Fitting 2'. A window called 'Start Multi-peak Fit' should appear.
Try to click on the drop-down menu 'Panel Position'. This doesn't work. It only
opens, when you click on the menu and then press an arrow key, but even for
that, you sometimes need several tries.
A free Trial of Igor can be found under
http://wavemetrics.com/support/demos.htm
--
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=22414
Summary: Grand Theft Auto: Vice City - Unhandled exception on
startup unless virtual desktop is used
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The game will change your resolution, but won't start, and give an unhandled
exception window (which you can't see, it's all black).
Running it in a virtual desktop, however, almost works. In a virtual desktop,
you'll only see the blue screen until you click inside, at which point the
splash screen appears. Seems fine after that (haven't tested too much).
--
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=22216
Summary: Problem with freopen("CONOUT$", "w", stdout);
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: terra(a)gnome.org
I am having trouble with code that reads...
has_console = FALSE;
{
typedef BOOL (CALLBACK* LPFNATTACHCONSOLE)(DWORD);
LPFNATTACHCONSOLE MyAttachConsole;
HMODULE hmod;
if ((hmod = GetModuleHandle("kernel32.dll"))) {
MyAttachConsole = (LPFNATTACHCONSOLE) GetProcAddress(hmod,
"AttachConsole");
if (MyAttachConsole && MyAttachConsole(ATTACH_PARENT_PROCESS)) {
freopen("CONOUT$", "w", stdout);
freopen("CONOUT$", "w", stderr);
dup2(fileno(stdout), 1);
dup2(fileno(stderr), 2);
has_console = TRUE;
}
}
}
The freopen calls should cause stderr and stdout to be redirected
to the console. Under wine they are not.
The failure occurs in dlls/kernel32/console.c function OpenConsoleW
when it checks creation != OPEN_EXISTING. creation at that point is
CREATE_ALWAYS.
Changing the check to allow CREATE_ALWAYS fixes my problem, but
may not be right.
(The code is from Gnumeric, btw.)
--
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=24259
Summary: Possible race condition
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
FC13 x86_64
wine 1.2 from Fedora repo
GeForce GTS250 with Twinview enabled, using nvidia binary driver from rpmfusion
Compiz disabled
When running World of Warcraft in Windowed/Maximized OpenGL mode, I seem to be
getting 100% CPU usage from Xorg and about 20% from WoW.exe but can't pin down
a certain way to reproduce it, therefore I assume there is a race condition
somewhere, but not sure if it is in Xorg or wine.
It does not result in a complete system hang. I am able to (slowly) get over to
my open terminal window, open a new tab, get top running, see Xorg chewing
through my processor, and then switch back to WoW to open the menu and hit
exit.
Once I get into top, my keyboard stops responding, even outside the terminal
window. Alt+Tab works to bring up the switcher menu, but won't actually switch,
'q' won't quit top, and alt+f4 won't quit wow, but the Escape key will at least
bring up the in-game menu to let me hit Exit Game. Once the menu is up I have
to slowly nudge the mouse toward the exit button since the FPS has dropped to
0.4fps by this point.
I would provide logs, but since I'm not sure what all areas this could touch, I
figured better to ask what you need me to do than provide useless information.
--
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=17723
Summary: Audiosurf: unable to fill textfields
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
URL: http://store.steampowered.com/news/2220/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pitel(a)nomi.cz
Created an attachment (id=19927)
--> (http://bugs.winehq.org/attachment.cgi?id=19927)
This is entered after taping "a" key
When I try to fill any textfield in the game (Audiosruf login, Scrobbler
login), it enters strange characters after every keypress.
--
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=21019
Summary: Igor pro "Help brower" has no window decorations
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mycae(a)yahoo.com
The program "Igor Pro" has missing decorations on its help browser.
To reproduce, download the IGOR demo.
http://www.wavemetrics.net/Downloads/Win/setupIgor6.exe
Install, then run wine '/home/USER/.wine/drive_c/Program Files/WaveMetrics/Igor
Pro Folder/Igor.exe'
Now select Help->Help browser
The window normally has decorations, which allow for the window to be hidden
moved or otherwise controlled. These are missing.
Wine was installed on debian testing
$ aptitude show wine
Package: wine
State: installed
Automatically installed: no
Version: 1.0.1-2
Priority: optional
Section: otherosfs
Maintainer: Debian Wine Party <pkg-wine-party(a)lists.alioth.debian.org>
Uncompressed Size: 65.5k
Depends: wine-bin (= 1.0.1-2), wine-utils (= 1.0.1-2), libwine-alsa (= 1.0.1-2)
| libwine-oss (= 1.0.1-2) | libwine-esd (= 1.0.1-2) | libwine-jack (=
1.0.1-2) | libwine-nas (= 1.0.1-2), libwine-gl (= 1.0.1-2),
libwine-print (= 1.0.1-2), libwine-sane (= 1.0.1-2), libwine-cms (=
1.0.1-2), libwine-gphoto2 (= 1.0.1-2), libwine-ldap (= 1.0.1-2)
Recommends: ttf-liberation
Suggests: wine-doc, binfmt-support, ttf-mscorefonts-installer, winbind, avscan
|
klamav | clamav
--
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=26872
Summary: Cannot create new profile in Dawn of War demo
Product: Wine
Version: 1.3.18
Platform: x86-64
URL: http://download.cnet.com/Warhammer-40-000-Dawn-of-War-
demo/3000-7483_4-10317161.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34255)
--> (http://bugs.winehq.org/attachment.cgi?id=34255)
Screenshot of problem
Load the DoW demo and you are confronted with a "Create profile" window.
Enter a profile name TEST.
Hit create.
Nothing happens. The profile is not created so you cannot continue.
Nothing in the console except
fixme:process:GetProcessWorkingSetSize (0xffffffff,0xacb8f0,0xacb8f4): stub
My last test report in Wine 1.1.18 doesn't mention such a problem, but I cannot
compile this far back for some reason so cannot run a regression test.
--
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=26613
Summary: painkiller redemption steam mouse wheel not working
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rivaldid(a)gmail.com
Created an attachment (id=33883)
--> (http://bugs.winehq.org/attachment.cgi?id=33883)
painkiller redemption steam log
it's a full working game, except the mouse wheel, i remember with wine 1.3.9
the wheel was working i'm sure.
this is a full log, from the start of steam till the end
wishes.
--
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=22359
Summary: Wolfenstein water displays strange rays
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infernux(a)web.de
Created an attachment (id=27359)
--> (http://bugs.winehq.org/attachment.cgi?id=27359)
Screenshot
Wine displays strange "rays" in some places. It is easy to reproduces in the
sewers (right at the beginning) where water splashes from the ceiling: the rays
are displayed in addition to the water effect.
The attached screenshot was made later into the game but shows the same thing.
Running on NVidia Geforce 7950 with drivers 195.36.15
--
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=13792
Summary: Abomination:The Nemesis Project Crashes at startup
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: realheadcrusher(a)hotmail.com
Created an attachment (id=13829)
--> (http://bugs.winehq.org/attachment.cgi?id=13829)
Crash dump
Abomination game installs fine but Abomb.exe, the game itself, crashes at
startup.
--
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=25447
Summary: Men of War does not let me select anti-aliasing
options
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Created an attachment (id=32387)
--> (http://bugs.winehq.org/attachment.cgi?id=32387)
Terminal output from run
Men of War works fine, and every setting in the options menu is the same as it
is on Windows 7, with one exception: I cannot set antialiasing options to
anything other than "none". On Windows I can go up to 8x.
I have an NVidia GTS 450 with proprietary drivers (260.19.06) running on Ubuntu
10.10 64 bit.
--
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=12212
Summary: DeusEx: regression - running at big resolutions result
in screen shift&crop
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anton(a)korzh.ru
CC: julliard(a)winehq.org
Running DeusEx since 0.9.56 in resolution different to 640x480, results in
incorrect fullscreen positioning and picture cropping to upper-left quarter of
screen in first main menu view. In 0.9.55 is everything ok.
git bisect helped to find a commit which have introduced the regression:
0.9.55-409
winex11: Re-introduce a separate X11 window for the client area of top-level
windows
--
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=26416
Summary: Fullscreen problems with Phantasy Star Online
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
This applies to the demo version of Phantasy Star Online
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=2170).
Download the demo version from
http://download.cnet.com/Phantasy-Star-Online-demo/3000-7539_4-10243432.html
Bug 1: The game runs in fullscreen mode, but the Ubuntu menu bar and task bar
hide a bit of the game display.
Bug 2: If several programs are running, it is typically possible to switch
between them by pressing Alt-TAB -- but the game won't show up! I only see the
other programs I'm running.
Bug 3: The game changes my screen resolution from 1366x768 to 640x480. If I
start the game, press "enter" at the title screen and then "exit", my screen's
resolution changes back to 1366x768 when I'm exiting the game.
Now try another thing: start the game, press "enter" at the title screen and
then "new game". The stage will load. Now press the "escape" key and then
"exit" (ゲーム終了 if you're using the default Japanese language setting). You
should now be back at the title screen. Now you can repeat: "enter" and then
"exit". This time, the screen resolution *doesn't* change back to 1366x768, and
it is necessary to manually go to the display settings to fix the resolution.
Bug 4: If I Alt-TAB to another program, the game still hides that program,
unless I'm also changing workspace.
Bug 5: The game is a 4:3 game but the image is stretched out on my 16:9
display. When using the same hardware but rebooting into Windows 7, I get a 4:3
image with black bars on the left and right sides. Thus, Wine and Windows
behave differently. Maybe this is because of a setting; I'm not sure.
None of these bugs applies if I'm using the "emulate a desktop" setting in
Wine's configurations. They only apply if this setting is unchecked.
When launching the game, there is first a dialogue box with settings for fonts
and other things. The bugs don't apply to this dialogue box. Press the button
in the dialogue box and the game will start and then the bugs will apply.
--
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=22703
Summary: Running Galcon Fusion demo gives error message
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.galcon.com/fusion/files/GalconFusion_Setup.
exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=27975)
--> (http://bugs.winehq.org/attachment.cgi?id=27975)
terminal log
At the end of the installer a message comes up:
'Microsoft Visual C++ Runtime Library
Runtime error!
...
R6034
An application has made an attempt to load the C runtime library incorrectly'
Works fine with vcrun2008 installed via winetricks
--
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=11430
Summary: Applications based on CodeJock Software ToolkitPro fail
with division by zero
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
ToolkitPro from CodeJock software fails during initial UI drawing with:
wine: Unhandled division by zero at address 0x423325 (thread 0009), starting
debugger...
Sample application can be downloaded from:
http://www.codejock.com/public/download/win32/TabbedViewPro.zip
This makes applications like DIALux
(http://www.dial.de/CMS/English/Articles/DIAL/DIAL.html?ID=1) widely used in
lighting industry not usable.
--
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=21984
Summary: Glumbuster crashes on load
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=26698)
--> (http://bugs.winehq.org/attachment.cgi?id=26698)
terminal output + crash
Wine 1.1.40, Ubuntu 8.10, nvidia 195.30 8800GTS.
Glumbuster crashes on start, backtrace 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=28598
Bug #: 28598
Summary: ArchiCAD 12: crashes when creating a new file or open
an existing one
Product: Wine
Version: 1.3.29
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=11719&iTestingId=31408
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P4
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roymcavoy(a)katamail.com
Classification: Unclassified
When you create a new file to the welcome interface (screencap1.png), the
software fails to finish loading the workspace (screencap2.png) and start
reporting tool bug Graphisoft (screencap3.png)
same problem with versions 14 and 15 of ArchiCAD
content of attachment.tar.gz
last 200 lines of debug report -> bugII.out
last 20 lines of the log -> winearchicad.exe_commandoutput.out
screencaptures -> screencap1.png screencap2.png sceencap3.png
Archicad 15 italian trial version: www.archicad.it
Other info:
linux distro: archlinux 3.0-ARCH
kernel: linux 3.0.6-1
component: atmlib, dotnet20, gdiplus, gecko120, msxml3, vcrun2008
installed: java6, quicktime player
--
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=19106
Summary: (Touhou Fuujinroku ~ Mountain of Faith) Stage
backgrounds aren't always rendered properly
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erappleman(a)gmail.com
Occasionally, the game will render the stage background incorrectly.
For example, on stage 4, the background is supposed to be a raging waterfall
with falling maple leaves, however, sometimes this will be rendered as maple
leaves falling against a plain, crimson red background.
Other levels suffer from this bug in a similar manner except for the color of
the matte background.
The error message associated with this bug is to the best of my knowledge as
follows:
fixme:d3d:buffer_UnLoad >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from
glDeleteBuffersARB @ buffer.c / 628
--
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=18569
Summary: TeamViewer: App doesn't start, probably heap
corruption
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.teamviewer.com/download/TeamViewer_Setup.ex
e
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scpan(a)live.fr
Created an attachment (id=21230)
--> (http://bugs.winehq.org/attachment.cgi?id=21230)
Result of WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe &>/tmp/relay.txt
I installed TeamViewer with the default options. At the end the cursor blinks
forever so I ctrl-c it.
I moved to the working directory and tried to launch TeamViewer with: wine
TeamViewer.exe
The app doesn't start and I get an error in terminal (check attach)
I went to #winehq irc to find help, I did steps below :
I removed my .wine directory and re-installed TeamViewer: same error
I did a trace log with WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe
&>/tmp/relay.txt and lzma -9 /tmp/relay.txt
You can find the trace log in attachment
Focht thinks it's because of a heap corruption, I did
WINEDEBUG=+relay,+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt and
TeamViewer launches succesfully but it doesn't lauch with WINEDEBUG=warn+heap
wine ./TeamViewer.exe
So I now use WINEDEBUG=+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt for
a workaround but still looking for a fix.
--
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=27609
Summary: GTA Vice City hangs in initial menu
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: j.suarez.agapito(a)gmail.com
CC: stefan(a)codeweavers.com
Created an attachment (id=35289)
--> (http://bugs.winehq.org/attachment.cgi?id=35289)
Wine 1.3.23's log of the crash
I am running Kubuntu x86 32bit with linux 2.6.39-3-generic (more specifically
2.6.39-3.10 from ubuntu's xorg-edgers ppa), with mesa
7.11.0+git20110623.1e5cef96-0ubuntu0sarvatt~natty and xserver-xorg-video-radeon
6.14.99+git20110623.9bb31158-0ubuntu0sarvatt~natty (both from ubuntu's
xorg-edgers ppa) and wine 1.3.23 from wine's ubuntu ppa. The system's specs are
AMD Athlon 64 x2 4800+, 2Gb RAM, ATI Radeon HD 4850.
GTA Vice City hangs just when the main menu of the game loads. The screen does
not respond to mouse or keyboard input (i.e. you cannot move the mouse and you
cannot use the arrow keys to navigate through the menu). The only way to exit
the program is by killing (Ctrl+Alt+Del) the game.
I am attaching wine's log. Please, note that although the game is installed
under the .Playonlinux folder, it was run via the system stock wine (1.3.23
from wine's ppa) and the ~/.wine/ registry etc. are used (I just didn't want to
copy or move the folder to the ~/.wine/drive_c folder). No modifications to the
registry nor dll overrides had been made.
The game was working properly under wine 1.3.22 and previous.
I have done a git bisect from 1.3.22 to 1.3.23 and it seems the culprit is
commit 68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f ("wined3d: Give
GL_ARB_map_buffer_range another try.").
If any additional info is needed, please let me know. Although this system is
not fast at compiling wine several times and I can't write code at all, I will
try to help as much as possible.
Regards,
José
--
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=21745
Summary: Magic Workstation: icons and some text appear
upside-down
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: addiebk(a)hotmail.com
Icons representing cards on the playing field are rendered upside-down, as well
as any lists of text including card names in sideboard, library, graveyard, and
'exiled' cards. Most text and 'enlarged' cards display properly.
--
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=28801
Bug #: 28801
Summary: stack_set_frame_internal passes undefined value into
SymSetContext()?
Product: Wine
Version: 1.3.30
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
On my i5 laptop, with ubuntu 11.10, its gcc-4.6.1, and wine compiled
with the options mentioned in bug 28753, valgrind complained in d3d9/visual.ok:
...
visual.c:7741: Tests skipped: Card has unconditional pow2 support, skipping
conditional NP2 tests
Invalid read of size 2
at 0x52E44EC: ??? (in /tmp/gl25sfGl (deleted))
Address 0x0 is not stack'd, malloc'd or (recently) free'd
wine: Unhandled page fault on read access to 0x00000000 at address 0x52e44ec
(thread 0038), starting debugger...
...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x052e44ec).
Conditional jump or move depends on uninitialised value(s)
at SymSetContext (dbghelp.c:487)
by stack_set_frame_internal (stack.c:82)
by stack_fetch_frames (stack.c:238)
by dbg_exception_prolog (tgt_active.c:137)
by dbg_handle_exception (tgt_active.c:274)
by dbg_handle_debug_event (tgt_active.c:354)
by wait_exception (tgt_active.c:556)
by dbg_active_wait_for_first_exception (tgt_active.c:587)
by dbg_active_auto (tgt_active.c:832)
by main (winedbg.c:676)
Uninitialised value was created by a stack allocation
at stack_set_frame_internal (stack.c:70)
(Dunno what caused that exception, kind of reminds me of bug 20985,
but the interesting bit is the uninitialised variable, which happens while
showing the backtrace from that exception.)
--
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=29167
Bug #: 29167
Summary: Star Wars: The Old Republic launcher locks up on icon
highlighting
Product: Wine
Version: 1.3.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erik.weatherwax(a)gmail.com
Classification: Unclassified
Created attachment 37624
--> http://bugs.winehq.org/attachment.cgi?id=37624
Console output
The SW:TOR launcher locks up after login if multiple buttons are highlighted.
If I immediately press the "Play" button I am able to launch the game
executable, but if I mouse over the "Exit" button first, or over any other
highlightable region in the launcher window, the launcher hard locks up and
throws a stack trace. Console output and winedbg backtrace attached. Please
let me know what other debug output might be helpful.
--
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=13248
Summary: Incomedia Website X5: crashes when install
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://www.websitex5.com/en/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonino(a)arcidiaco.com
I have an original copy of this program, but it doesn't install
the error is:
C:\windows\temp\WZSE0.TMP\CPWCTL32.OCX
-???-
Error: 3
after that, crashes...
I attach the terminal log...
hi all
--
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=17564
Summary: 7-zip file manager interface selection problem
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
In the 7-Zip File manager if you try to select objects with shift + arrows or
mouse the objects count is not updated!
Another (minor) problem is that with ctrl + arrows should only mantain the
currently highlighted items and change the selected item (without choosing it)
7-zip 4.64
Wine 1.1.5 - Ubuntu 8.04
--
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=22558
Summary: Harbinger (demo) graphical issue: green artefacts
around objects
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.gamershell.com/download_1499.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: thunderbird2k(a)gmail.com
Created an attachment (id=27669)
--> (http://bugs.winehq.org/attachment.cgi?id=27669)
screenshot showing the issue
In Harbinger (at least the demo is showing the issue) objects are surrounded by
green squares in Wine-1.1.43. This was not the case prior to 1.1.43.
Regression testing resulted the following commit:
9fec1a02b9e13969f929a3eed249e67773286033 is the first bad commit
commit 9fec1a02b9e13969f929a3eed249e67773286033
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Mon Apr 5 20:05:15 2010 +0200
wined3d: Disable paletted texture support. It was only offered on a few
cards, so can be missed.
:040000 040000 b11ffa7bd20131ea4a3416c5b5b07e0263847c66
71fb12b39fd165362923aa34f5e5283568e688e9 M dlls
Reverting the patch on top of wine-1.1.43-408-g3317fc3 was successful and fixed
the issue.
Author of the patch added to CC.
Fedora 12 x86
Nvidia 7xxx series card with driver 195.36.24
--
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=27484
Summary: openvpn for windows doesn't work on wine
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Download openvpn-2.2.0-install.exe from http://openvpn.net/download.html
1. install openvpn:
$ wine openvpn-2.2.0-install.exe
Wire installing, an error dialog display with message "An error occurred
installing the TAP device driver."
2. make a tap dev with wine openvpn.exe:
full log is below:
$ wine openvpn --dev tap0Wed Jun 15 03:29:47 2011 OpenVPN 2.2.0 Win32-MSVC++
[SSL] [LZO2] built on Apr 26 2011
Wed Jun 15 03:29:47 2011 IMPORTANT: OpenVPN's default port number is now 1194,
based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and
earlier used 5000 as the default port.
Wed Jun 15 03:29:47 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or
higher to call user-defined scripts or executables
Wed Jun 15 03:29:47 2011 ******* WARNING *******: all encryption and
authentication features disabled -- all data will be tunnelled as cleartext
Wed Jun 15 03:29:47 2011 Error opening registry key:
SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}
Wed Jun 15 03:29:47 2011 Exiting
( notes:
a list of nonstandard 802.1x authentication protocols are used in universities
in our country, such as H3C 802.1x , doctorcom 802.1x , cernet 802.1x ...
Most of them has no Linux Client, and there Windows Client usually don't work
with wine, complaining "no network interface found" . Without those Client,
students can not access the Internet, that is say, students in many
universities can not connect to the Internet without windows ...
I guess if we can make openvpn works with wine, then we could create a openvpn
server on the Linux host with server-bridge mode, then run the openvpn client
with wine, connect to the bridge, and run the nonstandard 802.1x client with
wine, let the 802.1x authentication packet forward by the openvpn bridge, then
finally we can access the Internet without Windows... )
Really appreciate for your help!
--
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=23184
Summary: Mass Effect 2: can't authenticate disc
Product: Wine
Version: 1.2-rc3
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installing Mass Effect 2 works mostly fine (aside from bug 22919). However,
attempting to run it fails, since it can't verify its disc.
Terminal output is short:
austin@midna:~/.wine/drive_c/Program Files/Mass Effect 2$
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x1
fixme:win:EnumDisplayDevicesW ((null),0,0x18fd048,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x18fcf4c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x18fe518,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x18fe41c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x18fe1ec,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x149e50,0x149dc0): stub
--
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=29101
Bug #: 29101
Summary: I tried to install fraps using the fraps installer and
it came across a critical error while trying to
install.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sancarn(a)hotmail.co.uk
Classification: Unclassified
Fraps installer came across a critical error while trying to install.
--
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=21781
Summary: wine 1.1.38 onwards caused controls to be placed at
the wrong places on FM2010 Demo Installer
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagikliwon(a)gmail.com
Created an attachment (id=26334)
--> (http://bugs.winehq.org/attachment.cgi?id=26334)
Installer Screenshot
This is a regression.
>From wine 1.1.38 onwards I am unable to install FM2010 Demo as the controls are
placed at the wrong location over during installation and I am unable to select
the next button.
This doesn't happen on 1.1.37 and before.
--
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=15604
Summary: Adobe Download Manager (getplus) flaky, hangs (dogfood)
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://adobe.com/reader
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In Firefox3, downloading Adobe Reader 9 for Windows
is done via a plugin, Adobe Download Manager.
This installs and runs, but gets very confused,
cycling back and forth between "downloading" and
"downloading interrupted". After a few cycles
it hangs. Sometimes in the log there is evidence
of memory corruption (though warn+heap scares it off,
it also makes the app crash faster).
The log shows the URL of the actual thing being downloaded,
and wget can download it without trouble.
--
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=28878
Bug #: 28878
Summary: SimTower: crash at start
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rodseth(a)gmail.com
Classification: Unclassified
Created attachment 37102
--> http://bugs.winehq.org/attachment.cgi?id=37102
crash dump
Crash at start.
Started Sim Tower with: wine 'C:\simtower\simtower.exe'
wine-1.3.31
64-bit Arch Linux
clean .wine directory
Attached crash log.
The crash log output seems to hang after printing a lot of information with:
Backtrace:
--
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=25091
Summary: wmp9 crashes when trying to play video
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.hirsch(a)gmail.com
With a fresh .wine directory using fedora 14 wine 1.3.5 (re-compiled without
fortify) windows media player 9 crashes when attempting to play a video. I have
installed wmp9 using winetricks. I have also installed the latest version of
the combined community code pack (CCCP).
As suggested in the appdb (http://appdb.winehq.org/appview.php?versionId=1449)
I have used a "builtin" override for quartz.dll. The video I'm attempting to
play is encoded with msmpeg4v2, pcm audio, but it doesn't seem to matter what
video format is used.
I will attach output from the crash. In the attached output, I filtered out
lines with the following, which were numerous and made the output difficult to
read.
fixme:bitblt:client_side_dib_copy potential optimization: client-side
color-index mode DIB copy
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_SetFormat (0x8554c48) : The format of
the surface must be WINED3DFORMAT_UNKNOWN
--
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=25383
Summary: Binkplay 1.0 does not start on Ubuntu Maverick
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://www.qhimm.com/ff8fmv.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
The version of binkplay.exe bundled with FF8FMV (see URL) -- version 1.0
according to gnome-exe-thumbnailer -- does not start at all on Ubuntu Maverick.
It starts fine on Ubuntu Lucid.
I have tested down to 1.1.35 (the first version which should work) and none do.
Gives:
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0x8ede914, overlapped 0x8ede918): stub
wine: configuration in '/home/jack/.wine-bink' has been updated.
fixme:exec:SHELL_execute flags ignored: 0x00000100
Outputs a dialog box saying
Z:\home\jack\FF8 Videos\binkplay.exe (3.4) 12/01/10 22:31:19 - Dispatcher
initialisation error trapping exceptions
I've posted it here because I know that there have been other problems with
Maverick and it seemed more likely to get resolved here. If necessary, I will
take it to Launchpad, but it would be good to have an idea of the problem
first.
Please let me know what debug to provide.
--
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=26490
Summary: Guild Wars: Black graphics in the Eye of the North
addon
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
In the most areas of the Eye of the North addon are a lot of objects with
complete black graphics. I'm using a GeForce 8600 GT with nvidia-current
270.30-0ubuntu3. I have made a screenshot which shows the problem.
--
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=26499
Summary: Guild Wars: Maximizing the game from desktop panel
needs lot of time
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
If I minimize Guild Wars to the desktop panel and want to recover it the game
needs ~6 seconds for this action. The same happens if I change the game from
fullscreen mode to window mode or the resolution. I'm using a GeForce 8600 GT
with nvidia-current 270.30-0ubuntu3.
--
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=11170
Summary: LoadLibrary behaviour is different from the windows one
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hules(a)free.fr
Under wine (version 0.9.52), attempts to open an .exe file with LoadLibrary
fails (with error ERROR_INVALID_ADDRESS), while it succeeds on windows (all
versions):
The following example shows that different behaviour:
(I compiled it with i386-mingw32-gcc ./test.c && cp a.exe b.exe )
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
int main() {
const char *fname = "b.exe";
HMODULE hmod = LoadLibrary(fname);
//HMODULE hmod = LoadLibraryEx(fname_, NULL, LOAD_LIBRARY_AS_DATAFILE);
if (hmod) {
fprintf(stderr, "loaded at %p\n", (void*)hmod);
} else {
fprintf(stderr, "error %x\n", (int)GetLastError());
}
return 0;
}
--
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=24808
Summary: GDIPlus seems to not be albe to render menu items
properly.
Product: Wine
Version: 1.1.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 133794m3r(a)gmail.com
Created an attachment (id=31373)
--> (http://bugs.winehq.org/attachment.cgi?id=31373)
the backtrace or whatever you want to call it from when i ran the program.
For some reason, when using the Oblivion Mod Manager 1.1.12 it's unable to
render the menu entries properly and i believe that it is an issue with said
component since they show up for a second and then dissappear.
--
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=17353
Summary: Qt and tdm mingw bug
Product: Wine
Version: 1.1.14
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha.super-one(a)laposte.net
Created an attachment (id=19393)
--> (http://bugs.winehq.org/attachment.cgi?id=19393)
Stdout console text
When you use tdm mingw (updated mingw) at the configure for Qt source compiler
it failed but work under windows. Problem of file not found?
--
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=24681
Summary: Blade Kitten (Demo): KYBD input only works in win2k
mode
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
After installing Blade Kitten Demo (Krome Studios Pty Ltd., 2010), the keyboard
input will not work unless you set the Windows Version to windows 2000 (global
setting or for Application: BladeKitten_Demo.exe).
--
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=28149
Summary: Neuro Hunter freezes on exit
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/158936/150000/fileinfo/Neuro
-Hunter-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=36069)
--> (http://bugs.winehq.org/attachment.cgi?id=36069)
plain terminal output
Steps to reproduce the problem in the demo:
After a successful installation launch the demo by NeuroHunterDemo.exe. When
the main menu appears select <Exit>. After the confirmation the game hangs.
The following fixmes are spamming the console endlessly on exit:
fixme:font:WineEngRemoveFontResourceEx (L"C:\\Program Files\\Deep Silver\\Neuro
Hunter\\Data\\UI\\Fonts\\neuro.ttf", 0, (nil)): stub
The same problem with Wine-1.3.22, too (earlier versions couldn't even start
the game on my system).
--
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=27568
Summary: Visual C++ Runtime Library error for Faxion Online
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacob.ensign(a)gmail.com
The game worked perfectly for me until their recent update to version 1.58. Now
I get a C++ Runtime error when trying to connect to the server and load the
game. No loading screen comes up after selecting the server.
Log 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=29158
Bug #: 29158
Summary: mouse button event not forward to background
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rly07(a)hotmail.com
Classification: Unclassified
With mumble on the background (with push to talk on middle mouse button) after
I start a game mumble only detects the first button press and it not detect the
release until I close the game. This is caused by this commit:
authorWilliam Pettersson <william.pettersson(a)gmail.com>
Mon, 11 Jul 2011 00:29:26 +0000 (10:29 +1000)
committerAlexandre Julliard <julliard(a)winehq.org>
Mon, 11 Jul 2011 09:53:52 +0000 (11:53 +0200)
commit266cd6c46acf7465ad65ae2b963a75cfc21d63d0
winex11: Add grab for XInput2 ButtonPress event.
--
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=29016
Bug #: 29016
Summary: page fault while loading metatrader, then freezing
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
Classification: Unclassified
Regression with the latest wine 1.3.32 while loading a program on ubuntu i386
Oneiric:
- get a warning dialog box first, saying it has met a serious problem and need
to be closed
See attached log
--
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=15392
Summary: err:dc:CreateDCW no driver found for L"DIRDIB" with
Secret of the Loxor game
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aallard78(a)hotmail.com
I get this error when I try to start the French version of the game (Secret of
the Loxor).
Developer: Mojave
See log file
--
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=23804
Summary: AutoCAD 2010 Failed Installation aborted, Result=120
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.crackjack(a)spamgourmet.com
Created an attachment (id=29849)
--> (http://bugs.winehq.org/attachment.cgi?id=29849)
Can't select the features to install
The installation of AutoCAD 2010 fails
The log file gives "AutoCAD 2010 Failed Installation aborted, Result=120"
Autodesk Design Review 2010 also fails with the same error
Also there is no possibility to select the features to install
Adding the wine log, acad2010 setup log and the screenshot of the missing
features
using Wine version 1.2
If more testing is necessary please let me know
--
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=24920
Summary: PowerPoint 2007 doesn't show two or more instances
correctly in the task bar
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flavio.becker(a)gmail.com
Since wine version 1.1.42 I observed that when two or more instances of
PowerPoint 2007 are opened, only the first is accessible through the task bar.
One can navigate through the various instances alternating the windows shown
inside PowerPoint but not clicking on the tabs showing Presentation1,
Presentation2, ... in the task bar as this action does nothing. Despite this
strange behaviour the various presentations can be run or created without
problem, the user having to choose the windows from the program menu.
--
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=24955
Summary: MixMeister Express Demo crashes
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://mixmeister.com/download_mmexp7.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)bugmenot.com
Created an attachment (id=31599)
--> (http://bugs.winehq.org/attachment.cgi?id=31599)
winedbg backtrace of the crash
I used a "bugmenot" account for posting this but don't worry, I will monitor
this website daily.
wine-1.3.6 on 32bit updated Archlinux. Using OSSv4 for sound. I used a clean
wine directory and did not install Gecko. Nothing was done in winecfg.
http://mixmeister.com/download_mmexp7.html
-> http://dl2.mixmeister.com/demos/MixMeisterExpress7DemoPC.zip
md5sum of "MixMeister Express Demo Setup.exe" is
5c8f91a9441f19d822dbc9d58f920da1
=============== First run =================
$ WINEPREFIX=/home/hannes/.wine-mixmeisterexpressdemobugreport/ wine
"C:\Program Files\MixMeister Express\MixMeister Express.exe"
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure
that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of
your distribution.
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a060,
{485e7de8-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a068,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a080,
{485e7de9-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a088,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0a0,
{485e7dea-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0a8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0c0,
{485e7deb-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0c8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0e0,
{485e7dec-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0e8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a100,
{485e7ded-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a108,)
fixme:win:RegisterDeviceNotificationW (hwnd=0x1274c0,
filter=0x54e93c,flags=0x00000001) returns a fake device notification handle!
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
==============================
2 error messages appear: "We're sorry, Mixmeister encountered a configuration
error and cannot continue. Please make sure that the software is installed
correctly. Error 100." and "Mixmeister was unable to save your playlist. Please
try saving again to a different location."
Afterwards a nag screen (choose "Continue with Trial"). After clicking that, it
crashed.
My first goal was to fix the "Error 100", I searched the web for that message
and also traced what files it was trying to access. Found out that it was
related to its MDB database. So I tried installing "mdac25" with winetricks and
that was successful to make it launch properly.
Mixmeister now launches properly and goes straight to the "nag screen" where
you can press "Continue With Trial".
Now rightclick on one of the tracks in the left upper box and choose "Add to
end of playlist". Mixmeister will crash and display a window "Submit Error
Report". Don't click "Send", there is no need to bug their developers with a
Wine problem. ;-)
"Cancel" did not work for me to stop the program, so I used Ctrl-C in the shell
I spawned it in.
=============== Run after mdac25 was installed and the "Error 100" did not
occur anymore ===============
$ WINEPREFIX=/home/hannes/.wine-mixmeisterexpressdemobugreport/ wine
"C:\Program Files\MixMeister Express\MixMeister Express.exe"
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure
that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of
your distribution.
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a060,
{485e7de8-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a068,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a080,
{485e7de9-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a088,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0a0,
{485e7dea-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0a8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0c0,
{485e7deb-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0c8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0e0,
{485e7dec-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0e8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a100,
{485e7ded-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a108,)
fixme:win:RegisterDeviceNotificationW (hwnd=0x1274c0,
filter=0x54e93c,flags=0x00000001) returns a fake device notification handle!
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
fixme:msvcrt:_set_error_mode dummy implementation (old mode: 0, new mode: 2)
================================ The crash occured here
================================
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 2f on event 0
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
==============================
It will crash reliably if you do this. I got a backtrace with winedbg, see
attachment.
I also crashed it with WINEDEBUG=+relay,+seh,+tid , it took a very long time to
launch, the rest was normal. See attachment.
Playing anything does not work at all, but that might be another bug some day.
--
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=26334
Summary: Firefox won't run under a Japanese locale
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spe(a)inducks.org
Firefox won't run under a Japanese locale (LANG=ja_JP.UTF-8 wine firefox).
Firefox will run under an English locale (LANG=en wine firefox).
A Japanese locale will be the default if you select Japanese as the system
language when installing Linux.
Versions tested: Wine 1.2.2 (from Ubuntu's "apt-get install wine") and Firefox
3.6.15 (Japanese version downloaded from www.mozilla.com)
Under a Japanese locale, Firefox immediately runs the Mozilla Crash Reporter.
The terminal output includes a message about problems with double-byte
character sets:
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
--
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=27444
Summary: error dialog of google chrome outer installer cannot
display Chinese
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. Download a Chinese version of google chrome outer installer:
http://www.google.com/chrome?platform=win&hl=zh-CN
2. Start ChromeSetup.exe
$ wine ChromeSetup.exe
If "Bug 27443 - google chrome outer installer failed to install: error
0xa43071f"
is not fixed, then ChromeSetup will popup a error dialog. However, the Dialog
can not display Chinese, it display the Chinese font as "口口".
This bug really annoy my when I try to report Bug 27443 ...
See also "Bug 27256 - PDFCreator installer cannot display Chinese correctly"
,maybe they are similar .
--
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=23471
Summary: Menubar collapses giving no chance to enter menus
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=2819
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
In Microsoft Flight Simulator 2004 you can normally open up the windows menubar
(on the top, e.g. this "File" - " Edit" thing) by pressing [alt]-key. If you do
so in wine, the menu is shortly visible, but you cannot use it and it
disappears right after it pops up.
This makes the menu system unusable.
On the console, these message is printed everytime I hit [alt]-key:
fixme:d3d:IWineD3DDeviceImpl_SetDialogBoxMode Dialogs cannot be disabled yet.
A quick google search didn't reveal anything obvious. Do you have an idea on
how to fix or circumvent this?
--
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=28066
Summary: Sound stops after some time (restarting sound in game
usually possible)
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pitlicek(a)gmail.com
In many games (SC2, Source engine games, Oblivion), the sound stops working
after while (completely random, sometimes couple of minutes, sometimes above
hour). It is usually possible to restart the sound in game (going to options
menu in SC2, snd_restart in source engine console, starting new game in
Oblivion) but it's pretty annoying, if you have to do it every couple of
minutes.
I started observing this bug long time ago (probably about a year ago, nut
sure), so it's not result of current sound engine rewrite (and it doesn't fixed
this).
Currently using Ubuntu 10.04 64bit, PulseAudio.
--
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=20202
Summary: Everquest 1 (eqgame.exe) crashes right before
character enters world
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: varsamop(a)hotmail.com
eqgame crashes right before entering the world. This is after the character
selection screen, after the progress bar completes and disappears at the splash
screen and right before the graphics of the world show.
Problem occurs consistently after updating to the latest wine beta (1.1.30).
How to reproduce:
run "wine eqgame.exe patchme" and use a valid Everquest account to enter the
world with a character.
--
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=21293
Summary: Comanche 3 freezes after a mission
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=25621)
--> (http://bugs.winehq.org/attachment.cgi?id=25621)
The game freezes when pressing 1, 2 or 3
Comanche 3 finally runs in wine-1.1.36.
But after a mission when you see the helicopter flying and can select 1, 2 or 3
and when pressing any of those numbers the game freezes.
--
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=11133
Summary: Shade: Wrath of Angels Demo - no graphics drawn in game
Product: Wine
Version: 0.9.52.
Platform: PC
URL: ftp://ftp.gameaholic.com/pub/demos/shade_demo_101.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.52, Ubuntu 7.10, nVidia FX5200
intro movie plays, menus work, but
Upon starting the first level, there are no visuals, just a black screen, the
game appears to play but nothing but black is on screen.
If you hit ESC, a status bar is drawn, or if you scroll the mouse a small
movement speed graphic is drawn, but nothing else. Attaching +d3d log.
--
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=28404
Summary: Incoming Forces: visual glitches
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.fileplanet.com/85297/80000/fileinfo/Incomin
g-Forces-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 708d94212b4a6419f15200c1c9c5b79c5264903d
Created an attachment (id=36419)
--> (http://bugs.winehq.org/attachment.cgi?id=36419)
screenshot
The game is a 3D shooter, released in 2002.
When turning with the mouse in mid-game, strange visual artifacts appear:
textures are smearing, leaving an afterimage(?) behind (see attached
screenshot). Text is also drawn over (at the top of the screen).
Nothing interesting in the terminal while running the game.
The same in wine-1.3.28-247-g54b37b8 too.
This is due to the following commit:
708d94212b4a6419f15200c1c9c5b79c5264903d is the first bad commit
commit 708d94212b4a6419f15200c1c9c5b79c5264903d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Sun Jun 5 22:48:50 2011 +0200
wined3d: Don't clamp vertex depth values.
Since we report D3DPMISCCAPS_CLIPTLVERTS.
:040000 040000 3f31511205215608752163b4feda891e0a76bc29
7012cb2766378f7cb711e1ec9ccc14b8506ba30e M dlls
Other bug related to this commit: bug #27821. I must add that I can't reproduce
bug #27821 in the GTA games.
Steps to reproduce the problem:
1) Unpack and install the demo (uncheck the DX8 option during setup).
2) Launch the game by forces.exe. If the game crashes in dsound, choose
'emulation' instead of 'full' in winecfg's Audio tab.
3) In the menu select Start game > Demo mission.
Fedora 15 x86
Nvidia 250 / driver 280.13
--
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=16557
Summary: print preview broken
Product: Wine
Version: 1.1.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simonetregnago(a)grivaonline.com
CC: dmitry(a)codeweavers.com
Created an attachment (id=18047)
--> (http://bugs.winehq.org/attachment.cgi?id=18047)
good preview
The print preview of my ERP is broken by the following patch:
df76fe6f0cdd55568ba67489cc725813804061fd is first bad commit
commit df76fe6f0cdd55568ba67489cc725813804061fd
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Jun 24 16:11:40 2008 +0900
gdi32: Perform the world transform separately from font scaling.
:040000 040000 7e4c02c7f5cb4715c20194183dafaacd61654202
414c51959fb6c23ff9ffe29a2dec0289bba6670e M dlls
Characters seems to be stretched.
Please also note that in the latest wine version (1.1.10) the situation changed
again, and characters seems to be totally inverted.
I attach 3 screenshots:
- 1.png show the preview before the patch
- 2.png show the preview after the patch
- 3.png show the preview in 1.1.10
--
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=15397
Summary: gdi32: path.c fails to build with gcc 4.2, -Werror -O3
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
ccache /usr/bin/gcc-4.2 -O3 -c -I. -I. -I../../include -I../../include
-I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall
-pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -Werror -o path.o path.c
cc1: warnings being treated as errors
path.c: In function ‘PATH_PolyPolygon’:
path.c:1079: warning: ‘startpt.y’ may be used uninitialized in this
function
path.c:1079: warning: ‘startpt.x’ may be used uninitialized in this
function
make: *** [path.o] Error 1
Relevant code:
BOOL PATH_PolyPolygon( DC *dc, const POINT* pts, const INT* counts,
UINT polygons )
{
GdiPath *pPath = &dc->path;
POINT pt, startpt;
UINT poly, i;
INT point;
/* Check that path is open */
if(pPath->state!=PATH_Open)
return FALSE;
for(i = 0, poly = 0; poly < polygons; poly++) {
for(point = 0; point < counts[poly]; point++, i++) {
pt = pts[i];
if(!LPtoDP(dc->hSelf, &pt, 1))
return FALSE;
if(point == 0) startpt = pt;
PATH_AddEntry(pPath, &pt, (point == 0) ? PT_MOVETO : PT_LINETO);
}
/* win98 adds an extra line to close the figure for some reason */
PATH_AddEntry(pPath, &startpt, PT_LINETO | PT_CLOSEFIGURE);
}
return TRUE;
}
--
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=25214
Summary: MS Office PowerPoint 2007 freezes when right-click on
top bar
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joni(a)pepinonline.com
Ubuntu 10.10
Right-clicking the top bar causes the program to freeze for an indeterminate
amount of time.
Normally, right-clicking on the top bar will display a selection box for
minimize, maximize, etc.
Running with riched20.dll override, windows version XP.
--
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=22838
Summary: Corel Draw 11 not loading
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernandocarvalho1987(a)hotmail.com
Corel Draw 11 doesn't load properly.
I tested it on wine-1.2-rc1
--
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=14075
Summary: Beyond Divinity: screen corruption
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iborco(a)gmail.com
Background is not drawn correctly in BeyondDivinity.
--
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=28618
Bug #: 28618
Summary: BC Kings refuses to start without DirectSound hardware
acceleration
Product: Wine
Version: 1.3.29
Platform: x86
URL: http://games.softpedia.com/get/Freeware-Games/BC-Kings
-Demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 36771
--> http://bugs.winehq.org/attachment.cgi?id=36771
+tid,+winmm,+dsound,+alsa,+mmdevapi,+msgbox log
The game fails to start in git (wine-1.3.29-245-g895b48e), showing the
following error message on startup:
'Insufficient hardware support:
16-bit secondary sound buffer is not supported.
Mono sound buffer is not supported'
This is after dsound hardware acceleration has been removed:
http://source.winehq.org/git/wine.git/commit/8258a5188cc36563809ac7495e49bc…
I must add that the game produces the same error message in Virtualbox (WinXP
guest) when directsound acceleration set to emulation. I let others with more
insight decide whether this bug report is valid or not, in the light of the
above fact.
However, there should be a way to start BC Kings in recent Wine, shouldn't it?
Thus severity -> enhancement.
Fedora 15 x86
Alsa 1.0.24
Pulseaudio is not running
--
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=20783
Summary: DotNet Issues
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.sharekhan.com/tradetiger/setupnew.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toffan(a)live.in
Hello,
I want to run a DotNet 2.0 application in ubuntu 9.10. I have installed WINE
1.2 and WINETRICKS. But still it did not works. After installation this apps,
it does not show the login window correctly. You can download the DotNet 2.0
application at:
http://www.sharekhan.com/tradetiger/setupnew.html .
Please do this needful.
Thanks in advance!
Toffan
toffan(a)live.in
+91-9040898994
--
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=28859
Bug #: 28859
Summary: SDP Downloader: access violations when deleting url
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Classification: Unclassified
Hi
I'm using Wine on Kubuntu 11.04 and found a way to evoke access violations
within the log window of SDP Downloader 2.3.0 [1].
1. Start SDP Downloader 2.3.0
2. File -> Open
3. And an URL of a mms stream [2]
4. OK -> Go -> Save
5. Then abort the download and quit SDP Downloader
6. Restart SDP Downloader
7. File -> Open
8. The last download URL will appear
9. Click in and press [End] to go to the end of the line
10. Press backspace ...
... and you will see lots of this within the log window:
> SDP Main App: An exception occured and reads :-
> Access violation at address 7E9E74F9 in module 'user32.dll'. Read of address 00000000
[1] http://sdp.ppona.com/
[2] For example:
mms://a1014.v1252931.c125293.g.vm.akamaistream.net/7/1014/125293/v0001/wm.o…
--
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=28620
Bug #: 28620
Summary: Assassin's Creed: eagle's eye graphic glitch with
postprocessing enabled
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alessandro_pezzoni(a)lavabit.com
Classification: Unclassified
Created attachment 36775
--> http://bugs.winehq.org/attachment.cgi?id=36775
Assassin's Creed eagle's eye with postprocessing enabled, wine 1.3.29
When using the Eagle's Eye ability with graphic postprocessing enabled (in the
game options) the screen becomes almost white. See screenshots attached.
This bug has been introduced in wine 1.3.26, as wine 1.3.25 doesn't seem to be
affected by it.
Test system:
OS: Arch Linux
CPU: Intel i5 2500K
Graphics: Nvidia GeForce GTX 560 Ti
P.S.: please excuse my English.
--
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=22187
Summary: Alice 2.2 fails with "can't create Java VM"
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://alicedownloads.org/currentRelease/Alice2.2.zip
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=27071)
--> (http://bugs.winehq.org/attachment.cgi?id=27071)
Alice 2.2 +relay,+virtual log (lzma compressed)
With wine-1.1.41-211-g719d904, launching Alice.exe yields a dialog box stating
"can't create Java VM" and the following output:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Since Alice launched in wine-1.0, a regression test was performed, which
indicated:
09712593c8496be5e952b7316099f9eed5043203 is the first bad commit
commit 09712593c8496be5e952b7316099f9eed5043203
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jun 25 14:18:53 2009 +0200
ntdll: Release some address space after the process initialization is done.
:040000 040000 25715d0c052bc6bbc0262c742ad285d17a78f236
aa973aa3e5286174dcbffd782691d09bd9109e5d M dlls
While bug 21630 reports the same commit, I suspect the problem in that bug is
different. I have attached a +relay,+virtual log as was requested in bug 21630.
--
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=13156
Summary: ETO_OPAQUE and clear style are not transparent on a
bitmap
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heiko_tietze(a)web.de
I paint some text on a bitmap using
Canvas.TextFlags:=ETO_OPAQUE;
Canvas.Brush.Style:=bsClear;
TextOut(...
resulting in a black background around the intended transparent text.
--
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=21577
Summary: Using WINE for MYOB accounting package & problems with
altering template invoices to include graphics
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)trademarkservices.com.au
WINE wouldn't allow to adjust templates to create invoices with our
logo/graphics included - can incorporate text.
So loaded with VISTA and changed template to include logo/graphics, then
switched back to Linux (ubuntu) but to my surprise, PDFing the invoice through
WINE just "leaves out" the image as if its not there at all....
Please help as we don't want to have to load VISTA each time to print off
proper invoices...
--
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=17201
Summary: No add-ins loadable in Office 2003 PowerPoint
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Frank(a)eyermann-online.de
Created an attachment (id=19105)
--> (http://bugs.winehq.org/attachment.cgi?id=19105)
Powerpoint plugin
In the Add-Ins Dialog in PowerPoint (Tools->Add-Ins) the List box is only if
view pixels high. Adding of Add-Ins is not possible:
When clicking on Add new a file dialog appears
PowerPoint add-in (.ppa file) is chosen
OK
File dialog closes, but nothing happens. Buttons of the dialog box are not
activited, no entry in the list, no entry is added in the respective registry
hive.
OS is OpenSuse 10.3
Wine-Version 1.1.13
I did a typical installation of Office 2003
Add-in I try to load is attached
Hope somebody can help me,
best regards,
Frank
--
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=22269
Summary: Cry of the Infected demo fails with "runtime error
7018"
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.gamershell.com/download_24622.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=27201)
--> (http://bugs.winehq.org/attachment.cgi?id=27201)
Cry of the Infected +d3dxof trace
After installing the Cry of the Infected demo and d3dx9 from winetricks to work
around a startup failure, starting a new game leads to some loading, and then a
error message box stating:
"Runtime Error 7018 - Could not load 3D object at line 16058"
I suspect the problem is related to d3dxof, which seems to be confirmed by
installing native d3dxof from winetricks, which makes the game progress further
until erroring with a slightly different error message.
--
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=27254
Summary: Astro Avenger crashes on launch (with built-in
d3dxof.dll)
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.gamershell.com/download_18959.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34856)
--> (http://bugs.winehq.org/attachment.cgi?id=34856)
crash log
As the title says, the game crashes on startup.
Workaround: winetricks d3dxof.
The attached log was created in a Wine compiled with CFLAGS="-g -gdwarf-2 -O0",
that's why the backtrace is so verbose.
Fedora 14 32-bit
--
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=26878
Summary: No sound in Sim City 3000 Unlimited
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34270)
--> (http://bugs.winehq.org/attachment.cgi?id=34270)
Wine 1.3.18 console output [8MB]
Clicking on an option in the first screen once Sim City 3000 Unlimited has
loaded plays a sound (a click), but no sound ever plays again.
Nothing relevant in console.
Native dsound allows all sounds (but not music) to play correctly.
--
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=26918
Summary: Atlantis II doesn't play intro videos and crashes in
the main menu
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=34321)
--> (http://bugs.winehq.org/attachment.cgi?id=34321)
terminal output
Atlantis II (also known as Beyond Atlantis) loads up directly to the main menu
after launching (without playing the 3 short intro videos). In the main menu
the game crashes if I hover the mouse pointer over any of the menu options.
Normally, when you place the mouse pointer over an option a tooltip of the
button should show up.
The issues seem to be unrelated, however I found out that they were caused by
the same commit.
Last working version: Wine-1.1.7
21453b4c2e163ec2fb5e630ef812b74e53c58083 is the first bad commit
commit 21453b4c2e163ec2fb5e630ef812b74e53c58083
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Oct 29 17:32:45 2008 +0100
ntdll: Allocate a new virtual region for large blocks, and ensure 16-byte
alignment.
:040000 040000 51c8db21bc03eedb7a6585a1155b26d105359117
4ccc1ed9690e3ab20aee39ad003bb47919c2c530 M dlls
The patch cannot be reverted but after
git checkout 21453b4c2e163ec2fb5e630ef812b74e53c58083 >>no videos and the game
crashes in the menu
git reset --hard HEAD^ >>the videos are playing fine and no crash in the menu
The commit has been already mentioned in bug #18975 and bug #21409.
No demo available.
Fedora 14 32-bit
--
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=28579
Bug #: 28579
Summary: Regression: Comanche 3 menu is unusable because of
graphic issues
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Classification: Unclassified
Regression SHA1: cc45316d029c35b287e3266eec5c7162345db602
Created attachment 36714
--> http://bugs.winehq.org/attachment.cgi?id=36714
screenshot from broken menu
The menu of Comanche 3 has graphic issues as shown in the screenshot.
I did a regression test:
cc45316d029c35b287e3266eec5c7162345db602 is the first bad commit
commit cc45316d029c35b287e3266eec5c7162345db602
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Sep 19 21:50:23 2011 +0200
ddraw: Setup swapchain dimensions and format using the current display mode
in ddraw_create_swapchain().
:040000 040000 1eddc45552d646ed1205dc2c15f0e3b8afbf37c5
5980c60cfc14d9e2573040d72a47dbfdb49455a5 M dlls
--
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=28227
Summary: Diablo II: Graphics in game and menu flicker
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: henry.baldursson(a)gmail.com
With version 1.3.27, graphics in the menu and game started to flicker. Can
sometimes be fixed or reduced by switching between 640x480 and 800x600 graphics
modes from within game.
Got the latest version of Diablo 2, downloaded from battle.net, using the
latest version of Wineskin to create bundles. I run it in the DirectDraw mode.
Workaround: Changing back to 1.3.26 fixes the flickering.
--
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=21953
Summary: Autodesk 3D Studio Max 2010 trial installer fails
because it can't install Backburner
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I did
$ rm -rf .wine
$ wine Autodesk_3ds_Max_2010_English_WIN_32_Trial.exe
(whereupon I hit bug 21951, and continued like this:)
$ sh winetricks gdiplus
$ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial
$ wine setup
This failed. Here's c:/users/dank/Temp/3ds\ Max\ 2010\ Setup.log:
...
2010/3/6:16:35:50 dank slave3 Install Microsoft Visual C++ 2005
Redistributable (x86) Succeeded
2010/3/6:16:35:53 dank slave3 Install Microsoft Visual C++ 2008 SP1
Redistributable (x86) Succeeded
2010/3/6:16:39:23 dank slave3 Install .NET Framework Runtime 3.5 SP1
(This may take several minutes) Failed Failure is ignored, Result=1603^M
2010/3/6:16:39:28 dank slave3 Install DirectX® Runtime Update
Succeeded
2010/3/6:16:39:30 dank slave3 Install MSXML 6.0 Parser
Succeeded
2010/3/6:16:39:30 dank slave3 Install Autodesk Backburner 2008.1
Failed Installation aborted, Result=120
Hmm. So I tried installing Backburner by itself:
$ cd
~/.wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial/support/backburner/
$ wine backburner.exe
...
err:msi:call_script Could not find CLSID for Windows Script
but it seemed to succeed. I then reran the main inner installer:
$ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial
$ wine setup
This now thinks Backburner is installed, so that was a good workaround.
Perhaps 'winetricks wsh56' would have worked around it, too; I haven't checked.
The next problem is bug 20211.
--
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=29189
Bug #: 29189
Summary: world of goo does not start
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: midnighterdev(a)gmail.com
Classification: Unclassified
Created attachment 37658
--> http://bugs.winehq.org/attachment.cgi?id=37658
log of start steam and fails start of "world of goo" game
I run game but it does not start. I use Steam.exe version of 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=21645
Summary: Winecfg shows up at (0, 0), request to be
screen-centered instead.
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
I think it's better to have it centered on screen, instead of showing at left
corner.
--
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.