http://bugs.winehq.org/show_bug.cgi?id=35369
Bug ID: 35369
Summary: differences between ./dlls/shlwapi/wsprintf.c and
./dlls/user32/wsprintf.c
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: wine13.10.hackie(a)spamgourmet.com
Classification: Unclassified
I was looking for an implementation of wsprintf, then I saw the comments in
these files:
dlls/shlwapi/wsprintf.c:
* This code is duplicated in user32. If you change something here make sure
* to change it in user32 too.
dlls/user32/wsprintf.c:
* This code is duplicated in shlwapi. If you change something here make sure
* to change it in shlwapi too.
This didn't always seem to happen in the past, as you can see in the diff:
--- ./dlls/shlwapi/wsprintf.c 2014-01-03 20:00:47.000000000 +0100
+++ ./dlls/user32/wsprintf.c 2014-01-03 20:00:47.000000000 +0100
(only the most remarkable changes:)
(see the data types UINT vs INT)
-INT WINAPI wvnsprintfA( LPSTR buffer, INT maxlen, LPCSTR spec, __ms_va_list
args )
+static INT wvsnprintfA( LPSTR buffer, UINT maxlen, LPCSTR spec, __ms_va_list
args )
- CHAR number[20];
+ CHAR number[21]; /* 64bit number can be 18446744073709551616 which is 20
chars. and a \0 */
Last one might possibly be the reason for some instabilities, depends where the
function is used. It's possibly a good idea to try to use the share the same
file on both places - and to look for more similar problems...
--
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=23560
Summary: Text missing and/or background not rendered in Peril
at End House
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.egames.com/game/download/agatha+christie+pe
ril+at+end+house.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug applies to the game "Agatha Christie: Peril at End House". A
time-limited version can be downloaded from
http://www.egames.com/game/download/agatha+christie+peril+at+end+house.html
After installing you'll need to do "winetricks ie6" prior to running it.
Much text rendering is incorrect; see the attached screenshots. Text is either
missing or the background is not rendered (leaving the previous background
visible). There doesn't seem to be any relevant console output. I tested with
Xubuntu 9.10, Nvidia driver 256.35.
--
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=23370
Summary: OpenBOR and many other application crashed.
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
OpenBOR, an application that has worked consistantly since Wine 0.9.40, crashes
with this error:
wine: Unhandled page fault on write access to 0x0043649d at address 0x7ef8451e
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef8451e
This is the only error I get from 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.
https://bugs.winehq.org/show_bug.cgi?id=36594
Bug ID: 36594
Summary: valgrind shows uninitialized memory use in
windowscodecs/tests/metadata.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==24667== Conditional jump or move depends on uninitialised value(s)
==24667== at 0x4CD4D17: winetest_vok (test.h:333)
==24667== by 0x4CD4E23: winetest_ok (test.h:357)
==24667== by 0x4CBCD5A: compare_metadata (metadata.c:613)
==24667== by 0x4CBD126: test_metadata_IFD (metadata.c:694)
==24667== by 0x4CC3D9B: func_metadata (metadata.c:1784)
==24667== by 0x4CD57DA: run_test (test.h:584)
==24667== by 0x4CD5BC9: main (test.h:654)
==24667== Uninitialised value was created by a client request
==24667== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==24667== by 0x7BC4C641: initialize_block (heap.c:240)
==24667== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==24667== by 0x4E5A55F: LoadIfdMetadata (metadatahandler.c:1129)
==24667== by 0x4E580FE: MetadataHandler_LoadEx (metadatahandler.c:424)
==24667== by 0x4CB9EE9: load_stream (wincodecsdk.h:1817)
==24667== by 0x4CBD05B: test_metadata_IFD (metadata.c:688)
==24667== by 0x4CC3D9B: func_metadata (metadata.c:1784)
==24667== by 0x4CD57DA: run_test (test.h:584)
==24667== by 0x4CD5BC9: main (test.h:654)
==24667==
--
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=36005
Bug ID: 36005
Summary: windowscodecs/metadata tests fail with
WINEDEBUG=warn+heap
Product: Wine
Version: 1.7.16
Hardware: x86
URL: https://test.winehq.org/data/7e874aed75765f3c017673178
cfd64301b7ba3ed/linux_ae-fedora64-heap/wininet:http.ht
ml
OS: Linux
Status: NEW
Keywords: download, testcase
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
rm *ok ; WINEDEBUG=warn+heap make metadata.ok
../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p
windowscodecs_test.exe.so metadata && touch metadata.ok
metadata.c:613: Test failed: 0: expected value 0x1/0 got 0x55550001/0x55555555
metadata.c:613: Test failed: 1: expected value 0xde/0 got 0xde/0x55555555
metadata.c:613: Test failed: 2: expected value 0x14d/0 got 0x14d/0x55555555
metadata.c:613: Test failed: 3: expected value 0x18/0 got 0x55550018/0x55555555
metadata.c:613: Test failed: 4: expected value 0x8005/0 got 0x8005/0x55555555
metadata.c:613: Test failed: 6: expected value 0x44/0 got 0x55555544/0x55555555
metadata.c:613: Test failed: 8: expected value 0x44/0 got 0x55555544/0x55555555
metadata.c:613: Test failed: 9: expected value 0x3344/0 got
0x55553344/0x55555555
metadata.c:613: Test failed: 11: expected value 0x11223344/0 got
0x11223344/0x55555555
metadata.c:613: Test failed: 12: expected value 0x11223344/0 got
0x11223344/0x55555555
metadata.c:613: Test failed: 23: expected value 0x44/0 got
0x55555544/0x55555555
metadata.c:613: Test failed: 24: expected value 0x3344/0 got
0x55553344/0x55555555
metadata.c:613: Test failed: 25: expected value 0x11223344/0 got
0x11223344/0x55555555
metadata.c:613: Test failed: 26: expected value 0x11223344/0 got
0x11223344/0x55555555
metadata.c:613: Test failed: 0: expected value 0x1/0 got 0x55550001/0x55555555
metadata.c:613: Test failed: 1: expected value 0xde/0 got 0xde/0x55555555
metadata.c:613: Test failed: 2: expected value 0x14d/0 got 0x14d/0x55555555
metadata.c:613: Test failed: 3: expected value 0x18/0 got 0x55550018/0x55555555
metadata.c:613: Test failed: 4: expected value 0x8005/0 got 0x8005/0x55555555
metadata.c:613: Test failed: 6: expected value 0x44/0 got 0x55555544/0x55555555
metadata.c:613: Test failed: 8: expected value 0x44/0 got 0x55555544/0x55555555
metadata.c:613: Test failed: 9: expected value 0x3344/0 got
0x55553344/0x55555555
metadata.c:613: Test failed: 11: expected value 0x11223344/0 got
0x11223344/0x55555555
metadata.c:613: Test failed: 12: expected value 0x11223344/0 got
0x11223344/0x55555555
metadata.c:613: Test failed: 23: expected value 0x44/0 got
0x55555544/0x55555555
metadata.c:613: Test failed: 24: expected value 0x3344/0 got
0x55553344/0x55555555
metadata.c:613: Test failed: 25: expected value 0x11223344/0 got
0x11223344/0x55555555
metadata.c:613: Test failed: 26: expected value 0x11223344/0 got
0x11223344/0x55555555
--
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=35429
Bug ID: 35429
Summary: Naver LINE crashes when you close a window
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: p91paul(a)gmail.com
Classification: Unclassified
Created attachment 47282
--> http://bugs.winehq.org/attachment.cgi?id=47282
Terminal output from LINE
Every time you close a window in Naver LINE 3.4.0.21, the program crashes,
asking you to send a crash report (I've sent it, probably developers can see
it, don't know how to link it with this bug)
After crash, windows different from the one I closed remains opened but
unresponsive, and I need to kill Line.exe process. Tray icon disappears
immediately on crash.
Terminal output 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=36090
Bug ID: 36090
Summary: Outside ground textures in WildStar Online are
corrupted
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wintertanz(a)gmail.com
Created attachment 48278
--> http://bugs.winehq.org/attachment.cgi?id=48278
Corrupted ground textures in the open world
In outside areas, ground textures in WildStar are skewed all over the place,
and the edges of the landscape polygons are clearly drawn, complete with
shadows. Although it is mostly just a cosmetic issue, it makes following a path
or road nearly impossible without glancing at the minimap.
Textures on the ground inside buildings, caves, spaceships etc. are rendered
correctly.
Tested with some older wine versions (down to 1.7.1) as well. No difference.
Playing around with the graphics settings did not change anything, either.
I was unable to find any hint of Windows users experiencing the same bug, so I
am reporting it against wine.
Setup:
Arch Linux 64 Bit
Phenom II X4 955 BE
Nvidia Geforce 760 GTX (with proprietary driver, 337.12)
Wine 1.7.17 with a clean 32 Bit prefix (with only the DLL overrides required
for the game and the launcher to work).
--
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=33409
Bug #: 33409
Summary: ntdll: Unhandled exception
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eugene_knyshev(a)mail.ru
Classification: Unclassified
Created attachment 44203
--> http://bugs.winehq.org/attachment.cgi?id=44203
Backtrace
Mentor graphics ExpeditionPCB EE7.9 path 4
Application load normally include open dialog, but after any action crashed.
Bug observed also in wine 1.4
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14367
Summary: revise stack-frame relay code never to touch other side
of stack pointer
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14664)
--> (http://bugs.winehq.org/attachment.cgi?id=14664)
always avoid memory on wrong side of stack pointer
The code which relays stack frames from one calling sequence to another can be
written never to touch memory that lies on the undefined side of the current
stack pointer. Even though in normal cases there may be no danger in
referencing below the stack pointer (because of precautions with alternate
signal stack, etc.), it is more robust to avoid this. Debuggers (both code and
human) and other tools may be unaware of the special precautions, or may find
it impossible to comply.
Patch is attached, and will be sent to wine-patches(a)winehq.org.
--
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=29450
Bug #: 29450
Summary: fixme:gdiplus:Gdip<...> graphics object has no HDC
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: annacegu(a)yahoo.com.au
Classification: Unclassified
After trying to resolve the following problem, it was suggested that I open up
a ticket:
http://forum.winehq.org/viewtopic.php?p=70785
Essentially, there are GDI+ objects that are not displaying correctly, whereas
they appear correctly in windows. A forum member has been getting the following
error messages of the form below when trying to run the executable:
fixme:gdiplus:Gdip<...> graphics object has no HDC
The executable was created using Delphi 2010. It can be found through the
following link:
https://trac.macports.org/ticket/32640
where try2.exe is a demo program, and IMG...png is how it appears on windows.
--
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.