http://bugs.winehq.org/show_bug.cgi?id=27934
Summary: Inconsistent "for /D" parsing when using wildcards
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
For instance,
for /d %i in (whatever*) do echo %i
gives
wine: cannot find L"C:\\windows\\system32\\do.exe"
File not found
--
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=30706
Bug #: 30706
Summary: Sony USB Driver: driver "cdrbsvsd" failed to load
Product: Wine
Version: 1.5.4
Platform: x86
URL: ftp://ftp.vaio-link.com/pub/dime/cams/usbdrven.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shakaran(a)gmail.com
Classification: Unclassified
Sony USB Driver is a driver installer for handled cams on Windows XP.
It is offered with a Driver CD, but it still can be downloaded from:
ftp://ftp.vaio-link.com/pub/dime/cams/usbdrven.exe
If the url changes on a future, you can try searching here:
http://www.sony.es/support/en/product/DCR-HC19E/downloads/usbdrven
After download and execute the .exe:
$ wine usbdrven.exe
err:winedevice:ServiceMain driver L"cdrbsvsd" failed to load
It loads and you can extract the zipped content on a folder.
Then, you have to run the installer extracted:
$ wine Setup.exe
err:winedevice:ServiceMain driver L"cdrbsvsd" failed to load
fixme:storage:create_storagefile Storage share mode not implemented.
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
... (last two lines x75 times)
wine: Call from 0x7b839e92 to unimplemented function
setupapi.dll.SetupAddToSourceListA, aborting
The installer fails aborting the installation with the unhandled exception.
--
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=16013
Summary: xmllitesetup (subinstaller of IE7) fails to install
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://support.microsoft.com/kb/915865
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
I'm trying to get the IE7 installer to work, but getting a part of it to work
is proving difficult too.
So far I've gotten it sort of to work, by using hacks, and a native pidgen dll.
The xmllitesetup can be installed from the url.
The tree I used for installing is http://repo.or.cz/w/wine/multimedia.git
WINEPREFIX/drive_c/windows/KB915865.log is used by the installer for
minimalistic logging
The failing lines seem to be
15.344: GetCatVersion: Failed to retrieve version information from
C:\windows\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Tmp.0.KB915865.cat
with error 0x57
15.372: InstallSingleCatalogFile: MyInstallCatalog failed for
Tmp.0.KB915865.cat; error=0x000004c7.
15.373: DoInstallation:MyInstallCatalogFiles failed:STR_CATALOG_INSTALL_FAILED
15.378: CleanupTrustedInfFile: GetFileAttributes for
C:\windows\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\update_SP2GDR.cat
failed: 0x2
--
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=28017
Summary: Adobe Reader X: Cannot print, error is "There were no
pages selected to print"
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernard.gray(a)gmail.com
Summary: When trying to print documents in Adobe Reader X, the following error
appears (after correctly picking a printer/page range):
"The document could not be printed" -> Press OK
"There were no pages selected to print"
This happens regardless of how you set the print range, and for multiple
different printers, which are configured in CUPS
System Details:
Ubuntu 11.04: Wine 1.3.26 from https://launchpad.net/~ubuntu-wine/+archive/ppa
Have also tested under older versions of both Wine and Ubuntu, with the same
result.
Download Adobe Reader X from:
http://get.adobe.com/reader/otherversions/
Options:
Operating System: Windows XP SP3
Language: English
Version: Reader X 10.1 for Windows
--
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=28365
Summary: rmdir /s wrongly outputs "path not found" message when
confirming a recursive directory deletion
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Directory is correctly deleted, but we get a spurious "Path not found" message
Example:
Z:\path> mkdir foo
Z:\path> echo > foo\bar
Z:\path> rmdir /s foo
foo Are you sure (Y/N)?Y
Path not found
--
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=16641
Summary: Call of Duty 4 - Depth of field and soften smoke edges
broken
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://files.filefront.com/Call+of+Duty+4+Modern+Warfare
+Demo/;8774322;/fileinfo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taedium_vitae(a)eml.cc
Created an attachment (id=18223)
--> (http://bugs.winehq.org/attachment.cgi?id=18223)
Depth of field
If depth of field is enabled, and you look down your sight with the right mouse
button, the whole screen becomes hazy and black and white.Similar effect with
soften smoke edges enabled, only it occurs in all situations were your
character is playable, not just with the sight enabled.During game rendered cut
scenes, soften smoke edges also has lines/patterns all over the screen.Check
the screenshots to see the effect(s) for yourself.
--
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=26660
Summary: Fairy Godmother installation hangs BFG client
Product: Wine
Version: 1.3.17
Platform: x86-64
URL: http://www.bigfishgames.com/download-games/1458/fairyg
odmothertyco/download.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The Big Fish Games client download Fairy Godmother Tycoon, and automatically
installs it. Unfortunately this causes the BFG client to hang and has to be
killed (although downloads do continue in the background).
fixme:advapi:SetNamedSecurityInfoW L"C:\\Program Files\\Fairy Godmother Tycoon"
1 4 (nil) (nil) 0x139868 (nil)
fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub.
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:reg:RegSetKeySecurity :(0x80,4,0x38a330): stub
File system is ext4.
"winetricks ie6" needed to get the BFG client to work.
Restarting the BFG client reports that the trial has expired, but it has not,
and the game can be run directly.
wine ~/.wine/drive_c/Program\ Files/Fairy\ Godmother\ Tycoon/Fairy\ Godmother\
Tycoon.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=30690
Bug #: 30690
Summary: no mouse or keyboard in orcs must die
Product: Wine
Version: 1.5.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felix(a)compsoc.nuigalway.ie
Classification: Unclassified
The game "Orcs must die!" no longer detects keyboard and mouse input.
Initially the mouse cursor (sword) is shown on the first splash screen and can
be moved, but by the time it has cycled through the various splash videos and
arrived at the menu, there is no longer a cursor and keyboard input is limited
to the down arrow, enter and escape.
Using the limited keyboard keys you can access the settings -> controls sub
menu to see it show an Xbox controller as the expected input. It should show a
keyboard and mouse layout graphic with the various control keys highlighted
This used to work before, regression occurred with commit
a84d2fe20e5479fae8ea9660167ebfac95eafa99 dinput: Stub IDirectInputJoyConfig8
interface.
87a770fa732cfb1088a074f34c8e2075f827199a is the last known good commit
To test you can revert the following 4 commits in order to get a clean revert:
7260132c5d8aa0aa753c12d1e7420c307e651359 dinput: Fix device enumeration by DX8
device type.
699da40d1bb24220050271eea3ddc8cddbd8bcb8 dinput: Add more error checking to
IDirectInput_GetDeviceStatus.
310859db675e4b995a56a7578b22b9c3eadb9949 dinput: Add more parameter checking to
enum devices.
a84d2fe20e5479fae8ea9660167ebfac95eafa99 dinput: Stub IDirectInputJoyConfig8
interface.
Removing all 4 commits on top of 1.5.4, allows the game to correctly detect
keyboard and mouse
--
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=18351
Summary: QuickTimePlayer 7.55 unhandled exception
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.oldversion.com/download/quicktime755.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20905)
--> (http://bugs.winehq.org/attachment.cgi?id=20905)
wine-1.1.20-185-g2d8f252 console output
Following installation, QuickTimePlayer 7.55.90.70 loads and then exits
immediately with an unhandled exception.
Native gdiplus makes no difference.
Tested with latest git.
Attached log doesn't say much, it looks as if winedebug fails to launch
correctly.
Any other logs be more useful?
--
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=9509
Summary: System Shock 2 weak performance
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oponek(a)gmail.com
Created an attachment (id=7869)
--> (http://bugs.winehq.org/attachment.cgi?id=7869)
System Shock 2 demo bugs
I'm observing extremaly weak performance while gaming System Shock 2 full and
demo version. I don't know why this ocurrs but maybe this fixme:
'fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel' is responsible for the slow
fps?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.