https://bugs.winehq.org/show_bug.cgi?id=38667
Bug ID: 38667
Summary: DAZ3D 4.8 cant start it's private Postgres as it sees
Wine accounts as admin. Note line 18269.
NtReadFile,NtWrfile (privilege check kluge) or
NtQueryTokenProcess are cause. Want to downgrade
privilege for groupname 'postgres' only. Where shall I
patch?
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: eternalsquire(a)hotmail.com
Distribution: ---
I rebuilt latest WINE 1.77.44 on ThinkPad laptop running on 32-bit Anti-X
Version 5 Beta 2.
DAZ3D 4.8 (PRO free limited time beta) cant start it's private Postgres as it
sees Wine accounts as admin. Note line 18269. NtReadFile,NtWrfile (privilege
check kluge) or NtQueryTokenProcess are cause. Like to downgrade privilege for
username 'postgres' only. Where shall I patch?
If I can fix this with your help, DAZ3D free promotions will be instant
Platinum. They're Gold already but for the Postrgres, but it has a backup
obsolete database so COULD do without, but even as a hack distribution I could
make more people than you can ever know very happy, including myself. happy.
I saw the existing reports on Administrative privilege problems. I know you
believe having all processes running as Admin from WINE for simplicity, but
Postgres is the one product justifying an exception, and that goes double when
DAZ3D built it proprietary without source. WINE has to give way here because
no one else will.
I won't ask you to find and fix the bug. I just need some of your expertise on
WINE (no internal software documentation!!!) knowing what to look for and
zooming in on the root cause, or worst case, put in a root kluge. I'm a
retired software designer and systems programmer.
--
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=32594
Bug #: 32594
Summary: MessageBox hook WH_CBT HCBT_ACTIVATE sees wrong button
size given MB_DEFBUTTON* style
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: staticinline(a)gmail.com
Classification: Unclassified
MessageBox buttons are not correctly sized during the first call to a WH_CBT
HCBT_ACTIVATE hook if a MB_DEFBUTTON* style is used on the message box.
Observe in the Wine msgbox.c:MSGBOX_OnInit code, the "position the buttons"
loop iterates through each button, and if a button has a MB_DEFMASK set, it
also calls SetFocus, which triggers the WH_CBT HCBT_ACTIVATE hook. This is
before this loop positions the remaining buttons. The attached
wine-msgbox-patch.txt is a patch to Wine 1.5.20 that positions all the buttons
before processing the MB_DEFMASK.
This problem affects programs using the wxWidgets 2.9.x GUI library, whose
message box implementation measures (via GetWindowRec) the initial sizes of the
buttons during a WH_CBT HCBT_ACTIVATE hook [2]. This problem is analyzed more
fully in a wxWidgets ticket [1].
The problem has also been observed to affect at least as far back as Wine 1.0.1
(debian squeeze, x86).
[1] http://trac.wxwidgets.org/ticket/14926
[2] http://trac.wxwidgets.org/browser/wxWidgets/trunk/src/msw/msgdlg.cpp#L369
--
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=31697
Bug #: 31697
Summary: Can't Register Sony Media Manager, couldn't get cookie
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Trying to reproduce bug 31695, I downloaded Sony Media Manager for Walkman 1.2,
9e0e4ab39084724c4f6001de5f2df8b39390ddcf mm4wm12_lite.exe
from
http://esupport.sony.com/perl/swu-download.pl?upd_id=3733&SMB=YES&template_…
Running
wine mm4wm12_lite.exe
downloads and tries to install vcrun2005, quicktime 7, and wmp11 runtime.
It hangs and fails with "requirements not met".
To work around this, follow the tip from
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20125&iTesting…
e.g. download
abc56a568dd1e8ffbfb6f1cbd4d42c031003ed52 wmp11-windowsxp-x86-enu.exe
from http://download.cnet.com/windows-media-player/
then do
cabextract wmp11-windowsxp-x86-enu.exe -F wmfdist11.exe
cabextract wmp11-windowsxp-x86-enu.exe -F wmp11.exe
wine wmfdist11
wine wmp11
Both installs will hang after declaring success; ^C them.
(You can do that from a clean wineprefix or after the installer fails once,
doesn't matter.)
Running mm4wm12_lite.exe then downloads and installs vcrun2005 and quicktime 7,
then runs the Media Manager installer. This fails right at the end
when it's doing "Please wait for initial configuration of Media Manager",
with dialog box
"Fatal error in gc
GetThreadContext failed"
Killing this and then starting the app fails because of a missing registry key.
To work around this, run winetricks dotnet20 before installing.
Then installing succeeds, and on first run the app requires you to register.
Doing so fails with a dialog "Requesting cookie... " followed by
"An error occurred during registration", and console messages:
fixme:wininet:set_cookie persistent cookies not handled (L"expires=Wed,
13-Sep-2017 11:27:19 GMT; path=/; HttpOnly")
fixme:wininet:set_cookie httponly not handled (L"HttpOnly")
fixme:wininet:set_cookie secure not handled (L"Secure; HttpOnly")
('winetricks wininet' seems to get further, then runs into what look like
wintrust problems, but that's another bug)
--
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=33275
Bug #: 33275
Summary: Far Cry: Segmentation Fault on start
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ascendant512(a)gmail.com
Classification: Unclassified
Created attachment 44023
--> http://bugs.winehq.org/attachment.cgi?id=44023
Compressed relay debug log, use unxz or xz --decompress
When executing FarCry.exe, wine will segfault. This happens before the game
finishes starting.
This is not a duplicate of http://bugs.winehq.org/show_bug.cgi?id=9252
The segfault happens before any Direct3D calls are made. I've attached the
output of debug.err when running this script:
#!/bin/bash
export WINEPREFIX=/mnt/media/bin/.wine/far_cry
export WINEDEBUG="+relay,+d3d"
wine "C:\Program Files (x86)\Far Cry\Bin32\FarCry.exe" 2> debug.err
Output of above is:
./farcry.bash: line 4: 24716 Segmentation fault wine "C:\Program Files
(x86)\Far Cry\Bin32\FarCry.exe" 2> debug.err
This is of course a fresh wine prefix, no winetricks.
Host OS: Gentoo amd64
wine compiled with these use flags:
X alsa cups elibc_glibc gecko jpeg lcms mono mp3 ncurses nls opengl oss perl
png prelink scanner ssl threads truetype udisks v4l win32 win64 xinerama xml
-capi -custom-cflags -fontconfig -gphoto2 -gsm -gstreamer -ldap -odbc -openal
-opencl -osmesa -pulseaudio -samba -selinux -test -xcomposite
GCC version: 4.6.3
Game patched to version 1.4 with no-cd
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38927
Bug ID: 38927
Summary: IVONA Voices (SAPI TTS): Trial period (30 days)
prematurely expires as soon as wineserver session ends
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: ebemacc+bugreport(a)gmail.com
Distribution: ---
How to reproduce:
1. Set OS version to Windows 2000 in order to allow installation of SAPI 5.1
redistributable.
2. Install any IVONA voice, but do not close installation wizard once completed
in order to keep wineserver session alive:
http://download.ivona.com/pub/Install/Ivona_Voice_1.6_Emma_22kHz.dat
3. Install IVONA Control Center:
http://download.ivona.com/pub/Install/Ivona_ControlCenter_inst.dat
4. Control Center should show installed voice with a remaining trial period of
29 days.
5. Close all Windows programs and wait for wineserver session to end.
6. Run Control Center.
7. Control Center should show trial period to be prematurely expired.
(Note: This problem is not confined to the Control Center; IVONA voices will
also refuse to load in any other setting.)
Thank you.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40662
Bug ID: 40662
Summary: CAPS key Not Working !!
Product: Wine
Version: 1.9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi.
I test version 1.9.10 of wine. I suffer from very bad bug. When I try to
register "Very PDF Password Remover version 4", & due to bug 40496 which still
existing, I try to enter serial number menually. It contain CAPS characters.
When I press on CAPS lock key (activating it) I noticed that character still
entered as small not as capital. For ex: D it entered as d inspite of
activation CAPS lock key ! As a result, now, I'm unable to register PDF
Password Remover that previously was possible! It say "Invaled serial number"
This bug is very bad. Please fix it. If it remain this mean that many programs
(or in fact most programs) could not be registered although they could be
installed.
--
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=32094
Bug #: 32094
Summary: Dragon Age: Origins crashes in opengl
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovvldc(a)gmail.com
Classification: Unclassified
Created attachment 42313
--> http://bugs.winehq.org/attachment.cgi?id=42313
backtrace with default settings
I have tried running Dragon Age: Origins. I am using Wineskin, which
conveniently wraps a vanilla Wine engine (1.5.16 in this case) and XQuartz, the
latest X11 version for Mac. I am using OS X 10.6.8 with an nVidia 9400M CPU.
Installation: used Winetricks to install MSXML3, PhysX and dotnet2.0sp2. This
was done because the installer otherwise complains about malformed XML, because
the PhysX installer crashes and because it was anyway installing dotnet2.0sp2.
The game installer also installed directx9, xact and xinput by itself (not
knowing it was running under Wine).
I then installed Awakenings (for which the installer crashed towards the very
end) and patch 1.04 (1.05 has really minor changes and is not worth bothering
with).
When I ran the game, I got a crash in the splash screen:
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x9aa78e4f).
The backtrace is attached as DAO_backtrace.txt. Lots of things going through
the opengl code with the closest native bit being:
d3d9_device_DrawIndexedPrimitive.
I then tried using glsl=disabled, which immediately crashes the game on
startup, so I turned that back to glsl=enabled
I then set ddr=gdi, thinking that the crash might go away if I move away from
opengl for this section. This worked, and I got the game to start and show the
usual main menu.
I then chose 'new game' and the game crashed as soon as I tried to skip the
opening cinematic:
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x7671475f).
The backtrace is attached as DAO_backtrace ddr=gd.txt. Again, some things going
through the opengl code with the closest native bit being:
d3d9_swapchain_Present.
I hope this description and the backtraces are of some use.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40709
Bug ID: 40709
Summary: iexplore crashes when proxy enabled
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Enable Proxy support in the registry.
Running the following crashes.
wine iexplore
This worked in 1.9.10.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40593
Bug ID: 40593
Summary: wininet:http test regression (failure & timeout)
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The commit below introduced four new wininet:http failures and a timeout on
Windows XP machines that have Internet Explorer 6.0 (for instance fg-winxp-1sp,
fg-winxp-2sp and fgtb-fgtbwinxp). These failures are:
http.c:4784: Test failed: InternetReadFileExW failed: 120
http.c:4784: Test failed: dwBufferLength = 4096, expected 2
http.c:4784: Test failed: Unexpected data
http.c:4757: Test failed: InternetReadFileExW returned 0 (120)
test failed: timed out
See:
https://test.winehq.org/data/tests/wininet:http.html
commit e68e03c72ae3477d2fd47b19c413209bcc322d57
Author: Jacek Caban <jacek(a)codeweavers.com>
AuthorDate: Wed May 4 12:40:03 2016 +0200
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Thu May 5 01:27:52 2016 +0900
wininet/tests: Added IRD_NO_WAIT flag tests.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40624
Bug ID: 40624
Summary: Source games cause GL Error
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: contrib(a)maxqia.com
Distribution: ---
Created attachment 54489
--> https://bugs.winehq.org/attachment.cgi?id=54489
new error
When I'm in CS:GO in 1.9.5, the lighting is broken. This doesn't happen on
1.9.4. It causes a GL error which is reproducible in TF2 and CS:GO.
The error is attached
Running a bisect on dlls/wined3d turns up this
b76fcbe0da45329ff784b027457b4c14c691e215 is the first bad commit
commit b76fcbe0da45329ff784b027457b4c14c691e215
Author: Stefan Dösinger <stefandoesinger(a)gmx.at>
Date: Sun Feb 21 21:29:57 2016 +0000
wined3d: Keep track of FBOs through the GL names.
Signed-off-by: Stefan Dösinger <stefandoesinger(a)gmx.at>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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.