http://bugs.winehq.org/show_bug.cgi?id=26625
Summary: Wine or Wine documentation bug on short file names
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
http://www.winehq.org/docs/winedev-guide/x2988#AEN3203
Scroll down a bit to the bullet list. It says:
> The filesystem on which the inspected directory lies in a real Windows FS (like
> FAT, or FAT32, or NTFS) and the OS has support to access the short filename
> (for example, Linux does this on FAT, FAT32 or VFAT). In this case, Wine makes
> full use of this information and really mimics the Windows behavior: the short
> filename used for any file is the same than on Windows.
Wine does not detect real short names on NTFS partitions but Linux is able to
access the real short names on NTFS partitions. Thus, there is either a bug in
Wine or in the documentation quoted above.
An example (from my /mnt/windows directory, mounted as Z:\mnt\windows in Wine):
Z:\mnt\windows>dir /x
2010/10/13 3:09 <DIR> PROG~FBU Program Files
2011/03/14 3:15 <DIR> PROG~5P2 Program Files (x86)
But:
user@localhost:/mnt/windows$ getfattr -h -n system.ntfs_dos_name Program\ Files
# file: Program Files
system.ntfs_dos_name="PROGRA~1"
user@localhost:/mnt/windows$ getfattr -h -n system.ntfs_dos_name Program\
Files\ \(x86\)
# file: Program Files (x86)
system.ntfs_dos_name="PROGRA~2"
user@localhost:/mnt/windows$
So Wine calls the said directories PROG~FBU and PROG~5P2 respectively, whereas
Linux detects the names created by Windows 7 as PROGRA~1 and PROGRA~2.
---
In order to use the "getfattr" program under Ubuntu, you may have to run "sudo
apt-get install attr" first. Documentation available here:
http://b.andre.pagesperso-orange.fr/extend-attr.html
--
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=23695
Summary: Pro/ENGINEER: Error window mis-sized
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29683)
--> (http://bugs.winehq.org/attachment.cgi?id=29683)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) choose to install "PTC License Server"
3) choose bad license
4) check license
5) close checking window and agree on saving
6) get one error window and then another
Behaviour:
Windows are mis-sized
Expected behaviour:
Windows should have proper size
Workaround:
Maximize then minimize problematic window
--
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=22037
Summary: sp2 for microsoft powerpoint 2007 fails to install
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adamix(a)email.it
Created an attachment (id=26798)
--> (http://bugs.winehq.org/attachment.cgi?id=26798)
logs of pp2007sp2 install
after a clean install of wine, I've installed correcty powerpoint viewer 2007.
If I try to install sp2 for this program it fails.
--
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=32717
Bug #: 32717
Summary: DxInput doesn't working on xbox gamepads
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aisyko(a)gmail.com
Classification: Unclassified
Pro Evolution Soccer 2012 functions goods, 3d, sounds...
But since wine 1.5.21, my gamepads doesn't function...
Type : XboxGamepads
--
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=24803
Summary: Easyworship 2009 hangs on video playback
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puk007(a)gmail.com
steps to reproduce:
1. install via winetricks:
winetricks winxp ie6 wmp9 xvid
2. install and start EasyWorship 2009 eval version
3. add media - movie (vlc codec details follow) and play it:
video - MPEG-4 video (XVID)
audio - MPEG Audio Layer 1/2/3 (mpga)
4. app hangs, the last error message displayed in console is (full console log
attached):
err:ntdll:RtlpWaitForCriticalSection section 0x67fb210 "videorenderer.c:
VideoRendererImpl.csFilter" wait timed out in thread 0047, blocked by 0020,
retrying (60 sec)
any idea how to solve?
in fact app hangs randomly when working with video, sometimes it plays video,
sometimes it crashes with error like this one, similar error cases:
err:ntdll:RtlpWaitForCriticalSection section 0x7e2acc00 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0029, blocked by 002e, retrying
(60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7ea12dc0 "gdiobj.c: gdi_section"
wait timed out in thread 002e, blocked by 0029, retrying (60 sec)
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.
http://bugs.winehq.org/show_bug.cgi?id=23066
Summary: Sourceinsight: when autocomplete input, small hint
window doesn't show at current cursor postion
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dwwwww(a)hotmail.com
OS: RHEL 4
In sourceinsight, editing, it has autocomplete functionality.
If we input a word/structure, sourceinsight will try to auto complete it with a
small hint window at the cursor. however, the window doesn't show immediately
as it is in windows platform and it stays in the middle of main window not at
the cursor.
--
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=21845
Summary: 4DV11 don't run
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ton.ami.totoro(a)gmail.com
CC: ton.ami.totoro(a)gmail.com
Created an attachment (id=26448)
--> (http://bugs.winehq.org/attachment.cgi?id=26448)
Debug information for 4DV11
Hi,
This bug report is after this forum topic:
http://forum.winehq.org/viewtopic.php?p=39915
I use a copy of the windows installation folder and try to run 4D (it's like
than we do it in my office). The product web site: http://www.4d.com/
My wine version is : 1.1.38 under a kubuntu 9.10
After install wine I install geko with winetricks.
I hop than my log can help.
I'm at your service to check every possible fix.
Thanks for your help
--
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=17093
Summary: console not being connected to stdin/stdout correctly
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
under certain circumstances, it's possible for stdin and stdout to become
connected, instead of to a command prompt window (e.g. wineconsole cmd.exe)
to the linux command xterm that started the command prompt window.
downloading the standard python 2.5.2 executable and running it i confirmed
that this situation occurs when msvcrt is set to native _or_ to builtin
(but i haven't confirmed with msvcr71 native, which is what python 2.5.2
exe is built with).
the msi for python2.5.2 can be downloaded here:
http://www.python.org/ftp/python/2.5.2/python-2.5.2.msi
and the .exe and the dll can be extracted - you will need both python.exe
_and_ python25.dll - using cabextract, you _don't_ need to actually install it.
anything on the command line (e.g. python.exe -c 'print "hello"') or python -v
-i
*change* the way that the code operates and *does* work.
also, redirection works e.g. echo 'print "hello"' | ./python.exe
... but not interactive operation (without explicitly saying so using
the -i option).
--
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=28301
Summary: ddraw visual tests are flaky
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In about one run out of a hundred, ddraw's visual test failed here. Log:
../../../tools/runtest -q -P wine -M ddraw.dll -T ../../.. -p ddraw_test.exe.so
visual.c && touch visual.ok
...
visual.c:1497: Test failed: Got color 00000000, expected 00000080 or near
visual.c:1503: Test failed: Got color 00000000, expected 000000ff or near
visual.c:1509: Test failed: Got color 00000000, expected 00000080 or near
visual.c:1515: Test failed: Got color 00000000, expected 000000ff or near
visual.c:1891: Tests skipped: device has no P8 texture support, skipping test
The system it misbehaved once on is:
os: Ubuntu 11.04, 2.6.38-11-generic-pae, pulseaudio 0.9.22-24-g67d18,
Advanced Linux Sound Architecture Driver Version 1.0.23.
ram: 4020 MB
cpu: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
gpu: GeForce GT 220/PCI/SSE2 3.3.0 NVIDIA 270.41.06
The system is running a little warm (cpu 73 degrees C, but well below critical)
I see a number of systems which have similar errors listed at:
http://test.winehq.org/data/tests/ddraw:visual.html
--
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=23260
Summary: hypertext links in Excell 2003 lead to app execution
(shouldn't)
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: buggy_wine_bugzilla(a)elektromaniak.wz.cz
Created an attachment (id=28970)
--> (http://bugs.winehq.org/attachment.cgi?id=28970)
location=localhost:80
Steps to reproduce:
click on a cell
click "Fx" to insert a fuction
select "hypertext link" or something like that
set location = "notepad"
click OK
Click that link, confirm following the link
notepad is launched.. But on WinXP with the same Office2003 it says something
about invalid URL. Only complete string "c:\windows\notepad.exe" results in
running notepad (and excel asks *twice* if it's really what I want)
also: clicking regular links like "http://www.debian.org" results in nothing
and errors in console (may be caused by notfound wine-gecko, but I don't think
so)
Attachments are named according to content of "location" set in the link
--
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.