https://bugs.winehq.org/show_bug.cgi?id=37139
Bug ID: 37139
Summary: MS-Word 2010: cannot right-click and paste
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xdango.dai(a)gmail.com
MS-Word 2010 version: 14.0.6023.1000
Whenever I right-click and press the paste button in the context menu, it does
nothing; although it does paste when pressing ctrl+v or the paste button in the
navigation pane.
This is the link to download this same version:
http://thepiratebay.si/torrent/8425870/Office_2010___Project_2010___Visio_2…
--
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=30105
Bug #: 30105
Summary: Chessbase Ludwig 3: MS Visual C++ Runtime Error
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berndie_mueller(a)hotmail.de
Classification: Unclassified
If I start the program Ludwig3.exe, I got this error msg window:
"Microsoft Visual C++ Runtime Library"
Runtime Error!
Programm c:\program files\chessbase\ludwig3.exe
This application has requested the Tuntime to terminate it in an unusual way.
Please contact application's support team for more information.
After that the program Ludwig3 doesn't start.
Please help!
--
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=34551
Bug #: 34551
Summary: Necrovision demo crashes - Pixel shader and vertex
shader are not supported, yet.
Product: Wine
Version: 1.7.2
Platform: x86
URL: http://www.fileplanet.com/196528/190000/fileinfo/Necro
Vision-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 46001
--> http://bugs.winehq.org/attachment.cgi?id=46001
log+backtrace
Crashes at launch.
fixme:d3dx:d3dx9_base_effect_get_pass_desc Pixel shader and vertex shader are
not supported, yet.
--
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=36820
Bug ID: 36820
Summary: rift does not run
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arronwilliams(a)gmail.com
Created attachment 48896
--> http://bugs.winehq.org/attachment.cgi?id=48896
this is the errer
i get this errer message and the game does not start have no idea what to do.
--
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=32155
Bug #: 32155
Summary: MS Office 2007 SP3 installation
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linux.james.hon(a)gmail.com
Classification: Unclassified
Created attachment 42424
--> http://bugs.winehq.org/attachment.cgi?id=42424
Microsoft Office 2007 SP3 failed to install
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.
https://bugs.winehq.org/show_bug.cgi?id=37811
Bug ID: 37811
Summary: Xvid installer requires mfplat.dll.MFTRegister
Product: Wine
Version: 1.7.33
Hardware: x86
URL: http://downloads.xvid.org/downloads/Xvid-1.3.3-2014101
9.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Xvid-1.3.3-20141019.exe bc837b1d53199121ffc9447c9068c9943d455ced 11Mb
--
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=34977
Bug #: 34977
Summary: WinDjView: missing checkbox in the set as default
viewer dialog
Product: Wine
Version: 1.7.6
Platform: x86
URL: http://downloads.sourceforge.net/windjview/WinDjView-2
.0.2-Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gohabsgo60(a)yahoo.ca
Classification: Unclassified
Created attachment 46610
--> http://bugs.winehq.org/attachment.cgi?id=46610
WINEDEBUG=hook,msgbox log
to reproduce:
run installer in a clean prefix
* uncheck 'Associate with Djvu files'
* make sure 'Run WinDjView' is checked
the installer completes, the program starts and a dialog appears warning about
WinDjView not being the default viewer. this dialog has a checkbox missing and
some other stuff is wrong too.
The program's source can be downloaded here:
http://sourceforge.net/projects/windjview/files/WinDjView/2.0.2/WinDjView-2…
it requires vc++ pro to compile due to usage of MFC.
the relevant code is in WinDjView.cpp inside the functions
int CDjViewApp::DoMessageBox(LPCTSTR lpszPrompt, UINT nType, UINT nIDHelp,
const MessageBoxOptions& mbo)
and
LRESULT CALLBACK CDjViewApp::MBHookProc(int nCode, WPARAM wParam, LPARAM
lParam)
the first function sets a CBT hook and creates the dialog and the second one is
the CBT hook itself which performs the dialog's custom initialization.
i have included a winedebug log. please note that CBT hook 0x4776d0 is the one
that matters here. the other one (0x4e79f6) is used internally by MFC.
--
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=15299
Summary: Unhandled page fault when trying to run Silent Thunder
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ottoteixeira(a)gmail.com
Created an attachment (id=16122)
--> (http://bugs.winehq.org/attachment.cgi?id=16122)
Back trace
Can't play Silent Thunder: A-10 Tank Killer 2.
The installation is sucessful (skipping system tests), but the game doesn't
run.
Error message is "Unhandled page fault on read access to 0x011ca8a0 at address
0x4230e8 (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=14943
Summary: Installation with errors (at adding a program to the
firewall exception list), but finishes successfully.
Development environment doesn't work
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
URL: http://www.3s-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sven.griech(a)gmail.com
Created an attachment (id=15542)
--> (http://bugs.winehq.org/attachment.cgi?id=15542)
console output during installation
CoDeSys is a IEC 61131-3 Programming System for controllers equipment use in
Automation Process.
CoDeSys needs the .Net Framework 2.0, I successfully installed it with
winetricks. (I also installed gecko and vcrun2003.)
The installation stops at about 90% and stays there for about 5 minutes. After
5 minutes I get an alert('There was an error at adding a program to the
firewall exception list:
"C:\Programme\3S CoDeSys\CoDeSys\Common\CoDeSys.exe"').
4 more of those alerts appear with the GatewayService.exe,
CoDeSysSPService.exe, RepTool.exe and another one.
The installation continues and says it finished successfully, the Gateway is
also running and the CoDeSysSPService runs, too.
But the development environment doesn't start up.
--
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=37813
Bug ID: 37813
Summary: Defiance fails to connect to login Server
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Bastyjuice(a)aol.com
The Game is patching and ist Starting without any Trouble but after launching
Defiance, the Game pop ups with a Dialog "The defiance service is unavailable
please try again later"
Michael Bond tells that he Have turned on all debug for winsock and dug through
the log. He see it create a socket and connect to login-live-us-pc.defiance.com
port 50000. After that there's a handful of failed setsockopt calls for send
and recv buffer sizes followed by a series of select and WSAFDIsSet calls
waiting for socket activity, and finally shutdown and closesocket.
--
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.