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 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.
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 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.
https://bugs.winehq.org/show_bug.cgi?id=39447
Bug ID: 39447
Summary: unimplemented function makes games crash
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: nieknooijens(a)gmail.com
Distribution: ---
after trying to run a game launcher from my teacher this happened
Unhandled exception: unimplemented function
hid.dll.HidP_TranslateUsagesToI8042ScanCodes called in 32-bit code
(0x7b83bfee).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b83bfee ESP:1d99e7c4 EBP:1d99e838 EFLAGS:00200202( - -- I - - - )
EAX:7b827849 EBX:7b8bf000 ECX:00000008 EDX:1d99e7e4
ESI:80000100 EDI:1d99e8ac
Stack dump:
0x1d99e7c4: 1d99e860 00000008 7b86387b 80000100
0x1d99e7d4: 00000001 00000000 7b83bfee 00000002
0x1d99e7e4: 7e25ca44 7e25cc57 003b1d22 00000006
0x1d99e7f4: 00000000 00000000 00000000 00000000
0x1d99e804: 00000000 4d430000 003b1c44 00000014
0x1d99e814: 00000000 00000000 00000000 00000004
Backtrace:
=>0 0x7b83bfee in kernel32 (+0x2bfee) (0x1d99e838)
1 0x7e25ca28 in hid (+0xca27) (0x1d99e870)
2 0x7e25aec9 in hid (+0xaec8) (0x1d99e8b0)
3 0x00c45849 in libinput (+0x5848) (0x1d99e8b0)
4 0x00c458bf in libinput (+0x58be) (0x1d99e8c0)
5 0x00c470ef in libinput (+0x70ee) (0x1d99e8f0)
6 0x00c472fe in libinput (+0x72fd) (0x1d99e91c)
7 0x00c46bba in libinput (+0x6bb9) (0x1d99e980)
8 0x10041145 in libavs-win32 (+0x41144) (0x1d99e9dc)
9 0x1005ee0f in libavs-win32 (+0x5ee0e) (0x1d99e9e8)
10 0x7bc837f0 call_thread_func_wrapper+0xb() in ntdll (0x1d99e9f8)
11 0x7bc869bd call_thread_func+0x7c() in ntdll (0x1d99eac8)
12 0x7bc837ce RtlRaiseException+0x21() in ntdll (0x1d99eae8)
13 0x7bc8dea9 in ntdll (+0x7dea8) (0x1d99f368)
14 0xf75291aa start_thread+0xd9() in libpthread.so.0 (0x1d99f428)
--
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=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: 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.
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.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.
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: 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.
http://bugs.winehq.org/show_bug.cgi?id=19063
Summary: GAP-Diveplanner : return Run time error '5'
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.gap-software.com/download/gap-diveplanner.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: filippom(a)gmail.com
Created an attachment (id=21988)
--> (http://bugs.winehq.org/attachment.cgi?id=21988)
shell log
The programm return a window with :
Run time error '5'
Invalid procedure call or argument
--
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=38068
Bug ID: 38068
Summary: Regen: hang during input configuration
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: therealhdl(a)gmail.com
When attempting to redefine keys Regen will hang. This also sometimes happens
on Windows, but in Wine it happens 100% of the time.
--
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=39497
Bug ID: 39497
Summary: LEGO Rock Raiders - Using native d3drm.dll causes
crash
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: quick.webmaster(a)gmail.com
Distribution: ---
Created attachment 52635
--> https://bugs.winehq.org/attachment.cgi?id=52635
Crash - native d3drm.dll - WineD3DDevice using WineD3D and OpenGL
Hello,
When using the native d3d3rm.dll for LEGO Rock Raiders, I cannot get past the
loading screen.
I've attached a stack dump of the error that I receive.
--
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=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://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.