http://bugs.winehq.org/show_bug.cgi?id=28799
Bug #: 28799
Summary: d3dx9_36/tests/mesh.ok: memcpy source and destination
overlap in weld_float16_2() triggered by
test_weld_vertices()
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
In d3dx9_36/tests, in "make mesh.ok", valgrind complains:
Source and destination overlap in memcpy(0x7fd893dc, 0x7fd893dc, 4)
at memcpy (mc_replace_strmem.c:635)
by weld_float16_2 (mesh.c:5861)
by weld_component (mesh.c:5958)
by D3DXWeldVertices (mesh.c:6242)
by test_weld_vertices (mesh.c:8069)
by func_mesh (mesh.c:8193)
by run_test (test.h:556)
by main (test.h:624)
--
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=27633
Summary: Missing StrToInt64Ex in SHLWAPI.DLL
Product: Wine
Version: unspecified
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlo.bramix(a)libero.it
StrToInt64ExW (Unicode) and StrToInt64ExA (Ascii) are missing in SHLWAPI.DLL
http://msdn.microsoft.com/en-us/library/bb773450%28v=vs.85%29.aspx
At time of writing, this bug persists in all WINE versions, including the
latest sources in the repository.
--
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=29891
Bug #: 29891
Summary: Symantec VIP Access can not be activated
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
After installing Symantec VIP Access the user is required to accept a license
agreement and activate the program. The activation is unsuccesful and therefore
the program can not be used.
--
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=29956
Bug #: 29956
Summary: Unable to create an empty Jet database file.
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: odbc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: birdfamily715(a)googlemail.com
Classification: Unclassified
Created attachment 38987
--> http://bugs.winehq.org/attachment.cgi?id=38987
Test C source program to create empty Jet database.
An empty Jet database file is a useful start to many ODBC tests in Jet
databases, or even for ADO and ADO.NET. This little C program used to work in
an earlier version of wine. Essentially all it does is one function call into
the DLL odbccp32.dll: SQLConfigDataSource
I have used winetricks to install jet40 and mdac28, checked that the ODBC
registry entries are set up, odbccp32.dll is native according to winecfg and
the program works on windows. The attached program source code includes
diagnostic code to show that the configuration string is set up correctly with
embedded nulls.
Build script is (for mingw on Windows):
gcc -g -I/mingw/include -Wall -c createdb.c
gcc -L/mingw/lib ./createdb.o -o createdb -lodbccp32
--
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=29031
Bug #: 29031
Summary: Game borderlands does not start
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy-bugzilla(a)kievinfo.com
Classification: Unclassified
Game does not start. Aborts with following output:
wine Borderlands.exe
err:module:map_image Could not map shared section .extra
err:module:map_image Could not map shared section .extra
wine: Bad EXE format for C:\Program
Files\Steam\steamapps\common\borderlands\Binaries\Borderlands.exe
This is not a duplicate of bug 23962 .
--
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=22060
Summary: regedit CRASHES when key with non-ascii values is
renamed or deleted
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tianshuo(a)gmail.com
Created an attachment (id=26868)
--> (http://bugs.winehq.org/attachment.cgi?id=26868)
results of WINEDEBUG=+relay wine regedit
there is a key in my registry that I can not delete, every time I delete it
regedit.exe crashes. I am deleting this key because of Bug 20279 and the
solution it provides does not work because of this crash. rename does not work
either gives the same error message
wine: Unhandled page fault on write access to 0x00750072 at address 0x7bc486bc
(thread 001b), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc48148
"wine --version" is 1.1.40
I am attaching the tail of "WINEDEBUG=+relay wine regedit" as
winedebugrelay.log
and "winedbg regedit" as winedbg.log
I am not sure if more information is needed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30012
Bug #: 30012
Summary: MS Project 2010 crashes at shutdown
Product: Wine
Version: 1.4-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
When existing MS Project 2010 it invariably crashes. From the console log the
possible culprit is wine: Call from 0x7b83b5a2 to unimplemented function
mscoree.dll.CoEEShutDownCOM, aborting .
--
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=26989
Summary: Playchess, games tab is not drawn
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.fritzhelp.com/download/PlayChessV5Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Install.. Click "Enter As Guest". Click games tab. Tab really changes, but
nothing is drawn.
Terminal has lot of:
fixme:gdiplus:GdipFillPath Not implemented for brushtype 3
--
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=25861
Summary: fail to run POPO2011-Full-installer.exe (POPO is an
IM from Netease)
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=32957)
--> (http://bugs.winehq.org/attachment.cgi?id=32957)
Log: installing POPO2011-Full-installer.exe with wine
env:
wine1.3.12 from ubuntu ppa
Ubuntu 10.10 x86_64
Step 1
Download POPO2011-Full-installer.exe
http://dl.163.com/popo_2011/update/installer/POPO2011-Full-installer.exe
Step 2
Install POPO2011:
fracting@fracting-K400:~$ rm -rf .wine
fracting@fracting-K400:~$ wine
'/home/fracting/Desktop/POPO2011-Full-installer.exe'
full log is in attechment install_popo.log
Step 3
Install mfc42 with winetricks
Step 4
run POPO
$ wine '/home/fracting/.wine/drive_c/Program Files/Netease/POPO/Start.exe'
fracting@fracting-K400:~$ fixme:msvcrt:_setmbcp trail bytes data not available
for DBCS codepage 0 - assuming all bytes
fixme:msg:ChangeWindowMessageFilter 233 00000001
fixme:msg:ChangeWindowMessageFilter 4a 00000001
fixme:msg:ChangeWindowMessageFilter 49 00000001
fixme:msg:ChangeWindowMessageFilter 233 00000001
fixme:msg:ChangeWindowMessageFilter 4a 00000001
fixme:msg:ChangeWindowMessageFilter 49 00000001
fixme:dbghelp:elf_search_auxv can't find symbol in module
There is no any window to be created.
--
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.