http://bugs.winehq.org/show_bug.cgi?id=19538
Summary: Publisher 2007 crashes
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22746)
--> (http://bugs.winehq.org/attachment.cgi?id=22746)
wine-1.1.26-231-gfe9d360 console output
Publisher 2007 crashes, apparently in the same way when opening a non-blank
template, or when resizing a text box. There are probably a number of ways to
cause the same crash, but the app is unusable.
DW20.EXE catches the crash, so I've made a trace with it enabled and with it
disabled (attached), not sure if this is any help though.
--
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=31913
Bug #: 31913
Summary: EasyPal version August 6 2012 does not start with Wine
1.5.14 Ubuntu 12.04
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhardjwolf1(a)gmail.com
Classification: Unclassified
Created attachment 42015
--> http://bugs.winehq.org/attachment.cgi?id=42015
Terminal output when starting EasyPal
EasyPal digital SSTV does not start under Wine 1.5.14
Ubuntu 12.04 (Kubuntu) , 32bit, wine downloaded as deb.package for Ubuntu from
wine repository
Program: Easy Pal version August_6_2012, download at www.kc1cs.com
Apparently older versions of EasyPal worked with older versions of wine, but I
could not find anything newer than wine 1.1 on the digital ham radio message
boards. Also could not find any test results for this current version of
EasyPal.
Terminal output 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=23298
Summary: RELOG.exe crashes
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnfolkers(a)yahoo.com
Created an attachment (id=29043)
--> (http://bugs.winehq.org/attachment.cgi?id=29043)
Application RELOG Wine debugger output
Dell dualcore running 64bit Ubuntu 10.04 LTS.
Fresh install of Ubuntu as of a few weeks ago. Fresh install of wine1.2 from
package manager.
Expecting to use the c:\windows\system32\relog.exe built-in windows utility to
convert performance monitor counters from one format to another.
wine relog.exe > output works OK. I can read the output.
However, actually using the program relog.exe in production fails and crashes.
The command I used:
wine relog.exe Windows27Counters_000003.blg -f csv -o relogtest_1.csv >
~/relog_out.txt
wine: Call from 0x7b836712 to unimplemented function
pdh.dll.PdhGetLogFileTypeW, aborting
wine: Unimplemented function pdh.dll.PdhGetLogFileTypeW called at address
0x7b836712 (thread 0009), starting debugger...
... see attachment.
--
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=32491
Bug #: 32491
Summary: dbghelp doesn't support DW_FORM_flag_present
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: eric.pouech(a)orange.fr
Classification: Unclassified
Occurs under newer clang:
austin@debian-home:~/wine-tmp/dlls/dbghelp$ cat ~/log.txt | grep dbghelp | sort
-u
fixme:dbghelp_dwarf:dwarf2_fill_attr Unhandled attribute form 19
fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 19
austin@debian-home:~/wine-tmp/dlls/dbghelp$ grep -c dbghelp ~/log.txt
18884
--
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=24645
Summary: pdfFactory fails to install
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31148)
--> (http://bugs.winehq.org/attachment.cgi?id=31148)
Error message
Steps to reproduce:
1) remove ~/.wine
2) wine pdf405std.exe
3) Setup->I accept the terms
Behaviour:
error (see attachment)
Expected behaviour:
Application should start installing
--
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=33457
Bug #: 33457
Summary: Will the multiplication suffers from integer overflow
@line 268?
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunxs(a)is.iscas.ac.cn
Classification: Unclassified
We notice that the multiplication at line 268 may overflow in some condition,
and is not checked.
We think it is necessary to check it as the DSA_InsertItem is an exported
function. It is not guaranteed that all the parameters will be in the valid
range.
The related codes are shown below.
Xiaoshan Sun
TCA, ISCAS
============== related source codes ========================================
Implemented in "dlls/comctl32/dsa.c".
source.winehq.org/source/dlls/comctl32/dsa.c
251 INT WINAPI DSA_InsertItem (const HDSA hdsa, INT nIndex, LPVOID pSrc)
252 {
253 INT nNewItems, nSize;
254 LPVOID lpTemp, lpDest;
255
256 TRACE("(%p %d %p)\n", hdsa, nIndex, pSrc);
257
258 if ((!hdsa) || nIndex < 0)
259 return -1;
260
261 /* when nIndex >= nItemCount then append */
262 if (nIndex >= hdsa->nItemCount)
263 nIndex = hdsa->nItemCount;
264
265 /* do we need to resize ? */
266 if (hdsa->nItemCount >= hdsa->nMaxCount) {
267 nNewItems = hdsa->nMaxCount + hdsa->nGrow;
268 nSize = hdsa->nItemSize * nNewItems;
// if ( nSize/nNewItems != hdsa->nItemSize){ overflow detected;}
269
270 lpTemp = ReAlloc (hdsa->pData, nSize);
--
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=20896
Summary: Use-after-free in DdeClientTransaction in user32 dde
tests
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-30-19.16/vg-user32_dde.txt
says
Invalid read of size 2
at GlobalFree (heap.c:767)
by WDML_FreeTransaction (dde_misc.c:2439)
by DdeClientTransaction (dde_client.c:1228)
by test_ddeml_client (dde.c:392)
by func_dde (dde.c:2357)
by run_test (test.h:535)
by main (test.h:585)
Address 0x7f075e80 is not stack'd, malloc'd or (recently) free'd
It's a little hard to see what's going on, but it
appears that the memory in question was indeed recently freed,
judging by the attached log, which was generated by the command
WINEDEBUG=+relay,+heap valgrind --trace-children=yes wine user32_test.exe.so
dde.c
and edited to show just the area of interest.
--
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=32936
Bug #: 32936
Summary: SmartMusic crashed wine1.4 upon startup
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rgncqcll(a)sharklasers.com
Classification: Unclassified
Created attachment 43491
--> http://bugs.winehq.org/attachment.cgi?id=43491
Backtrace.txt from Wine 1.4 crash with SmartMusic install
Running Wine 1.4, default installed with Ubuntu 12.04 LTS as on date.
SmartMusic installer (available here:
http://www.smartmusic.com/download/default.aspx?mode=download&platform=Wind…)
ran smoothly and finished without error. Upon starting SmartMusic, however,
Wine immediately crashed with a backtrace as shown in the attachment.
--
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=30098
Bug #: 30098
Summary: Photoshop CS5, broken Paintbrusch Tool
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)timroes.de
Classification: Unclassified
In Photoshop CS5.1 the Paintbrush Tool is broken. If you press down the mouse
button and drag the mouse, the expected output would be a line. Instead you get
a dot, where you pressed the mouse and no line is drawn.
Around every 10th time the drawing works normal (as long as you don't release
the mouse button). Its not exactly every 10th time and the interval is random.
I narrowed it down to the first wine version where it occurred. In 1.3.34 it
works all fine, and from 1.3.35 till the current release candidate 1.4-rc5 it
shows the same behavior.
While you move the mouse, the navigation panel inside Photoshop shows the
correct mouse positions, so it seems that the mouse coordinate is passed
correctly to Photoshop. During the few times the line is drawn the coordinates
in the navigation panel are refreshed quite slower.
The same behavior is described in the following test, by another user:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20158&iTesting…
Please tell me what logs you need especially from which wine versions, and I
will be glad to help fixing that bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11832
Summary: App scans folders with charts but fails to display them
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
As part of normal startup, Coastal Explorer (CE) scans designated (either by
default or user choice) specific folders within all drives, building an XML
document with descriptions of each chart found. At the end of the process,
however, CE announces there are no charts to be found and asks if the user
wants to download charts from web sites.
It was found that interrupting the scan process (there is a "Stop" button
available) will make charts visible and usable. This is, however, a rather
inelegant solution and one which poses problems when using the "Chart
Portfolio" tool (e.g., duplication of charts).
--
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.