http://bugs.winehq.org/show_bug.cgi?id=23049
Summary: Shareaza crash while starting
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://shareaza.sourceforge.net/?id=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=28596)
--> (http://bugs.winehq.org/attachment.cgi?id=28596)
Console output
This is in Wine-1.2-rc2. Shareaza 2.5.2.0. Ubuntu 10.04
--
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=23056
Summary: BitComet 1.21: Fails to start
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://download.bitcomet.com/bitcomet/bitcomet_setup.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28606)
--> (http://bugs.winehq.org/attachment.cgi?id=28606)
Terminal output on Wine-1.2-rc2
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine bitcomet_setup.exe do default installation
4) wine BitComet.exe
Behaviour:
I get window with "BitComet has encountered a problem [...]"
Expected behaviour:
Bitcomet should start normally
--
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=23280
Summary: The Starcraft 2 Editor crashes when you add a Model to
the Previewer.
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
The Starcraft 2 Editor crashes when you add a Model to the Previewer by
clicking on the "Add" button.
The only output of the editor when it crashes is:
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x564b658,0x564b65c): stub
I am currently investigating further.
--
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=23479
Summary: notepad++: can no longer select file tabs when
multiple files are open
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://notepad-plus-plus.org/
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29302)
--> (http://bugs.winehq.org/attachment.cgi?id=29302)
+tab in 1.2-rc6
This is a regression caused by
http://source.winehq.org/git/wine.git/?a=commitdiff;h=6018b88913be5a252d1c0….
To reproduce, download/install notepad++. Open/create two files. Click an
alternative tab to open that file, which fails. It seems the first time you
attempt to switch may work, but after that, they fail.
Reverting the commit, of course, works fine. I'll attach a +tab.
--
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=23820
Summary: internet explorer 7 (ie7) crashes on start if cwd is
not C:\Program Files\Internet Explorer
Product: Wine
Version: 1.2
Platform: x86
URL: http://kegel.com/wine/winetricks
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29889)
--> (http://bugs.winehq.org/attachment.cgi?id=29889)
backtrace
Apparently it's been a known issue for a while, but I can't find a bug for it.
Easy to reproduce:
$ rm -rf .wine
$ winetricks -q ie7
$ wine iexplore.exe
CRASH!
workarounds:
A)
$ cd .wine/drive_c/Program\ Files
$ wine iexplore.exe
B)
$ wine "C:\Program Files\Internet Explorer\iexplore.exe"
C)
$ winetricks -q comctl32
$ WINEDLLOVERRIDES="comctl32=n" wine iexplore.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.
http://bugs.winehq.org/show_bug.cgi?id=24290
Summary: GetOpenFileName() triggers read of uninitialized
variable
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Created an attachment (id=30599)
--> (http://bugs.winehq.org/attachment.cgi?id=30599)
Application source code and .sln file
How to reproduce:
- Extract the attached tgz file.
- Build the release configuration with MSVC 2005 SP1 (other MSVC versions will
probably work too).
- Run the generated .exe under valgrind + wine. The command I used was:
$HOME/software/valgrind/vg-in-place
--suppressions=$HOME/software/wine-memcheck.supp --trace-children=yes
--vex-iropt-precise-memory-exns=yes --num-callers=32
--prefix-to-strip=$HOME/software --error-limit=no --gen-suppressions=all wine
mfc-dialog-test.exe >& /open-file-dialog-log.txt
- Click on the "Select file ..." button and select a file.
- Close the application.
--
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=24336
Summary: Spreadsheet-like input form uses wrong column size
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scallegari(a)arces.unibo.it
Hi,
I have an application (LTSPICEIV - see
http://www.linear.com/designtools/software/#Spice and please try it if useful
to understand this report, since it comes at no cost) which uses
spreadsheet-like forms to enter some parameters.
As an example, consider the screenshot attached.
When the application is run with wine, entering parameters becomes extremely
problematic.
Indeed the spreadsheet is /shown/ correctly. However, when one clicks on a cell
to edit it, the cell width gets wrong (apparently the width of the last column
gets used rather than the current colum, see the attachment for details).
Hope this is clear enough to fix the issue.
--
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=24469
Summary: REGRESSION: ExplorerXP-black background on treeview
area
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Regression appears somewhere between 1.1.13 and 1.2. Can't make regress
testing. Please make someone this.
--
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=25347
Summary: Regression : AutoCAD 2005 crashes selecting files
after OPEN command
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
This commit :
119860b05f8c22d1525b573e461afe95e430a63b is the first bad commit
commit 119860b05f8c22d1525b573e461afe95e430a63b
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Tue Nov 16 23:55:23 2010 +0300
comctl32/listview: Use a code set by dispinfo holder to convert data
encoding after LVN_GETDISPINFO.
:040000 040000 ad5c1c701754ee3c180ab7caab5106d2a01cfb52
d1387b25792aaa034c623d041be31e0f97f2a9ad M dlls
Make AutoCAD to crash (almost always) when selecting a file to open in the file
listview.
I marked as major as I guess it can affect many apps using comctl32/listview
control.
To test, just run AutoCAD2005, issue an OPEN command and fiddle a bit with
filenames in the list. Shortly app first hangs, than the crash message box
appears, then AutoCAD itself crashes.
Please ask if you need some logs....
Ciao
Max
--
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=25691
Summary: ImageList_Duplicate doesn't correctly duplicate full
length of has_alpha byte array
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmcdonald(a)bittorrent.com
In the case where an image list is created, then expanded enough so that the
byte array pointed at by the has_alpha member has been reallocated to a larger
size (and cMaxImage is larger), if that image list is duplicated, the duplicate
will have a has_alpha member that is shorter than the expected length.
Where ImageList_Create assigns:
himl->cMaxImage = cInitial + 1;
and then ensures the length of the has_alpha byte array is at least cMaxImage
bytes long,
ImageList_Duplicate assigns to the duplicate:
himlDst->cMaxImage = himlSrc->cMaxImage;
which throws off the internal checks that assume the length of the has_alpha
member is at least as long as cMaxImage says. This results in heap corruption
when the following line in add_with_alpha() is executed under the right
conditions:
himl->has_alpha[pos + n] = 1;
I worked around the bug by making the following changes to
dlls/comctl32/imagelist.c:
*** 1519,1524 ****
--- 1519,1537 ----
himlSrc->hdcMask, 0, 0, SRCCOPY);
himlDst->cCurImage = himlSrc->cCurImage;
+ if (himlSrc->has_alpha && himlDst->has_alpha
+ && himlSrc->cMaxImage > himlDst->cMaxImage)
+ {
+ /* ImageList_Create didn't create a long enough new_alpha */
+ char *new_alpha = HeapReAlloc( GetProcessHeap(),
HEAP_ZERO_MEMORY,
+ himlDst->has_alpha, himlSrc->cMaxImage );
+ if (new_alpha) himlDst->has_alpha = new_alpha;
+ else
+ {
+ HeapFree( GetProcessHeap(), 0, himlDst->has_alpha );
+ himlDst->has_alpha = NULL;
+ }
+ }
himlDst->cMaxImage = himlSrc->cMaxImage;
if (himlSrc->has_alpha && himlDst->has_alpha)
memcpy( himlDst->has_alpha, himlSrc->has_alpha,
himlDst->cCurImage );
I built Wine 1.2.2 from source (./configure; make; sudo make install), and then
applied the changes the same way and retested.
Looks like the 1.3 and development lines have the same issue.
I don't know if this patch is efficient enough for me to submit it (nicer if
ImageList_Create would accept cMaxImage as a parameter so it could create the
byte array with the correct length to save an allocation, but that's a bigger
change).
--
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=26919
Summary: ZipGenius: Crash at start-up
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.zipgenius.it/filesdl/current/zg63sui.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34325)
--> (http://bugs.winehq.org/attachment.cgi?id=34325)
WINEDEBUG=+relay,+tid,+seh on wine-1.3.18-171-g1ffb069
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install ZipGenius (default installation)
4) wine zipgenius.exe
Behaviour:
Crash.
Expected behaviour:
No crash.
Terminal output:
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0x17de924, overlapped 0x17de928): stub
wine: configuration in '/home/Wojnilowicz/.wine' has been updated.
fixme:shell:FileIconInit (true)
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetImageList Unsupported image list 2 requested
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7b8388bb (thread
0009), starting debugger...
err:seh:setup_exception_record stack overflow 896 bytes in thread 0009 eip
7bc6fe90 esp 00230fb0 stack 0x230000-0x231000-0x330000
--
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=25032
Summary: Banana 6.0
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markusbreitenstein(a)hotmail.com
Program is working fine on any windows system since XP.
Wine crashes if a serial number is asked. i think it is a grafical problem,
because the picture is instable after the 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=22744
Summary: Incoming: missing textures, blocky characters
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://download.cnet.com/Incoming-demo/3000-7563_4-100
18278.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=28039)
--> (http://bugs.winehq.org/attachment.cgi?id=28039)
console log
Incoming (also known as Incoming: The Final Conflict) is a good old 3D shooter
from 1998. It doesn't render textures correctly: characters in the menu are
just colored blocks, in the main game whole textures are missing etc.
Appdb link: http://appdb.winehq.org/objectManager.php?sClass=version&iId=6534
The demo also shows the same issues.
According to Appdb the game rendered textures correctly around 0.9.15. That's a
very old version.
0.9.38: the game doesn't even start for me,
0.9.61: the game shows the same problems as in the current 1.1.44.
--
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=27634
Summary: Freespace 2 does not display screen
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=35329)
--> (http://bugs.winehq.org/attachment.cgi?id=35329)
Terminal log in 1.3.22
Running the GOG version of Freespace 2 I get to the start screen and it shows
only the text on a black background (terminal log attached).
This screen worked fine in previous wine.
I did a regression test and got
3871329872afe3976e0b2b85330e3a7c47301658 is the first bad commit
commit 3871329872afe3976e0b2b85330e3a7c47301658
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Mon May 23 17:58:36 2011 -0400
ddraw: Avoid clearing some memory unnecessarily.
:040000 040000 f5f1503293dbd4009bf74a1a305d891a52d52d56
94cfffda37433c4168334c01dfdce3f9f773d70d M dlls
Can't get it to revert tho
--
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=22977
Summary: SDP Downloader 2.3.0: No longer working on Wine 1.1.41
up to 1.2-rc2
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=10959&iTestingId=53420
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Hi
SDP Downloader 2.3.0 doesn't longer work on Wine 1.1.41 up to Wine 1.2-rc2.
Not even a program window appears anymore. Just an SDP entry in the task bar is
the only thing where you can see that the program is running. In earlier
versions of Wine (< ~1.1.40) most functions of SDP worked properly.
The command for the attached gigantic WINEDEBUG logfile was
WINEDEBUG=+relay wine C:\\Programme\\SDP\ Multimedia\\SDP\ Downloader\\SDP.exe
> test.log 2>&1
Regards,
Atalanttore
--
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=22167
Summary: SDP Downloader 2.3.0 doesn't start any longer on Wine
v1.1.40
Product: Wine
Version: 1.1.40
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=appli
cation&iId=2144
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Hi
I've just experienced a problem regarding the latest version 2.30 of the SDP
Downloader. I'm using Wine 1.1.40 on Ubuntu 9.10 x64 with Compiz window
manager. Last time I maximized the main window of SDP Downloader to full screen
and after some work I was closing the application. From this time on the SDP
Downloader didn't start any longer and never displayed any error message. The
entire program was like dead. In the end I removed Wine 1.1.40 and went back to
version 1.1.31, where SDP Downloader works properly.
Regards,
Atalanttore
--
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=25345
Summary: Internet Explorer 7 loading https pages vary slow
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: proent1992(a)comcast.net
Clean wine drive using wine 1.3.8 using install method of (Tom Wickline) IE7
now takes two to three minutes to load https pages.
I also set up clean wine drive using winetricks method with same results.
OS Open Suse 11.3 x86_64 using wine 32 bit 1.3.8
--
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=22711
Summary: Dungeon Keeper 2: X11 cursor is not hidden in-game
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.filefront.com/10592819/Dungeon-Keeper-2-MP-
Demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
Created an attachment (id=27999)
--> (http://bugs.winehq.org/attachment.cgi?id=27999)
Screen showing the X11 cursor in-game
When playing Dungeon Keeper 2, I have the X11 cursor sitting at the
same position all the time (can't be moved or anything) in the game. It's as if
the game doesn't properly hide the X11 cursor. The type of cursor shown in-game
is dependent on what cursor was used when the game was launched and at what
position it was at. In my case it's the caret because I was in console.
Attached a picture of the problem.
--
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=18554
Summary: Regedit import.
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergeikrivonos(a)gmail.com
Export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\Security\XAKey under
windows.
Try import it under WINE by regedit - it fails because of key value.
Maybe file should be opened in binary format.
--
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=24748
Summary: Dangerous Waters: crashes when loading 688i platform
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgsuarez(a)gmail.com
Created an attachment (id=31273)
--> (http://bugs.winehq.org/attachment.cgi?id=31273)
Backtrace
Wine crashes when I try to load any mission that uses the 688i class submarine.
I have not tested every other platform yet, but all the other ones I tried work
fine. It certainly seems that this crash is being caused by the 688i platform.
--
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=25515
Summary: Microsoft Word 2003 crashes (or freezes) printing
Document with OTF
Product: Wine
Version: 1.3.9
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gunwald(a)gmx.de
Created an attachment (id=32487)
--> (http://bugs.winehq.org/attachment.cgi?id=32487)
Messages which occur when Word 2003 crashes trying to print a Document which
uses OpenTypeFont
Every time I try to print a Document in Word 2003 it will crash or freeze when
in the document a OpenTypeFont (OTF) is used instead or together with
TrueTypeFont (TTF). The Error occurs only in combination with OpenTypeFont and
does not occur in Word 2007.
Maybe this error has something to do with Bug 16121. I got the same issue as
described in bug 16121 using OTF. And sometimes Word shows normal text as bold
and bold text as normal. I "fixed" this issue deleting the bold edition of the
affected OTF.
--
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=24610
Summary: Touhou games: no text in dialogue boxes
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sgklink(a)gmail.com
Somewhere between 1.1.31 and 1.1.42, bug 22341 seems to have reappeared.
Exact same symptoms - no text in dialogue boxes. Verified with Touhou 6 to 8 on
Ubuntu Lucid, wine 1.1.42, 1.2 and 1.3.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=15594
Summary: photosynth client won't present login dialog without
native msxml3
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://photosynth.net
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Noticed somebody at
http://alexeysmirnov.name/blog/?p=230
saying Photosynth didn't work with Wine, so I gave it a shot.
The installer went fine. The client app launches ok, too.
Clicking on the log in text gives the error
XPath error : Undefined namespace prefix
xmlXPathEval: evaluation failed
exception LiveID.cpp(65) hr(0x80004005)
and doesn't bring up a login dialog.
You can work around this with
winetricks msxml3
(To try online viewing, you have to do 'winetricks firefox flash'
and go to photosynth.net with windows firefox. Didn't work for me
on my Compaq Presario R3000, it said "Required number of texture blend stages
(4) not supported". This affects a lot of graphics cards, see
http://getsatisfaction.com/livelabs/topics/required_number_of_texture_blend…
so perhaps that's not a wine problem.)
--
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=15146
Summary: Touhou 10, 11 dialogue text transparent, difficult to
read
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://www16.big.or.jp/~zun/ht
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyle7(a)hotmail.com
Created an attachment (id=15860)
--> (http://bugs.winehq.org/attachment.cgi?id=15860)
Mountain of Faith run with wine 1.1.4 and on XP, windows XP to the right
When running Touhou 10: Mountain of Faith, or Touhou 11: Subterranean Animism
with wine 1.1.4, the in-game dialogue is transparent, making it nearly
impossible to read. This is also present in the "Music Room" selection.
This is with a standard wine install, except for running with a native
d3dx9_36.dll (necessary to get the games to run, see bug 13297)
Graphics card is NVIDIA Geforce 6200SE, with drivers 169.12
--
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=25143
Summary: Do not run EiskaltDC++
Product: Wine
Version: unspecified
Platform: x86
URL: http://code.google.com/p/eiskaltdc
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavelvat(a)gmail.com
$ wine EiskaltDC++\ Qt.exe
fixme:system:SetProcessDPIAware stub!
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET 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.