http://bugs.winehq.org/show_bug.cgi?id=34809
Bug #: 34809
Summary: WinDirStat: command line here (right click on file)
doesn't work
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: computergeoffrey(a)zoho.com
Classification: Unclassified
Right clicking a file, selecting command line here option doesn't have effect
when started the graphical way (double clicking the exe file).
It works however when WinDirStat is started from the command line: it opens in
the same terminal window as where WinDirStat was started from.
Output in terminal:
Wine CMD version 5.2.3790 (1.7.4)
Z:\usr>
This bug could probably be fixed by ALWAYS starting a new terminal window when
selecting this option.
WinDirStat download page: www.windirstat.info
--
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=34582
Bug #: 34582
Summary: Gothic: problems with mouse look
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
Mouse look in Gothic 1 works only when mouse is at a border of the game's
window/screen. Somehow mouse doesn't keep in a center of game's window.
MouseWrapOverride is not a workaround.
Is it a bug of Wine or it's one of Gothic ?
--
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=34518
Bug #: 34518
Summary: MS Powerpoint 2007: Crashes on embedded vector graphic
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs_winehq(a)merten-home.de
Classification: Unclassified
Created attachment 45952
--> http://bugs.winehq.org/attachment.cgi?id=45952
.pptx file causing the crash
When opening the attached .pptx file Powerpoint 2007 crashes.
I stripped the original .pptx file down and identified the graphic I left in
the file to cause the crash. Works fine under Windows XP Pro.
Steps to reproduce:
1. Try to open the attached .pptx file with Powerpoint 2007.
Actual result: For some time nothing happens and then Powerpoint crashes.
Expected result: Powerpoint can work with the file.
Wine version: wine 1.4-0ubuntu4.1 on Ubuntu
Crahes on x86_64 and on x86 architecture as well.
`riched20.dll` is set to native as is needed for MS Office 2007.
--
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=9610
Summary: Non-Windows(XP) behaviour for using themes in apps
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
DVD Profiler takes information from Windows XP and higher to determine
different themes within the program; specifically a choice between Blue,
Silver, and Olive (mapping to NormalColor, Metallic and Homestead
respectively). In addition, my standard XP install gives DVD Profiler some more
options, including Obsidian.
Attached are XP and Linux comparisons for Blue, Olive, and Obsidian (XP on top,
Linux below). When taking shots from each OS, ONLY the theme from within the
application was changed (under the view menu item) - I made no change to the
actual themes in display properties (Window XP) or Winecfg.
Also attached is a screen shot of the application when it originally opens with
the 'blue' theme (its welcome screen). Note how the welcome screen displays the
correct colours, which change appropriately when you change the theme in DVD
Profiler.
I also copied the contents of the Resources/Themes directory from XP to Wine to
see the effect. It gave additional Theme options in Winecfg, but made no
difference when the same test was performed within DVD Profiler.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36874
Bug ID: 36874
Summary: Incorrect check in SrcColorKey32BlitTest()
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maksqwe1(a)ukr.net
dsurface.c 272
ok(ddsd3.lpSurface == ddsd3.lpSurface, // <===
"lpSurface from GetSurfaceDesc(%p) differs from the one returned by
Lock(%p)\n", ddsd3.lpSurface, ddsd2.lpSurface);
I think should be:
ok(ddsd2.lpSurface == ddsd3.lpSurface,
"lpSurface from GetSurfaceDesc(%p) differs from the one returned by
Lock(%p)\n", ddsd3.lpSurface, ddsd2.lpSurface);
--
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=35781
Bug ID: 35781
Summary: kernel32/pipe test fails
Product: Wine
Version: 1.7.14
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 47776
--> https://bugs.winehq.org/attachment.cgi?id=47776
WINEDEBUG=relay,seh,tid,process,sync
Looking at test.winehq.org, this fails on every linux/wine platform:
pipe.c:1853: Test failed: WaitForSingleObject returned 102
pipe.c:1855: Test failed: completion routine not called
--
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=33990
Bug #: 33990
Summary: MSVC 2013 std::mutex crashes
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)kode54.net
Classification: Unclassified
Created attachment 45165
--> http://bugs.winehq.org/attachment.cgi?id=45165
Source code which, when compiled with MSVC 2012 or 2013 with v*_xp SDK,
crashes.
A simple program using std::mutex, compiled with MSVC 2012 or 2013, crashes
wine on execution. I have attached the source code.
--
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=34716
Bug #: 34716
Summary: HippoAnimator3: Invalid name at installation startup
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 46286
--> http://bugs.winehq.org/attachment.cgi?id=46286
WINEDEBUG=+relay,+seh,+tid on Wine 1.7.4
Steps to reproduce:
1) remove ~/.wine
2) wine HippoAnimator3.exe
Behaviour:
Error message with "Invalid name" text.
Expected behaviour:
No error message.
--
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=33897
Bug #: 33897
Summary: TeamView Cannot Move or Resize Remote Linux
Application Window
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rranc1st(a)hotmail.com
Classification: Unclassified
TeamViewer loses control of remote TeamViewer when you attempt to move or
resize an application window on remote Linux PC.
Same problem if Microsoft XP PC Teamviewer controls a Linux Installed
Teamviewer.
TeamViewer DOES NOT have this problem when Linux Teamviewer PC controls the
TeamViewer installed on Windows XP PC.
If someone is at the remote controlled Linux TeamViewer, you can have them
click their mouse so you get control back, otherwise your dead in the water.
Applies to UBUNTU and SLACKO Linux versions. TeamViewer DEB used on UBUNTU
came directly from TeamViewer Site.
Slackware TAR version also from TeamViewer Site.
BOTH VERSIONS ACT THE SAME.
--
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=33672
Bug #: 33672
Summary: Wine Internet Explorer unable to login to
http://cctvcamerapros.vmddns.com/
Product: Wine
Version: 1.5.31
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
Classification: Unclassified
Using Wine internet Explorer to log in to http://cctvcamerapros.vmddns.com/
will not render login. CCT Camera Pro is a company the sells security DVR's
that use Java VM to log in (must install Oracle Java) the site comes up but log
in dose not appear. To test login is guest and password is guest.
--
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.