http://bugs.winehq.org/show_bug.cgi?id=35025
Bug #: 35025
Summary: Max Payne 2 Demo: checkboxes in options dialog have
missing window styles
Product: Wine
Version: 1.7.7
Platform: x86-64
URL: http://www.rockstargames.com/maxpayne2/mp2_downloads.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
…
[View More] AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gohabsgo60(a)yahoo.ca
Classification: Unclassified
Created attachment 46685
--> http://bugs.winehq.org/attachment.cgi?id=46685
dialog wine
launch the game, and click the options button. the options dialog appears, and
all of its checkboxes are rendered incorrectly due to a missing BS_LEFTTEXT
window style (aka BS_RIGHTBUTTON). instead of the label being placed to the
left of the box as it is on windows, wine places it to the right.
the BS_RIGHT style is also missing from the checkboxes, however it has no
effect because extended window style WS_EX_RIGHT is already set.
all this can be verified by running WinSpy++ on wine and windows and comparing
the checkboxes' window styles on both platforms.
note: i haven't checked the window styles of the other controls in the dialog.
i leave that as an exercise.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=33636
Bug #: 33636
Summary: wine cmd: invalid behaviour of '&' operator
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loentar(a)gmail.com
Classification: Unclassified
Commands after '&' is …
[View More]executed, even under negative 'if'.
if "0"=="1" echo 1 & echo 2
Will output "2", but must not output nothing, because this line is equivalent
to
if "0"=="1" (
echo 1
echo 2
)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30368
Bug #: 30368
Summary: AMD Radeon 6480g detected as ATI Radeon 3200
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sk8er_4lyfe16(a)hotmail.com
Classification: Unclassified
I can not run any 3D …
[View More]applications due to a conflict between the system's
graphics card or driver with wine. I noticed while trying to launch Crysis 2
that my card was detected as a AMD Radeon 3200
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=29661
Bug #: 29661
Summary: wineboot unable to create win32 prefix under certain
conditions
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonasa(a)gmail.com
Classification: …
[View More]Unclassified
wineboot is unable to create 32bit prefix on 64bit linux if when the folder
exists because existings (empty or otherwise) folders are treated as 64bit
prefixes.
To reproduce:
Create 32bit prefix:
# Create empty folder
mkdir /home/wine/photoshop
# Try setup a new 32bit prefix
WINEPREFIX='/home/wine/photoshop' WINEARCH='win32' wine 'wineboot'
Result wine gives this error:
wine: WINEARCH set to win32 but '/home/wine/photoshop' is a 64-bit
installation.
Remove the folder and you are able to created the prefix.
Create 64bit prefix:
# Create empty folder
mkdir /home/wine/photoshop
# Try setup a new 64bit prefix
WINEPREFIX='/home/wine/photoshop' WINEARCH='win32' wine 'wineboot'
Result:
64bit prefix is created!
I don't know if this is the intended behavior, but it is not intuitive and the
error message is not helpful.
The error is generated in /wine/dlls/ntdll/server.c on line 1116
--
Wine version: 1.3.37
OS: Arch Linux 64bit
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=35658
Bug ID: 35658
Summary: Anthem Room Correction 2 v1.0.1: Unknown COM error
0x80004001
Product: Wine
Version: 1.7.12
Hardware: x86
URL: http://www.anthemav.com/downloads/ARC-2%20Setup.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.…
[View More]org
Reporter: tristan.schmelcher(a)gmail.com
Created attachment 47623
--> http://bugs.winehq.org/attachment.cgi?id=47623
Console output when the error occurs once
The application Anthem Room Correction 2 v1.0.1 reports "Unknown COM error
0x80004001" when trying to take measurements with the USB microphone included
with an Anthem A/V receiver. The popup has a Retry button, but the error
repeats each time. Each time the error occurs, the console output prints this:
fixme:mmdevapi:AEV_GetVolumeRange stub
So the fact that this function is a stub may be the source of the problem. The
console output is attached.
The application can be downloaded at
http://anthemav.com/downloads/ARC-2%20Setup.zip, but you must have an Anthem
A/V receiver in order to get this far in it. You also need to install Microsoft
.NET 4.0 with winetricks and use the native Microsoft version of msvcr110.dll
or else there are problems at even earlier stages (bug 35648 and bug 35657). I
am happy to carry out suggested testing/debugging.
74dc2107ca936dddbd0fc6abbb2baf74e387c163 ARC-2 Setup.zip
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34490
Bug #: 34490
Summary: wine uninstaller does not list 64-bit wine addons
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, win64
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: …
[View More]hans(a)meelstraat.net
Classification: Unclassified
I normally run 32-bit wine only, installed in /usr/local. I compiled wine64/32
and installed that to /opt/wine6432. I noticed, however, that the addons are
not in wine uninstaller. So:
$ rm -rf ~/.wine
$ /opt/wine6432/bin/wineboot
$ find .wine/ -iname smime3*
.wine/drive_c/windows/system32/gecko/2.21/wine_gecko/smime3.dll
.wine/drive_c/windows/syswow64/gecko/2.21/wine_gecko/smime3.dll
shows that both 32-bit and 64-bit gecko are installed. But:
$ /opt/wine6432/bin/wine uninstaller --list
{348C4E18-555F-4228-8924-15DDED955D0C}|||Wine Gecko (32-bit)
I see the same behavior in 1.4, fwiw.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=28893
Bug #: 28893
Summary: wabbitemu closes unexpectedly
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: poubellepasfraiche(a)gmail.com
Classification: Unclassified
When I launch Wabbitemu (http://…
[View More]wabbit.codeplex.com/), the software launches,
but there is two bugs : the first is that the skin (of the virtual calculator)
don't appear like in windows, the second problem is that the emulation doesn't
start and when you click on the windows, the program closes unexpectly.
So I can't use the software as I wanted to.
Please fix it, thanks
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11290
Summary: Can't join chat room in paltalk
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://paltalk.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
https://answers.launchpad.net/ubuntu/+source/…
[View More]wine/+question/22643
says that paltalk lets you log in but not join chat rooms.
I tried it out on vanilla wine from today's git on a 750MHz laptop
with 384MB of RAM (hot stuff back in the day :-).
The app seemed quite sluggish, and indeed, I was
unable to join any chat rooms; when I tried, after
ten seconds or so I got a chime noise that sounded like
I had joined something, but nothing changed on the screen.
There are also rendering anomolies in the genre selection
list (sometimes items are shown under the wrong parent until
you refresh).
The app seems to use lots of embedded browser stuff,
so I'm filing this under shdocvw as a wild guess.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32995
Bug #: 32995
Summary: Attempts to copy text from Folio VIP 3.01 and paste
into Libre Office causes Wine to crash
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hakimoerton(a)…
[View More]gmail.com
Classification: Unclassified
Created attachment 43589
--> http://bugs.winehq.org/attachment.cgi?id=43589
info from Wine following crash
When attempting to paste text copied with Ctrl-c from Folio VIP 3.01 into
Office Writer or Gedit text editor Wine crashes saying there is a problem with
Winedvm.exe. The crashes happens every time in Wine but copy and paste into
Open Office works fine on Windows XP. Only and immediately when Ctrl-V is
pressed does the crash happen. Office then responds with "Requested clipboard
format in not available".
--
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.
[View Less]