http://bugs.winehq.org/show_bug.cgi?id=21520
Summary: Monty Python's Complete Waste Of Time by 7th Level
does not go beyond opening scene.
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaybird25(a)gmail.com
Monty Python's Complete Waste Of Time game does not go beyond the opening scene
when started, the program just freezes. It did install correctly and seems to
start up properly under Wine. There are no errors reported when opening the
game.
--
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=44132
Bug ID: 44132
Summary: Luajit’s os.execute() does not work well with quoted
arguments
Product: Wine
Version: 2.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: kp-pav(a)yandex.ru
Distribution: ---
Created attachment 59873
--> https://bugs.winehq.org/attachment.cgi?id=59873
Compiled luajit. That was unpacked to C:\luajit.
With luajit installed to C:\luajit (cross-compiled with mingw as they do not
provide downloadable binaries)
luajit -e "print(os.execute(\"\\\"C:\\luajit\\luajit\\\" -e
\\\"print(1)\\\"\"))"
yields
Can't recognize 'C:\luajit\luajit" -e "print(1)' as an internal or external
command, or batch script.
9009
. This is bad because this is actually how luarocks is creating directories: it
runs `C: & cd … & "path\to\mkdir" -p "path\to\dir\to\create"` (note the spaces
around `&` which do not work, but this is a separate issue).
Note that problem is additional pair of quotes:
luajit -e "print(os.execute(\"\\\"C:\\luajit\\luajit\\\" -e print(1)\"))"
works just fine.
Wine version used is 32-bit wine-any-2.19 from Gentoo portage on a 64-bit
multilib system, USE="X alsa cups fontconfig gecko gstreamer jpeg lcms mono
ncurses nls opengl perl png realtime run-exes scanner ssl threads truetype
udisks xml".
--
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=26410
Summary: Wine sets gamma incorrectly - probably uses the
obsolete xgamma interface instead of xrandr interface
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
When I start a d3d game the gamma on the other monitor changes.
- this is probably an action taken by the program that triggers the gamma
change, it only happens on entering certain scenes
- there is a 'xgamma' utility that sets gamma on the other monitor as wine
does and is unable to set gamma on any other monitor
- I tried to set the "Use XRandr" registry from N to Y but Wine would still
only set gamma on the wrong monitor as xgamma does
--
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=30888
Bug #: 30888
Summary: Europa Universalis 3 Chronicles crashes on startup
after setting master_volume=-1 in settings.txt
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: liesdiedatei(a)gmail.com
Classification: Unclassified
Europa Universalis 3 Chronicles crashes on startup. Installation was done
according to gold status in winehq.com. Additionally, in settings.txt
master_volume=-1 was set.
See attached console output from wine eu3game.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=30843
Bug #: 30843
Summary: Adobe Flash 10 (only 10.0.x.x) fails to redraw
properly in fullscreen mode when hardware acceleration
is enabled (affects NP plugin when playing Youtube
movies and standalone flash-based apps like
Machinarium)
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://helpx.adobe.com/flash-player/kb/archived-flash-
player-versions.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mooroon2(a)mail.ru
CC: hverbeet(a)gmail.com, stefan(a)codeweavers.com
Classification: Unclassified
This bug affects only Adobe Flash Player versions from 10.0 family (i.e. having
version numbers in 10.0.x.x range). I had tested it to affect almost each 10.0
release that had been released to public, namely: 10.0.12.36, 10.0.15.3,
10.0.22.87, 10.0.32.18, 10.0.42.34 and 10.0.45.2
Full screen hardware accelerated mode of Adobe Flash 10 had been failing hard
(hanging, crashing, e.t.c., check bug #25533 for example) on systems up until
the commit bd97589d. Starting with that commit and up to Wine 1.5.5 hangs no
longer happen but there's an issue with Flash player not being able to redraw
its window contents when in in fullscreen mode.
This problem only happen in case "Hardware acceleration" is enabled (relevant
checkbox is checked in "Properties->Display" of the dialog box that is
accessible by right clicking on flash player window contents and selecting
"Properties..." menu item). Inspecting CPU usage and wine trace logs makes me
believe that hardware-accelerated fullscreen mode differ from other operating
modes of Flash Player (non-fullscreen or fullscreen without hardware
acceleration) in that it uses direct3d to do rendering.
Easiest way to reproduce problem is by installing fresh version of Firefox into
the prefix, applying workaround for bug #17273 (check comment #11 in that bug),
installing any release of Adobe Flash 10 Player NP plugin and trying to
playback any clip from Youtube in fullscreen mode. In case prefix is configured
to run in non-virtual-desktop mode (i.e. Wine creates a separate X visual for
every window windows apps tries to create) - Flash Player fullscreen window
won't be redrawed properly (i.e. would display statically a frame that had been
playing at the moment of switching into fullscreen mode). In virtual desktop
mode active for prefix "fullscreen" Flash Player window would be redrawn but
there would be some rendering artifacts noticeable looking like "periodical
quick jumps backwards in time and than back".
Trying to apply fixes like activating "AlwaysOffscreen" wined3d mode doesn't
help (at least on the workstations I used to test/reproduce this bug).
With standalone Adobe Flash 10 based appls like Machinarium which don't
auto-quit fullscreen mode upon focus loss another interesting observation could
be made: Flash Player fullscreen window contents seem to redraw properly as
soon as there's some other window overlapping player's window which moves back
and forth. Simply having some other window sitting still in front of Flash
Player fullscreen window doesn't helps, one would have to move it in order to
force Flash Player into redrawing its window contents.
I'm not attaching logs to this bug as it seems that it is pretty easily and
quickly reproducible by anyone wishing to debug it. As far as I can tell from
inspecting logs (and comparing then with ones captured with Flash Player 10.1 -
which doesn't experience this bug) there are no obviously suspicious lines
there for relevant debug channels (ones acquired by grepping for "DEBUG_CHA"
inside wined3d and winex11.drv source tree folders).
--
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=30494
Bug #: 30494
Summary: Microsoft SQL Server Management Studio Express 2005:
"Open table" fails
Product: Wine
Version: 1.5.2
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 39878
--> http://bugs.winehq.org/attachment.cgi?id=39878
log of ssmsee.exe - steps as described.
To reproduce:
Connect to a server
Select Databases
Select a database (create one if necessary)
Select Tables
Right-click on a table (create one if necessary), select "Open table" from the
context menu
May be a duplicate of bug 12659 - log contains:
err:ole:CoGetClassObject class {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7} not
registered
err:ole:create_server class {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7}
could be created for context 0x15
winetricks dotnet20 is needed to run the application. A running instance of SQL
Server is needed to reproduce this 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=30490
Bug #: 30490
Summary: Unreal 2 installation fails
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prueboblog(a)gmail.com
Classification: Unclassified
When it ask for a path, if you change it and press next, it fails and shows the
same dialog and ask again for a path and don't continue installing
--
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=29536
Bug #: 29536
Summary: Popup window shadows sometimes rendered all-black with
Microsoft winhlp32
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 38269
--> http://bugs.winehq.org/attachment.cgi?id=38269
FACTS.HLP compressed with bzip2
This bug shows up when running Microsoft winhlp32.exe under Wine. I tested the
versions from Windows 98 and XP.
Some help files contain links which when clicked open a pop-up box. The box has
a semi-transparent shadow effect to the right and below, achieved by rendering
alternate pixels of the shadow area black.
In Wine, sometimes the shadow is rendered entirely in black. Whether it's
rendered correctly or in black doesn't seem to be consistent; you can click a
popup link many times and sometimes the shadow is rendered correctly, other
times in black. Or on a page with multiple popup links, clicking on different
links gives a different result.
Try viewing the attached FACTS.HLP in Microsoft winhlp32 under Wine. Various
pages of that help file have popup links.
--
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=28891
Bug #: 28891
Summary: MathType add-on doesn't work in MS Word
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yesint3(a)ukr.net
Classification: Unclassified
MathType add-on doesn't work in MS Word under wine. This makes MathType almost
useless.
In Windows on the first launch of Word after installing MathType Word asks if
you trust the macros and then MathType toolbar appears and works. Under wine
add-on is not recognized, extension "MathType Commands 6 For Word.dot" is not
active. If I re-enable it by hand it shows "Loading MathType commands..." and
then Word crashes.
Tested on Xubuntu 11.10 x86_64, wine-1.3.28, MS Word 2003 Pro, MathType 6.
--
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=29312
Bug #: 29312
Summary: FirstClass Client 11.017 freeze
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jorgenqv(a)yahoo.com
Classification: Unclassified
Created attachment 37904
--> http://bugs.winehq.org/attachment.cgi?id=37904
Log running FCC 11.017
Trying to get latest FirstClass client (FCC) to work in Wine 1.3.33/34
(ubuntu-wine-ppa-oneiric) with the following problems in Ubuntu 11.10 with
Unity. The same behavior in Ubuntu 10.04 LTS with Wine 1.3.31
(ubuntu-wine-ppa-lucid).
If you got your settings file and the login screen finaly shows - and you
write your correct login and password and hit the enter key - FCC freezes. The
workaround is to click on the green login arrow button next to the password
field instead of hitting enter - not obvious for most users.
This bug is separated from
http://bugs.winehq.org/show_bug.cgi?id=29150
as suggested in forum here:
http://forum.winehq.org/viewtopic.php?t=14283
/Jorgen
--
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.