http://bugs.winehq.org/show_bug.cgi?id=34281
Bug #: 34281
Summary: PlotSoft PDFill 10: on startup displays a message box,
then quits
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artghio(a)tiscali.it
Classification: Unclassified
Name: PlotSoft PDFill 10.0 (build 4)
Executables: "PDFill.exe" or "PDFill_PDF_Tools.exe" (they are two independent
executables)
Download page: http://www.pdfill.com/download.html
Installation steps:
1. install GhostScript 8.63 from http://www.plotsoft.com/download/gs863w32.exe
( http://goput.it/vz9v.png )
2. install Sun Java Virtual Machine 1.6 from
http://www.plotsoft.com/download/jre-6-windows-i586.exe ( typical installation
)
3. install PDFill from http://www.plotsoft.com/download/PDFill.exe (
http://goput.it/39j9.png ) (md5sum: c64ad2db2153af1d4ef69b88d34ec2a9)
I tested some Wine versions on some GNU/Linux distributions:
- wine-1.4.1 on Kubuntu 13.04 x64
both executables work perfectly ( http://goput.it/str/kk7d.png )
- wine-1.6 (build from ppa:ubuntu-wine/ppa) on Kubuntu 13.04 x64
- wine-1.6 (build from ppa:ubuntu-wine/ppa) on Ubuntu 13.04 x86
- wine-1.7 (compiled from
http://sourceforge.net/projects/wine/files/Source/wine-1.7.0.tar.bz2 source) on
Ubuntu 13.04 x86
1. I launch "wine ./PDFill_PDF_Tools.exe" or "wine ./PDFill.exe" (their bad
behaviours are the same)
2. on startup it displays a message box complaining "No Fonts found" (
http://goput.it/str/t9es.png )
3. I click "Ok" button
4. it displays the window "Browse folders" ( http://goput.it/str/6cv6.png )
5. I select "C:\windows\Fonts" or "/usr/share/wine/fonts"
("/home/luca/.wine/drive_c/windows/Fonts" or "Z:\home\luca\.wine\ etc." cannot
be selected because hidden folders are not visible)
6. I click "Ok" or "Cancel" button
7. it quits without warnings or errors (except for a fixme)
--
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=34504
Bug #: 34504
Summary: __unDName doesn't support function pointer with type
"P8"
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)vmpsoft.com
Classification: Unclassified
??$run@XVTask_Render_Preview@@@QtConcurrent@@YA?AV?$QFuture@X@@PEAVTask_Render_Preview@@P82@EAAXXZ@Z
--
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=35286
Bug ID: 35286
Summary: Borderlands needs msvcr90.dll._crt_debugger_hook
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: debian(a)carbon-project.org
Classification: Unclassified
Boderlands (Steam version) needs msvcr90.dll._crt_debugger_hook and fails to
launch. Disabling mmdevapi works around this issue.
> wine: Call from 0x7b83aabe to unimplemented function msvcr90.dll._crt_debugger_hook, aborting
Note: this might be a clone of bug 34870
--
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=34507
Bug #: 34507
Summary: __unDName doesn't support data type "$$B"
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)vmpsoft.com
Classification: Unclassified
??_E?$TStrArray@$$BY0BAA@D$0BA@@@UAEPAXI@Z
--
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=36625
Bug ID: 36625
Summary: can't set text background color in richedit
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: lostcoderhaley(a)gmail.com
Created attachment 48673
--> http://bugs.winehq.org/attachment.cgi?id=48673
Add support for changing the background color of text in a richedit controll
In Living Cookbook, when a user is capturing a recipe they select some text
then choose what that text is (ingredients, instructions, etc.). Then LC
changes the background color of that text so the user can see which parts of
the recipe have been imported and what type they are. Currently wine does not
allow changing the background color of only some of the text.
--
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=34870
Bug #: 34870
Summary: msvcr100.dll _crt_debugger_hook not found - ArchiCAD
16
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)tirian.net
Classification: Unclassified
ArchiCAD 16 does not run - crashes with:
msvcr100.dll _crt_debugger_hook not found
--
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.