https://bugs.winehq.org/show_bug.cgi?id=41627
Bug ID: 41627
Summary: MS Word 2010 crash when exiting on Wine stable 1.8.5.
Product: Wine
Version: 1.8.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msctf
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Regression SHA1: 18eda5e82a5b92a5f22ccfcfd446ed288341fc1bmsc
Distribution: ---
Created attachment 55987
--> https://bugs.winehq.org/attachment.cgi?id=55987
Log with +tid+msctf+richedit+eventlog channel.
This is a regression in Wine 1.8.5, it is fine when 1.8.4.
Steps for reproducing:
1. Install MS Office 2010 when Wine 1.8.5 and set riched20.dll as 'using native
first';
2. Run Word and try to exit it or save a file. And it will crash.
By a `git bisect` I find this was included by
18eda5e82a5b92a5f22ccfcfd446ed288341fc1b.
And this bug can't be reproduced by current Wine development.
--
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.
The address my83-216-95-95.cust.relish.net (83.216.95.95) failed too many login attempts (5) for
the account kenorb(a)gmail.com.
The login attempts occurred at these times:
2016-12-19 11:55:15 CST
2016-12-19 11:55:23 CST
2016-12-19 11:55:39 CST
2016-12-19 11:56:45 CST
2016-12-19 11:57:41 CST
This IP will be able to log in again using this account at
2016-12-19 12:25 CST.
https://bugs.winehq.org/show_bug.cgi?id=7984
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |https://web-beta.archive.or
| |g/web/20070323105022/http:/
| |/www.doylesroom.com:80/regi
| |ster/install/drbclientinsta
| |ll_cd.exe
--- Comment #17 from Bruno Jesus <00cpxxx(a)gmail.com> ---
The client is still available but as expected it no longer connects and may
crash randomly as it does not handle failure very well.
Comment 8 and comment 13 talk about problems and solutions but it looks like in
all these years this was the only affected application.
Despite being a regression it is most likely abandoned as no longer able to
reproduce.
--
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=2082
--- Comment #163 from Lauri Kenttä <lauri.kentta(a)gmail.com> ---
Created attachment 56474
--> https://bugs.winehq.org/attachment.cgi?id=56474
HACK: Blit ddraw surface to window at (1,1)
Seems that many of the older hacks don't work anymore (or need gdi32 renderer),
so here's a new one. Works with Wine 2.0-rc2 and probably any later versions as
well.
This hack copies ddraw surface to the window at (1,1) when the ddraw surface is
unlocked. This needs to be enabled with DDRAW_HACK=1 on runtime, so this
doesn't interfere with other applications.
This works at least for Diablo (partially, not neatly).
--
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=42019
Bug ID: 42019
Summary: Black screen after choosing a grayed out option in
Critical Mass Demo
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)telfort.nl
Distribution: ---
I have installed and started the game. During installation of the game wine
installs mono. On the main screen, I press "Start Demo". Then I choose the game
mode "Survival" wich is grayed out. Then the screen goes black, and the music
goes slightly down in volume. Then I press alt-tab, and see my LXDE desktop
again. Then I press ctrl-c in the console, but the game keeps running. then i
issue "killall CriticalMass.exe". Then the game stops.
My versions:
Arch linux x86, updated this week.
$ wine --version
wine-2.0-rc1
$ uname -a
Linux cedric 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64
GNU/Linux
--
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=34490
Bug #: 34490
Summary: wine uninstaller does not list 64-bit wine addons
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, win64
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Classification: Unclassified
I normally run 32-bit wine only, installed in /usr/local. I compiled wine64/32
and installed that to /opt/wine6432. I noticed, however, that the addons are
not in wine uninstaller. So:
$ rm -rf ~/.wine
$ /opt/wine6432/bin/wineboot
$ find .wine/ -iname smime3*
.wine/drive_c/windows/system32/gecko/2.21/wine_gecko/smime3.dll
.wine/drive_c/windows/syswow64/gecko/2.21/wine_gecko/smime3.dll
shows that both 32-bit and 64-bit gecko are installed. But:
$ /opt/wine6432/bin/wine uninstaller --list
{348C4E18-555F-4228-8924-15DDED955D0C}|||Wine Gecko (32-bit)
I see the same behavior in 1.4, fwiw.
--
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=2624
Fabian Maurer <dark.shadow4(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dark.shadow4(a)web.de
--- Comment #37 from Fabian Maurer <dark.shadow4(a)web.de> ---
I'm currently working on a test for this issue, but I'm not yet sure what
exactly causes it.
Is this patch just a hack or is it intended to be as actual solution? It seems
a bit odd to have RedrawWindow twice.
--
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=19063
Summary: GAP-Diveplanner : return Run time error '5'
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.gap-software.com/download/gap-diveplanner.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: filippom(a)gmail.com
Created an attachment (id=21988)
--> (http://bugs.winehq.org/attachment.cgi?id=21988)
shell log
The programm return a window with :
Run time error '5'
Invalid procedure call or argument
--
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=38068
Bug ID: 38068
Summary: Regen: hang during input configuration
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: therealhdl(a)gmail.com
When attempting to redefine keys Regen will hang. This also sometimes happens
on Windows, but in Wine it happens 100% of the time.
--
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=40731
Bug ID: 40731
Summary: First operation running Explorer under Ubuntu 16.04
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leo_one(a)telus.net
Distribution: ---
Created attachment 54638
--> https://bugs.winehq.org/attachment.cgi?id=54638
backtrace attached as requested.
Wine running Explorer opened www.globeandmail.com OK, but crashed when opening
www.nationalpost.com. Backtrace report is 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.