http://bugs.winehq.org/show_bug.cgi?id=10324
Summary: Running Wine as root should generate warning
Product: Wine
Version: 0.9.48.
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Since running Wine as root can cause so many problems/damage, there should be
some way to either warn/prevent users from doing so. Looking at gedit
(http://www.gnome.org/projects/gedit/) while editing some files in Ubuntu got
me thinking that a small popup warning that running Wine as root can cause
severe damage/etc and/or refusing to run as root would be a good idea.
Shouldn't be too terribly hard to implement, and could hopefully prevent some
users from damaging their systems/losing data.
--
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=14509
Summary: RegGetValue sometimes doesn't work properly
Product: Wine
Version: 1.1.1
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)mkosch.de
Created an attachment (id=14835)
--> (http://bugs.winehq.org/attachment.cgi?id=14835)
Solution for wrong behaviour of RegGetValue
While configuration "The Bat!" for Wine I found out a problem with
"RegGetValueA" and "RegGetValueA".
In case dwFlags contains the Bits (RRF_RT_REG_EXPAND_SZ | RRF_RT_REG_SZ) and
not the bit RRF_NOEXPAND the function will return ERROR_INVALID_PARAMETER. This
is wrong behaviour, because expansion will transform a result of type
RRF_RT_REG_EXPAND_SZ into RRF_RT_REG_SZ which satisfies the request.
This behaviour causes "The Bat!" to be unable to access some of its registry
settings, including the registration code. So it refuses to work after the
trial period expired and the code need to be entered manually every time the
program starts up.
Other programs may be affected ass well, especially because the flag RRF_RT_ANY
won't work.
I built a patch for wine 1.1.1 wich solves this issue. This patch applies to
advapi32.
--
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=9917
Summary: Add X11 child window for client area
Product: Wine
Version: 0.9.46.
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P1
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
The number of pixel formats which can be used in OpenGL is limited due to
constraints of the Wine X11 Driver. At Wine startup an X visual is selected
which is used for creating an X11 Window. This Window is in general reused for
OpenGL. In Windows OpenGL the pixel format is set when you want to use OpenGL.
(So in case of Wine we select a pixel format before actually setting up OpenGL;
second Windows OpenGL doesn't allow changing the pixel format).
Now thanks to the xcomposite/pixmap backends for child window rendering we can
enable multiple pixel formats. The use of those backends has performance
limitations, so far that reason only 1 pixel format is still offered.
We need to readd an X11 child window for the client area of the toplevel
window. This will help fullscreen OpenGL/D3D programs. For apps that use child
windows we use the xcomposite/pixmap backend.
--
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=12471
Summary: Daily wine GIT snapshot request
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Most Linux users do not have GIT installed and it's a major difficulty for most
of them to install and use GIT to fetch the latest snapshot of Wine.
At the same time there are many bugs which might have been fixed in a current
GIT snapshot.
What I propose is a daily current GIT snapshot of Wine as a full .tar.bz2
archive and/or a binary xdelta/deltup patch against the latest released version
of Wine (diff is not sufficient as it cannot cope with binary data).
--
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=11618
Summary: Wineinstall blocks midway through
Product: Wine
Version: 0.9.55.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juhos(a)mbnet.fi
When installing wine with tools/wineinstall, it first runs configure, then asks
if you want to install system-wide, then runs make. This is wrong, because it
forces the user to stick around until configure is finished.
Instead, the question should be asked as a first thing when wineinstall runs.
This way, local (non-systemwide) installs could run to finish without further
user input, and even system-wide ones would only block just before actual
install.
Of course it would be even better to also ask root password (if needed) at the
beginning, but that might have security risks, based on how it is implemented.
--
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=10965
Summary: DInput wiki entry says status of Joystick support in
wine is unknown
Product: WineHQ.com
Version: unspecified
Platform: All
URL: http://http://wiki.winehq.org/DInput
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remailer(a)gmail.com
A few moments ago when looking for the status of joystick support in wine, I
googled site:wiki.winehq.org joystick, the third hit was this
http://wiki.winehq.org/DInput which is a year old and says:
Joystick status
No idea :-)
It would probably be a good idea if someone updated this with confirmation of
support status in wine.
--
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=13561
Summary: wine fails to build with openssl-0.9.8h
Product: Wine
Version: unspecified
Platform: All
URL: http://bugs.gentoo.org/show_bug.cgi?id=224049
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
starting with openssl-0.9.8h, it has introduced a typedef named
"X509_EXTENSIONS" into openssl/x509.h. unfortunately, wine uses a define of
the same name in include/wincrypt.h.
this triggers an obvious build failure when the typedef is preprocessed into:
typedef STACK ((LPCSTR)5);
instead of the expected:
typedef STACK X509_EXTENSIONS;
the full error looks like:
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include
-D__WINESRC__ -D_WINX32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith
-O2 -march=k8 -pipe -g -Wimplicit-function-declaration -o http.o http.c
In file included from /usr/include/openssl/ssl.h:183,
from internet.h:48,
from http.c:60:
/usr/include/openssl/x509.h:207: error: expected ‘)’ before numeric
constant
In file included from /usr/include/openssl/ssl.h:183,
from internet.h:48,
from http.c:60:
/usr/include/openssl/x509.h:929: error: expected identifier or ‘(’ before
‘LPCSTR’
/usr/include/openssl/x509.h:929: error: expected ‘)’ before numeric
constant
/usr/include/openssl/x509.h:929: error: expected declaration specifiers or
‘...’ before ‘(’ token
/usr/include/openssl/x509.h:929: error: expected ‘)’ before numeric
constant
In file included from /usr/include/openssl/ssl.h:183,
from internet.h:48,
from http.c:60:
/usr/include/openssl/x509.h:929:1: error: pasting ")" and "_it" does not give a
valid preprocessing token
In file included from internet.h:48,
from http.c:60:
/usr/include/openssl/ssl.h:1023: error: expected specifier-qualifier-list
before ‘(’ token
http.c: In function ‘HTTP_ReadChunked’:
http.c:1658: warning: comparison is always false due to limited range of data
type
http.c:1697: warning: large integer implicitly truncated to unsigned type
make: *** [http.o] Error 1
--
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=12364
Summary: Overlapping of windows within Photoshop CS2
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erappleman(a)gmail.com
When you maximize an in Photoshop CS2, it blows up to fill the entire screen
instead of just inside the Photoshop application window. All Photoshop
interfaces as well as other opened images are overlapped.
--
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=14739
Summary: Cutter URL on the pages
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
It works some time ago, but now you can see cutted URL's of applications! You
can see this on your adress bar after clicking.
--
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=14264
Summary: broken 1.1.0 download links
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rich(a)hq.vsaa.lv
download links at http://www.winehq.org/?announce=1.1.0 point to 1.0 archives.
--
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=9284
Summary: Some pages are freely editable
Product: WineHQ.com
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mverga(a)freemail.it
Sections "Development - To Do List" and "Development - Janitorial" are freely
editable by anonymous user. I think that is dangerous, is that wished or is it
a bug?
--
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=16472
Summary: Dead link to 'Winelib User's Guide'
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://www.winehq.org/winelib
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
There is a dead link in the paragraph 'Introduction' and 'Why' named 'Winelib
User's Guide' to the URL <http://www.winehq.org/site/docs/winelib-guide/>.
--
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=12181
Summary: SHELL32.dll.SHGetFolderPathAndSubDirA not supported
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: collinstocks(a)gmail.com
The program Adobe Premiere Pro requires a certain function in order to run that
is not implemented in wine yet.
Call from 0x102d2818 to unimplemented function
SHELL32.dll.SHGetFolderPathAndSubDirA
>From the name, it looks like it should be a pretty simple api to implement or
at least fake temporarily, although programming in C is not my strong point.
--
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=14479
Summary: Steam in-game community does not work
Product: Wine
Version: 1.1.1
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moose.g1(a)googlemail.com
Steam in-game community does not work
--
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=13661
Summary: Edit Control Missing CUA Behavior for Ctrl-Home & Ctrl-
End
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bsmith(a)sudleyplace.com
The CUA behavior for Ctrl-Home and Ctrl-End is to move the cursor to the
start/end of the buffer -- this fix implements that behavior in edit.c.
Please someone create a patch to edit.c from the following code:
* In the declarations section, insert the text
--------------------------------------------------
static void EDIT_MoveBufferHome_ML(EDITSTATE *es);
static void EDIT_MoveBufferEnd_ML(EDITSTATE *es);
--------------------------------------------------
After the definition of (say) EDIT_MoveUp_ML, insert the text
--------------------------------------------------
/*********************************************************************
*
* EDIT_MoveBufferHome_ML
*
* Only for multi line controls
* Move the caret to the beginning of the buffer.
*
*/
static void EDIT_MoveBufferHome_ML(EDITSTATE *es)
{
EDIT_EM_SetSel(es, 0, 0, FALSE);
EDIT_EM_ScrollCaret(es);
}
/*********************************************************************
*
* EDIT_MoveBufferEnd_ML
*
* Only for multi line controls
* Move the caret to the end of the buffer.
*
*/
static void EDIT_MoveBufferEnd_ML(EDITSTATE *es)
{
INT e = get_text_length(es);
EDIT_EM_SetSel(es, e, e, TRUE);
EDIT_EM_ScrollCaret(es);
}
--------------------------------------------------
* After the line
--------------------------------------------------
case VK_HOME:
--------------------------------------------------
insert the text
--------------------------------------------------
if ((es->style & ES_MULTILINE) && control)
EDIT_MoveBufferHome_ML(es);
else
--------------------------------------------------
* After the line
--------------------------------------------------
case VK_END:
--------------------------------------------------
insert the text
--------------------------------------------------
if ((es->style & ES_MULTILINE) && control)
EDIT_MoveBufferEnd_ML(es);
else
--------------------------------------------------
--
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=13761
Summary: Age of Empires 2 (Age of Kings) runs abnormally slowly
Product: Wine
Version: 1.0-rc4
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=13796)
--> (http://bugs.winehq.org/attachment.cgi?id=13796)
Console output whilst running Age of Empires 2
Age of Empires 2: Age of Kings runs considerably slower than it should on a
machine which, running Windows, runs it perfectly. Despite the game being
released 1999, a computer purchased new in 2005 is incapable of running it
without serious slowdown and constant pauses in movement of items around the
map.
I've attached the console output but there doesn't appear to be anything that
seems to be indicative of the slowdown; I will try to find out if the same
behaviour occurs in a demo of the 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=13354
Summary: Thanks for work in wine
Product: Wine
Version: 1.0-rc1
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: obelich(a)gmail.com
hiyas this is not a bug this message is for say thanks for all programers are
working in wine proyect we like to say thanks in name of all people use this
program for play games or work with office software and others software are
working in windows plataform we dont have money buth like to say thanks for all
people make this is posible sorry my english is to bad i speak spanish :),
thanks for you help, thanks for you time, this message is onli for say thanks,
thanks y gracias. gracias :)
--
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=25967
Summary: Typo on wine configuration documentation page
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christopherkitching(a)hotmail.com
http://www.winehq.org/docs/wineusr-guide/config-wine-main
This page, in the final section entitled "Desktop Integration" appears the
phrase:
"Wine supports the newer MSStyles typ of themese"
Seemingly the author sneezed. Might be worth a correction when someone gets a
moment.
--
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=11086
Summary: Noiseware needs a real GdipCreateHBITMAPFromBitmap
implementation
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ba(a)cykian.net
Created an attachment (id=10109)
--> (http://bugs.winehq.org/attachment.cgi?id=10109)
Crash log and backtrace
Hello,
Imagenomic Noiseware Community Edition 5.2 needs a real implementation of
GdipCreateHBITMAPFromBitmap to work. The stub present in Wine 0.9.52 is not
enough and causes a crash.
With the stub, the application crashes when the user tries to open a file to
work on.
I attached a log.
For your information, adding gdiplus.dll in Wine c:\windows directory corrects
the problem and seems to make the application working just fine.
It seems that this application is not the first one to need
GdipCreateHBITMAPFromBitmap so it might be a good idea to implement this
function for real, unfortunately I have no idea of the way to do so.
Thanks
--
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=26033
Summary: Please, enable gzip compression for www.winehq.org
website
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Enough said.
--
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=17575
Summary: 'Maintainer Rating Definitions' isn't up to date
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://appdb.winehq.org//help/?sTopic=maintainer_ratings
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=19728)
--> (http://bugs.winehq.org/attachment.cgi?id=19728)
Screenshot
Hello!
In the 'Platinum' description you will find this:
'An application can be rated as Platinum if it installs and runs flawlessly
‘out of the box’. No changes required in winecfg.'
winecfg?
This doesn't exist since a lot of version ago. Please replace by 'wines
registry' or so.
--
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=17392
Summary: No actual wine repository under this url available
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://www.winehq.org/download/deblenny
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=19454)
--> (http://bugs.winehq.org/attachment.cgi?id=19454)
Screenshot of lenny repository at 2009-02-14 21:15 UTC
At the end of this page in tha paragraph 'Method 2: Download .deb and manually
install it' is under the text 'binary list' a link to the URL:
<http://www.lamaresh.net/binary.php>.
This page (<http://www.lamaresh.net/binary.php>) should provide the actual wine
packages for lenny. But today one day after the release of wine version 1.1.15
there is no package. Also the package of version 1.1.14 isn't there.
I did a screenshot to document this tage. My local time is 22:15 MEZ which is
in UTC 21:15 UTC.
Could someone of the wine-project-people explain this guy who run the lenny
repository how to do it?
The described method by adding his repository ('Method 1: Add the repository')
doesn't work because there are no valid PGP-keys available.
So at the moment - no change to get the latest version of wine.
:-(
Yours sincerely
Joerg Schiermeier
--
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=13001
Summary: LookupPrivilegeValue
Product: Wine
Version: 0.9.61.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: russiane39(a)gmail.com
I think many games suffer from not availability of that function in wine,
http://msdn.microsoft.com/en-us/library/aa379180(VS.85).aspx
--
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=14776
Summary: Winecfg should have option to configure Direct3D options
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Direct3D registry keys are some of the most commonly (re)configured (see the
AppDB for most games). We should have a radio/pull down menu in winecfg to set
these settings as well.
--
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=9254
Summary: Master of orion 3: blank screen as unable to access
directx surface
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: T.P.Northover(a)sms.ed.ac.uk
In newer wine versions, moo seems unable to access the directX surface for some
reason. On startup this causes a blank screen and the text "DirectX surface
unavailable" instead of the intro movies and (eventually) title-menu.
git bisect tracked the change down to patch
df891b823ac6801d7359d7e398d5fa8832607328 but I'm not sure whether the problem
is with ddraw itself or the d3d commands it ends up calling now (or even in the
game itself).
I'm afraid I don't know DirectX to judge the correct semantics, and quickly got
very lost when I tried chasing the call by eye, but if I can do anything to
help debug this, shout.
--
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=9705
Summary: FIFA 2007 - The cursor shape is ugly
Product: Wine
Version: 0.9.45.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kamihir(a)freemail.hu
The ingame cursor shape is ugly in FIFA 2007. It seems it has lower resolution
than in Windows.
Reproduce:
Start the game and check the in-games cursor in the menu. It is ugly.
--
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=11763
Summary: Bug fix and small improvement of function MSVCRT_fputc
in dlls/msvcrt/file.c.
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pawel.ludwiczak(a)gmail.com
Created an attachment (id=11023)
--> (http://bugs.winehq.org/attachment.cgi?id=11023)
Proposed solution
Bug fix:
In Function MSVCRT_fputc from dlls/msvcrt/file.c, if there are no errors, the
same character that has been written should be returned, but the value should
be converted to an 'unsigned char' before will be returned. Otherwise e.g. if
input character = 0xffffffff, the returned value will not equal to 0xff, we
will
get EOF instead.
Small improvement:
In my opinion, the function MSVCRT_fputc flushes a buffer when get '\n' and it
is OK, but when the file is opened in binary mode this behaviour is unnecessary
and decrease efficiency.
--
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=14202
Summary: Double desktop directory entries if same name with other
upper and lower case
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan_500(a)web.de
Application I : FireStudios -> Game I
Application II: Firestudios -> Game II
Actually both games should be in the same directory, but they aren't. Windows
has no case sensitivity.
--
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=14641
Summary: OLE implementation improvement
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f.dorin(a)free.fr
Created an attachment (id=15053)
--> (http://bugs.winehq.org/attachment.cgi?id=15053)
add default inprocess handler support
Out-of-process OLE component with a in-process handler are not managed. For
exemple, with Microsoft Office Powerpoint 2003, it is impossible to insert a
graph or an equation. An "server not found" error occurs.
I'm currently trying to implement this. I have good results for instance.
Object can be inserted and the corresponding server is launched. But it seems I
still have problem with datas transfert because the inserted object is blank
and no change are saved.
--
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=12037
Summary: custom font size in dialog
Product: Wine
Version: 0.9.32.
Platform: All
URL: http://www.auto-diagnostics.info/screenshots/en/bmwdiag/
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)hinner.info
We are using dialog with custom font in our MFC application(s). Windows resize
this dialog to be a bit bigger, but wine does not - however font is correct.
Original screenshots are available at
http://www.auto-diagnostics.info/screenshots/en/bmwdiag/ ;attachment contains
image how does it look like under Wine. You will notice that buttons at bottom
of dialog are missing.
I can provide the application and resources file,mail me at hinner at secons
dot com.
Martin
--
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=25642
Summary: using ALT-TAB for switching back to OS
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fieroch(a)web.de
It would be great to have an option for switching back to the operating system
using the key combination ALT-TAB like in windows.
I do think it's a good idea for wine-applications running in fullscreen like
games to minimize the running program after pressing ALT-TAB. So you can check
mails, incoming messages or change the music running in the background quickly
and return to the game by pressing ALT-TAB again or by maximizing the minimized
program in the panel.
Currently a lot of games ignore the key combination ALT-TAB even though it is
used in the window manager for switching programs. If you are running a game in
fullscreen and want to have a short look in your messages or browser now you
have to save the game, quit it, do your needs and then restart the 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=13517
Summary: Forums breaking mailing lists
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baloo(a)ursine.ca
*Forums don't remind users that they're posting to a mailing list (the forum
should).
*Forum break's email threads and fails to remind users to quote properly.
Forum should properly set References: or In-reply-to: headers and require
proper quoting.
These two problems make the mailing lists nearly unusable for experienced
users, and as a result, nearly useless for new users who end up getting more or
less wrong advice from vitamin and no experienced users. Please disable the
forums until these bugs are fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13861
Summary: Use of stdio functions in wine programs
Product: Wine
Version: 1.0-rc4
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)mkarcher.dialup.fu-berlin.de
Winelib applications get linked to native libc (not msvcrt), and thus use
native stdio. This is a problem if these winelib applications are run from a
wineconsole (user backend), as native linux libc does not send the output to
stdio to wineserver, but to the terminal wineconsole was started from. This is,
in my oppinion, an undesired effect.
Following programs use printf(...), fprintf(stderr,...)
- uninstaller
- msiexec
- regsvr32
- net
- winepath
- winetest
- icinfo
- taskmgr (in dbgchnl.c)
- expand
- wordpad (one error message that should never appear)
Following programs print correctly to the console
- reg
- xcopy
- winedbg
- cmd
- regedit (surprise!)
Following programs have commented (or #if 0) out printf(...), which should
probably get deleted or converted to TRACE debug logs messages.
- progman
I tested behaviour of all listed programs. The big surprise was regedit, which
correctly outputs to the console despite of using printf. Probably this is some
build option (it uses the msvcrt headers, for example).
If one looks at two programs that get it right, reg and xcopy, one sees the
functions reg_printfW and XCOPY_wprintf respectively, that do approximately the
same thing: Print a string into a wide char buffer (fixed length in both
cases!), and then try WriteConsoleW, if that fails, WideCharToMultiByte and
WriteFile(GetStdHandler(STD_OUTPUT_HANDLE),..). This function would have to be
cut-and-pasted into the other 10 programs needing it. I don't think this is a
good idea. (WCMD_output_asis_len is also a close match)
If the programs are crosscompiled to Windows/msvcrt, output is OK for all of
them, because msvcrt's stdio is not based on unix/posix/K&R stdio, but on
WriteFile(...)
How to handle this issue?
--
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=29193
Bug #: 29193
Summary: Numeric bug alias
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Please, make it possible to view the bug via a numeric link, e.g.
http://bugs.winehq.org/12345
--
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=14810
Summary: WinHttp needs to be implemented
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
WinHttp is currently just stubs, this functionality is likely used by a
reasonably large number of programs.
This particular problem is a show-stopper for the Command and Conquer Red Alert
3 Beta.
--
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=9578
Summary: Ability to disable Wine Networking
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tzembi(a)gmx.de
Concerning the mass of "phone-home" applications in windows, there should be a
possibility to disable the Wine networking to enhance Security.
--
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=9712
Summary: Registry HKEY_CURRENT_CONFIG support
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
Wine needs support for the Win9x HKEY_CURRENT_CONFIG registry section. This is
used by a variety of programs to get information about the running system.
--
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=11334
Summary: Digital Audio CD Playback
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d1m1(a)gmx.ch
I want wine to be able to play Audio CDs digitally if an app wants to play from
the Audio CD.
Some old games like Tomb Raider 2 play music from the CD, but if you don't have
earphones connected to your CD-ROM and you don't have an analog audio cable
between CDROM and Soundcard, you won't hear any music (or cutscene sound, which
are also audio tracks in Tomb Raider).
--
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=14857
Summary: Missing WinSqmIsOptedIn in ntdll crashes ICQ.exe
Product: Wine
Version: 1.1.2
Platform: All
URL: http://www.icq.com
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai.mast(a)gmail.com
After importing the native ole32.dll to start the application "ICQ" i get a
crash caused by a missing implementation of WinSqmIsOptedIn() in ntdll (see
attachment).
This bug is resulting from this bug report:
http://bugs.winehq.org/show_bug.cgi?id=14854 (i hope it was correct to start
another report as this affects a different function)
--
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=14925
Summary: Importing MSConfig from ReactOS
Product: Wine
Version: unspecified
Platform: All
URL: http://news.gmane.org/find-
root.php?message_id=%3c19e31a080801122302u52d51353w1b287
5f5c30582ff%40mail.gmail.com%3e
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.spiro(a)drdc-rddc.gc.ca
CC: julliard(a)winehq.org
Please assign this bug to julliard(a)winehq.org. I cannot assign bugs but I am
taking the liberty of CC'ing him.
Hi Alexandre,
In January 2008, Steven Edwards wondered[1] if you would let Wine import
"msconfig" (the System Configuration Utility) from ROS. Would you allow it?
^ [1].
http://news.gmane.org/find-root.php?message_id=%3c19e31a080801122302u52d513…
--
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=10852
Summary: Wine & xorg-server-1.4.0.90
Product: Wine
Version: 0.9.51.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: inspirra(a)yandex.ru
After updating Xorg-servet up to 1.4.0.90 version, Wine any more does not work
with some programs.
But if to redefine variable "DISPLAY" as a remote X-server (1.4 version) then,
the Wine is started without mistakes.
Reproducible: Always
Steps to Reproduce:
wine ~/.wine/drive_c/Program\ Files/ABBYY\ FineReader\ 8.0\ Professional\
Edition/FineReader.exe
Actual Results:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 2180
Current serial number in output stream: 2206
# equery -q l xorg-server
[I--] [ ~] x11-base/xorg-server-1.4.0.90 (0)
# equery -q l wine
[I--] [ ~] app-emulation/wine-0.9.51 (0)
# uname -a
Linux illusia 2.6.23-gentoo-r4 #8 PREEMPT Wed Dec 19 12:23:47 MSK 2007 i686
Intel(R) Celeron(R) M processor 1.40GHz GenuineIntel GNU/Linux
--
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=13348
Summary: /etc/hosts modification for DirectPlay
Product: Wine
Version: 1.0-rc1
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan_500(a)web.de
You need (amongst others) to modify /etc/hosts to play multiplayer with
DirectPlay. You need to set your hostname to your local ip adress instead of
the loopback address. You should come up with a good solution to this that
doesn't require people changing their /etc/hosts file. It should work
"out-of-the-box". Please!
--
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=24877
Summary: Baldur's Gate 1: Transparency rendering broken
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devurandom(a)gmx.net
Created an attachment (id=31492)
--> (http://bugs.winehq.org/attachment.cgi?id=31492)
screenshot showing the transparent cursor problem
Things with transparency, like the mouse cursor in the menu, or the characters
over the landscape, are rendered badly:
* Mouse cursor: It is always surrounded by a black box, which is not redrawn
after moving the cursor away.
* Characters: Their background is replaced what seems to be parts of other
images/animations.
Additionally the game is very sluggish and slow, but that could be result of
the next thing:
This is accompanied by masses of this debug output on the console:
---
fixme:d3d_surface:surface_download_data Readback conversion not supported for
format WINED3DFMT_B5G6R5_UNORM.
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software
blit
---
--
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=16258
Summary: .net 2.0's ngen.exe hangs while compiling a particular
assembly
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://www.neoaxisgroup.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
http://www.neoaxisgroup.com/wiki/Tutorials/NeoAxisUbuntu
says that the NeoAxis 0.57 demos run on Wine-1.1.5.
However, when I tried
http://www.neoaxisgroup.com/downloads/NeoAxisEngineNonCommercialSDK-0.57.exe
or
http://www.neoaxisgroup.com/downloads/NeoAxisEngineNonCommercialSDK-0.58.exe
with wine-1.1.9, installation hung with the following output:
Compiling 1 assembly:
Compiling assembly C:\Program Files\NeoAxis Engine Non-Commercial SDK
0.58\Game\Bin\Renderer.dll ...
Error compiling C:\Program Files\NeoAxis Engine Non-Commercial SDK
0.58\Game\Bin\Renderer.dll: Exception from HRESULT: 0x80070004
This failure happened regardless of whether I installed lots of
packages first with winetricks (as they recommend) or just dotnet20.
It also happens when I try the wine-1.1.5 packages from winehq.
You can reproduce the hang with the command
wine C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\ngen.exe install
"C:\\Program Files\\NeoAxis Engine Non-Commercial SDK
0.58\\Game\\Bin\\Renderer.dll"
There's a +relay log of that latter command at http://kegel.com/wine/log1.rz
--
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=13050
Summary: FMS: Crashes with Application Error: "Exception EComPort
in module..."
Product: Wine
Version: 0.9.61.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew(a)radford.net.nz
Created an attachment (id=12805)
--> (http://bugs.winehq.org/attachment.cgi?id=12805)
stack dump
FMS 2.0 alpha 8.5
wine 0.9.61, un modified 'out of the box'
Ubuntu Hardy Heron, AMD64
This program installs but will not run.
It fails with an application error dialogue
"Exception EComPort in module FMS.EXE Registry error (win error code: 6)"
It will not work in any windows emulation 95,2000 etc
The program is quite old, but still available free here:
http://n.ethz.ch/~mmoeller/fms/index_e.html
--
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=22560
Summary: Midizter and Hauptwerk can't find audio driver device
with latest version of wine
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dragonservicing(a)yahoo.co.uk
I have been trying out both Miditzer and Hauptwerk programs using wine and they
seemed to generally run ok. But now I have upgraded to the latest version of
wine 1.142 they both can't find the audio driver device, and produce no audio
at all.. I have tried enabling both alsa and oss drivers in the wine
configurator panel and this doesn't help. I'm using Mandriva 2010.
I have also tried to re install both programs but this hasn't helped.
Miditzer is program to allow the simulation of a Wurlitzer pipe organ and
Hauptwerk is a program to allow a simulation of a Church Organ.
--
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=25034
Summary: Microsoft .Net 3.0 Install fails.
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c0rphan(a)gmail.com
Created an attachment (id=31727)
--> (http://bugs.winehq.org/attachment.cgi?id=31727)
Console Log
When running dotnetfx3.exe the install fails and brings up the Microsoft Error
Reporting tool.
--
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=24155
Summary: Ventrilo 2.1.4 is unable to to open codec stream
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivan88(a)centrum.cz
Ventrilo 2.1.4 cpomplains about not being able to open codec stream (msg610)
even though msgsm32.acm is in /system (/system32) and system.ini has correct
line for it.
Wine 1.3 (and 1.1.44) seems to come whith codec installed and .ini set, but
Ventrilo cannot find it or open it. Replacing pre-installed msgsm32.acm with
original Windows XP file (which has different checksum) does not make it work
either, it is still unable to open codec stream (error 8).
I have compiled and checked Wine 1.1.25. This version does not have neither its
own msgsm32.acm file nor line for it in system.ini, but works when these are
supplied manually.
So, what I report is basically that known trick to run Ventrilo does not work
anymore with newer Wine versions.
--
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=23226
Summary: Error in opening the program Neuromemory
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mufan(a)op.pl
Neuromemory program after installation (and no problem-correct), will not boot.
White spot appears.
--
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=19168
Summary: Serious Sam can't find install CD
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tethys(a)gmail.com
I've been running Serious Sam under an ancient version of Wine (0.9.46)
for quite a while. To avoid having to dig out the CD every time I wanted
to play it, I copied the install CD to disk, and configured Wine to treat
that as a CD-ROM drive. This all worked perfectly, and at startup, Serious
Sam found the install CD present, and ran as expected.
However, I recently upgraded to Fedora 11, complete with a shiny new Wine
version. However, Serious Sam now can't find the install CD at startup.
I've checked in winecfg, and it's still there, mapped as drive D, and
marked as being a CD-ROM.
My home directory is NFS mounted, and hence identical between the version
of Wine that works and the one that doesn't.
It may or may not be relevant, but I've gone from a 32-bit OS (albeit on a
64-bit machine) to a 64-bit one.
--
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=10477
Summary: Weird graphics with vertex shaders in Soul Reaver 2 Demo
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.gamespot.com/pc/action/soulreaver2/download_2
827202.html?om_act=convert&om_clk=files&tag=files;title;
2
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: killertux(a)suomi24.fi
CC: jave27(a)gmail.com
Since the vertex shader fix patch Soul Reaver 2 Demo graphics looks crappy
first two fullscreen splash screens are filled with solid surface also main
menu is quite full of this stuff... same problem happens also in the
gameplay... Retail version was not tested.
Vertex shader must be enabled to reproduce this(enabled by default)
regression patch:
6a97f2202e91fed286ff6ca254926e5f57ca17c1 wined3d: Fix for vertex shaders.
system:
nVidia GeForce 6600 GT
binary blob version 100.14.19
--
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=23139
Summary: after successful installation, it doesn't open because
of "ntdll exception"
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moakkat(a)yahoo.fr
Hello everyone,
Wine can't open the program after it has installed it correctly..
In fact, when opening it via GUI method (meaning: using the application menu,
graphically ), it doesn't open at all..it just seems to be loading something,
but then stops and nothing is shown on the screen.
Therefore, I had to open it via a terminal by typing:
wine /...path.../app.exe
(at first it didn't open because of a DLL file missing, called MFC42.dll, but
then I found it and resolved that error)
when starting it this way (via command-line), the first image of the program
appears....but it fails to start, and two error boxes appear:
-one big box on top, titled "Program Error" (which is very very similar to a
Windows XP well-known error message), and says: "The program Q5.exe has
encountered a serious problem and needs to close. We are sorry for the
inconvenience."
-another box titled "Application Error", which says:
"Exception EExternalException in module ntdll.dll at 0002D7B2.
External exception C0000025."
--
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=28238
Summary: Call from 0x7b839ce9 to unimplemented function
msvcp80.dll.??0?$basic_ifstream@DU?$char_traits@D@std@
@@std@@QAE@XZ
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=36178)
--> (http://bugs.winehq.org/attachment.cgi?id=36178)
Terminal output on wine-1.3.27-100-gc268c40
Steps to reproduce:
1) remove ~/.wine
2) wine Setup.exe
3) Installation screen of AutoCAD2008 shows up
4) Click "Install"
Behaviour:
Installer exits.
Expected behaviour:
Installer should continue.
Additional info:
Is there any possibility this isn't commit
msvcr80: Add a WinSxS manifest resource.
that have caused this regression?
If I create wineprefix with wine 1.3.27 and start installation with wine 1.3.26
the installer also fails.
--
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=18976
Summary: Ending video in the Rime Age crashes the game
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=21842)
--> (http://bugs.winehq.org/attachment.cgi?id=21842)
Debug Trace Log
The last puzzle of the game activates a video, but when the video attempts to
play the game crashes out. The are no problems with any other videos in the
game.
System:
Ubuntu 9.04, nVidia onboard Geforce 8200 (with nVidia drivers 180.44) with my
own locally compiled wine 1.1.4.
--
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=28202
Summary: Warrior Kings-Battles hangs with the splash screen
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://www.fileplanet.com/121046/120000/fileinfo/Warri
or-Kings:-Battles-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: m.b.lankhorst(a)gmail.com
Regression SHA1: d54c53a4b64223cb5744571b9f56064543e385c0
Created an attachment (id=36119)
--> (http://bugs.winehq.org/attachment.cgi?id=36119)
+quartz,+tid log (winegstreamer enabled)
The game freezes after starting, showing only a black screen or the splash
screen (this varies between runs).
Terminal output doesn't reveal any suspicious messages.
The game can be started without the problem in Wine-1.0 (of course, the intro
video is not playing and the game loads directly to the main menu).
The reported problem can be reproduced since Wine-1.1.0 on my system and
regression testing resulted:
d54c53a4b64223cb5744571b9f56064543e385c0 is the first bad commit
commit d54c53a4b64223cb5744571b9f56064543e385c0
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Thu Jun 26 11:26:53 2008 -0700
quartz: Fix Render and RenderFile.
RenderFile should add a source filter and call Render on each output
pin, while Render() should try to connect, first directly to any
existing renderers, and then using intermediates. It uses recursion
since this is the only possible way to implement Render sanely.
:040000 040000 537178770df982e4f576f330b86652f336e3524f
ce5c932c7a7e5552f08aab3282f69887414eacb6 M dlls
Workaround (using a current Wine): native quartz + devenum dlls, disable
winegstreamer.dll
Author of the patch added to CC.
Fedora 15 x86
Gstreamer 0.10.34 +additional plugins installed
--
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=28070
Summary: Knightshift installer crashes on launch
Product: Wine
Version: 1.3.26
Platform: x86
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=35940)
--> (http://bugs.winehq.org/attachment.cgi?id=35940)
plain terminal output
The installer for Knightshift (North American title: Once Upon a Knight)
crashes shortly after starting.
The same crash occurs when starting the installer with Wine-1.0.1, 1.2.3 etc.
I can't reproduce the crash with the demo version of the game. The full game
exhibiting the problem was obtained via Gamersgate digital distribution
service.
Installation went without issues on a Win XP SP3 guest (running under
Virtualbox).
Fedora 15 x86
Kernel 2.6.38.8
GCC 4.6.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16485
Summary: WMP is unable to play mpeg/mpg files, affects Powerpoint
2007's presentation capabilities
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ngoonee(a)hotmail.com
After installing WMP9 (identical results with WMP10, but trace is from WMP9),
WMP is not able to load mpeg/mpg files. The error displayed by WMP is
Windows Media Player cannot play the file. The file is either corrupt or the
Player does not support the format you are trying to play.%0
The important parts of the log (which are generated when trying to load the
mpeg) is quite short, so putting it here.
fixme:quartz:FilterGraphNoThread_create CLSID_FilterGraphNoThread partially
implemented - Forwarding to CLSID_FilterGraph
fixme:quartz:FilterGraphInner_QueryInterface unknown interface
{fc4801a3-2ba9-11cf-a229-00aa003d7352}
fixme:urlmon:IsValidURL ((nil),
L"C:\\windows\\profiles\\ngoonee\\Desktop\\MyTribute.mpg", 0): stub
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
fixme:quartz:AsyncReader_QueryInterface No interface for
{fa2aa8f5-8b62-11d0-a520-000000000000}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{3c43d14f-25b3-4e34-a36c-f575deea29c0}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{56a868fe-0ad4-11ce-b0a3-0020af0ba770}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{3c43d14f-25b3-4e34-a36c-f575deea29c0}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{c1960960-17f5-11d1-abe1-00a0c905f375}!
fixme:quartz:AsyncReader_QueryInterface No interface for IID_IMpegAudioDecoder!
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0xa314
options=0x00000004)
Trace included as attachment. Note that this same behaviour is observed when
trying to play (not insert) mpeg/mpg movies in Powerpoint 2007. WMP is
necessary in order to load movies at all. This also potentially affects other
apps besides Powerpoint (Word, perhaps) as well as some games which have been
known not to be able to play MPEG files.
http://bugs.winehq.org/show_bug.cgi?id=9127 may be related, sorry I'm not aware
how to mark bugs as potential dupes.
This bug does not affect (AFAICS) .avi and .wmv files. I did not have other
file-types to test.
This bug was first asked about and discussed briefly in this thread:-
http://forum.winehq.org/viewtopic.php?p=16478
--
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=23638
Summary: Metaboli Player cannot download games
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.metaboli.de/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsandschn(a)gmx.de
Created an attachment (id=29574)
--> (http://bugs.winehq.org/attachment.cgi?id=29574)
Terminal output in wine-1.2-rc7-10-g509e35d
Note: to reproduce this bug you need a (sadly non-free) Metaboli account!
First download and install the Windows version of Firefox. Open it and log in
at the Metaboli homepage (I use the German one but the steps should be similar
for the French and English versions). You will be asked to install the Metaboli
Player. Installation works fine in wine-1.2-rc7. After restarting Firefox you
will be notified that a new add-on has been installed.
Log in again at the Metaboli homepage. Choose any game and push the "Download"
button. Click on "My Games". The game will indeed appear in the download
section but the download itself never starts. It justs sits there forever. On
Windows the download usually starts immediately.
After the second log in the following four lines are repeated every few
seconds:
err:ole:_get_typeinfo_for_iid No
Interface\{df0b3d60-548f-101b-8e65-08002b2bd119}\Typelib key found.
err:ole:PSFacBuf_CreateStub No typeinfo for
{df0b3d60-548f-101b-8e65-08002b2bd119}?
err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for
{df0b3d60-548f-101b-8e65-08002b2bd119} with error 0x80004005
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
--
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=19466
Summary: 4Story stopped working due to a new cheat/hack
detection system
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.ia_mask(a)spamgourmet.com
Since the patch on the 22.07.2009 for the German 4Story, the game no longer
starts. After clicking "Start" in the launcher, the game just displays a small
dialog box containing the text "###" and an Ok button.
Presumably, this is due to a new cheat/hack detection system that the new
version of 4Story comes with.
If anyone can suggest what to do to give more insight into the situation (like
tracing function calls etc.), I'm open to suggestions.
--
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=14376
Summary: Duelpro's "Yu-gi-oh News" window unresponsive
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.download.com/Duelpro-2008/3000-2121_4-
10496698.html?hhTest
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The app Duelpro opens a web browser if you
doubleclick the "Yu-gi-oh! News" desktop icon,
or choose Online / Latest YGO News from the menu.
Sadly, none of the links in that browser function.
--
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=27402
Summary: Mouse pointer regression with Clifford's Thinking
Adventures (git bisect completed)
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bogstad(a)pobox.com
With the 1.3.20 release, after the first time you click on something in
the game; the mouse pointer goes wacky or disappears entirely. The program
uses its own mouse pointer image. I did a "git bisect" between 1.3.19 and
1.3.20 and this commit is "responsible" for the problem:
commit a59c7cc8596b658d3c0854a737528cf60947ac1f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed May 11 12:30:03 2011 +0200
winex11: Automatically clip the pointer when the foreground window is
full-screen.
The game automatically goes to full-screen when it starts so it sounds
relevant.
Pointers to what kind of logs (and how to generate) which would help with
debugging this would be appreciated.
I don't think it should matter, but I'm using Xephyr as the X server to work
around a 24bit color issue with this program. Everything worked fine with the
wine 1.3.19 release.
--
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=21013
Summary: CHM viewer/MSHMTL gecko wrapper needs more work
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=25204)
--> (http://bugs.winehq.org/attachment.cgi?id=25204)
wordpad.tar.gz: wordpad.chm, Wine appearance, native appearance
Many CHM files aren't shown when open in wine's chm viewer, like e.g. wordpad's
help 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=26697
Summary: F-22 Raptor freezes when loading a mission
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=33995)
--> (http://bugs.winehq.org/attachment.cgi?id=33995)
F22-Raptor backtrace
F-22 Raptor freezes when loading a mission regardless of the Wine configuration
(Windows XP / 98).
Installing the game and launching it works correctly.
Introducing video plays.
After choosing a campaign or free flight, the game freezes with a black screen
during loading the mission
--
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=29035
Bug #: 29035
Summary: winmm deadlock at exit
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Winmm now deadlocks at exit when it failed to play a sound concurrently.
Use my MCI shell from bug #20232, comment #10:
wine wintest.exe mcishell
open z:\usr\share\sounds\ekiga\newmessage.wav alias nm
open z:\usr\share\sounds\ekiga\ring.wav alias ri
set nm output 1
set ri output 1
play ri from 0 notify
This will use "plughw:0" instead of "default" on ALSA. Now copy&paste these 2
lines at once:
play nm from 0
play ri from 0 wait
The first sound will play while the second one gets:
err:winmm:WINMM_OpenDevice Activate failed: 80004005
mci.c:1326: Test failed: mci play ri from 0 wait error: 265(9
MCIERR_DEVICE_OPEN)
Everything seems normal until you try and exit the shell with ^Z or ^D.
mci.c:1332: GetLastError: 1
mcishell: 12 tests executed (0 marked as todo, 1 failure), 0 skipped.
But the program does not exit. Hitting ^C leads to:
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
err:ntdll:RtlpWaitForCriticalSection section 0x7efec8e4 "loader.c:
loader_section" wait timed out in thread 002a, blocked by 0009, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7eecc1c0 "console.c:
CONSOLE_CritSect" wait timed out in thread 002b, blocked by 002a, retrying (60
sec)
...
Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
Bug #28042 too is about loader.c deadlocks. But here it's at exit, not DllMain
start.
Note that for the bug to trigger it seems essential to "play ri from 0 notify"
once successfully.
--
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=19691
Summary: Visual C++ 2005 Express: can't uninstall or reinstall
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Run the script http://kegel.com/wine/vc2005x.sh.txt
(in cygwin in wine)
and then either run 'wine uninstaller' or run that
script a second time. Either way, wine complains
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msidb:JOIN_get_row (0xe1c0d0, 2, 0x87cb28): stub!
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--
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=17345
Summary: So Blonde: Crashes when pick up some items
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pik(a)arcor.de
Created an attachment (id=19380)
--> (http://bugs.winehq.org/attachment.cgi?id=19380)
wine crash output
After picking up the shell on the beach at the very beginning of the game it
crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27750
Summary: No dynamic shadows with pixel shaders enabled in Tomb
Raider: Anniversary
Product: Wine
Version: 1.3.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: H3g3m0n(a)gmail.com
If you have "Allow Pixel Shader" checked in winecfg Lara doesn't cast a shadow.
Disabling pixel shader enables it.
nVidia 260GTX, official drivers 270.41.06, Ubuntu 11.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=18436
Summary: New Shorter Oxford Dictionary won't run after latest
update
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sean.anseo(a)gmail.com
After yesterday's update the program fails on startup with the following
message:
"The program winevdm.exe has encountered a serious problem and needs to close."
I've never had any problems with this program under Wine before. Setting the
application settings to Windows 3.1 doesn't 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=21326
Summary: "Sticky" right click in MS Paint
Product: Wine
Version: 1.1.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
In MS Paint, the right-click drawing function seems to be a little bit buggy.
Holding down the right mouse button and drawing works as it should, producing a
line in the alternate color. However, when the button is released, this drawing
continues as if it was still being held down. It only stops when the left mouse
button is clicked.
The version of MS Paint I used is the one from Windows 98 (not SE, if there's a
difference). AppDB test results suggest this also affects the XP version of
Paint, but I haven't tested it myself.
With a clean wineprefix, running paint, reproducing the bug, then closing the
program produces no terminal output whatsoever.
--
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=24204
Summary: wine notepad crashes: BadLength (poly request too
large or internal Xlib length error)
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=30475)
--> (http://bugs.winehq.org/attachment.cgi?id=30475)
Test file
Open the attached (binary) file with wine notepad and try to scroll down.
adys@azura:~/bin/Work$ notepad Spell.dbc
X Error of failed request: BadLength (poly request too large or internal Xlib
length error)
Major opcode of failed request: 96 (X_RecolorCursor)
Serial number of failed request: 3200
Current serial number in output stream: 3199
or:
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 2434 requests (2340 known processed) with 0 events remaining.
--
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=22996
Summary: Altium Designer print preview displays inverted text
in schematic views
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnvoltz(a)gmail.com
Created an attachment (id=28487)
--> (http://bugs.winehq.org/attachment.cgi?id=28487)
Screenshot
The print preview function in Altium Designer displays inverted (Y axis) text
when viewing the print preview for a schematic diagram.
--
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=24751
Summary: Santa Clause in Trouble does not start
Product: Wine
Version: 1.3.4
Platform: x86
URL: http://users.pandora.be/caiman/files/SantaClausInTroub
leNI.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
fixme:win:EnumDisplayDevicesW ((null),0,0x32d7a4,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x172040,0x172488): stub
fixme:d3d8:IDirect3DDevice8Impl_GetInfo iface 0x12e728, info_id 0x4, info
0x32fcb8, info_size 16 stub!
fixme:d3dxof_parsing:parse_object_members_list Unexpected token 0
err:mmtime:TIME_MMTimeStop Timer still active?!
[FATAL ERROR]
[{0}]: Failed to load mesh object: 'gfx\platt_fire.x'
--
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=9728
Summary: Image and icons corrupts in ShutterFly 2.2
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jt(a)hpl.hp.com
Created an attachment (id=8161)
--> (http://bugs.winehq.org/attachment.cgi?id=8161)
Screenshot of the intro window
Hi,
This bug relates to ShutterFly SmartUpload 2.2 under wine.
Quick description of SHutterFly :
http://appdb.winehq.org/objectManager.php?sClass=application&iId=5595
The major problem is that all the images and icons are corrupted. It
looks that apart from that, the application is usable, but clicking blind on
icons is not very productive.
The first attachement is how the intro window looks like. The corruption
is quite obvious. The middle icon leads to the main upload window, the
screenshot in the second attachement also shows the corruption.
The third attachement is the start of log of running the app.
I got exactly the same results with 0.9.42 and 0.9.44.
The ShutterFly app is free, send me an e-mail and I'll send you a copy
(3MB).
Thanks...
Jean
--
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=21719
Summary: Cannot install Adobe Photoshop CS2 due to
msi_cabextract failure
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jordan.w.bradley(a)gmail.com
I try to install Adobe Photoshop CS2 on Ubuntu Lucid amd64 and it fails at
msi_cabextract, Attached is my console output.
I saw this bug report: http://bugs.winehq.org/show_bug.cgi?id=20725 but I don't
think it's the same.
--
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=14648
Summary: SigmaPlot (9,10 and 11) y-axis title rotated and shifted
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: conboy(a)chem.utah.edu
In SigmaPlot 9, 10 and 11, the y-axis label is rotated 180 degrees and shifted
to the lower left of where is should be. This problem is not related to bug:
14527 90º rotated text not shown, as the problem still persists in the
current wine version 1.1.2. This problem has been present for the past 3-years
at least.
A demo version of the program can be found at
http://www.systat.com/downloads/?sec=d008
The demo version of SigmaPlot 11 will all install. I had the best success with
win version set to Win 98. However, in order to get the program to run, you
need to install DCOM98 and then the program functions properly. At this point
problems with ole errors are eliminated but the DEMO version will not work do
to a problem with the temporary license. To get around this you need to copy
the SigmaPlot folder (demo version) from a windows machine (huge pain I know)
and then everything works.
--
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=15848
Summary: application's splash screen causes wine to hang with
100% cpu usage
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://www.pokertracker.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wtipton(a)hmc.edu
Created an attachment (id=16979)
--> (http://bugs.winehq.org/attachment.cgi?id=16979)
last 1000 lines of WINEDEBUG=+all output
PokerTracker (trial version available at www.pokertracker.com) hangs on
start-up. The application used to work with wine but stopped when a new
version (of PokerTracker) began displaying a fancy transparency-using splash
screen. Now, the splash screen itself just shows up as a grey box and the
program hangs there indefinitely using the whole CPU.
A 30 second or so trace (WINEDEBUG=+all) clocks in at around 100MB.
Presumably, it's stuck in a loop anyway, so I'll attach the last 1000 lines or
so. Let me know if I can post anything that will be more helpful.
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=10872
Summary: World In Conflict silently exits on start
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.gamershell.com/download_20763.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
You need the securom stuff properly installed, else the demo wont launch.
There appears a screen with something said about having not a capable graphic
card to run the game. Just ignore this message (click cancel). After this
actually the intro movie starts but in current git it just exists without crash
or anything,
0f6e826fe02611f7c033405041888d6e083512d8 is first bad commit
commit 0f6e826fe02611f7c033405041888d6e083512d8
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Dec 5 12:35:47 2007 +0100
kernel32: Remove the no-exec fault workaround, it shouldn't be needed
anymore.
:040000 040000 dfe395974058b1a756d34cf47a8198f0c20c950f
91c584a33b06595f23e86bf3ebde483f1be113ed M dlls
--
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=19885
Summary: America's Army 3.0 fails to start
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zonena(a)cs.rpi.edu
Created an attachment (id=23334)
--> (http://bugs.winehq.org/attachment.cgi?id=23334)
Console log
When starting AA 3.0, both from Steam and separately, it crashes during the
splash screen with a seh:setup_exception_record stack overflow.
--
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=28638
Bug #: 28638
Summary: Magic the Gathering - Duels of the Planeswalkers 2012:
Sound only works in Emulated mode
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aersunstrike(a)googlemail.com
Classification: Unclassified
Running Magic: The Gathering - Duels of the Planeswalkers 2012 (from Steam)
with Full DirectSound acceleration causes no audio to be played. Changing the
Prefix to use Emulation DirectSound fixes the issues.
Tested on Mac OS X 10.7.1 (MacBook Pro 13-inch Mid 2010 - Uses Intel HD Audio)
--
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=13017
Summary: Photoshop CS2, info window - missing info.
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rylleman(a)gmail.com
Created an attachment (id=12779)
--> (http://bugs.winehq.org/attachment.cgi?id=12779)
hidden values, info window.
The measure portion of the info window has the wrong size so that only the X:
and W: values are visible. You can't resize the window height to reveal the Y:
and H: values. (You can resize the width of the window but that does not help).
My system is Ubuntu Studio 8.04, AMD64. (No Compiz or other desktop effects
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=15574
Summary: PhotoShop CS2: Photoshop Save As.. dialog ignores
filename input on jpegs and names them ".jpg"
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: login(a)greenstorm.net
1) Open a jpeg image
2) Create a new layer
(This forces Photoshop to default to saving as a PSD. You should be able to do
anything that can't be saved as a jpeg instead of creating a new layer instead)
3) File-->Save As...
4) Use the pulldown tab to select JPEG.
5) Click the Filename field.
6) Hit Home to unselect ".jpeg"
7) Type a filename
8) Hit enter to save the file.
At this point, Photoshop saves your file with the name ".jpg" (it starts with a
., so it's hidden, but it's there. You'll notice is more the second time you
try it in the same folder, and Photoshop asks you if you want to overwrite the
file named ".jpg"
Workaround:
If you stop at step 7, click the filename field and hit Home again, then hit
enter, Photoshop will save your image with the correct filename.
--
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=13359
Summary: Adobe Reader 8 plugin crashes on EULA in Firefox 3
[dogfood]
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://adobe.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If you install Adobe Reader 8 (used to be called Acrobat Reader),
and then try to load a .pdf in Firefox 3, it seems to have
trouble. When I tried it just now, I got a crash:
fixme:shdocvw:navigate_url Unsupported args (Flags 0x33e020:3; TargetFrameName
0x33e010:8)
fixme:urlmon:URLMonikerImpl_BindToObject use running object table
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:shdocvw:bind_to_object BindToObject failed: 80004005
fixme:shdocvw:navigate_url Unsupported args (Flags 0x33e044:3; TargetFrameName
0x33e034:8)
fixme:urlmon:URLMonikerImpl_BindToObject use running object table
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:shdocvw:BindStatusCallback_OnProgress status code 11
fixme:shdocvw:BindStatusCallback_OnProgress status code 14
fixme:system:SetProcessDPIAware stub!
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x021f8886).
Backtrace:
=>1 0x021f8886 in jsd3250 (+0x8886) (0x0033c970)
2 0x60596396 in xul (+0x106396) (0x0033ca54)
3 0x605e9017 in xul (+0x159017) (0x0033caa4)
4 0x7db9befd load_gecko+0x1fd(silent=0x0) [dlls/mshtml/nsembed.c:446] in
mshtml (0x0033cf34)
5 0x7db9ce55 NSContainer_Create+0x25(doc=0x15f8d8, parent=0x0)
[dlls/mshtml/nsembed.c:1643] in mshtml (0x0033cf94)
6 0x7db68ff4 HTMLDocument_Create+0x224(pUnkOuter=0x0, riid=0x15f438,
ppvObject=0x15f45c) [dlls/mshtml/htmldoc.c:1550] in mshtml (0x0033cfe4)
7 0x7db94760 ClassFactory_CreateInstance+0x20(iface=0x15eab0, pUnkOuter=0x0,
riid=0x15f438, ppvObject=0x15f45c) [dlls/mshtml/main.c:155] in mshtml
(0x0033d004)
Since this is having trouble on the EULA screen, adding keyword
'installer' (though that's debatable).
--
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=27381
Summary: Fallout New Vegas hangs by save - backtrace
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daiman(a)seznam.cz
Under Wine ver. from 1.3.19 (at the moment to 1.3.21) Fallout New Vegas
immediately hangs during the save (backtrace).
If I downgrade to 1.3.18 it works fine.
--
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=28706
Bug #: 28706
Summary: Test Drive Unlimited: No ingame sound on 1.3.30
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 8258a5188cc36563809ac7495e49bc43ae4326e4
In-game sound no longer works in 1.3.30 and alsa, tested all possible settings
including hardware acceleration and specifying the output device, no change.
Since it was working fine for 1.3.29 and previous versions, ran an bisect,
result is the following.
8258a5188cc36563809ac7495e49bc43ae4326e4 is the first bad commit
commit 8258a5188cc36563809ac7495e49bc43ae4326e4
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Fri Sep 23 15:03:51 2011 -0500
winealsa.drv: Remove wave, mixer, and dsound driver code.
:040000 040000 e34e9dab6f585755d23f4cad91d4af6dc37b786b
bf2a47c73bcdd75db339177384a4d566c4fa41e6 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=27355
Summary: SumatraPDF 1.6: tooltips leave black rectangles when
disappearing
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Hover a toolbar button, showing the tooltip, then move the mouse elsewhere.
The tooltip disappears, but a black rectangle remains instead (covering the
whole tooltip display area)
--
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=17885
Summary: Focus frame too big in fable
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=20188)
--> (http://bugs.winehq.org/attachment.cgi?id=20188)
Screenshot of select frame
When playing fable, and you focus on object/character the big frame is too big
--
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=21217
Summary: Menu item for "Visual C++ 2005 Express Command Prompt"
busted
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing Visual C++ 2005 Express with winetricks works great:
wget kegel.com/wine/winetricks
sh winetricks vc2005express
but the menu item it installs in
Applications / Wine / Programs / Visual C++ 2005 Express Edition / Visual
Studio Tools / Visual Studio 2005 Command Prompt
doesn't work. When you try it, Gnome gives the error
Text ended before matching quote was found for ". (The text was 'env
WINEPREFIX="/home/dank/.wine" wine "C:\windows\command\start.exe"
"C:\windows\temp\SIT13762.tmp\Visual Studio 2005 Command Promptomspec /k
""C:\Program Files\Microsoft Visual S udio 8\VC\vcvarsall.bat"" x86')
That menu item is stored in
~/"./share/applications/wine/Programs/Visual C++ 2005 Express Edition/Visual
Studio Tools/Visual Studio 2005 Command Prompt.desktop"
which contains the line
Exec=env WINEPREFIX="/home/dank/.wine" wine "C:\\windows\\command\\start.exe"
"C:\\windows\\temp\\SIT13762.tmp\\%comspec%" /k ""C:\\Program Files\\Microsoft
Visual S udio 8\\VC\\vcvarsall.bat"" x86
which looks broken in several ways:
first, there's a space instead of a t in Visual Studio 8;
second, the double quotes around vcvarsall.bat look suspicious;
third, the whole "C:\\windows\\temp\\SIT13762.tmp\\%comspec%" bit looks just
wrong, that should just be cmd, shouldn't it?
--
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=26337
Summary: Age of Mythology crash on exit
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=33553)
--> (http://bugs.winehq.org/attachment.cgi?id=33553)
Console output
After I close the game I get an error message and then the wine error message
that something went wrong.
--
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=29046
Bug #: 29046
Summary: Office 2007 apps crash loading document properties
editing window
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
Regression SHA1: 3eafe92ba31aa4369e652777762b0bd122fa39bb
To reproduce, click the Office button, then select Prepare=>Properties. If
dw20.exe (Office's error handler) is not disabled it will intercept the crash
and the app will freeze; if dw20.exe is disabled, Wine's crash dialog will
appear.
Regression test results:
3eafe92ba31aa4369e652777762b0bd122fa39bb is the first bad commit
commit 3eafe92ba31aa4369e652777762b0bd122fa39bb
Author: Gerald Pfeifer <gerald(a)pfeifer.com>
Date: Thu Sep 8 01:08:56 2011 +0200
mshtml: Add failure detection to set_downloading_proc.
:040000 040000 2c68bce4ad6196ae9a4a0c4fbedb897bdc05a3cd
2a4f4357614089b5af4423716979f93e67ef18bf M dlls
Reverting the patch fixes 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=17036
Summary: GTA2 (Grand Theft Auto 2) runs too slow to be playable
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
In short the game runs at about 2fps making it completely unplayable. Not sure
if this is a regression or just another "poor performance on ATi cards" issue
so I'm about to regression test a few versions of Wine and see if anything
changes (game used to run fine on my GeForce 7900GTO a while ago).
--
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=17370
Summary: Notepad++ 5.2 crashes when triggering tooltip over macro
record toolbar button
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://sourceforge.net/project/showfiles.php?group_id=95
717&package_id=102072&release_id=659500
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=19415)
--> (http://bugs.winehq.org/attachment.cgi?id=19415)
Notepad++ 5.2 first chance exception backtraces
With today's Git (wine-1.1.14-433-g0cc91ab), when placing the mouse over the
macro record button, Notepad++ incurs an access violation, eventually leading
to a graceful termination. I've attached a winedbg run showing the first-chance
exceptions incurred, the first couple being during startup, which did not cause
any noticeable problems, and the last few being when the reported access
violation occurs. I also rebuilt Notepad++ with MSVC++ 2008 in order to gain
symbolic 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=15531
Summary: page fault on read access
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nico_mey(a)web.de
Hello!
Running my application "Janosch - Kleine Tigerschule" I receive the following
error message:
Unhandled exception: page fault on read access to 0x0000001c in 32-bit code
(0x3d12c98f).
Kind regards,
Andreas
--
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=28516
Bug #: 28516
Summary: Regression: Red Alert 3 crashes when loading map
Product: Wine
Version: 1.3.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
CC: vshader(a)gmail.com
Classification: Unclassified
Regression SHA1: 08186a9c26e954aea26ad0129cae35f24f18054e
Created attachment 36596
--> http://bugs.winehq.org/attachment.cgi?id=36596
wine-1.3.29 output
The menu works fine when loading any map (tutorial, skirmish, mission) the game
crashes immediately.
A regression test returned this result:
08186a9c26e954aea26ad0129cae35f24f18054e is the first bad commit
commit 08186a9c26e954aea26ad0129cae35f24f18054e
Author: Mariusz Pluciński <vshader(a)gmail.com>
Date: Thu Jun 30 14:59:46 2011 +0200
shell32: Check for known folder existance.
:040000 040000 b3f8d21b18277ad943ac1b8d0f723d2fd967960f
8db8eca5b64afce8ab414dd5437335dbe3e19299 M dlls
This patch was committed between wine-1.3.23 and wine-1.3.24 so wine-1.3.24 is
the first bad version.
I have tested in current git head (wine-1.3.29-99-g3960ea8) and the problem is
exactly the same.
Output with of wine-1.3.29 is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23827
Summary: HTML-Kit crashes on exit
Product: Wine
Version: 1.2
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: huw(a)codeweavers.com
Created an attachment (id=29905)
--> (http://bugs.winehq.org/attachment.cgi?id=29905)
Standard crash log
HTML-Kit 292 crashes after the following procedure:
1. Start the program, answer no to all first-run questions (if applicable)
2. Choose "create a new file"
3. Close the program
This happens in wine-1.2-562-ga6203f8 but not in 1.2, so I did a regression
test:
6d1ef3a6a64f0fabf05ce1bba5f0ec4373684786 is first bad commit
commit 6d1ef3a6a64f0fabf05ce1bba5f0ec4373684786
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu Jul 22 13:37:19 2010 +0100
ole32: Implement cross-process drag and drop.
:040000 040000 ab88cc6bf0936bc4adc7bff0673415282613d919
065c727204a46d01708bc01f10484cad8527e1a2 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=24659
Summary: gmax under wine 1.3.3: The material Navigator reports
a system fails and terminates the program
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jwinterton(a)ezlink.ca
Regression test shows:
john@john-lynx-lts:~/wine-git$ git bisect good
127260bb628d029c7608e96013bcec207e635249 is the first bad commit
commit 127260bb628d029c7608e96013bcec207e635249
Author: Huw Davies <huw(a)codeweavers.com>
Date: Wed Jul 28 11:42:04 2010 +0100
ole32: Pass a real IUnknown ptr to CoMarshalInterface.
:040000 040000 639e42615e9f49f4aa299f6c026e35c9e561e5ef
dce41174685dec38beb6077b82d2171ec6032b4e M dlls
This has exacerbated the bug where the material navigator cannot access its
file system list box.
--
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=24791
Summary: Broken display in Might and Magic VII: For Blood and
Honor
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.holyszewski(a)upcpoczta.pl
Created an attachment (id=31344)
--> (http://bugs.winehq.org/attachment.cgi?id=31344)
Title screen of Might and Magic VII: For Blood and Honor
This bug prevents Might and Magic VII: For Blood and Honor from being playable.
>From my AppDB report:
What works
Game seems to start, smoething that looks like a failed attempt at displaying
the title screen shows. Mouse seems to work, Alt+F4 to quit works.
What does not
Display is completely broken. Everything is squeezed into the bottom-right
triangular half of the screen, and the squeeze is "perspective correct" so to
say. It looks like a projective transformation of the original screen rectangle
into a degenerate quadrilateral with left edge collapsed at the bottom left
corner. That hints strongly at a borked projection matrix somewhere.
The problem started occuring probably somewhere during the 1.2 release
candidate phase, and is still present as of 1.3.5.
Arch Linux i686
xorg-server 1.9.0.901-1
xf86-video-intel 2.13.0-2
intel-dri 7.9-1
mesa 7.9-1
libgl 7.9-1
Attaching a screenshot of what the title screen has become.
--
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=28033
Summary: CAJViewer 7.1 install failed on some machine
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: fracting(a)gmail.com
Created an attachment (id=35892)
--> (http://bugs.winehq.org/attachment.cgi?id=35892)
Log: install failed on ubuntu
On Ubuntu 10.04 32bit with wine-1.3.25-451-g3353261 :
1. Download CAJViewer
$ wget http://viewer.tj.cnki.net/CAJViewer%207.1.2.self.exe
2. Start CAJViewer
$ wine CAJViewer\ 7.1.2.self.exe
The installer claim to "Serious Error" and quit.
--- full log ---
fixme:advapi:DecryptFileA "C:\\users\\fracting\\Temp\\IXP000.TMP\\" 00000000
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
err:msi:cabinet_copy_file failed to create L"C:\\Program Files\\TTKN\\CAJViewer
7.1\\sp\\\5de5\5177\4e66.xml" (error 2)
err:msi:extract_cabinet FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"CAJViewer 7.1.21.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- end full log ---
However, on another machine, arch 32bit with wine-1.3.25-451-g3353261 as well,
the installer works well.
--
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=27826
Summary: SpongeBob: Truth or Square Demo crashes before you can
start
Product: Wine
Version: 1.3.24
Platform: x86
URL: http://games.on.net/file/43588/SpongeBob_Truth_or_Squa
re_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Created an attachment (id=35590)
--> (http://bugs.winehq.org/attachment.cgi?id=35590)
wine SpongeBob\ -\ Truth\ or\ Square.exe &> log.txt
After pressing try it free it crashes once a page loads.
--
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=25615
Summary: Wine Internet Explorer cannot load kongregate
Product: Wine
Version: 1.3.10
Platform: x86
URL: http://www.kongregate.com/
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
If I try to open http://www.kongregate.com/, or any page in that site, in Wine
Internet Explorer, the result is a blank page.
--
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.