https://bugs.winehq.org/show_bug.cgi?id=9127
Christopher Thielen <cthielen(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cthielen(a)gmail.com
--- Comment #65 from Christopher Thielen <cthielen(a)gmail.com> ---
This appears to be affecting Ultima IX as well (AppDB page for the gog.com
edition has been linked to this bug). Same quartz error concerning MPEG-1
system streams. Movies play without sound and completely black though they can
be skipped by hitting escape.
In Ultima IX's case, the u9.exe binary is linked against DXMedia to play the
video which is a re-named .AVI file containing MPEG-1 video.
I have not tested the native quartz.dll workaround yet.
--
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=5627
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |616495b6a47b1a77b5294ff9ebf
| |2d22442e10daf
--
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=5627
Vijay Kamuju <infyquest(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #21 from Vijay Kamuju <infyquest(a)gmail.com> ---
fied by commit 616495b6a47b1a77b5294ff9ebf2d22442e10daf
--
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=9832
Summary: Crysis Beta cannot connect to servers
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.fileplanet.com/144808/140000/fileinfo/Crysis-
Beta-Client
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
I have linked to the Beta, but I believe you may need a FilePlanet subscription
to download. If so I can provide any traces or anything...
The game gets as far as the server list, and can see all the servers and all
the information about them, however never actually connects. All other
networking functionality such as the built in chat works, except for connecting
to servers.
When you click connect, the terminal outputs this (every time):
fixme:winsock:_remap_optname Unknown optname 22, can't remap!
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000016
I'll attach the full +winsock output too, but it's very big which is why I
pasted the seperately.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8051
swswine(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |swswine(a)gmail.com
--
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=38676
Bug ID: 38676
Summary: valgrind shows an invalid read in
dlls/kernel32/tests/file.c:test_CreateFileA()
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so file && touch file.ok
==14521== Invalid read of size 1
==14521== at 0x4F7A2A63: getmntent_r (in /usr/lib/libc-2.21.so)
==14521== by 0x4F7A2832: getmntent (in /usr/lib/libc-2.21.so)
==14521== by 0x7BC3B580: parse_mount_entries (directory.c:573)
==14521== by 0x7BC3B6E8: get_default_drive_device (directory.c:706)
==14521== by 0x7BC3EE67: get_dos_device (directory.c:2760)
==14521== by 0x7BC40064: wine_nt_to_unix_file_name (directory.c:3164)
==14521== by 0x7BC3FB9C: nt_to_unix_file_name_attr (directory.c:3061)
==14521== by 0x7BC4310C: FILE_CreateFile (file.c:177)
==14521== by 0x7BC4357B: NtCreateFile (file.c:323)
==14521== by 0x7B83E3F3: CreateFileW (file.c:1499)
==14521== by 0x7B83E63F: CreateFileA (file.c:1555)
==14521== by 0x47E0275: test_CreateFileA (file.c:1295)
==14521== by 0x47F1B1E: func_file (file.c:4575)
==14521== by 0x4893BD4: run_test (test.h:584)
==14521== by 0x489401C: main (test.h:666)
==14521== Address 0x5563eb7 is 1 bytes before a block of size 4,096 alloc'd
==14521== at 0x400719E: malloc (vg_replace_malloc.c:299)
==14521== by 0x4F7A27D8: allocate (in /usr/lib/libc-2.21.so)
==14521== by 0x4F89542B: __pthread_once_slow (in
/usr/lib/libpthread-2.21.so)
==14521== by 0x4F7A2862: getmntent (in /usr/lib/libc-2.21.so)
==14521== by 0x7BC3B580: parse_mount_entries (directory.c:573)
==14521== by 0x7BC3B68B: get_default_drive_device (directory.c:700)
==14521== by 0x7BC3EE67: get_dos_device (directory.c:2760)
==14521== by 0x7BC40064: wine_nt_to_unix_file_name (directory.c:3164)
==14521== by 0x7BC3FB9C: nt_to_unix_file_name_attr (directory.c:3061)
==14521== by 0x7BC4310C: FILE_CreateFile (file.c:177)
==14521== by 0x7BC4357B: NtCreateFile (file.c:323)
==14521== by 0x7B83E3F3: CreateFileW (file.c:1499)
==14521== by 0x7B83E63F: CreateFileA (file.c:1555)
==14521== by 0x47E0275: test_CreateFileA (file.c:1295)
==14521== by 0x47F1B1E: func_file (file.c:4575)
==14521== by 0x4893BD4: run_test (test.h:584)
==14521== by 0x489401C: main (test.h:666)
--
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=23749
Summary: SpongeBob SquarePants: Diner Dash 2 - can't start free
trial without native shdcocvw
Product: Wine
Version: 1.2
Platform: x86
URL: http://arcade.nick.com/nick/gameinfo.jsp?s=SpongeBobDi
nerDash2
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29762)
--> (http://bugs.winehq.org/attachment.cgi?id=29762)
terminal output
If I only have shdocvw as builtin from ie6, I see:
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x131e18)->(0x12d240)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x131e18)->(0x12d240)
and there is no button to start the trial. Native ie6 fixes it. Strangely
though, the full version button shows up fine (with builtin shdocvw).
--
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=23420
Summary: CMR3 and CMR2005 shows Gnome menu bars all the time
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t6tiar00(a)students.oamk.fi
Colin McRae Rally 3 and 2005 shows Gnome menu bars all the time. The bars are
still visible after switching different resolution.
--
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=24517
Summary: DirectCompute Benchmark needs unimplemented function
dxgi.dll.CreateDXGIFactory1
Product: Wine
Version: 1.3.3
Platform: x86-64
URL: http://majorgeeks.com/DirectCompute_Benchmark__d6279.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Running DirectCompute Benchmark 0.25 with native d3d11.dll and d3dx11_42.dll,
it crashes with the following error.
wine: Call from 0x7bc4bef0 to unimplemented function
dxgi.dll.CreateDXGIFactory1, aborting
--
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=39647
Bug ID: 39647
Summary: Broken FILE_EXECUTE mapping
Product: Wine
Version: 1.8-rc1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Some Windows applications (Office 2010 for instance) save the files with owner
and world ACLs that grant FILE_READ_DATA, FILE_WRITE_DATA and FILE_EXECUTE
permissions. FILE_EXECUTE causes the Unix execute permissions to be set on the
file. Already this is wrong: these are documents, not Unix binaries or scripts.
But it also causes trouble to uses in that this causes some Unix file managers
to try to execute the file when the user double-clicks on it, instead of
looking for an application that can open it. Thus the user gets a confusing
'cannot execute' error and must go through the 'Open with' contextual menu to
actually be able to edit their documents.
The thing is that, as far as I can tell, this FILE_EXECUTE to +x permission
mapping is bogus. From the MSDN:
http://msdn.microsoft.com/en-us/library/bb432380%28v=vs.85%29.aspx
FILE_EXECUTE
Data can be read into memory from the file using system paging I/O.
This flag is irrelevant for device and intermediate drivers.
So if the MSDN is right FILE_EXECUTE has nothing with making it possible to
execute the file and thus the maping makes no sense.
This issue happens in server/file.c in file_access_to_mode() and sd_to_mode().
trace:file:CreateFileW L"C:\\users\\crossover\\My Documents\\aFoo1.docx"
FILE_SHARE_READ FILE_SHARE_WRITE FILE_SHARE_DELETE creation 3 attributes
0x2000000
trace:ntdll:FILE_CreateFile handle=0x97eb41c access=000c0000
name=L"\\??\\C:\\users\\crossover\\My Documents\\aFoo1.docx" objattr=00000040
root=(nil) sec=(nil) io=0x97eb40c alloc_size=(nil) attr=00000000
sharing=00000007 disp=1 options=00004020 ea=(nil).0x00000000
trace:file:CreateFileW returning 0x41c
trace:ntdll:NtSetSecurityObject 0x41c 0x00000006 0x97eb534
trace:ntdll:RtlGetControlSecurityDescriptor (0x97eb534,0x97eb41c,0x97eb408)
trace:ntdll:RtlLengthSid sid=0x97eb564
trace:ntdll:RtlGetDaclSecurityDescriptor
(0x97eb534,0x97eb41e,0x97eb418,0x97eb41f)
sd_to_mode:531 owner+current Mask=1f01ff new_mode= 770
sd_to_mode:525 world Mask=1200a9 new_mode= 775
There's a concern that some applications might set the flag and check it later.
There is no known case though. The closest is that Office 2010 does read the
ACL of the files it opens and then writes it to the file it saves but it
obviously has no trouble with files that are not marked +x.
Still, because of this concern this may be a good candidate for Staging.
--
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.