http://bugs.winehq.org/show_bug.cgi?id=31896
Bug #: 31896
Summary: Portable Calibre does not add book to library
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xwang1976(a)email.it
Classification: Unclassified
Created attachment 41985
--> http://bugs.winehq.org/attachment.cgi?id=41985
Console messages after running calibre portable (the first time without trying
to add a book)
When I try to add a book with calibre portable, it correctly opens the window
that let me choose the file and I can select it, but the the process bar
remains fixed at 0% with no disk operation.
--
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=36135
Bug ID: 36135
Summary: valgrind shows some errors in ole32/tests/ole2.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==29824== Conditional jump or move depends on uninitialised value(s)
==29824== at 0x5A3F653: order_rect (gdi_private.h:443)
==29824== by 0x5A4539D: ExtTextOutW (font.c:2258)
==29824== by 0x5A44DBB: ExtTextOutA (font.c:2113)
==29824== by 0x5A6BABF: MF_Play_MetaExtTextOut (metafile.c:1437)
==29824== by 0x5A69A00: PlayMetaFileRecord (metafile.c:853)
==29824== by 0x5A68002: PlayMetaFile (metafile.c:429)
==29824== by 0x52D107C: DataCache_Draw (datacache.c:1594)
==29824== by 0x4995F58: test_data_cache (oleidl.h:3818)
==29824== by 0x499BF61: func_ole2 (ole2.c:2387)
==29824== by 0x49BE544: run_test (test.h:584)
==29824== by 0x49BE933: main (test.h:654)
==29824== Uninitialised value was created by a stack allocation
==29824== at 0x5A6B84B: MF_Play_MetaExtTextOut (metafile.c:1397)
==29824==
==29824== Conditional jump or move depends on uninitialised value(s)
==29824== at 0x5A3F67F: order_rect (gdi_private.h:449)
==29824== by 0x5A4539D: ExtTextOutW (font.c:2258)
==29824== by 0x5A44DBB: ExtTextOutA (font.c:2113)
==29824== by 0x5A6BABF: MF_Play_MetaExtTextOut (metafile.c:1437)
==29824== by 0x5A69A00: PlayMetaFileRecord (metafile.c:853)
==29824== by 0x5A68002: PlayMetaFile (metafile.c:429)
==29824== by 0x52D107C: DataCache_Draw (datacache.c:1594)
==29824== by 0x4995F58: test_data_cache (oleidl.h:3818)
==29824== by 0x499BF61: func_ole2 (ole2.c:2387)
==29824== by 0x49BE544: run_test (test.h:584)
==29824== by 0x49BE933: main (test.h:654)
==29824== Uninitialised value was created by a stack allocation
==29824== at 0x5A6B84B: MF_Play_MetaExtTextOut (metafile.c:1397)
==29824==
Also a possible leak:
==29824== 8 bytes in 1 blocks are possibly lost in loss record 47 of 708
==29824== at 0x7BC4C735: notify_alloc (heap.c:255)
==29824== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29824== by 0x7B84586B: HeapAlloc (heap.c:271)
==29824== by 0x7B845B40: GlobalAlloc (heap.c:376)
==29824== by 0x4994A77: DataObject_DAdvise (ole2.c:1281)
==29824== by 0x52D1933: setup_sink (objidl.h:7541)
==29824== by 0x52D21E9: DataCache_OnRun (datacache.c:2085)
==29824== by 0x49978AA: test_data_cache (oleidl.h:2656)
==29824== by 0x499BF61: func_ole2 (ole2.c:2387)
==29824== by 0x49BE544: run_test (test.h:584)
==29824== by 0x49BE933: main (test.h:654)
==29824==
--
Do not reply 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=19588
Summary: Symantec LiveUpdate 3.4 - wrong permissions set on
folder
Product: Wine
Version: 1.1.26
Platform: PC
URL: ftp://ftp.symantec.com/public/english_us_canada/liveup
date/3.4/lusetup.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22841)
--> (http://bugs.winehq.org/attachment.cgi?id=22841)
wine-1.1.26-391-g914a9ca installation console output
The installer for Symantec LiveUpdate 3.4 does complete despite this error,
because it is a fairly simple application.
Basically, incorrect permissions are set on a program folder.
$ ls -l /home/test/.wine2/drive_c/users/Public/Application\ Data
total 232
-rw-r--r-- 1 test test 228661 2009-08-05 23:11 LuInstall.LiveUpdate
dr-xrwsr-x 3 test test 4096 2009-08-05 23:11 Symantec
Attempting to remove this folder (without root access) results in PERMISSION
DENIED.
http://en.wikipedia.org/wiki/Setgid#setgid_on_directories
Wine shouldn't be setting setgid, Windows does not support 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=27200
Summary: Crazy Machines Demo crashes on start
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.gamershell.com/download_7568.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=34757)
--> (http://bugs.winehq.org/attachment.cgi?id=34757)
backtrace
Installs fine. If you decline directx9 setup, you'll want to run 'winetricks
xact d3dx9_36' to get the missing dlls. After that, crashes on start.
Backtrace attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29347
Bug #: 29347
Summary: Preview pane in office 2007 file browser does not show
files
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jack(a)codeweavers.com
Classification: Unclassified
>From within an Office 2007 app, going to "open file", and switching the
explorer View to "preview", no Office app except Word will actually generate a
preview (and at that, only with .doc/.docx files - not rtf, for instance).
All other office apps, when looking at files of the type opened by the
respective program, report that the "preview is unavailable."
--
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=35640
Bug ID: 35640
Summary: In Game Risen Mouse not right handling
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gipfelsturm111(a)gmx.net
Hello.
In the game Risen I can't turn around endless myself axis. Stop is left and
right about 180°.
--
Do not reply 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=36727
Bug ID: 36727
Summary: Skyrim: Mouse not being captured (player cannot fully
turn in game)
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hernejj(a)gmail.com
Skyrim is not properly grabbing the mouse (Limited to about 45 degrees of
character motion is the symptom).
This problem occurs when using Linux Mint 17 which uses Xorg 1.15.1.
The problem does NOT occur on Mint 16 which uses Xorg 1.14.3.
I am running Wine 1.7.2 with the exact same freshly created ".wine" folder in
both cases.
The mouse is properly grabbed on the Mint 17 system when playing The Witcher.
So Skyrim must be doing something different with respect to mouse management.
I've tried many combinations of the usual options:
- Automatically capture mouse in full screen windows
- Allow the window manager to decorate the windows
- Allow the window manager to control the windows
- Emulate a virtual desktop (tried 1920x1200, and 1024x768) in-game res is
always 1920x1200.
- HKCU\Software\Wine\DirectInput\MouseWarpOverride=force
I've also tried running the program under the following desktop environments:
Cinnamon, Cinnamon fallback, LXDE, and Ubuntu Unity. All exhibit this problem.
By default, Linux Mint uses Wine 1.6.2. I've tried this version of Wine and it
does not fix the problem.
I'll provide any debug info needed to assist with this problem.
Thanks for looking.
--
Do not reply 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=33927
Bug #: 33927
Summary: Offline rekening overzicht needs OLEDB rowposition
library
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: oledb32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
When jet40 is installed it needs oledb rowposition library to work, this is
need to use providers with builtin oledb32 module.
--
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=31770
Bug #: 31770
Summary: Database FindFirst fails to find the correct record
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 41802
--> http://bugs.winehq.org/attachment.cgi?id=41802
Sample Program
On a database server create a new database
Add the following table
CREATE TABLE testing
(
id serial NOT NULL,
name boolean,
id2 integer,
CONSTRAINT testing_pkey PRIMARY KEY (id)
);
INSERT INTO testing(id, name, id2) VALUES (1, false, 2);
INSERT INTO testing(id, name, id2) VALUES (2, false, 3);
winetricks mdac28
Install the mysql or postgres odbc driver
Using odbcad32, create a connecting to the server.
Run DBSample, select the ODBC connection you just made.
You'll get a dialog with "Yipee" if it was successful.
--
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=29372
Bug #: 29372
Summary: Chrome exit with "fixme:file:ReplaceFileW Ignoring
flags 2" while dragging tabs
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Downlaod and install Google Chrome
http://www.google.com/chrome/index.html?platform=win&hl=en&standalone=1
sha1sum :
ChromeStandaloneSetup-b6ea56f7a04f9bcee3565687f5aef83695d13b97-2011-12-09.exe
2.
disable "Allow the window manager to decorate the windows." in winecfg
(Reference: Bug 28467 and Bug 28468)
3.
Start chrome
$ cd ~/.wine/drive_c/users/fracting/Local\ Settings/Application\
Data/Google/Chrome/Application
$ wine chrome.exe
4. make sure there is only one tab, drag the chrome tab away from the origin
position, then chrome will exit with following messages:
fixme:file:ReplaceFileW Ignoring flags 2
fixme:file:ReplaceFileW Ignoring flags 2
fixme:file:ReplaceFileW Ignoring flags 2
fixme:iphlpapi:CancelIPChangeNotify (overlapped 0xc8ab1c): stub
fixme:advapi:UnregisterTraceGuids 0: stub
fixme:advapi:UnregisterTraceGuids 0: stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34930
Bug #: 34930
Summary: Cygwin-compiled Hello World program couldn't display
output
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
Classification: Unclassified
I've recently found that console-based C program
(even a simplest one shown below) that's compiled with
Cygwin x86 1.7.25 (GCC 4.7.3) failed to display output properly in WINE.
/* hello.c */
#include <stdio.h>
int main() {
printf("Hello World\n");
return 0;
}
>From Cygwin shell under Microsoft Windows XP SP3:
cygwin$ gcc -Wall -o hello.exe hello.c
Under Debian GNU/Linux 5.0 "Lenny" i386:
(I copied both hello.exe and cygwin1.dll to my Debian partition)
$ wine hello.exe
fixme:ntdll:NtSetInformationToken unimplemented class 4
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessSessionInformation
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: volume info not supported
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info
$
Apart from FIXMEs, there is no "Hello World" printed out.
Attached file contains source code above, the executable and cygwin1.dll.
WINE: 1.7.6 (source) on Debian GNU/Linux 5.0 "Lenny" i386
Cygwin: cygwin1.dll 1.7.25 (x86)
--
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=12122
Summary: Notepad ++ hangs when opened file gets updated
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jager49(a)zonnet.nl
For as long as I can remember, Notepad++ (including latest version 4.8.2) hangs
when an opened file gets updated. This bug was present in 0.9.46 and 0.9.57. A
window does get created, asking the user whether to reload the file or not
("Yes" / "No"), however that window is non-responsive. The only way out of this
is to force quit the application.
uname -a;
Linux vostro1400 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686
GNU/Linux
Distro is Ubuntu Gutsy Gibbon (7.10), although this behavior was observed on
Feisty as well.
I've attached a screenshot of the window that Notepad++ throws. Dragging it
around just clears it and leaves trails all over the background window.
Amazing job guys & good luck with 1.0 !
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33947
Bug #: 33947
Summary: Battle.net desktop app crashes after 15 seconds
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jtwyford+wine(a)gmail.com
Classification: Unclassified
Created attachment 45090
--> http://bugs.winehq.org/attachment.cgi?id=45090
Blizz-created logs
The new Battle.net desktop app
(<https://us.battle.net/account/management/battlenetapp/dashboard.html>,
requires beta access) crashes after ~15-20 seconds regardless of action (or
inaction).
Installed into a new 64-bit prefix, using up-to-date git, on F19.
I've got a post up on the Blizzard forum regarding the issue.
<http://us.battle.net/en/forum/topic/9377319465>
Attached are the logs created using a Blizzard-provided tool. The Blizzard
crash agent handles the crash before it makes it to wine.
--
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=36539
Bug ID: 36539
Summary: Evernote_5.4.0.3698 .exe: it gives an error and asks
me to close the app
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: upercoco(a)gmail.com
when I open the app gives an error and asks to close the app
--
Do not reply 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=36386
Bug ID: 36386
Summary: d3dx9_36/tests/texture.c crashes under valgrind on
i965/mesa 10.1.1
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48438
--> https://bugs.winehq.org/attachment.cgi?id=48438
valgrind log/backtrace
Backtrace:
=>0 0x0400ad42 _vgr20180ZZ_libcZdsoZa_memcpy+0xf2() in
vgpreload_memcheck-x86-linux.so (0x04d6f318)
1 0x0737df14 in i965_dri.so (+0xf1f13) (0x81cd3000)
2 0x073844bd in i965_dri.so (+0xf84bc) (0x04390960)
3 0x07384800 in i965_dri.so (+0xf87ff) (0x04390960)
4 0x07557e0f in i965_dri.so (+0x2cbe0e) (0x0a248408)
5 0x0736d78a in i965_dri.so (+0xe1789) (0x00000de1)
6 0x07371dea in i965_dri.so (+0xe5de9) (0x04d6fa48)
7 0x06dcfbd6 glTexSubImage2D+0x65() in libgl.so.1 (0x04d6fa48)
8 0x05dccd22 wined3d_adapter_init.constprop+0x1451() in wined3d (0x04d6fa48)
9 0x05dd2d79 wined3d_init+0x38(wined3d=0x481e2d8, flags=0xc)
[/home/austin/wine-valgrind-known/dlls/wined3d/directx.c:5272] in wined3d
(0x04d6fa78)
10 0x05e58927 wined3d_create+0x66(flags=<couldn't compute location>)
[/home/austin/wine-valgrind-known/dlls/wined3d/wined3d_main.c:105] in wined3d
(0x04d6fab8)
11 0x05d4e4af d3d9_init+0x3e(d3d9=0x481e2b8, extended=0)
[/home/austin/wine-valgrind-known/dlls/d3d9/directx.c:647] in d3d9 (0x04d6faf8)
12 0x05d41ab1 Direct3DCreate9+0x6b(sdk_version=<couldn't compute location>)
[/home/austin/wine-valgrind-known/dlls/d3d9/d3d9_main.c:45] in d3d9
(0x04d6fb38)
--
Do not reply 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=36339
Bug ID: 36339
Summary: valgrind shows a lot of leaks in ddraw/tests/d3d.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==18687== 4,096 bytes in 1 blocks are definitely lost in loss record 2,347 of
2,444
==18687== at 0x74446F1: ??? (in /usr/lib/libdrm_intel.so.1.0.0)
==18687== by 0x7440378: drm_intel_bo_map (in /usr/lib/libdrm_intel.so.1.0.0)
==18687== by 0x70520C9: ??? (in /usr/lib/dri/i965_dri.so)
==18687== by 0x7083710: ??? (in /usr/lib/dri/i965_dri.so)
==18687== by 0x70129B4: ??? (in /usr/lib/dri/i965_dri.so)
==18687== by 0x6A38B9B: ??? (in /usr/lib/libGL.so.1.2.0)
==18687== by 0x6A082F4: ??? (in /usr/lib/libGL.so.1.2.0)
==18687== by 0x6683DF2: create_glxcontext.isra.0 (opengl.c:1254)
==18687== by 0x6684127: X11DRV_wglCreateContextAttribsARB (opengl.c:2071)
==18687== by 0x561BC29: wglCreateContextAttribsARB (wgl.c:268)
==18687== by 0x51A0F13: wined3d_adapter_init.constprop.18 (directx.c:300)
==18687== by 0x51A7D78: wined3d_init (directx.c:5272)
==18687== by 0x522D926: wined3d_create (wined3d_main.c:105)
==18687== by 0x4E7F236: ddraw_init (ddraw.c:4874)
==18687== by 0x4E9045B: DDRAW_Create (main.c:274)
==18687== by 0x4E913FD: DirectDrawCreateEx (main.c:342)
==18687== by 0x4D75A3F: func_d3d (d3d.c:100)
==18687== by 0x4E1C6DC: run_test (test.h:584)
==18687== by 0x4E1CACB: main (test.h:654)
==18687==
==18687== 4 bytes in 1 blocks are possibly lost in loss record 23 of 2,444
==18687== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==18687== by 0x6DF421F: ??? (in /usr/lib/dri/i965_dri.so)
==18687== by 0x6DF5C86: ??? (in /usr/lib/dri/i965_dri.so)
==18687== by 0x6DD3A3A: ??? (in /usr/lib/dri/i965_dri.so)
==18687== by 0x708303E: ??? (in /usr/lib/dri/i965_dri.so)
==18687== by 0x70129B4: ??? (in /usr/lib/dri/i965_dri.so)
==18687== by 0x6A38B9B: ??? (in /usr/lib/libGL.so.1.2.0)
==18687== by 0x6A082F4: ??? (in /usr/lib/libGL.so.1.2.0)
==18687== by 0x6683DF2: create_glxcontext.isra.0 (opengl.c:1254)
==18687== by 0x6684127: X11DRV_wglCreateContextAttribsARB (opengl.c:2071)
==18687== by 0x561BC29: wglCreateContextAttribsARB (wgl.c:268)
==18687== by 0x51A0F13: wined3d_adapter_init.constprop.18 (directx.c:300)
==18687== by 0x51A7D78: wined3d_init (directx.c:5272)
==18687== by 0x522D926: wined3d_create (wined3d_main.c:105)
==18687== by 0x4E7F236: ddraw_init (ddraw.c:4874)
==18687== by 0x4E9045B: DDRAW_Create (main.c:274)
==18687== by 0x4E91226: DirectDrawCreate (main.c:309)
==18687== by 0x4D774E5: func_d3d (d3d.c:840)
==18687== by 0x4E1C6DC: run_test (test.h:584)
==18687== by 0x4E1CACB: main (test.h:654)
==18687==
--
Do not reply 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=25684
Summary: 16 bit ole2 installer hangs
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=32716)
--> (http://bugs.winehq.org/attachment.cgi?id=32716)
interesting threads from bt all
Happens with both 1.1.38 and current git.
To reproduce:
rm -rf ~/.wine
mkdir tmp
cd tmp
wget
http://download.microsoft.com/download/win31/update/2.03/win/en-us/ww1116.e…
unzip ww1116.exe
wine setup.exe
After clicking ok, it hangs here with
err:ntdll:RtlpWaitForCriticalSection section 0x7eb29760 "syslevel.c:
Win16Mutex" wait timed out in thread 000b, blocked by 0021, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7efec7c4 "loader.c:
loader_section" wait timed out in thread 0021, blocked by 000b, retrying (60
sec)
and then eventually crashes.
btall says the deadlocked threads are in TASK_ExitTask and LoadLibrary16.
I'll attach the deadlocked thread stacks.
--
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=36669
Bug ID: 36669
Summary: ddraw/tests/visual.c crash under valgrind/i965
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48715
--> https://bugs.winehq.org/attachment.cgi?id=48715
valgrind log/backtrace
6 0x0656aba6 glGetTexImage+0x45() in libgl.so.1 (0x04d4f1d8)
7 0x04eb8aa4 match_broken_arb_fog+0xfd6(gl_info=0x8c4ad4c, gl_renderer="Mesa
DRI Intel(R) Ivybridge Mobile ", gl_vendor=GL_VENDOR_MESA,
card_vendor=HW_VENDOR_INTEL, device=CARD_INTEL_IVBM)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:857] in wined3d (0x04d4f1d8)
8 0x04eb9ae9 fixup_extensions+0x57(gl_info=0x8c4ad4c, gl_renderer="Mesa DRI
Intel(R) Ivybridge Mobile ", gl_vendor=GL_VENDOR_MESA,
card_vendor=HW_VENDOR_INTEL, device=CARD_INTEL_IVBM)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:1542] in wined3d
(0x04d4f218)
9 0x04ebff8b wined3d_adapter_init_gl_caps+0x166d(adapter=0x8c4ad3c)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:3131] in wined3d
(0x04d4f3f8)
10 0x04ec545e wined3d_adapter_init+0x372(adapter=0x8c4ad3c, ordinal=0)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:5180] in wined3d
(0x04d4f808)
11 0x04ec59b7 wined3d_init+0xb3(wined3d=0x8c4ad30, flags=0x5)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:5272] in wined3d
(0x04d4f838)
12 0x04f6e918 wined3d_create+0xc3(flags=<couldn't compute location>)
[/home/austin/wine-valgrind/dlls/wined3d/wined3d_main.c:105] in wined3d
(0x04d4f8a8)
13 0x04b94e5c ddraw_init+0xa5(ddraw=0x48016c8, device_type=0)
[/home/austin/wine-valgrind/dlls/ddraw/ddraw.c:4874] in ddraw (0x04d4fa88)
Which causes a leak:
==17449== 160 bytes in 1 blocks are definitely lost in loss record 20,330 of
21,127
==17449== at 0x7BC4C75D: notify_alloc (heap.c:255)
==17449== by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==17449== by 0x4BA91A2: DDRAW_Create (main.c:267)
==17449== by 0x4BA9424: DirectDrawCreate (main.c:309)
==17449== by 0x4B191E5: D3D1_createObjects (visual.c:1152)
==17449== by 0x4B2413C: func_visual (visual.c:3257)
==17449== by 0x4B24F84: run_test (test.h:584)
==17449== by 0x4B25373: main (test.h:654)
==17449==
--
Do not reply 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=34262
Bug #: 34262
Summary: dbghelp: Unhandled Tag type 0x26 for backtraces in
xul.dll
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 45607
--> http://bugs.winehq.org/attachment.cgi?id=45607
log
Noticed while testing bug 26485:
fixme:dbghelp_dwarf:dwarf2_load_one_entry Unhandled Tag type 0x3b at
ctx(0x33c3cc,L"xul"), for 107
fixme:dbghelp_dwarf:dwarf2_parse_udt_type Unhandled Tag type 0x26 at
ctx(0x33c3cc,L"xul"), for debug_info(abbrev:0x4cb3a94,symt:0x4fb06c4)
austin@aw25 ~ $ cat debug_log.txt | grep -c "Unhandled"
230703
I'll attach the compressed log, there are other fixme's in there as well.
To reproduce:
$ wget http://zabkat.com/xplorer2_setup.exe
$ wine xplorer2_setup.exe
# install xplorer
# Get gecko debug build:
$ wget http://downloads.sourceforge.net/wine/wine_gecko-2.21-x86-dbg.tar.bz2
$ cd .wine/drive_c/windows/system32/gecko/2.21
$ mv wine_gecko wine_gecko.old
$ tar -jxf ~/wine_gecko-2.21-x86-dbg.tar.bz2
# Disable the crash dialog:
$ winetricks nocrashdialog
$ cd "~/.wine/drive_c/Program Files/zabkat/xplorer2"
$ wine xplorer2_UC.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36245
Bug ID: 36245
Summary: valgrind shows several warnings in
d3dx9_36/tests/texture.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==27653== Invalid read of size 4
==27653== at 0x4FB898B: point_filter_argb_pixels (surface.c:1655)
==27653== by 0x4FB9301: D3DXLoadSurfaceFromMemory (surface.c:1846)
==27653== by 0x4FB73A4: D3DXLoadSurfaceFromFileInMemory (surface.c:1179)
==27653== by 0x4FBC161: D3DXCreateTextureFromFileInMemoryEx (texture.c:665)
==27653== by 0x4FBCF39: D3DXCreateTextureFromResourceExA (texture.c:843)
==27653== by 0x4FBCC44: D3DXCreateTextureFromResourceA (texture.c:805)
==27653== by 0x4CAD5A6: test_D3DXCreateTexture (texture.c:762)
==27653== by 0x4CB3B11: func_texture (texture.c:1903)
==27653== by 0x4CB82A0: run_test (test.h:584)
==27653== by 0x4CB868F: main (test.h:654)
==27653== Address 0xe82f138 is 16 bytes after a block of size 32 alloc'd
==27653== at 0x7BC4C735: notify_alloc (heap.c:255)
==27653== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==27653== by 0x7BC39AE9: RtlInitializeCriticalSectionEx (critsection.c:326)
==27653== by 0x7B876B51: InitializeCriticalSectionEx (sync.c:356)
==27653== by 0x7B876AD0: InitializeCriticalSection (sync.c:313)
==27653== by 0xE913368: BmpDecoder_Create (bmpdecode.c:1178)
==27653== by 0xE91343A: BmpDecoder_Construct (bmpdecode.c:1197)
==27653== by 0xE9134C6: BmpDecoder_CreateInstance (bmpdecode.c:1208)
==27653== by 0xE9165BB: ClassFactoryImpl_CreateInstance (clsfactory.c:138)
==27653== by 0x5151E26: CoCreateInstance (unknwn.h:226)
==27653== by 0xE929022: BitmapDecoderInfo_CreateInstance (info.c:620)
==27653== by 0xE924090: find_decoder (wincodec.h:3325)
==27653== by 0xE924234: ComponentFactory_CreateDecoderFromStream
(imgfactory.c:208)
==27653== by 0x4FB6EB3: D3DXLoadSurfaceFromFileInMemory (wincodec.h:5956)
==27653== by 0x4FBC161: D3DXCreateTextureFromFileInMemoryEx (texture.c:665)
==27653== by 0x4FBCF39: D3DXCreateTextureFromResourceExA (texture.c:843)
==27653== by 0x4FBCC44: D3DXCreateTextureFromResourceA (texture.c:805)
==27653== by 0x4CAD5A6: test_D3DXCreateTexture (texture.c:762)
==27653== by 0x4CB3B11: func_texture (texture.c:1903)
==27653== by 0x4CB82A0: run_test (test.h:584)
==27653==
--
Do not reply 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=34517
Bug #: 34517
Summary: Burnout Paradise on Steam crashes when trying to
connect to server
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yajodj(a)msn.com
Classification: Unclassified
Created attachment 45950
--> http://bugs.winehq.org/attachment.cgi?id=45950
Death report
Installs fine, and plays fine, except when "connecting to paradise city
servers". Then it dies with this backtrace.
One workaround is to disconnect the network before playing, so it steps over
the conection and then I can play fine again, but only offline.
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.
https://bugs.winehq.org/show_bug.cgi?id=36449
Bug ID: 36449
Summary: Death to Spies: Moment of Truth crashes on mission
start (needs
ID3DXSkinInfo::ConvertToIndexedBlendedMesh
implementation)
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says...
Prerequisite: 'winetricks -q d3dcompiler_43'
For the intro video crash you need Windows Media Video 9 VCM (bug 32723).
Download:
http://download.microsoft.com/download/9/8/a/98a6cb2d-6659-485e-b1f9-2c0d9b…
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Aspyr/Death to Spies - Moment of Truth
Demo
$ WINEDEBUG=+tid,+seh,+relay,+d3dx,+d3d wine ./Truth.exe >>log.txt 2>&1
...
0046:fixme:d3dx:d3dx9_skin_info_ConvertToIndexedBlendedMesh iface 0x648d7910,
mesh_in 0x6490f840, options 0, adjacency_in 0x45, adjacency_out 0x5adb248,
face_remap 0x5ae67d8, vertex_remap (nil), max_face_infl (nil),
num_bone_combinations 0x33f1c0, bone_combination_table 0x33f194, mesh_out
0x33f1a0 stub!
0046:Call ntdll.RtlFreeHeap(01060000,00000000,05adb238) ret=007bf3c1
0046:Ret ntdll.RtlFreeHeap() retval=00000001 ret=007bf3c1
0046:Call ntdll.RtlFreeHeap(01060000,00000000,05ae67c8) ret=007bf3c1
0046:Ret ntdll.RtlFreeHeap() retval=00000001 ret=007bf3c1
0046:trace:seh:raise_exception code=c0000005 flags=0 addr=0x4e40df ip=004e40df
tid=0046
0046:trace:seh:raise_exception info[0]=00000000
0046:trace:seh:raise_exception info[1]=00000037
0046:trace:seh:raise_exception eax=00000037 ebx=064e1c90 ecx=add05c5b
edx=064e3c00 esi=05adb248 edi=05ae67d8
0046:trace:seh:raise_exception ebp=80004001 esp=0033f138 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010246
0046:trace:seh:call_stack_handlers calling handler at 0x7c9140 code=c0000005
flags=0
...
Unhandled exception: page fault on read access to 0x00000037 in 32-bit code
(0x004e40df).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:004e40df ESP:0033f138 EBP:80004001 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000037 EBX:064e1c90 ECX:add05c5b EDX:064e3c00
ESI:05adb248 EDI:05ae67d8
...
Backtrace:
=>0 0x004e40df in truth (+0xe40df) (0x80004001)
0x004e40df: movl 0x0(%eax),%ecx
Modules:
Module Address Debug info Name (149 modules)
PE 400000- 8c9000 Export truth
PE 8d0000- ad7000 Deferred d3dcompiler_43
PE bf0000- d29000 Deferred vorbis
PE 10000000-10022000 Deferred vfs20
...
Threads:
process tid prio (all id:s are in hex)
...
00000045 (D) C:\Program Files\Aspyr\Death to Spies - Moment of Truth
Demo\Truth.exe
00000016 0
0000000d 15
0000000b 0
00000047 0
00000046 0 <==
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb174209%28v=vs.85%…
Source:
http://source.winehq.org/git/wine.git/blob/0a993f14b4e254617e408f961fcb8f94…
'winetricks -q d3dx9_36' works around (also fixes text display issue).
$ sha1sum DTS_Demo_Installer.exe
aa7af641c6e959aa3daf758acf5f6f3b124d0ed1 DTS_Demo_Installer.exe
$ du -sh DTS_Demo_Installer.exe
920M DTS_Demo_Installer.exe
$ wine --version
wine-1.7.18-92-gb01fc1a
Regards
--
Do not reply 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=33888
Bug #: 33888
Summary: VisualDSP crash when acessing debugger
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: volodymyr.sydoruk(a)gmail.com
Classification: Unclassified
Created attachment 44980
--> http://bugs.winehq.org/attachment.cgi?id=44980
Back-trace
Program: VisualDSP++ 5.0 from Analog devices crashes every time when trying to
connect to target.
Error says unimplemented functions in atl80.dll
Steps to reproduce:
1. Install VisualDSP++ 5.0
2. Run VisualDSP Environment
3. Press "Connect to target" button at the left-top corner
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35957
Bug ID: 35957
Summary: Neverwinter Nights 1.69 crashes on startup since
1.7.16
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saif1988(a)gmail.com
Created attachment 48041
--> http://bugs.winehq.org/attachment.cgi?id=48041
I usually launch .exe files from gnome gui (right click launch with wine) but
ehre is the terminal output after running: wine
'/ntfsdisk/NeverwinterNights/NWN/game.exe' > nwnwinelog.txt
It worked properly in 1.7.15.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.