http://bugs.winehq.org/show_bug.cgi?id=11582
Summary: Flash 5 Trial hangs when you click "Try"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.macromedia.com/pub/flash/esd/flash5-
trial.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Can't try this trial out very well. It installs,
but when you start it, the "Try" button just
locks the app.
--
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=10081
Summary: City of Heroes does not run if asked to use a dual core
processor
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.b.gerber(a)gmail.com
If I run CohUpdater.exe with the -renderthread 1 flag to inform it of the
presence of a dual-core processor, the game appears to:
* Enter an endless loop (continually spamming SetLayeredWindowAttributes calls
to the terminal Wine was run from) rather than finishing loading, and
* Mess up at least part of the Wine registry while doing it (graphics settings
are lost after the game and Wine are killed, whereas they're properly saved
after a normal session.
CoH is optimized for dual-core processors; top confirms that it isn't detecting
the dual-core processor on its own under Wine.
OS: Ubuntu 7.0.4
CPU: Intel Core 2 Duo
GPU: nVidia GeForce 6800 Ultra
--
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=27945
Summary: GdipDrawString LineAlignement does not work .
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_matsu(a)wind.sannet.ne.jp
Created an attachment (id=35747)
--> (http://bugs.winehq.org/attachment.cgi?id=35747)
output image (Windows and Wine 1.3.25)
When GdipDrawString is called after GdipSetStringFormatLineAlign is called, the
defective operation is caused.
sample (C#)
private void Form1_Paint(object sender, PaintEventArgs e)
{
Graphics g = this.CreateGraphics();
Font font = new Font("Arial", 20);
Brush brush = new SolidBrush(Color.Black);
RectangleF rect = new RectangleF(0, 0, 200, 50);
StringFormat format = new StringFormat();
Pen pen = new Pen(Color.Black);
format.LineAlignment = StringAlignment.Center; // call
GdipSetStringFormatLineAlign
g.DrawString("ABCDE", font, brush, rect, format);
g.DrawRectangle(pen, rect.X, rect.Y, rect.Width, rect.Height);
}
--
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=23380
Summary: WoW trial fails to install, saying it doesn't have
write access to Program Files
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.worldofwarcraft.com/burningcrusade/trial/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The installer downloads its files, but when trying to install, fails, saying it
doesn't have write access to C:\Program Files\World of Warcraft Trial.
Screenshot/terminal output attached.
--
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=32293
Bug #: 32293
Summary: Opera: wine uses builtin save file dialog, fails to
save file
Product: Wine
Version: 1.5.18
Platform: x86
URL: http://www.opera.com/browser/download/?os=windows&ver=
12.11&local=y
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spoon0042(a)hotmail.com
Classification: Unclassified
Created attachment 42624
--> http://bugs.winehq.org/attachment.cgi?id=42624
wine console log
wine now uses (what appear to be) built-in file dialogs, and in Opera (both
current version 12.11 and 11.64) when I try to save a file nothing happens. For
example, google "putty ssh download", go the appropriate link, click
"putty.exe". An initial dialog will pop up, with options Run / Save / Cancel /
Help. Click "Save", wine's dialog will come up, click "Save" here. Both dialogs
will go away, and nothing happens. Expected behavior is Opera opening its
"Downloads" tab and saving the file. Attached log with warn+commdlg,warn+shell
(doesn't add much) in a clean wineprefix.
I tried with native commdlg and comdlg32, this crashes with:
wine: Call from 0x7bc4b8a0 to unimplemented function SHELL32.dll.755, aborting
Trying further dlloverrides (comctl32, shell32, shlwapi) just results in
crashes / failing to start.
Right click -> Save to download folder seems to work since it doesn't use the
dialog, I guess. Saving the regular way it's sometimes possible to find things
in the cache (or temporary_downloads if it's an executable and you click Run,
which also doesn't use the dialog) under Local Settings\Application
Data\Opera\Opera but that doesn't help much.
--
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=21222
Summary: Mall Tycoon 2 Deluxe: Page fault on write access
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25492)
--> (http://bugs.winehq.org/attachment.cgi?id=25492)
wine: Unhandled page fault on write access to 0x00000004 at address 0x7bc47aa3
(thread 0009), starting debugger...
Impossible to launch Mall Tycoon 2 Deluxe retail version after install. It just
dies with a page fault, which is attached.
--
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=18894
Summary: Dungeon Keeper 2 game (animation) speed is too fast
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eluminex(a)gmail.com
Installed version: Dungeon Keeper 2 v1.7
The game speed is too fast for some elements. Scrolling for example is almost
impossible since it is so fast - going from one end of a map to the other in a
second. The animation speed of torches on the walls are also way too fast as
well as smoke animations.
This only happens with hardware acceleration on and therefore suggests this is
a problem related to d3d.
Wine 1.1.23, nVidia 180, Kubuntu 9.04 x64
--
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=20520
Summary: SolidWorks 2007: Crahses after splashscreen
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=24447)
--> (http://bugs.winehq.org/attachment.cgi?id=24447)
Wine 1.1.32
I'm using Wine 1.1.32 on Fedora 11 i386.
Steps to reproduce:
1) clean ~/.wine
2) winetricks dotnet20 mfc42
3) install SolidWorks2007
4) start SolidWorks2007 and get error message after splashscreen
The crash seems to appear after
err:mshtml:nsChannelBSC_stop_binding RemoveRequest failed: 80004005
Bug can be workarounded by
winetricks ie6
--
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=13968
Summary: 3d graphics are positioned incorrectlly on the screen
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julianlubenov(a)abv.bg
3d graphics in Chessmaster 11 - Grandmaster Edition are positioned so
incorrectly on the screen that they aren't displayed at all or pushed upper and
displayed partially if you are using the 3d desktop in ubuntu. The reason that
the graphics are displayed somehow when you are using 3d desktop is because the
backbuffer is smaller. I think the whole problem is in the
IWineD3DSwapChainImpl_Present function in swapchain.c file in wined3d. The
problem is that handling the pSourceRect and pDestRect parameters (which
control the copying parts from the backbuffer to the window) of the function is
not implemented yet (FIXME("Unhandled present options %p/%p\n", pSourceRect,
pDestRect);).
--
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=28479
Summary: windows7 included programs
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damianatorrpm(a)gmail.com
Hi,
I guess it may have already been reported, but I could not find the bug.
windows7 paint/wordpad/solitaire/other games do not work. They fail with:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:slc:SLGetWindowsInformationDWORD (L"Shell-InBoxGames-Hearts-EnableGame")
stub
--
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.