http://bugs.winehq.org/show_bug.cgi?id=18154
Summary: cmd.exe: failure to handle file extension association
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swelef(a)post.sk
cmd.exe doesn't handle extension association.
Test case:
Install ActivePerl, create a dummy perl script test.pl and run
wine cmd /c test.pl
cmd.exe will try to run test.pl as Unix binary
trace:process:CreateProcessW starting L"C:\\\\test.pl" as Unix binary
and (probably) fail instead of running Perl.exe as the Windows XP command
cmd /c perl.pl
Source code analysis:
The function programs/cmd/wcmdmain.c:WCMD_run_program calls FindExecutable
but mostly ignores the result. This looks like an unfinished work.
Remark:
Theoretically, some program could rely on the association. As long as such
program is not known, this is a low priority issue. Users should prefer
the explicit command
wine perl test.pl
(or "wine start /W test.pl" if they want a new console).
--
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=11770
Summary: mapi32.dll.so does not support attachments for sending
mail
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Mark_Neyhart(a)legis.state.ak.us
Applications like Microsoft Excel 2002 and Word 2002 have a File...Send To
function which should bring up an email client with the current file attached.
The DLL override mapi32.dll.so does not support attachments. The sendmail.c
source for this dll has a FIXME which outputs "Ignoring attachments".
--
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=18288
Summary: Quicktime 3 creates unusual menus / string value error
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.oldversion.com/download/quicktime302.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20819)
--> (http://bugs.winehq.org/attachment.cgi?id=20819)
Wine 1.1.20 +menubuilder
The Quicktime 3.0.2 installer reports an error when attempting to create
program groups and icons:
"String variable is not large enough for string.
Check the string declarations.
Error 401."
The installer then creates an unusual directory structure:
ls -aR /home/test/.local/share/applications/wine/Programs
/home/test/.local/share/applications/wine/Programs:
. .. QuickTime QuickTime 3.0
/home/test/.local/share/applications/wine/Programs/QuickTime:
. .. MoviePlayer.desktop PictureViewer.desktop ReadMe.desktop UnInstall
QuickTime 3.0.desktop
/home/test/.local/share/applications/wine/Programs/QuickTime 3.0:
. .. .desktop
Setup completes successfully.
--
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=32680
Bug #: 32680
Summary: cmd.exe Add support for CMDEXTVERSION, CMDCMDLINE,
HIGHESTNUMANODENUMBER
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
Classification: Unclassified
%CMDEXTVERSION%
%CMDCMDLINE%
%HIGHESTNUMANODENUMBER%
--
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=32619
Bug #: 32619
Summary: Tom Clancy's Rainbow Six: Lockdown can't save a game
(directory not created)
Product: Wine
Version: 1.5.20
Platform: x86
URL: http://www.fileplanet.com/160005/160000/fileinfo/Tom-C
lancy%27s-Rainbow-Six:-Lockdown-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 43045
--> http://bugs.winehq.org/attachment.cgi?id=43045
terminal output
Normally the game should perform an autosave when starting the first mission,
and it should allow you to perform a manual save anytime in a mission. Neither
of them work in Wine.
1. After performing a manual save in the game, a 'save successful' message is
shown on the screen, however, if I open the <Load game> menu, it is empty.
2. When the player dies there is an option to restore the last saved game:
clicking on this option results in a crash as can be seen in the attached log
file.
The demo version doesn't let you save the game, but it does perform an
autosave, thus the crash can be reproduced with the demo too. Here's how:
1. install the demo, the game needs native d3dx9_36 and dxdiagn (bug #32163).
2. start the demo with Lockdown.exe, skip the intros. In the menu choose
<Single Player> - <Start Mission> and wait until the game is loaded.
3. press '4' to instruct teammates to stay back. There will be some bad guys
around the corner, step to them without shooting so the player dies pretty
soon.
4. the menu with statistics appears, click on <Load Last Save>...the game
crashes at this point.
There's nothing serious in the terminal, the game's own log file contains:
[ERROR | IkeStateMgr::SaveGame | 735] Could not open file c:/program
files/ubisoft/red storm entertainment/rainbow six lockdown
demo/data/save/game/autosave.sav
This directory structure does exist in Wine:
C:/Program Files/Ubisoft/Red Storm Entertainment/Rainbow Six Lockdown
Demo/data/save
Inside ../save there should be a /game directory which contains the saved
games. This directory (as well as an autosave.sav) should be created when you
start the first mission. For some reason the /game directory is not created in
Wine.
Workaround: you have to manually create the /game directory before starting the
game the first time. Saving/loading will work from then on.
--
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=31078
Bug #: 31078
Summary: Need For Speed Hot Pursuit (2010) performance is
unacceptable
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanuan(a)gmail.com
Classification: Unclassified
After fixing the crash http://bugs.winehq.org/show_bug.cgi?id=31031
I was able to run NFS11 (via Launcher.exe).
The performance, however, is unacceptable.
Running WINEDEBUG=fps reveals 5 fps on car selection screen. Setting UseGLSL to
disabled makes it 6 fps. AlwaysOffsceen=enabled makes it 4 fps.
When actually playing the game I see a mere 4 fps when UseGLSL=disabled and
minimal settings.
trace:fps:swapchain_gl_present 0x15e280 @ approx 4.35fps
trace:fps:glxdrv_SwapBuffers @ approx 4.52fps, total 14.99fps
trace:fps:swapchain_gl_present 0x15e280 @ approx 4.52fps
trace:fps:glxdrv_SwapBuffers @ approx 4.45fps, total 14.96fps
trace:fps:swapchain_gl_present 0x15e280 @ approx 4.45fps
trace:fps:glxdrv_SwapBuffers @ approx 4.52fps, total 14.93fps
trace:fps:swapchain_gl_present 0x15e280 @ approx 4.52fps
trace:fps:glxdrv_SwapBuffers @ approx 4.39fps, total 14.90fps
trace:fps:swapchain_gl_present 0x15e280 @ approx 4.39fps
trace:fps:glxdrv_SwapBuffers @ approx 4.42fps, total 14.87fps
trace:fps:swapchain_gl_present 0x15e280 @ approx 4.42fps
trace:fps:glxdrv_SwapBuffers @ approx 4.29fps, total 14.85fps
trace:fps:swapchain_gl_present 0x15e280 @ approx 4.29fps
trace:fps:glxdrv_SwapBuffers @ approx 3.79fps, total 14.81fps
trace:fps:swapchain_gl_present 0x15e280 @ approx 3.79fps
trace:fps:glxdrv_SwapBuffers @ approx 3.85fps, total 14.78fps
trace:fps:swapchain_gl_present 0x15e280 @ approx 3.85fps
I have nvidia GeForce 8600 which is enough according to
http://www.game-debate.com/games/index.php?g_id=1099&game=Need%20for%20Spee…
Appreciate any suggestions on improving the game performance.
--
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=20456
Summary: FEAR's installer will not let me enter the serial
number
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Hi, F.E.A.R. installer requires entering serial number. It has several fields
for entering 4 characters (clasic 1234-5678-9abc-def0-1234).
I can enter:
* 4 "narrow" chars like 1111, iiii, etc.
or
* only 3 "fat" chars like AAA, CCC, etc.
or
* only 2 "extra fat" like WW
There are other pepole affected in AppDB:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=5159&iTestingI…http://appdb.winehq.org/objectManager.php?sClass=version&iId=5159&iTestingI…
Based on other confirmations in AppDB consider UNCONFIRMED->NEW. Tested wine
versions: 0.9.50, 0.9.60, 1.0.1, 1.1.7, 1.1.10, 1.1.13, 1.1.22, 1.1.29, 1.1.31,
1.1.32 ...so it probably never worked correctly.
This is show stopper. I own two original and none is usable under wine because
of too wide chars in serial :-/
--
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=30938
Bug #: 30938
Summary: Update a XIM candidate position when cursor location
changed
Product: Wine
Version: 1.5.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felixonmars(a)gmail.com
Classification: Unclassified
How to reproduce:
1. $ wine notepad
2. Activate input method (SCIM/IBUS/FCITX, etc), input something
Result:
Candidate window is below the notepad window, and never moved.
Expected result:
Candidate window moves as it is in gedit.
Probably related to these patches I found:
http://markmail.org/message/haq2zykslfkhwdilhttp://markmail.org/thread/2bfrrce47cqzga4l
--
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=37732
Bug ID: 37732
Summary: Corel Paint Shop Pro X7 Installer fails
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 50235
--> https://bugs.winehq.org/attachment.cgi?id=50235
PSP X7 Backtrace on wine 1.7.32
Hello everyone,
I would like to share my experiences installing "Corel Paint Shop Pro X7" with
you. The installation starts up okay but a fatal error comes up when
initialising the trial installation.
I am assuming this is related to bug 27240 and 35057.
Some further info:
mwagner@linux-dnat:~/Downloads> shasum PSPX7_TBYB30.exe
7958bacb4ab198f7408066d269ca787c5b66042f PSPX7_TBYB30.exe
--
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=18382
Summary: SubEdit fails to start
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://matinf.pcz.pl/~subedit/download/subedit_b4072_ins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20962)
--> (http://bugs.winehq.org/attachment.cgi?id=20962)
Fatal error
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that SubEdit fails to start and shows fatal error.
--
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.