http://bugs.winehq.org/show_bug.cgi?id=21729
Summary: missing transparent on VB6 usercontrols
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
Created an attachment (id=26259)
--> (http://bugs.winehq.org/attachment.cgi?id=26259)
Simple VB6 application with source files
In the VB6 a custom usercontrol can be transparent if MaskColor=BackColor and
the Image is assigned to the MaskPicture.
This seems not supported in wine.
A VB6 simple example is in attachment.
--
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=36139
Bug ID: 36139
Summary: msi/db test crash on wine compiled with gcc-4.9.0
Product: Wine
Version: 1.7.17
Hardware: x86
URL: https://test.winehq.org/data/e2bf5163ecf2f56f58993bac7
f8ca1abc0db0324/linux_ae-f20-gcc49/msi:db.html
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48299
--> https://bugs.winehq.org/attachment.cgi?id=48299
terminal output/backtrace
db.c:773: Test marked todo: query failed: 1615
db.c:1498: Test failed: MsiDatabaseOpenView failed
db.c:1501: Test failed: MsiViewExecute failed
db.c:1504: Test failed: MsiViewFetch failed
db.c:1510: Test failed: MsiViewFetch failed
db.c:1511: Test failed: string length wrong
db.c:1761: Test marked todo: Expected 'test2.txt\n', got test1.txt
db.c:1831: Test failed: SELECT query failed: 1615
db.c:1835: Test failed: Failed to get string: 6
db.c:1836: Test failed: Expected 'filename1', got Binary.filename1.1
db.c:1841: Test failed: Failed to get stream: 6
db.c:1842: Test failed: Expected 'test.txt\n', got
Unhandled exception: page fault on read access to 0x00000018 in 32-bit code
(0x7ebdab61).
Backtrace:
=>0 0x7ebdab61 msi_update_table_columns+0x21(db=0x127920, name="MOO")
[/home/austin/wine-git/dlls/msi/table.c:955] in msi (0x0032f768)
1 0x7ebdce8c msi_table_load_transform+0x106b(db=0x127920, stg=0x1317b8,
st=0x139e20, transform=0x13a1c8, bytes_per_strref=0x2)
[/home/austin/wine-git/dlls/msi/table.c:2686] in msi (0x0032f888)
2 0x7ebddac8 msi_table_apply_transform+0x377(db=0x127920, stg=0x1317b8)
[/home/austin/wine-git/dlls/msi/table.c:2789] in msi (0x0032f9b8)
3 0x7ebba3f7 MSI_DatabaseApplyTransformW+0x136(db=0x127920,
szTransformFile="winetst-db.mst", iErrorCond=0)
[/home/austin/wine-git/dlls/msi/msiquery.c:744] in msi (0x0032fa28)
4 0x7ebba479 MsiDatabaseApplyTransformW+0x48() in msi (0x0032fa68)
5 0x7ebba594 MsiDatabaseApplyTransformA+0xa3(hdb=<couldn't compute location>,
szTransformFile=<couldn't compute location>, iErrorCond=<couldn't compute
location>) [/home/austin/wine-git/dlls/msi/msiquery.c:790] in msi (0x0032fab8)
6 0x7ecccbc7 test_try_transform+0x5f6()
[/home/austin/wine-git/dlls/msi/tests/db.c:3136] in msi_test (0x0032fc68)
7 0x7ecd0f0e func_db+0x11fd()
[/home/austin/wine-git/dlls/msi/tests/db.c:9663] in msi_test (0x0032fd58)
8 0x7ec8b9f8 main+0x327(argc=<is not available>, argv=<is not available>)
[/home/austin/wine-git/dlls/msi/tests/../../../include/wine/test.h:584] in
msi_test (0x0032fe08)
I'll attach the full backtrace.
--
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=33105
Bug #: 33105
Summary: un/plugging earphone while playing kills sound on
MacOS
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Classification: Unclassified
I had observed earlier that mplayer stopped playing audio when plugging
earphones into my Mac Mini. Running the interactive (audible) mmdevapi render
tests shows the likely culprit.
AudioQueueGetCurrentTime fails during approximately 500ms while the Mac is
dynamically reconfiguring its audio pipeline following the plug operation.
243251.428:trace:coreaudio:get_current_aqbuffer_position 634 frames (relative)
243251.450:trace:coreaudio:AudioClient_GetCurrentPadding (0x12bae8)->(0x32fbf8)
243251.450:warn:coreaudio:get_current_aqbuffer_position Unable to get current
time: 73746f70
...
243251.936:warn:coreaudio:get_current_aqbuffer_position Unable to get current
time: 73746f70
243251.942:trace:coreaudio:AudioClient_GetCurrentPadding (0x12bae8)->(0x32fbf8)
243251.942:trace:coreaudio:get_current_aqbuffer_position No buffers queued
QueueStopped = 0x73746f70, // ASCII 'stop'
Apple's Audio Queue Services documentation does not mention that result code,
however some OSS projects do.
mono's Mac driver:
https://github.com/mono/maccore/blob/master/src/AudioToolbox/AudioQueue.cs
AudioStreamer.m:
http://code.metager.de/source/xref/ubuntu/one/ios-music/utilities/AudioStre…
Upon encountering that error, the latter app simply repeats the last known
position (like our winealsa/oss drivers do).
The Wine bug is possibly in mmdevdrv.c:get_current_aqbuffer_position. It
always struck me that there's some "return 0" not preceded by
"if(mode==BUFPOS_ABSOLUTE) /* add This->written_frames */"
As a consequence, GetPosition returns 0, which possibly breaks winmm, DSound
and anyone else using that API.
I have a patch series that revisits that function...
The render tests show that audible audio resumes normal operations past that
half second, so aborting the CA queue or returning an error to the application
(e.g. AUDCLNT_E_DEVICE_INVALIDATED) is to be avoided IMHO. (Of course, adding
support of DEVICE_INVALIDATED to Wine's winmm and DSound is another task).
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=13713
Summary: Hema Album Software Advanced won't start, it crash and
has to be killed.
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://www.albumprintservicedownload.nl/exe/hemaalbumsof
twareadvanced_setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evaarties(a)xs4all.nl
Created an attachment (id=13729)
--> (http://bugs.winehq.org/attachment.cgi?id=13729)
Backtrace made on 5 june 2008 @ 21h33.
I tried this program for the first time with wine-1.0-rc3 only to find out you
can install the program fine, but running it is a nogo.
The program starts with the following exception error:
"Exception EAccessViolation in module apc.exe at 00000000.
Acces violation at address 00000000. Read of address 00000000."
After that, the message
"Runtime error 216 at 004506D9"
appears several times.
The attached backtrace appears.
I don't know if the program works in older wine versions.
--
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=13014
Summary: ProntoEdit NG 2.1.8 doesn't show Gallery
Product: Wine
Version: 0.9.61.
Platform: Other
URL: http://www.remotecentral.com/cgi-
bin/files/rcfiles.cgi?area=prontong&db=other&br=programs
&dv=philipsprontong&md=philipsprontoproeditng&kw=&st=&ar
=&dt=&so=&pg=1&file=prontong/programs/ProntoProEditNG_v2
.1.8.zip
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://winehq.org/pipermail/wine-users/2008-May/033707.html
noted that the Gallery window didn't work.
To work around bug 13013, do
sh winetricks vcrun6 cc580
before starting.
To reproduce the Gallery problem, start the app (perhaps you're
supposed to also do File / New Configuration / OK) and
do Tools / Gallery. A window should pop up, but none does.
--
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=6526
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
CC| |focht(a)gmx.net
Component|kernel32 |-unknown
Hardware|Other |x86
Version|unspecified |0.9.23.
OS|other |Linux
--
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=3496
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |20050930
--
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=33993
Bug #: 33993
Summary: Install fails of application that previously installed
successfully.
Product: Wine
Version: 1.6-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcisho(a)yahoo.com
Classification: Unclassified
I have recently installed Fedora 19 x86_64 (fresh install, not an upgrade),
replacing Fedora 17 x86_64. The kernel is 3.9.9.
I am now attempting to install several Windows applications (all 32-bit) that
had been successful installed and executed on Fedora 17. I installed Wine and
the first of the Windows applications, which installed and executes
successfully. Installing a dependency for the second application produced the
following messages:-
$ wine Jet40Sp3_comp.exe
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\irs\\Temp\\IXP000.TMP\\Jetsetup.CAB"
err:ole:TLB_ReadTypeLib Loading of typelib
L"C:\\Progra~1\\Common~1\\Micros~1\\dao\\dao2535.tlb" failed with error 2
The Jet40Sp3_comp.exe is the exact same .exe that had been installed and
executed on Fedora 17.
The install failed with Wine 1.5.27 and fails with Wine 1.6-0.rc2. Are there
any other diagnostics I can provide?
--
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=9095
--- Comment #15 from Anastasius Focht <focht(a)gmx.net> ---
Hello Dmitry,
thanks for the investigation, I've created bug 39643 as follow-up.
Regards
--
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=9095
--- Comment #14 from Dmitry Timoshkov <dmitry(a)baikal.ru> ---
(In reply to Dmitry Timoshkov from comment #13)
> Now the application fails in another way calling Run() from msscript.ocx
> using different set of argument(s), which deserves its own bug report.
Actually this now looks like a vbscript related failure:
...
0027:fixme:vbscript:check_script_collisions L"SkillBonus": redefined
0027:trace:ole:DispCallFunc retval: 0x33e6f8 {VT_ERROR: 80004005}
0027:trace:variant:VariantClear (0x3f690e0 {VT_EMPTY})
0027:trace:variant:VariantClear (0x3f690f0 {VT_EMPTY})
0027:warn:ole:ITypeInfo_fnInvoke invoked function failed with error 0x80004005
0027:trace:ole:GetErrorInfo (0, 0x33e6f4, (nil))
0027:trace:ole:ITypeInfo_fnInvoke -- 0x80020009
...
--
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=9095
Dmitry Timoshkov <dmitry(a)baikal.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |97ce5f4874ecd9b16a2dd8d0d64
| |205aab6cba67a
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #13 from Dmitry Timoshkov <dmitry(a)baikal.ru> ---
This particular bug is fixed by 97ce5f4874ecd9b16a2dd8d0d64205aab6cba67a.
Now the application fails in another way calling Run() from msscript.ocx
using different set of argument(s), which deserves its own bug report.
--
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=27390
Summary: HoMM V Hammers of Fate crashes during 3D
initialisation
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=35021)
--> (http://bugs.winehq.org/attachment.cgi?id=35021)
crash backtrace: wined3d_swapchain_create>glsAssignDrawable
While "Heroes of Might & Magic V" works well, the extension "Hammers of Fate"
patchlevel 2.1 (aka. 2.01) crashes upon 3D initialisation (after displaying one
still image).
I'm using an "early 2009" NVidia 9400GM Mac mini with OSX 10.5.8. and XQuartz
2.6.1.
The crash occurs with both XQuartz 2.6.1 as well as XQuartz 2.5.(1?), with
Wine-1.3.21 with the one post 1.3.21 swapchain patch (I had hoped that it would
make a difference) and with Wine-1.1.24.
UseGLSL makes no difference, nor does ORM=fbo or backbuffer.
I've not tried out the original HoF version 2.0 without patch.
One other weird note: The app provides msvcp71.dll and msvcr71.dll in the
Heroes...\bina1\ directory. They get loadded by default. If I override them
with the builtins, after the crash, Wine won't end (Wine's desktop window
remains open) and displays:
err:ntdll:RtlpWaitForCriticalSection section 0x42bc48a4 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0021, blocked by 0009, retrying
(60 sec)
15 minutes later, it still hangs and I invoke killall -INT wineserver.
--
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=39068
Bug ID: 39068
Summary: Santander bank security module crashes during core
module installation
Product: Wine
Version: 1.7.49
Hardware: x86
URL: https://wwws.santandernet.com.br/mps/bin/gbpluginabnse
tup.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 52045
--> https://bugs.winehq.org/attachment.cgi?id=52045
log+crash
Follow up from bug 33430. After applying the patch from
https://bugs.winehq.org/attachment.cgi?id=52041 the app installer still
crashes, the last line from the log is:
0009:fixme:urlmon:SecManagerImpl_GetZoneMappings Default action is not
implemented
wine: Unhandled page fault on read access to 0x00000000 at address 0x433660
(thread 0009), starting debugger...
It could suggest that the application does not like the stub return from
GetZoneMappings.
--
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
----------------------------------------------------------------------------
CC| |infyquest(a)gmail.com
--- Comment #20 from Vijay Kamuju <infyquest(a)gmail.com> ---
http://source.winehq.org/patches/data/116833
fixes this issue
--
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.