http://bugs.winehq.org/show_bug.cgi?id=18472
Summary: Mafia hangs
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: retrry(a)gmail.com
Created an attachment (id=21090)
--> (http://bugs.winehq.org/attachment.cgi?id=21090)
wine output on crash
Mafia game hangs:
--after playing and trying to exit
--in-game
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37584
Bug ID: 37584
Summary: Holding down mouse on themed button, unthemes it.
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 50009
--> https://bugs.winehq.org/attachment.cgi?id=50009
Video showing the bug
Using Luna, or another theme (also tested using the free Ambience theme).
Ambience theme that also displays the bug
http://www.omgubuntu.co.uk/2010/08/ubuntu-ambiance-theme-for-windows-xp-wine
When holding the mouse button down, the button becomes unthemed, navigating
with the keyboard will retheme it.
Video showing the bug (also attached)
https://www.youtube.com/watch?v=XdiO1a-B8ic&feature=youtu.be
--
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=36849
Bug ID: 36849
Summary: eTax 2014 installation under Wine on Linux Mint 17
Qiana
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davidcousens(a)bigpond.com
Created attachment 48937
--> http://bugs.winehq.org/attachment.cgi?id=48937
Wine backtrace while trying to install Etax 2014
Hi,
When trying to install the ATO eTax application under Wine on a Linux Mint 17
system the installation reported an an error with rundll32.exe.
--
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=21085
Summary: Comctl32 status control uses tooltip window wrongly
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
I've been debugging a private application and tracked down the source of a trap
to the way the status control initializes and uses the tooltip control.
The application in question traps because it receives a WM_CREATE message for
the tooltip window and calls GetWindowLong against an hwnd for a value it
should have set earlier - this fails but the code doesnt notice, and results in
a trap.
On windows, the status control does not create the tooltip until the first
WM_MOUSEMOVE event, and hence all application initialization would have
finished in my case. You can clearly see this by use of a simple application
with a statusbar control set to have a tooltip and text, and then use SPY++ to
monitor the window creation messages.
Note this also shows a 2nd problem which is that the status control passes the
tooltip text to the tooltip window to manage. This is wrong, because using the
status bar you can set and then get the tooltip text before the tooltip window
is ever created. Additionally, SPY++ shows that the notify messages (NEEDTEXT
type) are sent to the status window when the tooltip needs the text, both of
which mean that the status control should manage the text.
I have a simple application which has a button for get tip, set tip text, and
using it you can see the behaviour above. It doesnt replicate the trap but you
can see the behavious using it - you dont get a WM_CREATE for the tooltip until
such time as you move the mouse into the statusbar area on windows.
Simple workarounds for me: winetricks comctl32, or modifying the
STATUSBAR_WMCreate method to something like "if (0 && dwStyle & SBT_TOOLTIPS)
{" to prevent the tooltip altogether.
JECC
JECC
--
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=39148
Bug ID: 39148
Summary: Guild Wars 2: Hangs on Close
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: soulhuntor(a)gmail.com
Distribution: ---
Guild Wars 2: Hangs on Close
Starting with 1.7.50 when trying to close Guild Wars 2 the program looks like
it closes but the Gw2.exe is still running.
--
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=36014
Bug ID: 36014
Summary: secur32/{negotiate,ntlm} tests fail with debian's
samba/winbind 4
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Follow up to bug 35965.
The secur32 tests fail on a default installation of samba/winbind4 on Debian 7
(wheezy):
../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p
secur32_test.exe.so negotiate && touch negotiate.ok
WARNING: gnome-keyring:: couldn't connect to:
/home/austin/.cache/keyring-mD4V6F/pkcs11: No such file or directory
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
fixme:secur32:nego_AcquireCredentialsHandleW forwarding to NTLM
fixme:secur32:nego_AcquireCredentialsHandleW forwarding to NTLM
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
Unable to setup messaging listener for
'/var/lib/samba/private/smbd.tmp/msg/msg.10803.179872511':NT_STATUS_OBJECT_NAME_NOT_FOUND
negotiate.c:295: Test failed: server returned 80090304, more tests will fail
negotiate.c:305: Tests skipped: authentication failed, skipping remaining tests
negotiate.c:349: Test failed: DeleteSecurityContext returned 80090301
make: *** [negotiate.ok] Error 2
that lack of version information message seems bad, and makes the tests fail
even worse later (in ntlm.c):
../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p
secur32_test.exe.so ntlm && touch ntlm.ok
WARNING: gnome-keyring:: couldn't connect to:
/home/austin/.cache/keyring-mD4V6F/pkcs11: No such file or directory
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
..
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
===============================================================
INTERNAL ERROR: Signal 11 in pid 10826 (4.0.0beta2)
Please read the Trouble-Shooting section of the Samba HOWTO
===============================================================
PANIC: internal error
but, as Dmitry points out in https://bugs.winehq.org/show_bug.cgi?id=35965#c9,
the wiki says that only ntlm_auth needs to be available, nothing is said about
the configuration:
"To get access to all the features while using NtlmSigningAndSealing, you need
an up-to-date version of ntlm_auth. Samba 3.0.26 or later will do. In some
distributions, you need to install the "winbind" package to get ntlm_auth.
If you want client mode NTLM for Wine, e.g. reading your email using Outlook
over a connection with NTLM encryption, that's all you need. "
--
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=31393
Bug #: 31393
Summary: Nvidia force antialiasing no longer works
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Regression SHA1: 09443f14e75e134328643b5d33aff61bdf4dca32
After AlwaysOffscreen has become enabled by default, games such as GTAIII and
GTAVC (which are unaware of FSAA) can't benefit from nvidia antialiasing
settings out of the box. I'm not sure if it's intended result, but despite it
being possible to disable it back, new default seems no good to me as e.g. on
Windows it's enough to set antialiasing in the driver utility and there's no
need to change D3D configuration.
Maybe wine should check whether default render target is multisampled and
toggle the default?
--
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=32580
Bug #: 32580
Summary: Copy text+images into Word 2007, 2010 doesn't work!!
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: randommaxi(a)yahoo.com
Classification: Unclassified
When I copy a wall of text with images in it from Linux into MS Office, it'll
copy the text, but completely ignores the images.
Please fix. It's kind of a deal breaker with Linux. - My client is pretty
pissed off and I may have to switch all the computers back to windows if he
can't cut&paste.
_
Details:
I can copy text just fine, I can copy images (individually) just fine, but when
I want to copy long documents with both, it doesn't 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.
https://bugs.winehq.org/show_bug.cgi?id=39237
Bug ID: 39237
Summary: urlmon:sec_mgr fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen on the fg-winxp-lusr box which is a Limited
user account running on Windows XP configuration:
sec_mgr.c:774: Test failed: RegCreateKey failed: 5
sec_mgr.c:777: Test failed: RegSetValueEx failed: 6
sec_mgr.c:919: testing zone domain mappings...
sec_mgr.c:931: Test failed: Expected URLZONE_CUSTOM, but got 3
The error code (ERROR_ACCESS_DENIED) corresponds to a registry permission
error.
The tests regression was introduced by the following commit:
commit b9308fa06f4bcce4c340e6d9199c52c6b5ad9130
Author: Thomas Mullaly <tmullaly(a)codeweavers.com>
Date: Fri Mar 11 00:55:31 2011 -0500
urlmon/tests: Added zone domain mapping tests.
See:
https://test.winehq.org/data/tests/urlmon:sec_mgr.html
--
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=32439
Bug #: 32439
Summary: notepad++: selecting text in items
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: icegood1980(a)gmail.com
Classification: Unclassified
As i remember in windows version of notepad++ when tabbing from one
"edit" item to another makes in an new focused one whole text selection if any.
In wineversion it doesn.t work.
E.g. In "replace" dialog box. Focus in "replace what".
Tab-> focusing in "replace with" edit but text in this edit doesn't selected by
default.
I.e. EM_SETSEL message doesn't properly proceed or not sent.
--
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=35993
Bug ID: 35993
Summary: Graphical Glitches in Agarest Generations of War
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)yahoo.com
In some menus, (anything but the inital main menu, save / load game menus, and
world map), there are rapidly changing and rainbow colored polygons being made
all over the game's window. They seem to change based on what is actually being
rendered by the game and the user can influcnce them to a degree by changing
the current selected menu item.
In addition there seems to be missing textures for some menu entries, although
the menu entries can still be selected and used.
This happens in both wine-1.7.13 and wine-1.7.16.
Some hardware info:
OS: Fedora 20 x86_64
GPU: Nvidia Geforce 9800 GTX+
Drivers: akmod-nvidia-331.49-2.fc20.x86_64 (From rpmfusion)
I did have to install some directshow filters (K-Lite Codec Pack 10.4.0) as the
game attempts to play several mpeg 1 videos before the main menu, and will
crash with an error message if it is unable to play them. Even with gstreamer
installed properly it crashes, so the filters were necessary.
Attached are two examples of a broken menu, and what it's supposed to look
like.
--
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=22033
Summary: World of Warcraft Crashes on statup
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Solaris
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.whipp(a)gmail.com
Created an attachment (id=26793)
--> (http://bugs.winehq.org/attachment.cgi?id=26793)
Console and Wowerror output
OS: OpenSolaris snv_134
Wine: 1.1.40 (Compiled)
When launching WoW, I get a screen that looks like it's going to start, but
then immediately crashes. I can here the sound from the app running, but no
video and the wowerror crash screen comes up, follow by the wine "This program
had an error" dialog. I've appended the the console and wowerror output into
an attachment.
In the OSOL contrib repo, there is a binary version of wine 1.0.1. With this
version, WoW runs fine, except there's no sound (the contrib version doesn't
detect any sound drivers).
Help appreciated, very willing to try recommendations and get more output to
you if need be.
I've also tried using WoW in full screen, with a virtual desktop in full screen
and in windowed mode.
--
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=17181
Summary: Winbench 96 disk test fails during recursive directory
deletion; bug in INT21_FindFirst/FindNext?
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install and run Ziff-Davis PC Benchmarks WinBench 96
(on the Winstone 32 cd-rom).
Start it with
cd .wine/drive_c/ZDBENCH/WB96
wine WB96
Get past the hangs described in bug 12267 by killing and restarting twice.
Run the "Disk Tests". Get past the abort
"A DOS file operation that was supposed to fail succeeded during the test.
The following information is for ZDBOp use:
Drive: C Operation: GetFileAttrib
Script Location: 0d0b11 0
Pathname(s): C:\~WBDM.TMP\ZDBENCH\WS96.B03\WORK\PDOX50\"
by applying the patch
http://www.winehq.org/pipermail/wine-patches/2009-January/068579.html
The test runs for a long time, then tries to delete its temporary
directory, C:\~WBDM.TMP, but fails with the dialog
and the app aborts with
"A DOS file operation failed during the test.
The following information is for ZDBOp use:
Drive: C Operation: DeleteTestDir
Pathname(s): SB, ???????????
Working Dir: ~WBDM.TMP
Int 21 Function: 3a 00 CF: 1 Expected CF: 0"
Looking at the log, it seems as if Wine trips over its shoelaces
when the app is doing its recursive directory list,
and does not tell the app about one directory,
C:\~WBDM.TMP\MGA\CPANEL. As a result, the app doesn't
delete its contents, and when the app then tries to
delete C:\~WBDM.TMP\MGA, it fails with 'directory not empty'.
INT21_FindHelper looks awfully tricky. It seems to have
a loop to skip over some directory entries, and maybe this
is firing improperly here. The code seems to date from
2003-11-14, mostly written by Eric Pouech in
http://source.winehq.org/git/wine.git/?a=commit;h=8ca6cadab1ebb386f1dfa2e47…
and touched up by Alexandre same day in
http://source.winehq.org/git/wine.git/?a=commit;h=adfa5e101fc2e01d4276c3f3e…
--
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=15700
Summary: Unable to set/get cursor location through VGA registers
0x3b4 or 0x3d4
Product: Wine
Version: 0.9
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flerchjj(a)ieee.org
Created an attachment (id=16781)
--> (http://bugs.winehq.org/attachment.cgi?id=16781)
Output from Space Quest 5
Apps trying to set or get the text cursor position using VGA registers directly
get an error similar to the following:
fixme:ddraw:VGA_ioport_in Unsupported index, register 0x3d4: 0x0f
fixme:ddraw:VGA_ioport_out Unsupported index, register 0x3d4: 0x0f (value 0x66)
--
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=15688
Summary: DOS games (e.g. Colonel's Bequest) need vga Color plane
write enable register
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://www.abandonia.com/en/games/218/Laura+Bow+1+-
+The+Colonels+Bequest.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Several DOS games, e.g. Colonel's Bequest, complain and display nothing
because Wine does not yet support register 0x3c4 index 2:
fixme:ddraw:VGA_ioport_out Unsupported index, register 0x3c4: 0x02 (value 0x01)
fixme:ddraw:VGA_ioport_out Unsupported index, register 0x3c4: 0x02 (value 0x02)
fixme:ddraw:VGA_ioport_out Unsupported index, register 0x3c4: 0x02 (value 0x04)
fixme:ddraw:VGA_ioport_out Unsupported index, register 0x3c4: 0x02 (value 0x08)
http://www.qzx.com/pc-gpe/vgaregs.txt documents this register/index as follows:
Port-Index: 02h Port: 03c4h
usage: Color plane write enable register
d7,d6 Reserved
d3 Plane 3 Write enable
d2 Plane 2 Write enable
d1 Plane 1 Write enable
d0 Plane 0 Write enable
--
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=15570
Summary: Fake BIOS unable to render text in graphics mode
Product: Wine
Version: 0.9
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flerchjj(a)ieee.org
Fake BIOS interrupt 10h service number 9 has routines to handle character
displaying in a text mode terminal window, but no code exist for handling
graphics modes. No text is therefore displayed in graphics modes. Currently
only 256 color modes (and possibly linear memory 16 color modes) are supported
as graphics modes & these should be fixed first.
Currently Wine tests for text mode by looking at color depth (Wine 1.1.6) and
calls to this BIOS service could cause Fake VGA memory corruption in monochrome
graphics modes (which aren't supported anyways). That is a separate issue but
the patches for it need to be applied before addressing this issue.
I would suggest a use of the OEM_FIXED_FONT, which I believe is defined in GDI,
and converting it to a bitmaps of the proper resolution for desired chars.
GetStockObject(OEM_FIXED_FONT), GetObject, SelectObject, wglUseFontBitmap may
all be useful functions, but I'll have to investigate more later.
--
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=11570
Summary: VDMSound crashes with illegal instruction
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://sourceforge.net/project/showfiles.php?group_id=20
091
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.kcat(a)gmail.com
Created an attachment (id=10741)
--> (http://bugs.winehq.org/attachment.cgi?id=10741)
Trace log and backtrace of crash
VDMSound is used on NT-based Windows systems for emulating audio cards (digital
and midi) for DOS apps. Trying to run the provided dosdrv.exe results in an
illegal instruction when trying to load vddloader.dll. The instruction it seems
to crash on is
popl %gs
in the vm86_[enter|return] assembly functions (in ntdll/signal_i386.c).
I have an AMD X2 4200+ CPU which is a 64-bit CPU, however I'm running a full
32-bit system (32-bit Linux kernel and all; nothing 64-bit). I should also
probably note that the app I'm trying to run through VDMSound (Daggerfall) does
not crash with an illegal instruction, but complains that it can't run under
Windows 3.1, and exits. VDMSound is supposed to help allow the game to run
under real Win2k/XP.
Attached is a +all,-gdi,-syslevel,-heap winedebug trace, along with the winedbg
dump at the very end. You can search for "code=c000001d" to find the point
where it crashes. For some reason, some of the threads' traces in the log get
intermingled at points, and I can't seem to help it much.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41230
Bug ID: 41230
Summary: Startup crash in FAR Manager v2.0 if wineconsole size
is too large
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ctruta(a)gmail.com
Distribution: ---
This crash occurs inconsistently, perhaps because it's caused by a race
condition. Sometimes, it prints the following trace:
*** Error in `far': double free or corruption (!prev): 0xNNNNNNNN ***
For diagnostics, use FAR Manager v2.0 (e.g. latest build 1807). Do not use the
newer version FAR v3.0, which crashes in a different place and for a different
reason.
http://www.farmanager.com/history/far2.x86.msi
I git-bisect'ed it and found it to be a regression of the following commit:
commit ea07c310ecfee6b301e7af8413760eb446e6f184
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: 2012-09-04 13:34:15 +0200
Subject: winex11: Create the whole window at window creation time.
It only occurs under X11. On Mac, using the native Mac driver, everything runs
well.
I have found it easier to reproduce under Ubuntu 14.04 / Linux Mint 17.x than
under Ubuntu 16.04 / Linux Mint 18.x, although it does crash under the later
Linux OS, also. (Just less frequently so.)
Moreover, I have found it easier to reproduce if the wineconsole height is
larger. It works ok most of the time if the height is 40 characters, but it
crashes much more frequently if the height is, say, 60 characters.
The behavior is roughly the same at the time of regression
(wine-1.5.12-36-gea07c310ec) and as of latest version (wine-1.9.17).
I noticed two types of crashes: one that has __clone() calling itself until the
stack runs out, and the other that doesn't have any __clone() calls at all. See
the attachments.
--
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=39840
Bug ID: 39840
Summary: winefile: Unhandled page fault if media mounted or
unmounted
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 53185
--> https://bugs.winehq.org/attachment.cgi?id=53185
Backtrace from error dialog
Steps to reproduce:
1. Start winefile
2. Mount or unmount a CD, USB Flash drive, etc.
3. Boom.
May be related to bug #39839.
--
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=37728
Bug ID: 37728
Summary: [regression][workaround] Misplaced mountains in
Elevated because of changes in shader generator
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: debuser1(a)mt2014.com
Distribution: ---
Created attachment 50226
--> https://bugs.winehq.org/attachment.cgi?id=50226
elevated_1024x768.exe
Steps to reproduce:
1. Install `winetricks winxp vd=1024x768 d3dx9` in empty wineprefix (d3dx9_33
is enough, but winetricks doesn't have a term for it)
2. Run elevated_1024x768.exe ( http://www.pouet.net/prod.php?which=52938 )
3. Get several misplaced mountains, white holes in textures, camera going
through walls sometimes
(see attached screenshots)
Regression since wine-1.5.27-205-g667f422:
commit 667f4225b5cc25c5e4f2f725d55a7c011e12c388
wined3d: Put local constants into the shader code again.
Notes:
May be specific to my videocard (NVidia 8600 GTS), or driver version (295.59),
don't have a newer card around to test.
Patches for bug 37723 are required to make Elevated working
--
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=37226
Bug ID: 37226
Summary: Mass Effect 2 in ATI 6850 not working
Product: Wine
Version: 1.7.25
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: markmarques(a)gmail.com
Created attachment 49498
--> https://bugs.winehq.org/attachment.cgi?id=49498
Mass effect shell wine log
Although in the AppDB is reporting everything in this title as working ,
It installed correctly , started with the correct screen with sound passes to
the (BIoware logo ) bink animations and it goes almost blank with the
attached winelog.txt errors.
using the ATI HD 6850, Linux Mint 17 and the latest ATI proprietary drivers and
Wine 1.7.25.
Tried several settings like the activation of the virtual desktop and so on ,
as stated somewhere in the forums.
Any ideas how to debug further ?
--
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=35514
Bug ID: 35514
Summary: WinZip 18: licence doesn't show up, halting the
installation
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.winzip.com/
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47409
--> http://bugs.winehq.org/attachment.cgi?id=47409
Screenshot
The WinZip 18 installer comes to a window with a "Decline" and "Next" button.
This is, presumably, where as licence should be.
Clicking next prints:
fixme:ieframe:ControlSite_OnFocus (0x2a72148)->(1)
fixme:imm:ImmGetOpenStatus (0x14da768): semi-stub
None of the buttons do anything and the installation cannot continue.
Tried mshtml, ieframe, wininet, ie6, ie7 and ie8 but they either don't make any
difference or cause their own problems.
On occasion, following a failure, the installer will ask you if you would like
to go ahead and install the .msi on its own (which would be nice), but when
saying "Yes" the download immediately fails.
Note: there is an invisible button to the right of the language selection
drop-down. Probably related.
--
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=33308
Bug #: 33308
Summary: Assasin creed 2 steam version
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarkko_korpi(a)hotmail.com
Classification: Unclassified
I got assasin creed working with uplay (bought via steam). The version that
playonlinux recommeds is a bit old. I switched it to the newest one and I get
fps boost. Game was a bit laggy before.
BUT
with the newest wine 1.527 the lady in the game seems like fantastic four guy,
who has too long hands.
I tried to get a screenshot of it, but I was not able.
--
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=14495
Summary: NVIDIA Dawn Demo Fails to run
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://www.nzone.com/object/nzone_dawndemo_home.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cwadge(a)gmail.com
Created an attachment (id=14820)
--> (http://bugs.winehq.org/attachment.cgi?id=14820)
Debug Verbosity
NVIDIA's "Dawn" graphical demo crashes on execution with the following messageL
wine: Unhandled page fault on read access to 0x00000044 at address 0x406609
(thread 0009), starting debugger...
More verbose debugging is attached as a text 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.
https://bugs.winehq.org/show_bug.cgi?id=40631
Bug ID: 40631
Summary: Denuvo support
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roman(a)hargrave.info
Distribution: ---
It should be looked in to whether it is possible to support applications using
`Denuvo` copy protection without any effort from the publisher of
aforementioned copy protection.
--
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=41166
Bug ID: 41166
Summary: World of Warcraft Legion 7.0.3 OpenGL Artifacting
Product: Wine-staging
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: liam(a)lpmdesigns.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Hello,
So I have gotten World of Warcraft running perfectly well in wine-staging
1.9.16. In fact, the performance is excellent at 4k with my GTX 1070.
However, there is some nasty graphical glitches/artifacting going on.
I contacted Blizzard, and they said that it's a Wine problem, not with their
OpenGL implementation.
I made a video of the issue: https://www.youtube.com/watch?v=UHOmLNZ2ejY
What I expect to happen:
- For World of Warcraft to run in OpenGL without said graphical glitches
What did happen:
- Again, I was very surprised from the performance. So if the game can be run
without these glitches, I am as good as golden.
- As a side note, running in Directx 9 does not have these issues, but the
performance is quite worse.
Hoe to reproduce:
- I have a GTX 1070 using proprietary drivers, tested the 367.35 and 370 beta.I
presume this would happen with AMD and other GPU's.
- Launch WoW with patch 7.0.3, and make sure OpenGL is the selected API.
I don't know what logs I could attach, so please let me know if you need any
and I will attach.
--
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=34836
Bug #: 34836
Summary: Jagged Alliance 2 1.x orginal cd version crash.
Product: Wine
Version: 1.7.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lahtis(a)gmail.com
Classification: Unclassified
Created attachment 46440
--> http://bugs.winehq.org/attachment.cgi?id=46440
Backtrace wine 1.7.5 versions.
Testing Jagged Alliance 2 original cd (2 cd's) 1x version. Game install
correctly. But game crash when starting. I’m tested a latest wine 1.7.5
version.
Im also tested a many old versions 1.0.1 etc.. And the end result is the same.
Im added a latest 1.7.5 wine versions backtrace in attachments.
--
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=37693
Bug ID: 37693
Summary: No color printing within applications
Product: Wine
Version: 1.7.32
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: powersurge69(a)hotmail.com
Distribution: ---
I recently loaded Linux Mint 17 on my mother's computer and one of the programs
that she likes to use is CreataCard 3. I loaded this program on her machine
using PlayOnLinux and the latest version of Wine and the program almost runs
perfectly. The only issue that it's having is that the cards are printing in
grayscale on her color HP PSC1410 printer. The same thing happened when I
installed Hallmark Card Studio on her machine. Her printer prints full color
images just fine using other Linux programs. I tested it with another printer
and got the same result. I even tried testing it with an older version of
Linux Mint 13 and it still printed in grayscale so this leads me to believe
that it's a Wine issue. I think this is the same issue that was reported in
bug# 8428 that was abandoned.
--
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=15726
Summary: incorrect text background on listview in Paf 5.2
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://ftp.ldscatalog.com/PAF5AllLangs.exe
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cjstimpson(a)utwire.net
In Paf 5.2
In the dialog from Edit/Add -> Individual, the list view has white instead of
transparent backgrounds for the following text on the left side: "PERSONAL:"
"EVENTS:" "OTHER:".
There's also these partial grey backgrounds that show up on the selected row
that aren't supposed to be there.
--
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=31422
Bug #: 31422
Summary: Generate Website fails to display with iexplore
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 41303
--> http://bugs.winehq.org/attachment.cgi?id=41303
Sample generated website
Attempt to load the attached web site results in an error message being display
"It appears that you may have Javascript disabled. ".
If you use native JScript the same error message is displayed.
--
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=26263
Summary: __wine_call_from_regs violates x86 ABI
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Created an attachment (id=33470)
--> (http://bugs.winehq.org/attachment.cgi?id=33470)
Valgrind output
As far as I know x86 applications should not modify data below the stack
pointer. Running the latest (2011-02-27) git version of Wine under Valgrind
results in many "address is just below the stack pointer" complaints. See also
the attachment for the output of the following command:
valgrind --suppressions=wine-memcheck.supp --trace-children=yes
--trace-children-skip=/usr/bin/wineserver
--trace-children-skip-by-arg=wineboot.exe,winemenubuilder.exe,services.exe,winedevice.exe,plugplay.exe,explorer.exe
--vex-iropt-precise-memory-exns=yes --num-callers=32
--fullpath-after=$HOME/software --error-limit=no --gen-suppressions=all wine
notepad
--
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=9493
Summary: Cosmetic Errors when using Default Luna theme from
Windows XP
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smackdat1(a)gmail.com
Created an attachment (id=7842)
--> (http://bugs.winehq.org/attachment.cgi?id=7842)
errors using luna theme
Background for dragbar is black and Frame and Checkbox labelsdo not blend with
the background. Component is just a guess
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40418
Bug ID: 40418
Summary: Doom 4 requires bcrypt AES provider
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
CC: charles.gorand.dev(a)gmail.com
Distribution: ---
Continuation of bug 40406.
fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm L"AES" not supported
--
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=38064
Bug ID: 38064
Summary: Using alt+enter to fullscreen any rpgmaker XP game
causes keyboard input lose and not fullscreen
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: t_arceri(a)yahoo.com.au
Distribution: ---
Full screen used to work fine in wine-1.7.31 and broke in wine-1.7.31.
Now when I try to go full screen it doesn't take input from the keyboard
meaning I can't exit and have to power off my laptop.
Also it doesn't fullscreen properly just part of the window is redrawn in the
top left.
I've bisected the input issue to this commit:
45d530461bf29c953f5f4532cc0e917b4c4fc296 is the first bad commit
commit 45d530461bf29c953f5f4532cc0e917b4c4fc296
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Nov 13 20:39:25 2014 +0100
wined3d: Minimize device windows on focus loss.
And bisected the drawing issue to:
commit f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 18 21:26:57 2014 +0100
wined3d: Restore the display mode on focus change.
Example app:
http://www.itsqueeze.com/wp-content/uploads/2015/02/Custom_Mouse_System.tar…
You also need the run time package for Rpgmaker XP:
http://www.rpgmakerweb.com/download/additional/run-time-packages
Just run Game.exe and press alt+enter
--
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=40078
Bug ID: 40078
Summary: With IrfanView copied image detail is horizontally
flipped
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Ulf.Zibis(a)gmx.de
Distribution: ---
Please refer to this bug:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1540693
--
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=40623
Bug ID: 40623
Summary: DOOM (2016) crashes on launch
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: strider(a)strycore.com
Distribution: ---
The game does not launch at all. From what I understand from the backtrace, it
crashes in something related to xinput1_3.
--
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=38436
Bug ID: 38436
Summary: Grand Theft Auto V failed to launch
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: franklin(a)goodhorse.idv.tw
Distribution: ---
Created attachment 51297
--> https://bugs.winehq.org/attachment.cgi?id=51297
Backtraces of page fault when launching GTA5 on Linux.
When launching GTA5, it crashed with page fault. My GTA5 was installed via
steam running on Linux. My steam was installed with winetricks.
However, I found that when installing steam with winetricks, it installed
32-bit(x86) version instead of 64-bit version. I wonder if this is why it
failed to launch.
--
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=13332
Summary: widl fails with unknown embedded type for somedata (0x0)
Product: Wine
Version: 1.0-rc1
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sachin_bhandare(a)persistent.co.in
Created an attachment (id=13211)
--> (http://bugs.winehq.org/attachment.cgi?id=13211)
Sample IDL file
Attached sample IDL file fails with following error.
$>widl -I $WINE_HOME/include/wine/windows -I. -s -u -p -h test.idl
error: write_embedded_types: unknown embedded type for somedata (0x0)
I am using following WIDL version
$>widl -V
Wine IDL Compiler version 1.0-rc1
Copyright 2002 Ove Kaaven
--
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=20902
Summary: (winehq.org) Navigation improvements on docs
Product: WineHQ.org
Version: unspecified
Platform: PC
URL: http://winehq.org/site/docs/winelib-guide
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Just a couple of nav improvements for the winelib guide.
http://winehq.org/site/docs/winelib-guide is a 404. It would be nice to make it
a redirect to http://winehq.org/site/docs/winelib-guide/index - complying with
the Jump to Parent feature in some browsers/browser addons and dealing with one
less 404.
Home/Up links are only at the bottom of the page which is very annoying. A
small breadcrumb atop of the page would be very useful.
--
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=40049
Bug ID: 40049
Summary: Firefox complains that it will leave https when
searching wine git log from an https connection
Product: WineHQ.org
Version: unspecified
Hardware: x86
URL: https://source.winehq.org/git/wine.git/shortlog
OS: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Steps to reproduce:
1 - Browse to https://source.winehq.org/git/wine.git/shortlog
2 - Type anything in the search box and press enter.
Complete dialog box text from Firefox:
==============================================
Although this page is encrypted, the information you have entered is to be sent
over an unencrypted connection and could easily be read by a third party.
Are you sure you want to continue sending this information?
==============================================
Actually if you take a look at the page source every link points to http://
instead of inheriting the current scheme.
--
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=28229
Summary: http://source.winehq.org/patches/data/foo doesn't have
proper character set header
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Patches with non-ascii characters in them, e.g.
http://source.winehq.org/patches/data/78111
do not render properly in web browsers.
Let's see what http headers are set:
$ wget -S http://source.winehq.org/patches/data/78111
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Mon, 29 Aug 2011 21:53:21 GMT
Server: Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5
Python/2.5.2
Last-Modified: Mon, 29 Aug 2011 21:50:01 GMT
ETag: "1509746-f335-4ababe07eb440"
Accept-Ranges: bytes
Content-Length: 62261
Keep-Alive: timeout=5
Connection: Keep-Alive
Content-Type: text/plain
Length: 62261 (61K) [text/plain]
text/plain doesn't give much idea what character set is in use.
$ hexdump 78111 -C | head
00000000 46 72 6f 6d 3a 20 41 6e 64 72 c3 a9 20 48 65 6e |From: Andr.. Hen|
http://www.utf8-chartable.de/ says that 'c3 a9' is é, so the page is
probably utf-8, and following http://www.w3.org/International/O-HTTP-charset
the page should probably be served with
Content-Type: text/plain; charset=utf-8
rather than
Content-Type: text/plain
(although until the entire wine tree is in utf-8, it's kind of hard to say
whether patches can actually be represented properly in utf-8.)
--
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=38479
Bug ID: 38479
Summary: tab control: TAB_SetCurFocus ignores result
TCN_SELCHANGING.
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: ktmizugaki+wine(a)gmail.com
Distribution: ---
Created attachment 51321
--> https://bugs.winehq.org/attachment.cgi?id=51321
patch to take care of TCN_SELCHANGING result. depends on patch at
https://bugs.winehq.org/show_bug.cgi?id=38363#c2
TAB_SetCurFocus
--
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=40905
Bug ID: 40905
Summary: PCSX2 1.4.0 needs
api-ms-win-crt-runtime-l1-1-0.d._get_narrow winmain
command line
Product: Wine
Version: 1.9.13
Hardware: x86-64
URL: http://pcsx2.net/download/releases/windows/send/40-win
dows/119-pcsx2-1-4-0-binaries.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
In order to run the PlayStation 2 emulator msvcp140 is needed otherwise it will
refuse to start. So "winetricks vcrun2015" and then when started again there is
a crash about the unimplemented function.
--
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=33104
Bug #: 33104
Summary: Joysticks/pads not detected in Kerbal Space Program.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sal_vager(a)o2.co.uk
Classification: Unclassified
Joysticks and gamepads are not detected in Kerbal Space Program, and cannot be
set as control devices in the games settings so they cannot be use in the game.
Kerbal Space Program is made in the Unity game engine, which uses rawinput for
cross platform compatibility, and while the rawinput patch that was added in
Wine 1.5.13 (
http://gitorious.org/chakra-packages/lib32/blobs/89c459680eb9a67ed8bf44c1ca…
) provides keyboard and mouse support, it doesn't work for joysticks.
Now that rawinput support is integrated, it'd help a lot if the support were
expanded to include sticks and pads.
The KSP demo can be found here:
https://kerbalspaceprogram.com/files/KSP_demo_win.zip
--
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=36946
Bug ID: 36946
Summary: FindFirstFileExW() needs FIND_FIRST_EX_CASE_SENSITIVE
support
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: anduchs(a)gmail.com
FindFirstFileExW() has no support for the FIND_FIRST_EX_CASE_SENSITIVE flag.
Instead it currently returns INVALID_HANDLE_VALUE.
Games affected: Marvel Heroes 2015
The attached patch does not introduce correct handling, but makes the flag
ignored and throws a warning (similar to other places).
--
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=37385
Bug ID: 37385
Summary: Need to implement HTTPREQ_ReadFileEx
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: zhoujie.jchou(a)gmail.com
When I run a sns
software(http://w.x.baidu.com/alading/anquan_soft_down_normal/12035), I
encountered network problem that the software could not connect to internet.
Some logs were list as below:
fixme:wininet:HTTPREQ_ReadFileEx these dwFlags aren't implemented: 0x4.
--
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=35153
Bug ID: 35153
Summary: wine stops with Unhandled Exception during background
web activity. Application Quicken 2012.
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dshelton(a)san.rr.com
Classification: Unclassified
Created attachment 46897
--> http://bugs.winehq.org/attachment.cgi?id=46897
terminal output with error
Wine terminates with following message:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc51760
Problem occurs with version 1.6.1 and 1.7.8.
Application is Quicken Deluxe 2012 financial software.
behavior is 80% consistent. works 1 out of 5 or 6 times.
log attached.
--
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=29176
Bug #: 29176
Summary: Call To Power 1.2 produces
err:seh:setup_exception_record stack overflow
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Classification: Unclassified
err:seh:setup_exception_record stack overflow 2336 bytes in thread 002b eip
7ef6bcdb esp 025d0a10 stack 0x25d0000-0x25d1000-0x26d0000
--
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=41173
Bug ID: 41173
Summary: The Solus Project requires dcl_input_ps_siv support
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55406
--> https://bugs.winehq.org/attachment.cgi?id=55406
Terminal output Wine 1.9.16-277-g60f8b51
>From the terminal:
fixme:d3d_shader:shader_glsl_handle_instruction Backend can't handle opcode
dcl_input_ps_siv.
The only overrides I used was vcrun2015 to work around this bug
https://bugs.winehq.org/show_bug.cgi?id=40926
Wine 1.9.16 from git updated just before the release of Wine 1.9.17. The prefix
I am using is a 64-bit prefix in Windows 7 mode.
--
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=23193
Summary: wine notepad: Slow to open large files
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://winehq.org
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=28858)
--> (http://bugs.winehq.org/attachment.cgi?id=28858)
Long text file (3.1M uncompressed)
gunzip the attached file and open it in notepad. For me, it takes > 5 seconds
to open on a quadcore. WinXP notepad (both virtualbox and native) will open it
instantly.
--
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=14961
Summary: Clannad Full Voice will not run
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: at(a)drinian.org
Created an attachment (id=15569)
--> (http://bugs.winehq.org/attachment.cgi?id=15569)
Trace of REALLIVE.EXE crash
The latest version of the Japanese visual novel Clannad will not run in Wine.
Installer completes correctly, but the interpreter, REALLIVE.EXE, crashes
immediately on startup. Backtrace 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=12425
Summary: win16 test suite: user32 comm16 test fails
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://win16test.googlecode.com
OS/Version: other
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11964)
--> (http://bugs.winehq.org/attachment.cgi?id=11964)
Backtrace
+++ This bug was initially created as a clone of Bug #9850 +++
The code can be downloaded
from http://win16test.googlecode.com with svn,
and is quite easy to run; see
http://win16test.googlecode.com/svn/trunk/src/README
for instructions.
The kernel comm test hangs in current git. Attached is the backtrace in current
git.
--
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=39629
Bug ID: 39629
Summary: Star Wars: Knights of the Old Republic outdoor "grass"
textures broken
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EoD(a)xmw.de
Distribution: ---
Created attachment 52806
--> https://bugs.winehq.org/attachment.cgi?id=52806
Screenshot showing the broken graphics
When playing Kotor1 with wine there are always distorted outdoor graphics when
"grass" is enabled.
See http://i.imgur.com/JGxfaDI.jpg and attachment.
This has been mentioned on the according wine page
https://appdb.winehq.org/objectManager.php?sClass=version&iId=4124
I tried the "normal", staging with csmt and the D3D9 wine backend with exactly
the same issue. I tried wine 1.7.45 and 1.7.55 together with mesa git.
I even created an apitrace gl-trace:
https://drive.google.com/file/d/0B42CQY2wGHumcXJyZTZRRWxVVWs/view?usp=shari…
which is broken on both Linux, Windows and AMD, Intel. While at the same time,
the game runs fine natively on Windows with both vendors.
As this is independent of the wine-backend (default, d3d9/nine, csmt) and the
graphics card, I highly suspect this to be a bug with wine.
For reference, also see https://bugs.freedesktop.org/show_bug.cgi?id=91729
--
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=38671
Bug ID: 38671
Summary: valgrind shows an uninitialized write in
dlls/advapi32/tests/security.c
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==11415== Syscall param writev(vector[...]) points to uninitialised byte(s)
==11415== at 0x4F7A0F4B: ??? (in /usr/lib/libc-2.21.so)
==11415== by 0x7BC7A9C5: send_request (server.c:228)
==11415== by 0x7BC7AB52: wine_server_call (server.c:309)
==11415== by 0x7BC43375: FILE_CreateFile (file.c:229)
==11415== by 0x7BC4357B: NtCreateFile (file.c:323)
==11415== by 0x7B85C7A1: CreateDirectoryW (path.c:1565)
==11415== by 0x7B85C84D: CreateDirectoryA (path.c:1589)
==11415== by 0x47D0DB7: test_CreateDirectoryA (security.c:3252)
==11415== by 0x47DE307: func_security (security.c:5863)
==11415== by 0x47EC923: run_test (test.h:584)
==11415== by 0x47ECD6B: main (test.h:666)
==11415== Address 0x46a18e0 is 88 bytes inside a block of size 120 alloc'd
==11415== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==11415== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==11415== by 0x7BC83236: NTDLL_create_struct_sd (sync.c:116)
==11415== by 0x7BC4327E: FILE_CreateFile (file.c:211)
==11415== by 0x7BC4357B: NtCreateFile (file.c:323)
==11415== by 0x7B85C7A1: CreateDirectoryW (path.c:1565)
==11415== by 0x7B85C84D: CreateDirectoryA (path.c:1589)
==11415== by 0x47D0DB7: test_CreateDirectoryA (security.c:3252)
==11415== by 0x47DE307: func_security (security.c:5863)
==11415== by 0x47EC923: run_test (test.h:584)
==11415== by 0x47ECD6B: main (test.h:666)
==11415== Uninitialised value was created by a client request
==11415== at 0x7BC4A7FD: mark_block_uninitialized (heap.c:208)
==11415== by 0x7BC4A952: initialize_block (heap.c:239)
==11415== by 0x7BC4ECB4: RtlAllocateHeap (heap.c:1716)
==11415== by 0x47D0C3D: test_CreateDirectoryA (security.c:3238)
==11415== by 0x47DE307: func_security (security.c:5863)
==11415== by 0x47EC923: run_test (test.h:584)
==11415== by 0x47ECD6B: main (test.h:666)
==11415==
--
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=40653
Bug ID: 40653
Summary: Castle of Illusion start on black screen and crash
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 54524
--> https://bugs.winehq.org/attachment.cgi?id=54524
backtrace
Game begins normally but all appears in black however sound works correctly and
keyboard input too
Until game finish prologue after this crash
System Specs used in test
Nvidia Drivers 364.19
Xubuntu 16.04 64Bit - Kernel 4.4.0-22 generic (ubuntu mainline) - P-State:
Performance
CPU: INTEL Pentium G3258 (Haswell 22nm) 4.1Ghz + Artic Cooling Alpine 11 Plus
MEMORY: 8GB DDR3 1333 (2x4) Patriot value (128 bit dual channel: 21.3 gb/s)
GPU: Zotac Nvidia Geforce GT630 (GK208 28nm: 384 Shaders / 8 ROPS) Zone Edition
Passive Cooling 2GB DDR3 1800Mhz 64Bit (14.4Gb/s)
MAINBOARD: MSI H81M E33
--
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=40254
Bug ID: 40254
Summary: mshtml:script test regression (timeout)
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Since the commit below, the test times out on some Windows XP machines:
script.c:632: Test failed: L"XMLHttpRequest not found in window object\n"
script.c:632: Test failed: L"typeof(XMLHttpRequest) = undefined"
script.c:632: Test failed: L"got exception 'XMLHttpRequest' is undefined"
test failed: timed out
Looking at the test.winehq.org results this seems to specifically affect
pre-Internet Explorer 7 Windows XP configurations such as fgtb-fgtbwinxp,
fg-winxp-1sp and fg-winxp-2sp (for instance none of the fg-winxp-2spie7 and up
VMs is affected).
mshtml:script results on test.winehq.org:
https://test.winehq.org/data/tests/mshtml:script.html
commit c0fda9824e213e5a779bddfba6052dfc20b9c8d3
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed Feb 24 15:21:24 2016 +0100
mshtml: Expose XMLHttpRequest constructor to scripts.
--
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=38799
Bug ID: 38799
Summary: RaidCall 7.x crashes when joining a group/trying to
test sound
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: antony.kikaxa(a)gmail.com
Distribution: ---
reopen https://bugs.winehq.org/show_bug.cgi?id=34684
with more details.
*
install latest raidcall from the http://raidcall.com/ and login.
Create a group, try to join it, raidcall crashes.
or try to test sound in settings.
*
the problem seems related to pulseaudio/winmm.
there is no crash without alsa-plugins-pulse package.
i get dozen of
"fixme:winmm:MXD_GetControlDetails What should the sw-side mixer controls map
to?"
right before crash.
crashes in 1.7.45, 1.5.31,
works fine in 1.5.1
i can bisect further if anyone wants to look into this.
--
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=38500
Bug ID: 38500
Summary: Can not input chinese in source insight
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sgwan2005(a)126.com
Distribution: ---
I cann't input chinese(using sunpinyin) in the Source file window of source
insight 3.50, but the input method works fine when I input chinese in standard
window controls.
--
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=38152
Bug ID: 38152
Summary: PureBasic IDE crashes when launching online help ("F1"
key)
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: niffo(a)free.fr
Distribution: ---
Since lastest versions of Wine in Linux (seen in Wine v1.6.2 with PureBasic
32bits), lauching the online help of PureBasic with "F1" crashes the IDE.
It is a regression since it does not happens with older versions of Wine like
1.4.1.
To reproduce, you just have to download the demo version of PureBasic here :
http://www.purebasic.com/download/PureBasic_Demo.zip
Install it and launch the IDE then press "F1" keyboard key.
--
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=18647
Summary: Custom textbox/combobox fields in a listview
Product: Wine
Version: 1.1.22
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmail.com
Hi,
The use of a custom listview control (e.g. xlistctrl) with user drawn controls
like editable text fields and comboboxes there are various drawing bugs and you
can't properly 'enter' the control. I mean that in case of a combobox you can't
select custom values and in case of a text field it isn't always editable.
An example of a control which shows the problem is at
http://www.codeproject.com/KB/list/xlistctrl.aspx
Regards,
Roderick Colenbrander
--
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=40268
Bug ID: 40268
Summary: PokerStars - crash after opening 'challenges'
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jartom(a)gmail.com
Distribution: Mint
Created attachment 53893
--> https://bugs.winehq.org/attachment.cgi?id=53893
dump crash
Crash PokerStarBr.exe after opening 'challenges' window.
--
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=18557
Summary: Slingplayer 2.0 Setup Assistant fails and hangs app
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://download.slingmedia.com/player/pc/SP2/SlingPlay
er-2.0.3508-Setup-EMEA.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21218)
--> (http://bugs.winehq.org/attachment.cgi?id=21218)
wine-1.1.21-316-g8f33420 console output
Slingplayer 2.0 opens the Setup Assistant to set Slingplayer and Slingbox
settings, update firmware, and to log into Sling.com to retrieve personal
information.
The Setup Assistant is basically a web page loaded in a small window that
interacts with the Slingplayer via what appears to be Javascript and ActiveX.
Upon loading the Assistant, nothing happens, just a blank screen. Closing the
window makes the Slingplayer unusable and has to be killed.
Installing IE6 throws a bunch of scripting and ActiveX errors before also
failing.
--
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=19526
Summary: regedit does not give gui feedback on import of keys
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On windows:
regedit test.reg
Registry Editor
Are you sure you want to add the information in test.reg to the registry?
-then-
Registry Editor
Information in test.reg has been successfully entered into the registry.
On wine:
nothing
--
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=40714
Bug ID: 40714
Summary: Oblivon Script Extender cannot load under wine-staging
Product: Wine-staging
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54609
--> https://bugs.winehq.org/attachment.cgi?id=54609
obse.log
I'm having an issues with Oblivion script extender program and wine-staging
1.9.10 and 1.9.11, prepackaged from arch repository or self-compiled. Arch
linux x86_64
When I start obse_loader.exe, check the obse plugins installed and try to load
them. But after hvaing loaded first plugin (according to the obse log) it
freeze until giving the error "Could not inject DLL"
It worked perfectly until wine-staging 1.9.8 (I didn't tried 1.9.9 but I jumped
direclty to 1.9.10 becouse of the exp preshading function)
The wine log, often doesn't say anything (the log has no message except the
wine version + start warnings (as the one that warning you about CMST
patchset)) some other times it give a ntdll warning about a blocked thread
It work perfectly with the last wine-dev (1.9.11, but it worked also with
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=37160
Bug ID: 37160
Summary: In case D3D_DISABLE_9EX is defined code can't be
compiled
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mmicko(a)gmail.com
Created attachment 49392
--> https://bugs.winehq.org/attachment.cgi?id=49392
Updated versions just ifdefs added
This is copy from MINGW bug since they are using H files provided from here
(https://sourceforge.net/p/mingw-w64/bugs/416/).
There is updated H file based on wine-1.7.24 code with properly added ifdefs.
--
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=26046
Summary: comctl32/monthcal tests show some invalid reads under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33219)
--> (http://bugs.winehq.org/attachment.cgi?id=33219)
valgrind log
Conditional jump or move depends on uninitialised value(s)
at CompareFileTime (time.c:888)
by MONTHCAL_CompareSystemTime (monthcal.c:282)
by MONTHCAL_CompareMonths (monthcal.c:294)
by MONTHCAL_CalcDayXY (monthcal.c:563)
by MONTHCAL_CalcPosFromDay (monthcal.c:599)
by MONTHCAL_UpdateToday (monthcal.c:1546)
by MONTHCAL_SetToday (monthcal.c:1565)
by MONTHCAL_WindowProc (monthcal.c:2662)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_CallProcAtoW (winproc.c:601)
by CallWindowProcA (winproc.c:960)
by monthcal_subclass_proc (monthcal.c:543)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by test_today (monthcal.c:1208)
Uninitialised value was created by a stack allocation
at MONTHCAL_CompareSystemTime (monthcal.c:276)
full log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14530
Summary: Easy68k M68000 emulator: Copy & Paste does not work!
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nestorac(a)gmail.com
The application in this webpage:
http://www.easy68k.com
which is a Motorola 68k microprocessor emulator works flawlessly on Wine except
for Copy & Paste, which does not work.
Please, try it with las version, 1.1.1. Can anyone confirm this?? I have Ubuntu
Hardy 8.04.1 and wine-1.1.1
There's also some strange behaviour: sometimes, when writing code, pressing Tab
key makes the application not only to put a tabulator, but to start a new line.
I think it would be really good to have it working on Linux, since it can be
used at the University.
This should be very easy to test. I have also sent a message to the developer
forum of that application, but I think it has more to do with Wine than with
the application itself.
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=28741
Bug #: 28741
Summary: Odd coordinate in hit test causes uninitialized value
references in MONTHCAL_CalculateDayOfWeek()?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make monthcal.ok" in comctl32/tests with Valgrind reports:
Conditional jump or move depends on uninitialised value(s)
at __moddi3 (in dlls/ntdll/ntdll.dll.so)
by RtlTimeToTimeFields (time.c:126)
by FileTimeToSystemTime (time.c:858)
by MONTHCAL_CalculateDayOfWeek (monthcal.c:469)
by MONTHCAL_GetMonth (monthcal.c:486)
by MONTHCAL_HitTest (monthcal.c:498)
by MONTHCAL_WindowProc (monthcal.c:2861)
by ??? (in /oldhome/dank/wine-git/dlls/user32/user32.dll.so)
by call_window_proc (winproc.c:242)
by WINPROC_CallProcAtoW (winproc.c:601)
by CallWindowProcA (winproc.c:960)
by monthcal_subclass_proc (monthcal.c:566)
by ??? (in dlls/user32/user32.dll.so)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2211)
by send_message (message.c:3084)
by SendMessageA (message.c:3286)
by test_hittest (monthcal.c:1042)
by func_monthcal (monthcal.c:1957)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at MONTHCAL_CalculateDayOfWeek (monthcal.c:462)
Something seems to be creating an out of range date; then when
MONTHCAL_CalculateDayOfWeek() converts to (and then back from)
a different time representation, the conversion fails, leading to
use of garbage.
My guess is that test_hittest() is picking some area to hittest that
is driving the code bonkers. We get lucky, and the test passes anyway.
I don't know if a real hittest could give the wrong answer in some
situations.
--
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=40025
Bug ID: 40025
Summary: Winrar installer fails to start
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffz(a)jeffz.name
http://www.rarlab.com/rar/wrar531b1.exe
$ shasum wrar531b1.exe
61d9f4a058f13acc2c3260fdfdd2886c323a5f40 wrar531b1.exe
Tested wine-1.7.46 and 1.9.2. Installer fails to start on either.
--
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=41150
Bug ID: 41150
Summary: Add GUI component with preselection of display size to
winecfg
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krichter(a)posteo.de
Distribution: ---
The option to emulate a screen in the graphics section of `winecfg` only allows
to specify the size by number input. It'd be helpful to have a GUI component,
e.g. a combo box, with default screen sizes (800x600, 1024x768, etc.) to select
from.
experienced with 1.9.6 on Ubuntu 16.04
--
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=39839
Bug ID: 39839
Summary: winefile: Unhandled page fault if root directory
window refreshed
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 53184
--> https://bugs.winehq.org/attachment.cgi?id=53184
Backtrace from error dialog
Steps to reproduce:
1. Start winefile
2. Press F5 (or Window>Refresh)
3. Boom.
--
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=33914
Bug #: 33914
Summary: Pokemon uranium Crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rune(a)norderhaug.name
Classification: Unclassified
Created attachment 45043
--> http://bugs.winehq.org/attachment.cgi?id=45043
bug file
Pokemon uranuim crashes after a type my name and and gender aka when the game
really starts.thank you in advance. i am waiting for him to add a mac native
item but if you fix this i can run 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=16505
Summary: 4oD installs but won't start
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drraph(a)gmail.com
Created an attachment (id=17935)
--> (http://bugs.winehq.org/attachment.cgi?id=17935)
wine log
Output of
WINEPREFIX="/home/raph/.wine" wine "C:\\Program Files\\Kontiki\\khost.exe" -p
4od1 -t cache:c4_home.html#pageId=0 -s
class=dialog,width=1280,height=960,position=1,resize=1,scrollbars=1,visible=0,name=main
Expected result: application starts
Actual result: wine output the log above and returns prompt. App does not
start.
--
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=34255
Bug #: 34255
Summary: WinPolis 3.43: "Buy CDs" editbox does not
automatically select all
Product: Wine
Version: 1.6
Platform: x86-64
URL: http://download.chip.eu/de/WinPolis-3.43_25640.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45589
--> http://bugs.winehq.org/attachment.cgi?id=45589
Wine 1.6 console output
I hope I can explain this...
After install:
1. Start game (will start one automatically)
2. Go to Action --> Buy/cash in CDs
The cursor automatically appears in "Buy CDs worth" but on Windows the 0 is
selected so that you can type over it. In Wine it is not selected and you have
to delete it first.
Tried comctl32 but it made no difference.
--
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=26851
Summary: Zoo Tycoon 2: Marine Mania demo installer fails
Product: Wine
Version: 1.3.18
Platform: x86-64
URL: http://download.microsoft.com/download/f/b/6/fb6fb887-
65ba-4d75-8039-97a565b85558/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34228)
--> (http://bugs.winehq.org/attachment.cgi?id=34228)
wine-1.3.18-85-g99f6894 console output
According to the AppDB, this is an old bug that has never been logged.
The demo for Zoo Tycoon 2: Marine Mania fails to install.
The installer extracts the relevant files but then immediately fails. A dialog
reports an unhandled exception and exits.
--
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=13355
Summary: Richedit very slowly open big text files
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nx(a)operamail.com
Richedit wery slowly open big text files (about 700 KB an biggers) while in
Windows XP same program million times faster open same big's 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.
https://bugs.winehq.org/show_bug.cgi?id=41070
Bug ID: 41070
Summary: "Call of Duty 4" does not start: heap issues
Product: Wine
Version: 1.9.15
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: hardy.schumacher(a)gmx.de
After upgrade of FreeBSD port emulators/i386-wine-devel to v1.9.15 "Call of
Duty 4" does not start, but shows following messages on the console:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f870,0x00000000), stub!
err:heap:GlobalFree (0x196de8): Page fault occurred ! Caused by bug ?
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 002f, blocked by 0009, retrying (60 sec)
The last line is continously repeated until the process is getting killed.
--
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=13319
Summary: In dlls/user32/edit.c EDIT_EM_ReplaceSel Clobbers
Important Var When Buffer Overflows
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
Please don't hate me, but I don't have git or anything like it installed
to make a formal patch, but I have benefited greatly from your work, so
I'd like to repay the effort by reporting a bug even though I realize
it's not in the correct format.
In a Windows app, I am using edit.c as a replacement for the EDIT
control in Windows. I don't use any of the other WineHQ files.
Here's a short description of the bug:
The handler EDIT_EM_ReplaceSel misbehaves when an insertion triggers a
buffer overflow. The code correctly calls EDIT_NOTIFY_PARENT(es,
EN_MAXTEXT), but shortly thereafter clobbers an important variable
(strl) by using it instead of a temporary.
The relevant OLD code in EDIT_EM_ReplaceSel is as follows:
--------------------------------------------------------------
if ((honor_limit) && (size > es->buffer_limit)) {
EDIT_NOTIFY_PARENT(es, EN_MAXTEXT);
/* Buffer limit can be smaller than the actual length of text
in combobox */
if (es->buffer_limit < (tl - (e-s)))
strl = 0;
else
strl = es->buffer_limit - (tl - (e-s));
}
if (!EDIT_MakeFit(es, tl - (e - s) + strl))
return;
--------------------------------------------------------------
the NEW code is as follows:
--------------------------------------------------------------
if ((honor_limit) && (size > es->buffer_limit)) {
EDIT_NOTIFY_PARENT(es, EN_MAXTEXT);
/* Buffer limit can be smaller than the actual length of text
in combobox */
if (es->buffer_limit < (tl - (e-s)))
strl2 = 0;
else
strl2 = es->buffer_limit - (tl - (e-s));
}
else
strl2 = strl;
if (!EDIT_MakeFit(es, tl - (e - s) + strl2))
return;
--------------------------------------------------------------
The calculation inside the honor_limit bracket of the value to use with
the call to EDIT_MakeFit uses strl as if it were a temp var. This
variable actually holds strlenW (lpsz_replace) and is used in later code
as if it still had the original value. Using a (new) variable strl2
solves that problem -- this variable is declared as a UINT in the
prologue. Perhaps you would prefer a name different from strl2 to
better reflect its temporary nature.
If you agree with the above analysis, I would greatly appreciate it if
someone would make this into a patch and take it from there. I have
make the above changes in my copy of edit.c and it works just fine when
the buffer overflows which is how I stumbled on this bug in the first place.
--
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=37823
Bug ID: 37823
Summary: notepad++
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: serguynya(a)mail.ru
Distribution: ---
Created attachment 50372
--> https://bugs.winehq.org/attachment.cgi?id=50372
it is error for bug notepad++who give me wine
Hello, My notepad when open file and want open open new file it stopped in
Ubuntu and nothing I can do, I must switch off my computer from switch.
In wine 1.6.2 never been error.
--
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=18724
Summary: Wine Project Status Outdated by Almost 2 Years
Product: WineHQ.org
Version: unspecified
Platform: PC
URL: http://www.winehq.org/status
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aliendude5300(a)gmail.com
The status of the Wine project hasn't been updated since July 11, 2007. Much
work has been done on the Wine project since then. The progress shown is even
pre-Wine 1.0. This page should probably be updated to reflect the amount of
work that has been put into Direct X, and other APIs, so that people who are
interested in seeing how close Wine is to being 'completed' or just want to see
what needs to most development attention can check the progress of individual
Wine components. Of course, these numbers are estimated, but it would still be
nice to have a more up-to-date status.
--
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=19551
Summary: Gmail Backup crashes after downloading few emails.
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: realszopen(a)gmail.com
Created an attachment (id=22778)
--> (http://bugs.winehq.org/attachment.cgi?id=22778)
Console output of Gmail Backup crash
An application Gmail Backup used for creating backups of GMail accounts crashes
after downloading few emails.
--
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=27459
Summary: Removing default applications bindings on installation
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xavier.poirot(a)dalaen.com
There is an annoying "feature" of wine, during installation.
It is adding entries in ~/.local/share/applications/mimeinfo.cache to bind, for
examples .txt files to Notepad inside Wine (the Windows Notepad).
Due to that "hidden" behaviour, the default program to view some kinds of files
are bound to Wine, instead of simple Linux programs (eg. above, Notepad instead
of GEdit).
It would be nice to prevent creating those binds, so they're not altered.
Especially for very common files such as text-files...
My distribution is ArchLinux 64 bits.
If you need any more details, please let me know.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27669
Summary: Combobox, doublebuffering is not working correctly
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://netikka.net/dev/black.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Small sample: http://netikka.net/dev/black.exe
2 comboboxes. First one is normal, second I have set doublebuffered := true;
Click arrow -> combobox turns black.
Actual problem is in larger component. It uses SetWindowPos to move it and
draws icons. Problem is this black area is showing. Doublebuffering is set,
component needs 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=29980
Bug #: 29980
Summary: IInternetSecurityManager sample app doesn't work
Product: Wine
Version: 1.4-rc4
Platform: x86
URL: http://netikka.net/dev/ismgr.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Because mshtml downloadcontrol is unimplemented, bug 27396 , I tried different
approach using IInternetSecurityManager from urlmon.
http://netikka.net/dev/ismgr.exe
Click button -> Javascript should be disabled, but it's not
Attached terminal log (there's nothing obvious) and sample source.
Workaround winetricks ie6
--
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=37988
Bug ID: 37988
Summary: Jeskola Buzz (Build 1499) fails to run
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: gimmeapill(a)gmail.com
Distribution: ---
Created attachment 50618
--> https://bugs.winehq.org/attachment.cgi?id=50618
backtrace
On a fresh 32 bit prefix with dotnet40 installed (via winetricks, as I didn't
find any other way), the newest build of Jeskola Buzz tracker installs
successfully but fail to run.
Steps to reproduce:
WINEARCH=win32 WINEPREFIX=~/.wine winecfg
winetricksmsxml3
winetricks dotnet40
winetricks vcrun2010
Buzz build (x86) on which the test was run (latest at the time of writing)
http://jeskola.net/buzz/beta/files/setup/BuzzSetup1499.exe
Installation succeeds, but Buzz fails to start with error:
...
Unhandled Exception: System.Runtime.InteropServices.COMException: Unknown
authentication service. (Exception from HRESULT: 0x800706D3)
at System.Windows.Media.MediaSystem.ConnectTransport()
at System.Windows.Media.MediaSystem.Startup(MediaContext mc)
at System.Windows.Media.MediaContext..ctor(Dispatcher dispatcher)
at System.Windows.Media.MediaContext.From(Dispatcher dispatcher)
at System.Windows.Media.MediaContext.get_CurrentMediaContext()
at BuzzGUI.CBuzzGUI.CreateToolBar(CBuzzGUI* , HWND__* parent)
wine: Unhandled exception 0xe0434352 in thread 9 at address 0x7b83aadc (thread
0009), starting debugger...
...
--
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=36520
Bug ID: 36520
Summary: CSGO: console fonts incorrectly displayed
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: empire(a)adslgr.com
Created attachment 48598
--> http://bugs.winehq.org/attachment.cgi?id=48598
screenshot of the font bug
The font in the console of Counter Strike Global Offensive is displayed
incorrectly. The characters are beign cropped on the right side. I have
included a screenshot demonstrating the problem.
Is there anyway to fix this?
--
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=16962
Summary: warning: array subscript has type 'char'
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
At least 140 of these on NetBSD. Make log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35407
Bug ID: 35407
Summary: wine --help or --version is not translatable.
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: matyapiro31(a)gmail.com
Classification: Unclassified
We can't translate the text when to execute wine with --help or --version.
And some other wine programs,either.
--
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=27507
Summary: Mount&Blade: Warband: Mouse pointer not shown in menu
after entering battle mode
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krissn(a)op.pl
The Mount&Blade: Warband game suffers from a mouse pointer disappearence
problem when exiting the battle mode using the Esc key.
Steps to reproduce:
1. Start the game. The main menu is shown. The mouse pointer is displayed
normally.
2. Start a new battle or enter the tutorial so that the game enters the FPS
mode (i.e. battle mode).
3. Press Esc to go back to the menu.
At step 3. the mouse pointer is shown, but is frozen. The mouse however works,
as moving it around causes the menu buttons to highlight eventually. You can
even click them once highligted and they will work.
This is a regression introduced in Wine 1.3.21. The scenario has been tested in
1.3.20 and the problem does not occur.
Bisect in progres...
--
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=31655
Bug #: 31655
Summary: SlingPlayer 1.5 fails to show video if Wine is
upgraded
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41616
--> http://bugs.winehq.org/attachment.cgi?id=41616
Wine 1.5.6 console output
SlingPlayer 1.5 fails to show video if Wine is upgraded. Sound works fine.
I have tested this over and over and it is the act of upgrading Wine that
appears to be causing the problem.
Native quartz, qcap and gdiplus needed to get this far.
Tested:
1.4.1 --> 1.5.6
1.5.6 --> 1.5.12
1.5.12 --> wine-1.5.12-157-gbdf9a9f
Following the upgrade there is some new output in the console:
err:ddraw:ddraw7_QueryInterface
(0x1ee6f8)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x16d554): No interface
found
And this line disappears:
err:ole:CoGetClassObject class {7d8aa343-6e63-4663-be90-6b80f66540a3} not
registered
7d8aa343-6e63-4663-be90-6b80f66540a3 is related to quartz.dll
(http://mikolajapp.appspot.com/uuid/query?q={7d8aa343-6e63-4663-be90-6b80f66…)
and this somehow becomes registered during the transition, and stops video from
being shown in the SlingPlayer.
I cannot understand what would cause this.
Attempting to unregister fails:
Failed to unregister DLL c:\windows\system32\quartz.dll
No known workaround: I have to reinstall SlingPlayer every time, or lock the
upgrades on my system.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28652
Bug #: 28652
Summary: SlingPlayer 2 has transparent view screen while
loading
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer_2
.0.4522_Setup-Global.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P3
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36822
--> http://bugs.winehq.org/attachment.cgi?id=36822
Wine 1.3.30 console output
SlingPlayer 2 has transparent view screen while loading, it should show a
simple animation. See attached screenshots for comparison.
Native gdiplus fixes the problem.
+gdiplus log is enormous so I have not included it at this time.
--
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=10164
Summary: Pool of Radiance 1.4 intermittently shows garbage in
surfaces
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://www.fileshack.com/file.x/906/Pool+of+Radiance+Dem
o
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
CC: xerox_xerox2000(a)yahoo.co.uk, stefandoesinger(a)gmx.at,
07067514(a)brookes.ac.uk
(see bug #10133)
After reverting d9fef10b71b9add27cfaeffa6d7e3ab42342bba7
I got Pool of Radiance 1.4 to start again.
I found another regression for this application,
in that some surfaces do not get displayed correctly, and some show
quick intermittent garbage in them. This does not happen with older
versions of wine.
I did a regression test for this, which gave me:
3b822b80feba396ec017c9ef0d96d59a1733a2d8 is first bad commit
commit 3b822b80feba396ec017c9ef0d96d59a1733a2d8
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Aug 21 23:24:16 2007 +0200
wined3d: Reject opengl accelerated blits with system memory surfaces.
:040000 040000 8ef4e54af50c3dbd862ff89bc80e1d1b00791f31
dcf76dd03a3451b4eed44796f39ccb1faee4ae6f M dlls
I reverted the change in current git, and the problem went away.
To summarize I could get the application to start, and show
correct surfaces by reverting these two:
http://source.winehq.org/git/wine.git/?a=commitdiff_plain;h=d9fef10b71b9add…http://source.winehq.org/git/wine.git/?a=commitdiff_plain;h=3b822b80feba396…
I hope this information can be useful to you.
--
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=33268
Bug #: 33268
Summary: SlingPlayer 2.0.4 screen flickers when pointer over
screen
Product: Wine
Version: 1.5.26
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer_2
.0.4522_Setup-Global.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 44008
--> http://bugs.winehq.org/attachment.cgi?id=44008
Wine 1.5.26 console output
When streaming video in SlingPlayer 2.0.4 under Wine 1.5.26, the screen
flickers.
This video shows the effect:
http://www.youtube.com/watch?v=xX61ldJFmF8
This never used to occur but WMP10 (or WMP9) is now required to work around Bug
28669.
WINEARCH=win32 winetricks -q gdiplus quartz wmp10
required to work around a plethora of bugs.
Using a native qcap.dll makes no difference.
--
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=20877
Summary: Adobe Bridge cs4 hardware rendering not working
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cemelmaci(a)hotmail.com
Adobe Bridge cs4 hardware rendering not working
--snip--
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present rects
(null)/(1021,76)-(1268,316)
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present rects
(null)/(1021,76)-(1268,316)
--snip--
--
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=35075
Bug #: 35075
Summary: BoincTasks: very high CPU utilisation
Product: Wine
Version: 1.7.6
Platform: x86-64
URL: http://www.efmer.eu/download/boinc/boinc_tasks/unified
/setup_32_64_boinc_tasks_1_5_8.exe
OS/Version: Linux
Status: NEW
Keywords: download, performance
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 46782
--> http://bugs.winehq.org/attachment.cgi?id=46782
Wine 1.7.6 console output
Under Windows XP BoincTasks runs at around 22% when updating (takes a few
seconds) but idles around 1-2%. Under Wine it runs around 60% all the time. I
cannot work out why. The exact same setup was tested in both cases.
http://www.efmer.eu/download/boinc/boinc_tasks/unified/setup_32_64_boinc_ta…
Following install you are asked if you are running Windows or Linux with Wine,
choosing either option has the same effect.
Original post:
http://efmer.com/forum/index.php?topic=1140
--
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=19655
Summary: Lotus Smartsuite 3.1 installer hangs at the end
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Installer, win16
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22938)
--> (http://bugs.winehq.org/attachment.cgi?id=22938)
Wine 1.1.27 console output
Lotus Smartsuite 3.1 (16-bit) installer apparently completes but hangs and has
to be killed.
Wine set to Windows 3.1 mode, but it does the same in Windows XP mode.
--
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.