http://bugs.winehq.org/show_bug.cgi?id=36057
Bug ID: 36057
Summary: Microsoft Office 2010: Copying Text collission when
using both Word and Excel
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: webassistant5.tft(a)gmail.com
Created attachment 48220
--> http://bugs.winehq.org/attachment.cgi?id=48220
Microsoft Excel log when popup occurs (when copying first in Word, then in
Excel)
Hello,
This bug occurs when using both Microsoft Word and Microsoft Excel 2010. Copy
some text in Microsoft Word. Then try to copy some text in Excel. It will cause
Excel to fail every time with: "The clipboard cannot be emptied. Another
program might be using the Clipboard."
Attached is the log from Excel where this popup occurs.
--
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=8067
--- Comment #24 from Nathan Kidd <nathan(a)spicycrypto.ca> ---
And the "not enough space in local heap" is still accompanied by a GUI dialog
"C RUNTIME ERROR".
--
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=8067
--- Comment #23 from Nathan Kidd <nathan(a)spicycrypto.ca> ---
The Ubuntu Wine PPA only has 1.7.50, but it still reproduces.
user@host:~$ uname -a
Linux host 3.11.0-20-generic #34-Ubuntu SMP Tue Apr 1 20:40:25 UTC 2014 x86_64
x86_64 x86_64 GNU/Linux
user@host:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
user@host:~$ wine --version
wine-1.7.50
user@host:~$ rm -rf .wine
user@host:~$ wine Games/kq6/sciwv.exe
wine: created the configuration directory '/home/user/.wine'
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80040155
err:ole:get_local_server_stream Failed: 80040155
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80040155
err:ole:get_local_server_stream Failed: 80040155
Could not load wine-gecko. HTML rendering will be disabled.
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/user/.wine' has been updated.
err:local:LOCAL_GetBlock not enough space in local heap 11f7 for 3936 bytes
--
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=19994
Summary: Microsoft Security Essentials Setup crashes missing
__uncaught_exception
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://www.microsoft.com/security_essentials/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Depends on: 19064
If you hack around Bug 19064, the Setup of Microsoft Security
Essentials(Virus-Scanner) is trying to call Unimplemented function
msvcrt.dll.__uncaught_exception
So it crashes.
--
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=25950
Summary: SEE_MASK_NO_CONSOLE flag in ShellExecuteEx have
opposite effect
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atohom(a)gmail.com
Created an attachment (id=33084)
--> (http://bugs.winehq.org/attachment.cgi?id=33084)
compiled executable
Despite of what MSDN is saying SEE_MASK_NO_CONSOLE in not equivalent of
CREATE_NEW_CONSOLE from CreateProcess, it its opposite.
On Windows this test program runs in single window, but in wine it creates
separate console.
#include <windows.h>
int main(int nargs,char *args[])
{
SHELLEXECUTEINFOW si={sizeof(si)};
si.fMask=SEE_MASK_FLAG_NO_UI|SEE_MASK_NOASYNC|SEE_MASK_NOCLOSEPROCESS|SEE_MASK_NO_CONSOLE;
si.lpFile=L"cmd.exe";
si.lpParameters=L"/C dir && pause";
si.nShow = SW_SHOWNORMAL;
ShellExecuteExW(&si);
WaitForSingleObject(si.hProcess, INFINITE);
return 0;
}
--
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=21895
Summary: assertion "next->protect & VPROT_SYSTEM" failed:
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: OpenBSD
Status: UNCONFIRMED
Keywords: download, source
Severity: trivial
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
wine: created the configuration directory '/home/austin/.wine'
assertion "next->protect & VPROT_SYSTEM" failed: file "virtual.c", line 512,
function "create_view"
Marking as unconfirmed, since OpenBSD needs a few out of tree patches to even
begin to start, so this may be due to those patches.
Doesn't occur on every run, semi-random. Only seems to occur on new prefix's
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=29525
Bug #: 29525
Summary: Problem with fullscreen games on dual monitors
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deveee(a)gmail.com
Classification: Unclassified
Problem is when I want to run game on dual monitors. Resolution is changing,
screen from laptop is off. Then I get this text:
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 129 (XFree86-VidModeExtension)
Minor opcode of failed request: 17 (XF86VidModeGetGammaRamp)
Value in failed request: 0x2000019
Serial number of failed request: 2480
Current serial number in output stream: 2480
When I run it second time (resolution was changed previously), game runs good.
But when I change resolution and then run game, I have text about bug again.
Problem is on all fullscreen games - for example Luxor 2.
I have this bug since update debian from squeeze-backports to wheezy/sid
Versions of packages:
wine 1.3.35
libxxf86vm1 1:1.1.1-2
x11-xserver-utils 7.6+3
xserver-common 2:1.11.2.902-1
linux-image 3.2.0-rc4-686-pae
libc6 2.13-22
xserver-xorg-video-intel 2:2.17.0-1
--
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=36016
Bug ID: 36016
Summary: Adobe Connect add-in loses network connectivity when
trying to share the screen
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Trying to get screen sharing using Adobe Connect to work I've done the
following:
winetricks firefox
winetricks flash11
When entering a meeting and trying to share my screen the add-in is installed
by the Flash Runtime and a window pops up. I am able to select a window to
share, but at that point Adobe Connect pops un a warning dialog that network
connectivity was lost and reloads to a blank screen and a dialog with no 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=26496
Summary: Text on disabled widgets is often not antialiased
Product: Wine
Version: 1.3.16
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=33734)
--> (http://bugs.winehq.org/attachment.cgi?id=33734)
Sample
In many applications text on disabled widgets is not antialiased.
I'll attach a screenshot to demonstrate 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.
https://bugs.winehq.org/show_bug.cgi?id=39219
Bug ID: 39219
Summary: Game runs into "serious" problem, and does not open.
Product: Wine
Version: 20050524
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xx.bulletproof.cupid(a)hotmail.com
It is a game called "Amnesia", and it became available on Steam very recently.
I've attached the game itself in the attachment.
--
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.