http://bugs.winehq.org/show_bug.cgi?id=30039
Bug #: 30039
Summary: Can't download Adobe Photoshop CS 5 trial - Adobe
Download Assistant can't log in
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
I did
rm -rf ~/.wine
winetricks -q --no-isolate firefox
cd ~/".wine/drive_c/Program Files/Mozilla Firefox"
wine firefox 'http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop'
clicked on Download, double-clicked on the downloaded file to install
Adobe Download Assistant, and once it installed and started, tried to
log in to my (free) adobe account. This failed with
fixme:wininet:InternetSetOptionW Option 41 STUB
because our wininet doesn't support
InternetSetOption(,INTERNET_OPTION_USER_AGENT,) yet.
winetricks wininet works around 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.
http://bugs.winehq.org/show_bug.cgi?id=12359
Summary: Express Rip can't detect the CD drive
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.nch.com.au/rip/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I inserted an audio cd, made sure Linux could read the tracks,
then ran Express Rip. It popped up a warning saying it
couldn't find any cd-rom device. I went to winecfg and set
the drive type of my cdrom from autodetect to cd-rom.
That got rid of the popup, but still no dice detecting
the disc. Also happens with wine-0.9.42.
--
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=14715
Summary: TopStyle can't preview with wine's built in browser
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.newsgator.com/individuals/topstyle/default.as
px
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://noel.alanguilan.com/2008/08/01/topstyle-lite-on-linux/
complained that TopStyle Lite can't preview properly,
so I tried it. Sure enough, when you try to preview,
it says it can't create the web browser; the log shows
fixme:shdocvw:PersistStreamInit_InitNew (0x18a4a8)
fixme:shdocvw:OleControl_OnAmbientPropertyChange Unknown dispID -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=12363
Summary: Exact Audio Copy hangs early when in "native win32"
mode.
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://exactaudiocopy.de
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next problem after bug 12361 and bug 12359.
Setting "native win32" mode in EAC options
as described at http://forums.gentoo.org/viewtopic-t-386370.html
causes Exact Audio Copy to lock up on the next startup.
It seems to wait forever for an event inside a windows
message handler for an app-defined message.
The next time you start EAC, it defaults back to the non-crashy
ASPI method, but that doesn't find discs for me (bug 12359).
--
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=12321
Summary: Some WinInet tests are invalid
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://winehq.org/pipermail/wine-patches/2008-
March/052323.html
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsh(a)linux.ucla.edu
Created an attachment (id=11789)
--> (http://bugs.winehq.org/attachment.cgi?id=11789)
Some test failures
Some WinInet tests fail on Windows (XP) and Wine if data is returned slowly.
The original report was here:
http://winehq.org/pipermail/wine-patches/2008-March/052323.html
Using a CGI script like the following and changing the tests to retrieve that
instead of the winehq.org page will cause some test failures such as attached.
#!/bin/bash
# CGI test script
sleep 1
echo Content-type: text/plain
sleep 1
echo
sleep 5
echo Hi
sleep 5
echo Bye
sleep 5
--
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=12361
Summary: Exact Audio Copy 0.99pb4 crashes in winemenubuilder when
creating png icon
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://exactaudiocopy.de
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://xithium.wordpress.com/2008/04/04/41/
complained that recent wine crashed on exact audio copy,
so I gave it a try. Sure enough, the following crash
happened during installation:
Unhandled exception: page fault on write access to 0x004586e0 in 32-bit code
(0x7ec9b935).
Backtrace:
=>1 0x7ec9b935 SaveIconResAsPNG+0x275(pIcon=<is not available>,
png_filename=0x12df60, commentW=0x33f274)
[winemenubuilder/winemenubuilder.c:262] in winemenubuilder (0x0033d108)
2 0x7ec9cb91 extract_icon+0x4a1(path=0x33f274, index=0x0, bWait=0x0)
[winemenubuilder/winemenubuilder.c:517] in winemenubuilder (0x0033d3b8)
3 0x7ec9e051 InvokeShellLinker+0x8f1(sl=0x12cfdc, link=0x33f908, bWait=0x0)
[winemenubuilder/winemenubuilder.c:1117] in winemenubuilder (0x0033f8a8)
...
0x7ec9b935 SaveIconResAsPNG+0x275 [winemenubuilder/winemenubuilder.c:262] in
winemenubuilder: movb %al,0x0(%edx)
262 pixel->rgbBlue = bgColor.rgbBlue;
That's in the code that was added recently to fix bug 4803.
--
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=32179
Bug #: 32179
Summary: Diablo III: changing keyboard layout to nonlatin makes
all letters to be questionmarks
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: imposeren(a)gmail.com
Classification: Unclassified
How to reproduce:
1. Start diablo
2. Login
3. Make chat active, change layout to nonlatin (russian for example) and start
typing anything
Wat will be in chat:
??????? ??? ?????
What should be there:
Привет, как дела?
How it works in windows 7:
Russian text is typed as it should be. Also there is a layout indicator after
each input feild in auction and in chat.
Maybe Diablo intercepts layout change and changes font
--
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=16965
Summary: Deep Burner opens with missing buttons on burn iso
window
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.deepburner.com/?r=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=18743)
--> (http://bugs.winehq.org/attachment.cgi?id=18743)
Burn Iso windows before resizing it -- note missing buttons
Hi All,
When first opening Deep Burner 1.9, you are presenter with a dialog box asking
you what you want to do. If you select "burn ISO image", it open the Burn ISO
window.
Problem: in the lower right corner of this window, there are three buttons:
cancel, erase, burn ISO. These buttons do not show. But, you can workaround
the problem by sizing the lower right corner of the screen: smaller or larger,
the the buttons magically reappear.
[the free] Deep Burner can be downloaded from:
http://www.deepburner.com/?r=download
Many thanks,
-T
--
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=23428
Summary: Airport Inc: Window too small (should be 640x480
inner, not 640x480 with decorations), rendering offset
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Airport Inc. is an airport management simulation game. According to Wikipedia,
it was marketed as Airport Tycoon outside Europe:
http://en.wikipedia.org/wiki/Airport_Tycoon
There is a problem with the game window size when Wine is in virtual desktop
mode.
The game can be set to run in full-screen or windowed mode. Running under
Windows, in windowed mode the game window inner size (excluding window
decorations) is 640x480 pixels. So the overall window size is slightly larger.
Running in Wine with virtual desktop mode enabled, the overall window size is
640x480 pixels. This causes some rendering to be cut off at the bottom of the
window. Also notice the band at the top. It seems all rendering is shifted
down, meaning more is cut off at the bottom than would otherwise be the case.
See the attached screenshots. (There are some text/graphics rendering problems
which are the subject of bug 14497.)
When virtual desktop mode is disabled, things are better. The game window
opens, initially without any decorations visible (strange!). The window's
contents are still rendered too low, offset vertically. However, If I activate
another window, then click in the game window, the X window manager decorations
appear, and the rendering is no longer offset. (Testing using Xubuntu 9.10
which uses xfwm4 window manager.)
--
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=10747
Summary: Cool Edit Pro 2.0 evaluation/full hangs at splash screen
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julkinen(a)adicon.org
No problems with installation.
When starting coolpro2.exe, the splash screen hangs at "Resetting menus"
with the following errors at the console:
err:x11drv:X11DRV_CreateWindow invalid window width -6
err:x11drv:X11DRV_CreateWindow invalid window width -5
(I pasted them here because these 2 lines are ALL the messages in the console).
Tested with winver 98 and windows 2000, with window manager managed windows and
virtual desktop. All the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.