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.
https://bugs.winehq.org/show_bug.cgi?id=7955
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net,
| |super_man(a)post.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.
http://bugs.winehq.org/show_bug.cgi?id=33534
Bug #: 33534
Summary: RT Systems Radio programmer ADMS-2H fails to launch
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eunderfinger(a)gmail.com
Classification: Unclassified
Created attachment 44381
--> http://bugs.winehq.org/attachment.cgi?id=44381
Log of reported error
Error message when starting app. Unhandled exception: page fault on write
access to 0x005bc359 in 32-bit code (0x009cfc35).
--
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 #12 from Anastasius Focht <focht(a)gmx.net> ---
Hello super_man,
--- quote ---
bug 38732 is a dupe?
--- quote ---
how about spending a bit more time and read/study what bugs are about.
"Genie" is only part of the application name, both are entirely different
applications.
http://www.dmgenie.com
--- quote ---
DM Genie is a computer program for players and game masters running the Third
Edition or the new Revision 3.5 of the world's most popular tabletop role
playing game. DM Genie can also be customized to any game system that is based
on 20-sided dice. DM Genie takes care of the math and rules so you can focus on
the game! Using DM Genie, you can create adventures, manage your characters and
monsters, and keep track of anything that happens to them. Try it free today!
If you're not a DM, you will love Player Genie, a lighter version of DM Genie
designed for players of 3rd edition RPGs. The PC Leveling Wizard will guide you
in creating your character. During the game, use it to keep track of your
inventory, add feats or spells and get their description at the click of a
mouse. If one of your ability score changes, all your characteristics are
recalculated instantly - skill bonuses, attack bonuses, armor class.
DM Genie will change the way you run your games - for the better! Faster,
easier, and just plain more fun! But DM Genie is NOT a role playing game by
itself - to enjoy it fully, you will still need your Player's Handbook, DMG and
--- quote ---
vs. bug 38732
https://dslpitt.org/genie/index.php/about
--- quote ---
GeNIe
The GeNIe (Graphical Network Interface) software package can be used to create
decision theoretic models intuitively using the graphical click-and-drop
interface. GeNIe is the graphical interface to SMILE, a fully portable
Bayesian inference engine developed by the Decision Systems Laboratory and
thoroughly tested in the field since 1998. GeNIe 2.0 is the latest version of
GeNIe. GeNIe 1.0, released to the community in 1998, has received a wide
acceptance within both academia and industry. Users of the programs have shared
with us their experiences and their suggestions have led to the development of
GeNIe 2.0. GeNIe 2.0 has a refreshingly new modern interface, and is even more
intuitive and easier to use than GeNIe 1.0. In addition to aesthetics, GeNIe
2.0 has many more new features to offer.
--- quote ---
Do you see any similarity besides both being computer programs and crashing
with Wine?
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
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #11 from super_man(a)post.com ---
bug 38732 is a dupe?
--
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=39265
Bug ID: 39265
Summary: winhttp may try to decrypt one more ssl message than
needed
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: 7element(a)mail.bg
Distribution: ---
In net.c:642 in read_ssl_chunk there is no break if buf_len == ssl_buf_size.
If buf_len actually becomes equal to ssl_buf_size after buf_len += size, the
loop should break, otherwise a new ssl message will be tried to be read.
Code needs something like this on line 643:
if(buf_len == ssl_buf_size)
break;
--
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=39264
Bug ID: 39264
Summary: wininet may try to decrypt one more ssl message than
needed
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: 7element(a)mail.bg
Distribution: ---
In netconnection.c:768 in read_ssl_chunk there is no break if buf_len ==
ssl_buf_size.
If buf_len actually becomes equal to ssl_buf_size after buf_len += size, the
loop should break, otherwise a new ssl message will be tried to be read.
Code needs something like this on line 769:
if(buf_len == ssl_buf_size)
break;
--
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=39311
Bug ID: 39311
Summary: VCDS Diagnostics crashes
Product: Wine
Version: 1.7.51
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 52390
--> https://bugs.winehq.org/attachment.cgi?id=52390
Backtrace Slackware wine 1.7.51
Hello everyone,
I would like to submit a backtrace I got after installing a German diagnostics
software for cars. The software can be downloaded from the following URL:
http://vcdspro.de/download/1/
The software installs fine but crashes when launching it.
--
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=37587
Bug ID: 37587
Summary: Farm Frenzy 2: Fails to start -
err:seh:setup_exception_record stack overflow
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Distribution: ---
After installing Farm Frenzy 2, it fails to start.
Only thing in the terminal output is:
err:seh:setup_exception_record stack overflow 1472 bytes in thread 002a eip
7bc4626f esp 00230d70 stack 0x230000-0x231000-0x330000
Upon closer inspection it appears the .exe is obfusicated using ASProtect.
A tool known as "ASPrINFO" says the following:
[Farm Frenzy 2], [1.0], [1.4 build 02.26 Beta], [Alawar Entertainment, Inc.].
--
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=39358
Bug ID: 39358
Summary: Various crashes in LotRO launcher
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cigydd(a)gmail.com
Distribution: ---
Created attachment 52453
--> https://bugs.winehq.org/attachment.cgi?id=52453
Lord of the Rings Online crashes at several points, this is a random example
Dear developers,
I play Lord of the Rings Online maybe for a year on my notebook (Lenovo IdeaPad
Flex 10, x86-64, Linux Mint 17.2 Rafaela).
Reporting for Wine 1.6.2 as this is the official release for my distro but also
experienced very similar crashes still with Wine-Staging 1.7.51.
The crashes occur in the launcher _before_ the login screen. The game client
runs just without problems AFAIK (except of performance) but the original
launcher I think is more complex. I've read that people don't need PyLotRO any
more but I'm forced to use it.
Maybe in ca. 1/6 of the launcher runs it completes to the launch of the game.
In ca. 5/6 of the cases there is a crash or freeze. The points where the
crashes occur are various. Just attaching here the output of the first crash I
just caught.
I have a theory that the launcher detects the previous crash somehow and by the
next launch it gets a bit further and by the next one yet further until it
recovers completely - but this could be my speculation only.
I can make a collection of the various crash kinds if you want but I don't know
if I should file separate bugs. Let's start with this one.
--
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=39332
Bug ID: 39332
Summary: PhotoShop CC 2014: Opening a window from the Windows
menu causes program crash
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mhubbard(a)acromediainc.com
Distribution: ---
Created attachment 52411
--> https://bugs.winehq.org/attachment.cgi?id=52411
Backtrack with crash information
When trying to access a window through the Windows menu dropdown, any time a
window is selected to open it causes the program to crash.
--
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=39301
Bug ID: 39301
Summary: Carmageddon Reincarnation dxgi_device_init Direct3D 10
is not supported with the current shader backend
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: thanoulas(a)gmail.com
Created attachment 52382
--> https://bugs.winehq.org/attachment.cgi?id=52382
err+all, fixme+all, +loaddll, +d3d11, +dxgi
With the latest Wine from git, when starting Carmageddon Reincarnation (Win
Vista mode, on Macbook Pro with discrete nVidia GT750m) dxgi complains that the
card doesn't support Shader Model 4, but the card supports up to 4.1.
I've attached a log.
--
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=38636
Bug ID: 38636
Summary: Golang programs hang
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael.tiller(a)gmail.com
Distribution: ---
Created attachment 51547
--> https://bugs.winehq.org/attachment.cgi?id=51547
Log file with WINEDEBUG=+all
I've tried on several occasions to run Golang compiled programs. I've tried
cross-compiled programs and programs compiled directly under Windows. The
results are the same. Things that involve "asynchronous" interaction
frequently hang.
Here is a dirt simple example:
package main
import (
"log"
"net/http"
)
func main() {
log.Printf("Hello");
resp, err := http.Get("http://www.google.com/")
if err!=nil {
log.Printf("Error: %v", err)
} else {
log.Printf("Response: %v", resp)
}
log.Printf("Done");
}
I'm attaching a log for this program with WINEDEBUG set to +all (since I have
no idea how to filter it down). Since the output was enormous, I truncated it
to the last 1000 lines. If you need more, let me know.
Any suggestions on how to workaround this or help to debug it? I don't know
much about WINE, but I'll gladly help since this issue has really been a thorn
in my side.
If you want to build the executables under Linux, I posted a short guide to
making this work at:
https://groups.google.com/forum/#!searchin/golang-nuts/tiller/golang-nuts/A…
I set the following environment variables before compiling:
export GOOS=windows;
export GOARCH=386;
export CGO_ENABLED=1;
export CXX=i686-w64-mingw32-g++;
export CC=i686-w64-mingw32-gcc
I hope I covered everything.
Thanks.
--
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=35992
Bug ID: 35992
Summary: Heroes of Might & Magic II Gold (GOG.com, Windows
version) doesn't allow you to choose/play CD music (in
the GOG.com version these are Ogg Vorbis files)
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Created attachment 48116
--> https://bugs.winehq.org/attachment.cgi?id=48116
HoMM 2 debug trace +relay,+seh,+tid
The MIDI music plays instead of the CD music. If you try to change the MIDI
music into the CD music in the game's settings, it tells you "Unable to set up
CD stereo music. Your CD player might be in use by another program, or your
sound driver might not support CD stereo."
This the GOG.com Windows version of HoMM 2 Gold
(http://www.gog.com/forum/heroes_of_might_and_magic_series/heroes_of_might_a…).
They use Ogg Vorbis files instead of the original CD music, and you can found
these libraries in the game folder: libogg-0.dll, libvorbis-0.dll,
libvorbisfile-3.dll.
I can't see anything in the logs, so I'm attaching a debug trace, and a sound
trace.
winetricks "dsound" and "directmusic" do not help.
Tested on:
Windows Vista (here everything works fine)
Mac OS X 10.9.2
--
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=18844
Summary: Neuro-Programmer v2.5 fails to map registry entries
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.transparentcorp.com/downloads/NP2_Installer
.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Depends on: 18798
After getting over bug 18798 Neuro-Programmer starts till splash screen and
hangs on it unable to access .net related registry entries.
Quoting A. Focht:
---
The problem is related to registry part of native API which is also completely
sandboxed/hooked (managing its own virtualized registry hives), I had a brief
look at it but not the time yet to dig deeper.
---
Installing dotnet with winetricks doesn't 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=21787
Summary: incredimail program crash
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.incredimail.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joenewbob(a)live.co.uk
Hi
see bug id 20223
After finding a workaround for bug 20223 ,which meant the installer crashed .
I found that when i ran the program nothing happened in The appDB it said that
incredimail needs Direct X to run .
please can anyone 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.
https://bugs.winehq.org/show_bug.cgi?id=38323
Bug ID: 38323
Summary: Lemmings for Windows crashes on exit or after
rendering the level completion screen
Product: Wine
Version: 1.7.38
Hardware: x86-64
URL: http://www.mobygames.com/game/windows/lemmings-oh-no-m
ore-lemmings
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: from_wine_bugzilla(a)ssokolow.com
Distribution: Ubuntu
Created attachment 51164
--> https://bugs.winehq.org/attachment.cgi?id=51164
backtrace.txt as saved by the Wine crash handler
In Wine 1.7.38 (32-bit prefix), Lemmings for Windows crashes after drawing the
"you rescued all the lemmings" screen or after the user selects Exit from the
menu.
(Lemmings for Windows is a Win32s-based Windows 3.1 port of Lemmings and Oh No!
More Lemmings)
I didn't have time to teach myself how to bisect down to the specific commit
causing the problem (tutorial URLs welcome), but quick tests using the various
Wine builds available via PlayOnLinux indicate that it's a regression that
appeared somewhere between Wine 1.3.37 and 1.4.0.
NOTE: I only use POL as a convenient multi-WINEPREFIX launcher. It's a fresh,
plain-vanilla Wine prefix and the copy of Wine 1.7.38 comes from the Ubuntu
PPA.
Also, notes to anyone else who has the game and wants to do some testing:
1. The buttons on the lemming job-selection toolbar at the bottom of the game
window only started responding to mouse clicks somewhere between Wine 1.7.15
and 1.7.16. Use the numeric row of the keyboard (1 through +) to select
on-screen buttons in older versions of Wine.
2. The animated credits footer in the title screen and the in-game fast-forward
functionality run normally in 1.3.24 but are already at least twice as fast as
intended 1.3.37, so their "speed-limiter is a no-op" misbehaviour on 1.7.38 is
unrelated.
--
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=13114
Summary: DVDFab Platinum registration code does not work
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: collusion.inc(a)ntlworld.com
CC: billstei(a)hbci.com
+++ This bug was initially created as a clone of Bug #12279 +++
Wine doesn't accept the regcode of FL Studio 8 and the program appears in demo
mode. It does, however accept FL Studio 7 regcode. Regcodes work fine under
Windows XP.
++++
This appears to be related to the above.
++++
DVDFab Platinum 4.1.2.0 and 5.0.2.0 do not read the registration codes from the
WINE registry after successful entry. This may have something to do with the
developers switching to VS2008 for the recent versions of the program.
The HKEY_LOCAL_MACHINE/Software/DVDFab entry containing the registration key
tallies with the one I tested on my Windows machine, so storing the key does
not seem to be the issue.
--
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=39331
Bug ID: 39331
Summary: PhotoShop CC 2014: Using shape tool crashes program
Product: Wine
Version: 1.7.50
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mhubbard(a)acromediainc.com
Distribution: ---
Created attachment 52410
--> https://bugs.winehq.org/attachment.cgi?id=52410
backtrace with crash details
When using the Rectangle, Rounded Rectangle, or Ellipse Tools, drawing the
shape and letting go of the mouse button causes the program to crash.
--
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=23339
Summary: Application does not run Vocaboly.exe
Product: Wine
Version: unspecified
Platform: x86
URL: http://vocabolycom
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dheerru(a)yahoo.com
This application Vocaboly.exe available from Vocaboly.com gets installed but
displays message unable to run on launch in Ubuntu 10.04 LTS. platform x86.
--
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=39312
Bug ID: 39312
Summary: FORScan fails to launch when a license is used
(ASProtect)
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dan.g.tob(a)gmail.com
Distribution: ---
FORScan fails to launch when a license other than null is entered in the
registry, without having a license installed everything works correctly. some
functions require a license thus how I ran into this problem.
I have been advised by the developer than FORScan uses ASprotect for licensing
(more than likely the cause of this problem)
You can download forscan from here
http://www.forscan.org/download.html
And register a trial license from here
http://forscan.org/forum/extlic.php
The license is installed at
HKEY_CURRENT_USER\Software\Astech\FORScan
--
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=39310
Bug ID: 39310
Summary: Microsoft Project Professional 2013 fails during
install with unhandled exception
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peter7684a011(a)gmail.com
Distribution: ---
Created attachment 52388
--> https://bugs.winehq.org/attachment.cgi?id=52388
Backtrace from Wine 1.7.50
Tried Wine 1.6 and 1.7. Microsoft Project Professional 2013 64bit fails during
setup with unhandled exception. Wine set to Windows 7.
1.6.50: page fault on read access to 0x00000000 in 64-bit code
(0x00000000008632bd)
1.7.50: 0xe0000002 in 64 bit code (0x000000007b84a011)
The enclosed backtrace is from 1.7.50.
System information:
Wine build: wine-1.7.50
Platform: x86_64
Host system: Linux
Host version: 3.13.0-24-generic
I am testing with a 60 trial, starting today, and can test during that time.
--
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=9953
Summary: Finereader Installation doesn't work
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://finereader.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hias(a)kiwimail.de
Created an attachment (id=8466)
--> (http://bugs.winehq.org/attachment.cgi?id=8466)
Finereader 9 Terminal Error Messages
Hi, I already posted a bug about FineReader, but I made a misstake, so here is
the right Bug:
When installing Finereader 9 the Installation Wizards stops suddenly shortly
before the ending when the message is something like:
Installing Services
The Error Log in the Terminal is below in the attachment.
I have already tried to fix the problem by reinstalling wine, but the problem
exists furthermore.
--
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=37991
Bug ID: 37991
Summary: C&C Red Alert 2 - Scrolling the map area with arrow
keys is sluggish
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
As the title says, scrolling the map area with keyboard arrow keys is slow,
jerky, laggy. Alternatively, scrolling with a mouse works as expected.
Scrolling with both keys and mouse works fine in the Red Alert 2 expansion
pack, Yuri's Revenge, though.
--
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=33793
Bug #: 33793
Summary: SMSDV can't find any forms in HTML
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 44783
--> http://bugs.winehq.org/attachment.cgi?id=44783
Terminal output
I've managed to start SMSDV, having removed smsdv.ini from its directory. It
complained, but showed the window. Now after trying to get PIN-code (CAPTCHA in
fact), it showed this message (see screenshot): "AnalyzeHTML: Не обнаружено ни
одной формы" (which means "no forms were detected").
The app is to read network operator's web site and find form fields and
CAPTCHA.
I'm attaching the log from terminal.
Screenshot: http://appdb.winehq.org/appimage.php?iId=42382
--
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=34118
Bug #: 34118
Summary: Need for Speed: Carbon demo wrong rendering without
native d3dx9_36
Product: Wine
Version: 1.6
Platform: x86
URL: http://www.fileplanet.com/169683/160000/fileinfo/Need-
for-Speed-Carbon-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45367
--> http://bugs.winehq.org/attachment.cgi?id=45367
+d3dx
Without it, I'm got a squares instead of text and graphics in menus.
--
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=27145
Summary: Weapons Translucent Like Glass in FEAR 1 and 2.
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smoke.tetsu(a)gmail.com
The weapons and player arms seem to now be translucent like glass in FEAR 1 & 2
although mouse support is better especially for FEAR 1.
--
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=36174
Bug ID: 36174
Summary: Trying to open Reader for PC (and then upload an .acsm
file) on Ubuntu 14.04
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robertomorini(a)gmail.com
Created attachment 48313
--> http://bugs.winehq.org/attachment.cgi?id=48313
Trying to open Reader for PC on Ubuntu 14.04
I am trying to open "Reader for PC" (and then upload and submit the .acsm file
to my Sony eBook Reader device) in Ubuntu 14.04.
--
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=15904
Summary: When at main menu there is only a black screen.
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: essention(a)hotmail.com
Created an attachment (id=17075)
--> (http://bugs.winehq.org/attachment.cgi?id=17075)
wine output
I update witcher 1.0 following the steps listed all works except when I get to
the main menu when nothing but a black screen is present, nor any sound. The
only thing that is visible is the pointer icon of the glove.
Any ideas?
Wine output is below.
--
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=39620
Bug ID: 39620
Summary: Installation problem
Product: Wine
Version: unspecified
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: mohamed-larbi.rebaiaia(a)cirrelt.ca
During the installation the system reports (system: Unix ) version to be
installed is wine-1.7.55
The problem is :
checking for ld... /software6/compilers/intel/composer_xe_2013_sp1/bin/xild
checking whether /software6/compilers/intel/composer_xe_2013_sp1/bin/icc -m32
works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit
development libraries
Thanks
--
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=39631
Bug ID: 39631
Summary: No sound in S.T.A.L.K.E.R. Call of Pripyat
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abolte(a)systemsaviour.com
Distribution: ---
There seems to be a regression. 1.7.54 allowed S.T.A.L.K.E.R. Call of Pripyat
to run with sound (albeit somewhat scratchy for me).
In 1.7.55 sound no longer works, at least in the intro videos and the main menu
(which is as far as I tested).
Tested using a brand new 32-bit prefix on a Debian Jessie 64-bit host. The Test
Sound button in winecfg works fine.
If I run the game in Window mode and have pavucontrol running at the same time,
I see the xrEngine.exe audio stream appear (as well as one already opened
called Steam.exe), but no sound is produced from either of those.
Even while the game is running, I can re-open winecfg in the same prefix and
hit Test Sound and that continues to work.
Let me know what kind of WINEDEBUG trace you require, if any. The standard
console output doesn't appear to be useful. I'm expecting this is related to
the switch to PulseAudio, but I'm happy to regression test if that would help.
--
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=34123
Bug #: 34123
Summary: Sonic & All-Stars Racing Transformed: the game fails
to initiate due to Wine failing to mount its CD images
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spayk.99(a)gmail.com
Classification: Unclassified
Created attachment 45376
--> http://bugs.winehq.org/attachment.cgi?id=45376
Terminal output for the demo version of SASRT.
Attempting to launch the video game Sonic All-Stars Racing Transformed results
in a black screen/window. The game is unable to load its assets as these are
located on several encrypted .M00 and .toc CD images, as well as one .M01 CD
image, all of which Wine is unable to mount (the .M00 and .M01 files contain
the raw CD data, while the .toc files contain the file structure). All of these
files are located in the game's Data folder.
I've tested both a purchased Steam version and a demo provided by Intel; both
yield the same result. You can see the terminal output for the demo on the
attachment.
I've also discussed the issue on the WineHQ forums and the Steam forums:
WineHQ:
http://forum.winehq.org/viewtopic.php?f=8&t=19327&sid=eeda4892ca0c2d0e4b882…
Steam:
http://steamcommunity.com/app/212480/discussions/0/864972621000530642/
--
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=36428
Bug ID: 36428
Summary: valgrind shows a possible leak in
scrrun/tests/dictionary.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: scrrun
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==27631== 28 bytes in 1 blocks are possibly lost in loss record 173 of 600
==27631== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==27631== by 0x4EE6BB8: apartment_getclassobject (compobj.c:526)
==27631== by 0x4EE9FC6: get_inproc_class_object (compobj.c:2894)
==27631== by 0x4EECD2F: CoGetClassObject (compobj.c:3032)
==27631== by 0x4EED4B7: CoCreateInstance (compobj.c:3197)
==27631== by 0x4D750B8: func_dictionary (dictionary.c:45)
==27631== by 0x4D80320: run_test (test.h:584)
==27631== by 0x4D8070F: main (test.h:654)
==27631==
--
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=35659
Bug ID: 35659
Summary: no certified opengl libary has been found. Check your
system installation
Product: Wine
Version: 1.7.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: wegelethomas(a)aol.com
Hi,
i installed catiaV5R17 on ubuntu 13.01 an wine 1.6.1
Two problems occur:
> No certified openGL Libary has been found. Check your system installation
after starting catstart.exe
> while drawing on catia the display flickers
my system:
Intel® 965GM x86/MMX/SSE2
Intel® Core™2 Duo CPU T7100 @ 1.80GHz × 2
Thanks for any help
Cheers
--
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=39426
Bug ID: 39426
Summary: skype crash
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shentino(a)gmail.com
Distribution: ---
Created attachment 52540
--> https://bugs.winehq.org/attachment.cgi?id=52540
The executable I downloaded from microsoft
Skype doesn't work. Not sure what version of skype, but it takes *forever* to
install, and then when it starts I get an access violation.
--
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=32701
Bug #: 32701
Summary: The Dame In Black Case: installer fails when
registering msdxm6.ocx
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Classification: Unclassified
Created attachment 43146
--> http://bugs.winehq.org/attachment.cgi?id=43146
Installer failure near the end of the process
The installer of the game runs well and near the end tries to register this
MSDXM6.OCX then it fails (screenshot attached).
Of course, the files are installed and the menu entry are correctly created but
the game crashes at startup.
Note that two different installers are provided: an international (english) one
and an italian one. The same behaviour appears using both.
--
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=16782
Summary: Sea3D Chat Text Display Problem
Product: Wine
Version: 1.1.12
Platform: All
URL: http://www.s3dconnector.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacob.keller(a)gmail.com
Created an attachment (id=18453)
--> (http://bugs.winehq.org/attachment.cgi?id=18453)
Wine output when running Sea3D
Sea3D has a problem displaying certain text such as the chat text. It will
display, sort of, but be unreadable.
When I see the output from Wine, it has a bunch of errors/warnings which I
don't understand, but someone who knows more might be able to figure out what
is going on.
Steps to reproduce:
1- Run Sea3D
2- Click on Play Network Game
3- See the chat window's text is hard to read, and the output from wine on the
terminal.
--
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=37955
Bug ID: 37955
Summary: USB DAC sound problems
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matej.tyc(a)gmail.com
Distribution: ---
Hello,
I use the Fiio e10 external USB dac as a "sound card".
My PulseAudio-enabled Archlinux box works mostly very well with it. I did the
following to get it working:
1. Set up correct sampling frequency (96000) in the PulseAudio setup. However,
some programs (especially games) were still making trouble.
2. Set up correct sampling frequency for OpenAL in /etc/alsoft.conf. This has
solved all problems I had - except Wine, unfortunatelly.
3. Sound in Wine doesn't work very well. It is hard to describe, but it is
really messed up. Games don't work and the sound test in winecfg doesn't work
either.
I am searching for a way of how to try and fix at least the sampling rate (I
ASSUME that it might be the root cause), but neither winecfg nor regedit allow
to specify it.
I keep getting this error:
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
Do you have any idea of what to do?
If I use the built-in sound card, sound works well, but that's not the solution
I like.
--
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=25843
Summary: Wine causes terminal to lose some inputrc settings
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeikum(a)codeweavers.com
CC: eric.pouech(a)orange.fr
A recent commit causes my terminal to lose my inputrc settings after running
wine.
commit a392e9a10262e5f9cfbb284d38e6174cb6f4809a
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Tue Jan 18 22:02:37 2011 +0100
kernel32: Correctly parse the input strings for advanced keys.
My inputrc looks like:
"\e[A": history-search-backward
"\e[B": history-search-forward
--
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=39362
Bug ID: 39362
Summary: Blazblue Calamity Trigger crash on press start screen
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 52468
--> https://bugs.winehq.org/attachment.cgi?id=52468
backtrace
Game works intro cinematic screen* however when appears press start screen and
push start key game crash
*however is needed runs on backbuffer because on regular fbo only appears black
screen
System Specs
Nvidia Drivers 355.00.09
Linux Mint 17.2 Raffaela XFCE Edition 64Bit - Kernel 4.0.0-040000-generic
(ubuntu mainline)
CPU: INTEL Pentium G3258 (Haswell 22nm) 4.1Ghz + Artic Cooling Alpine 11 Plus
MEM: 8GB DDR3 1333 (2x4) Patriot value (dual channel: 21.3 gb/s)
GPU: Zotac Nvidia Geforce GT630 (GK208 28nm: 384 Shaders / 8 ROPS) Zone Edition
Passive Cooling 2GB DDR3 1800Mhz 64Bit (14.4Gb/s)
MAINBOARD: MSI H81M E33
--
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=34261
Bug #: 34261
Summary: The game Sonic and all stars racing transformed does
not work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vicctorcor(a)gmail.com
Classification: Unclassified
Created attachment 45600
--> http://bugs.winehq.org/attachment.cgi?id=45600
error report form wine
The program ASN_App_PcDx9_Final.exe has encountered a serious problem and needs
to close.
--
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=9872
Summary: Wine fails to "Run" Leisure Suite Larry 7 after install
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wegmethaat(a)yahoo.com
Created an attachment (id=8359)
--> (http://bugs.winehq.org/attachment.cgi?id=8359)
terminal output of failed run
I've followed the "HOWTO" on the page at winehq.org for Leisure Suit Larry:
Love for Sail! (Windows 3.1/9x Version), but after the installation, the game
won't run. I've done exactly what the "HOWTO" says, that is: I went to the
CDROM directory with the game, ran AUTOPLAY.EXE using Wine, and selected "Run".
The attached lsl7_0946.txt file shows the resulting terminal output of the
failed run.
--
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=38600
Bug ID: 38600
Summary: Planetary Annihilation needs msvcp110.dll._Cnd_init
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51497
--> https://bugs.winehq.org/attachment.cgi?id=51497
terminal output
With built-in msvcp110 the game crashes on start:
>...
>wine: Call from 0x7b839784 to unimplemented function msvcp110.dll._Cnd_init, aborting
>wine: Unimplemented function msvcp110.dll._Cnd_init called at address 0x7b839784 (thread 0009), starting debugger...
>...
The game comes with it's own copy of msvcp110 & msvcr110, a simple workaround
is to set them native in winecfg.
--
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=37203
Bug ID: 37203
Summary: Age of Empires II Conquerors 800x600 launch screen
black on wine versions later than 1.7.13
Product: Wine
Version: 1.7.25
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 0strodamus(a)cox.net
When launching Age of Empires II - The Conquerors using Wine versions later
than 1.7.13, the initial 800x600 launch screen is black. Selections can still
be made by blinding clicking.
I am using Wine on an up-to-date Arch Linux system, kernel version
3.16.1-1-ARCH. I was able to exactly replicate this behavior in Virtualbox
using an up-to-date Arch Linux install and a new, empty wine prefix. Launching
Age of Empires (non-Conquerors expansion) also launches with a black screen.
Downgrading from Wine version 1.7.25 to version 1.7.13 or earlier solves the
issue. The game launches and runs flawlessly under version 1.7.13.
--
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=39045
Bug ID: 39045
Summary: Accuweather.com download page displays only the
background image in built-in iexplore
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 14e62a0e2d2d410350b9eaeb877ef194a0927f9c
Distribution: ---
Created attachment 52010
--> https://bugs.winehq.org/attachment.cgi?id=52010
terminal output
If you open wine iexplore http://downloads.accuweather.com
you can see that only the background image is present, all other objects are
missing.
The page is loading properly if I revert
commit 14e62a0e2d2d410350b9eaeb877ef194a0927f9c
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Fri Mar 13 13:07:25 2015 +0100
mshtml: Added IHTMLTextAreaElement::defaultValue property implementation.
wine-1.7.48-126-g07e4d4b / Gecko 2.36 installed
--
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=39468
Bug ID: 39468
Summary: Installation of Photoshop CS2 crashes
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: baranovu+bug(a)gmail.com
Distribution: ---
Created attachment 52600
--> https://bugs.winehq.org/attachment.cgi?id=52600
Error details
Installation file PhSp_CS2_English.exe has been downloaded from
https://helpx.adobe.com/creative-suite/kb/cs2-product-downloads.html#from_i…
During installation on Kubuntu 15.10 beta2 the dialog box appears:
The program msiexec.exe has encountered a serious problem and needs to close.
See attached file with error details.
--
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=34953
Bug #: 34953
Summary: Message "Application tried to create a window, but no
driver could be loaded. Make sure that your X server
is running and that $DISPLAY is set correctly." cannot
be suppressed
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carsten.schmitz.hh(a)gmail.com
Classification: Unclassified
I am running a Windows console application under Wine which has no visible
output except a few lines to console. The machine is a server and has no GUI
started.
However when running the application like this:
WINEDEBUG=-all wine Myapp.exe
I still get the message "Application tried to create a window, but no driver
could be loaded. Make sure that your X server is running and that $DISPLAY is
set correctly." in the console although all debug output should be suppressed
by the WINEDEBUG variable.
The application runs just fine, btw, but I am using wine in a bash script and
this message is annoying. I can see no way to suppress it except for starting a
fake X11 display or using something like Xvgm, which I'd rather not do because
of unnecessary overhead for a simple line of text.
--
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=27664
Summary: Various Telltale games crash on startup
Product: Wine
Version: 1.3.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Created an attachment (id=35380)
--> (http://bugs.winehq.org/attachment.cgi?id=35380)
Poker Night backtrace (gameoverlayrenderer disabled)
Games tested:
Poker Night at the Inventory
Sam and Max 305
Sam and Max 301
--
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=39323
Bug ID: 39323
Summary: Blazing Angels Squadrons of WWII Demo crashes with
unimplemented function
ntoskrnl.exe.ExDeleteNPagedLookasideList
Product: Wine
Version: 1.7.51
Hardware: x86-64
URL: http://www.gamershell.com/download_13122.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 39317
Distribution: ---
fixme:ntoskrnl:IoAllocateErrorLogEntry stub: 0x7eda34c0, 48
fixme:ntoskrnl:IoCreateSynchronizationEvent (0x53e6d0 0x53e6dc) stub
wine: Unhandled page fault on write access to 0x00544000 at address 0x7bc52ded
(thread 0032), starting debugger...
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:attach_process_dlls "BAP.DLL" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\BASWWII\\bin\\MainR.exe" failed, status c0000142
[andrey@NB2 bin]$ wine: Call from 0x7b839b2c to unimplemented function
ntoskrnl.exe.ExDeleteNPagedLookasideList, aborting
wine: Unimplemented function ntoskrnl.exe.ExDeleteNPagedLookasideList called at
address 0x7b839b2c (thread 0026), starting debugger...
wine-1.7.51-201-g60d1d6f
--
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=38391
Bug ID: 38391
Summary: Deus Ex: Human Revolution does not properly detect
speaker configuration
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ikk_pl(a)yahoo.co.uk
Distribution: ---
On stereo speakers and with a sound card supporting more than 2 channels, sound
sources in Deus Ex: Human Revolution are only heard in one speaker and fade out
when in the center. Git bisect gives:
commit a3f33daa6ab7156b26ad1378d49e8af6666b062d
Author: Mark Harmstone <hellas(a)burntcomma.com>
Date: Wed Dec 31 21:34:47 2014 +0000
winealsa: Support up to 6 channels.
Since I set all audio outputs in winecfg to stereo, this suggests that Deus Ex:
HR does not respect this setting.
Deus Ex: HR uses an FMOD backend. I tried to reproduce the problem with other
games using FMOD; I managed to launch Bioshock 2, which seemed to have the same
issue (sound effects playing in only one speaker each) before crashing.
I'm using:
7 Series/C210 Series Chipset Family High Definition Audio Controller
ALSA-1.0.28
wine-1.7.40-99-gdc22283
Deus Ex: Human Revolution 2.0.0.0 (Steam version)
--
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=37799
Bug ID: 37799
Summary: Children of the Nile: crash on start when not using
virtual desktop
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtpublic1(a)gmail.com
Distribution: ArchLinux
Created attachment 50345
--> https://bugs.winehq.org/attachment.cgi?id=50345
complete wine output
Children of the Nile crashes on startup when not using a virtual desktop.
Demo download: http://immortalcities.com/cotn/downloads/demo.php
sha1sum: 1decec0cd05bd56f48cc75f75f3b14d67301ac72
Simple workaround: select virtual desktop in winecfg
-> bug severity: minor
$ wine --version
wine-1.7.33-84-gfecbc88
(latest git as of 2014-12-29)
wine build with:
./configure STRIP=/bin/true CFLAGS="-O0 -g"
make -j4
sudo make install
Steps to reproduce crash:
install demo from above URL
cd "$WINEPREFIX/drive_c/Program Files/Tilted Mill/Children of the Nile Demo"
wine CoTN.exe
Output attached.
Please let me know if you need more info.
--
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=37161
Bug ID: 37161
Summary: D3D_SHADER_VARIABLE_FLAGS is not defined in d3dcommon
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mmicko(a)gmail.com
This type structure is missing. It should look like this:
typedef enum _D3D_SHADER_VARIABLE_FLAGS {
D3D_SVF_USERPACKED = 1,
D3D_SVF_USED = 2,
D3D_SVF_INTERFACE_POINTER = 4,
D3D_SVF_INTERFACE_PARAMETER = 8,
D3D10_SVF_USERPACKED = D3D_SVF_USERPACKED,
D3D10_SVF_USED = D3D_SVF_USED,
D3D11_SVF_INTERFACE_POINTER = D3D_SVF_INTERFACE_POINTER,
D3D11_SVF_INTERFACE_PARAMETER = D3D_SVF_INTERFACE_PARAMETER,
D3D_SVF_FORCE_DWORD = 0x7fffffff
} D3D_SHADER_VARIABLE_FLAGS;
This is copy from MINGW based bug
(https://sourceforge.net/p/mingw-w64/bugs/417/)
--
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=39630
Bug ID: 39630
Summary: Issue while building wow64 for Slackware 14.1
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: studiosg(a)giustetti.net
Distribution: ---
The issue arises while building wow64. At the very end of the build procedure,
just after building xcopy, the procedure tries to add some links and command
"rm -f server && ln -s ../wine/server server" fails lamenting that the "server"
directory exists and it is not empty.
The build directory contains two sub-directories named "fonts" and "server"
both containing a single Makefile. Both directories where not created while
building previous Wine versions and are the source of the issue.
To build wow64 i run:
configure
make depend
make
make install
in that order. Both directories are created when running the "make depend"
command. I temporarily solved the problem adding to the build script some lines
of code that remove the directories, but the makefiles probably are in need of
a check: they should not create the fonts and server directories in the first
place.
Thanks
Simone
--
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=35970
Bug ID: 35970
Summary: Wine del returns 1 on error unlike on Windows
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
To reproduce, try the following in Windows (tested on XP) and in "wine
cmd"/"windconsole cmd" (tested on wine-1.7.16-133-gd8ca8c2):
Windows XP:
C:\> del asdf
Couldn't find C:\asdf
C:\> echo %ERRORLEVEL%
0
Wine:
C:\>del asdf
asdf: File Not Found
C:\>echo %ERRORLEVEL%
1
This is a potential incompatibility with applications which expect del to
return 0 in this case.
--
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=39212
Bug ID: 39212
Summary: cmd:batch fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen if the test is run in a regular user account
rather and an administrator account.
batch.c:312: Test failed: unexpected char 0x2b position 0 in line 1143 (got
'+++', wanted '.foo=bar')
batch.c:312: Test failed: unexpected char 0x2d position 0 in line 1144 (got
'--- resetting association', wanted '.foo=bar')
batch.c:312: Test failed: unexpected char 0x2d position 0 in line 1145 (got
'--- resetting association', wanted '+++')
batch.c:312: Test failed: unexpected char 0x2d position 0 in line 1146 (got
'--- resetting association', wanted '.foo=bar')
batch.c:312: Test failed: unexpected char 0x2b position 0 in line 1154 (got
'+++', wanted 'footype=foo_opencmd')
batch.c:312: Test failed: unexpected char 0x2d position 0 in line 1155 (got
'--- resetting association', wanted '.foo=footype')
batch.c:312: Test failed: unexpected char 0x2d position 0 in line 1156 (got
'--- resetting association', wanted 'footype=foo_opencmd')
batch.c:312: Test failed: unexpected char 0x2d position 0 in line 1157 (got
'--- resetting association', wanted '+++')
batch.c:312: Test failed: unexpected char 0x2d position 0 in line 1158 (got
'--- resetting association', wanted 'footype=foo_opencmd')
This is most likely because the privileges are insufficient for the 'assoc
.foo=bar' command despite the check at the start of the 'Testing assoc'
section.
Currently these test failures happen on the following WineTest boxes:
fg-win2000-rusr, fg-winxp-lusr, fg-win7u64-1spie9usr.
https://test.winehq.org/data/tests/cmd.exe:batch.html
--
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=37881
Bug ID: 37881
Summary: Livescribe Echo Desktop does not work under wine
Product: Wine
Version: 1.7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: GregorFehrenbach(a)web.de
Distribution: ---
Created attachment 50450
--> https://bugs.winehq.org/attachment.cgi?id=50450
Wine Error log.
I am using the Livescribe Echo Desktop (see:
http://www.livescribe.com/de/support/echo/setup/) for my Smartpen.
I can install this software (with a minor error that the update service can't
be installed, but this would be OK)
When I try to start the program the startup sound and the GUI appear, but the
GUI does not respond and crashes after about 2 minutes, because KDE detects
that it is inresponsive. It also gives an error pop-up on a critical error and
that the GUI needs to close due to this error.
The log shows error messgaes regarding to msvcp120.dll._Cnd_init given in the
attachment.
--
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=38252
Bug ID: 38252
Summary: Fatal error during software installation
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: harry.callahan12345(a)gmail.com
Distribution: ---
Created attachment 51067
--> https://bugs.winehq.org/attachment.cgi?id=51067
Error log
During installation attached error appeared.
The software:
http://download.fxcorporate.com/FXCM/FXTS2Install.EXE
Under windows it works correctly.
--
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=29206
Bug #: 29206
Summary: Director Player Error: Unable to load movie playlist.
Does the .INI file exist? It must contain a section
'[Movies]' with an entry 'Movie01=Pathname.dir'.
Product: Wine
Version: 1.3.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlosalvatore(a)gmail.com
Classification: Unclassified
Director Player Error:
Unable to load movie playlist. Does the .INI file exist? It must contain a
section '[Movies]' with an entry 'Movie01=Pathname.dir'.
Already tried with native msvcrt.dll, no success.
The software is Mystery Cases - Madame Fate from Bigfish games. I'm not using
any native dll.
--
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=39230
Bug ID: 39230
Summary: odbccp32:misc fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: odbc
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen if the test is run in a restricted user
account.
misc.c:111: Test failed: SQLInstallDriverManager unexpectedly failed: 19
misc.c:122: Test failed: SQLInstallDriverManager unexpectedly failed: 19
In particular one can notice this bug on the following WineTest boxes:
fg-win2000-rusr: Windows 2000 with a Restricted user account
fg-winxp-lusr: Windows XP with a Limited user account.
Note however that it succeeds in non-Restricted/Limited user accounts on the
following boxes for instance:
fg-win2000-susr: Windows 2000 with a Standard (Power) user account.
fg-win7u64-1spie9usr: Windows 7 with a regular user account.
See:
https://test.winehq.org/data/tests/odbccp32:misc.html
--
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=30855
Bug #: 30855
Summary: «Rhymes» doesn't work correctly
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hl2mapper92(a)gmail.com
Classification: Unclassified
«Rhymes» is a Russian rhymes dictionary, and it does not work correctly. I
enter a word and press enter. The program must show all rhymes to this word in
a text field. But there is a problem with this field's update: I need select
all text or move the program's window to update this form. This field don't
want to update itself.
The problem can be noticed only on GNU/Linux and under Wine: if I start the
«Rhymes» under Windows, the program works properly.
The official site of program: http://rifmovnik.ru
--
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=27859
Summary: Task Coach: Crash at walking through menus
Product: Wine
Version: 1.3.24
Platform: x86
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=35637)
--> (http://bugs.winehq.org/attachment.cgi?id=35637)
Terminal output on wine-1.3.24-216-gd385675
Steps to reproduce:
1) remove ~/.wine
2) install Task Coach
3) wine taskcoach.exe
4) click on e.g. "help" menu
5) wander through menu titles
Behaviour:
Crash.
Expected behaviour:
No crash.
--
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=37994
Bug ID: 37994
Summary: AVRStudio 4.18: Editor window text rendered
incorrectly (transparent tab characters)
Product: Wine
Version: 1.5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: e298903(a)trbvm.com
Distribution: ---
Created attachment 50625
--> https://bugs.winehq.org/attachment.cgi?id=50625
Screenshot showing transparent tab characters
Within the main editor window of AVRStudio, tab characters are not drawn in
background color and remain transparent, showing artefacts of the panes
underneath.
This makes the application unusable as the editor shows incorrect text
characters or graphic elements wherever a transparent tab character appears.
This bug was introduced in wine version 1.5.20 with the changes to gdi32.dll,
in particular the changes to GetTextExtentExPoint.
The issue can be fixed for later versions of wine up to 1.7.35 by reverting to
the 1.5.19 gdi32 versions of driver.c, font.c and freetype.c.
The AVRStudio 4.18 installation .exe is freely available here (requires email
registration):
http://www.atmel.com/tools/STUDIOARCHIVE.aspx
Checksum:
f2d1e92ab59f06d5f4d029736afc9b814fdd2e1e AVRStudio4.18Setup.exe
Terminal output doesn't show anything useful. See screenshot instead.
--
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=33718
Bug #: 33718
Summary: comctl32:propsheet Add button test failure
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
A number of VMs report this random test failure:
propsheet.c:543: Test failed: The Add button has not been pressed!
While it is random this test failure is frequent enough to cause significant
pollution of the test results. It has been seen on the following systems:
comctl32 5.82.2900.2180 Windows XP SP2 + IE7
comctl32 5.82.2900.6028 Windows XP SP3 + IE8
comctl32 5.82.3790.3959 Windows 2003 Enterprise Server SP2 + IE8
comctl32 5.82.6002.18305 Windows Vista Home Premium SP2 + IE9
comctl32 5.82.7601.17514 Windows 7 Ultimate SP1 64-bit + IE9 (32-bit tests)
comctl32 5.82.9200.16384 Windows 8
--
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=36255
Bug ID: 36255
Summary: World of tanks doesn't run after upgrade to 0.9
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: makc(a)freebsd.org
Created attachment 48383
--> http://bugs.winehq.org/attachment.cgi?id=48383
with native d3dx9_36
World of tanks fails to run after upgrade from 0.8.1 to 0.9.
Two logs attached, one with clean wine prefix and another one with d3dx9_36
installed via winetricks.
--
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=21879
Summary: Word95 can't create new document
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
If i try to create or open a new document, console says:
fixme:storage:StgCreateDocfile Storage share mode not implemented.
and word95 says: "There is insufficient memory. Close extra windows and save
your work."
--
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=39018
Bug ID: 39018
Summary: A9CAD fails to start, throws 'X Error of failed
request: BadValue (integer parameter out of range for
operation)'
Product: Wine
Version: 1.5.15
Hardware: x86
URL: https://archive.org/download/tucows_367351_A9CAD/A9CAD
V2Setup.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 4ac1a5ac608bad7111f7cb99170a3be99b5059f0
Distribution: ---
A9CAD is a freeware 2D CAD application.
After starting the installed app, the loading screen pops up for a brief moment
then A9CAD quits. I'm getting these in the terminal:
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:olepicture:OleLoadPictureEx
(0xa60e74,3270,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f8f4),
partially implemented.
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 333
Current serial number in output stream: 334
Tested and reproduced with nouveau/mesa git and Nvidia binary drivers 340.76
The problem occurs in fullscreen and virtual desktop mode as well.
According to my testing the crash was introduced by
commit 4ac1a5ac608bad7111f7cb99170a3be99b5059f0
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Oct 3 11:19:10 2012 +0200
winex11: Allow changing the pixel format of a window from a different
thread.
wine-1.7.48-74-gb3fe96a
Fedora 22
XOrg 1.17.2
A9CADV2Setup.exe (16M)
sha1: f5858385b4acb849c1d6086391ae1d7b37b06d8b
--
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=31889
Bug #: 31889
Summary: Cmd testrunner fails in case of mismatches on
synchronization lines
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: regression, source, testcase
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
Regression SHA1: 81f64ee906888875de10a4c804bed88c103a282c
Cmd testrunner fails/kind of loops when there's an mismatch between actual and
expected outputs on --- synchronization lines ---
Smallest example showing the issue: replace test_builtins.cmd and
test_builtins.cmd.exp respectively by
@echo off
echo --- foo ---
and
--- fo ---
Console output:
../../../tools/runtest -q -P wine -M cmd.exe -T ../../.. -p cmd.exe_test.exe.so
batch.c && touch batch.ok
batch.c:312: Test failed: unexpected char 0x6f position 6 in line 1 (got '---
foo ---', wanted '--- fo ---')
batch.c:312: Test failed: unexpected char 0x6f position 6 in line 2 (got '---
foo ---', wanted '--- fo ---')
batch.c:312: Test failed: unexpected char 0x6f position 6 in line 3 (got '---
foo ---', wanted '--- fo ---')
etc.
--
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=37200
Bug ID: 37200
Summary: Warhammer 40k: Kill Team (Steam version) does not
start
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zentarim(a)rambler.ru
A game Warhammer 40,000: Kill Team
http://store.steampowered.com/app/275610/
does not start. Console log in attachement.
OS: Ubuntu 14.04.1 LTS, Trusty Tahr
Wine: 1.7.25
What other information should I have to provide?
--
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=37595
Bug ID: 37595
Summary: cls command does not fill screen attributes
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gamax92(a)aol.com
Distribution: ---
Created attachment 50031
--> https://bugs.winehq.org/attachment.cgi?id=50031
Demonstration of bug
When cls is ran from wineconsole, the screen is filled with spaces as like
windows, but the screen is not filled with the current console attributes.
Noticeable if cls is called with text that has different background colors,
text vanishes to spaces but the color is unchanged.
Attached is an example where a program ran dumps colored text on the screen and
then exits, leaving the current attributes in cyan on blue. cls is called and
the screen isn't filled to cyan on blue.
--
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=8712
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #58 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.8-rc1.
--
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=32639
Bug #: 32639
Summary: Sega Rally Revo sound stuttering
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: papon.jonathan(a)laposte.net
Classification: Unclassified
Sound stutter in Sega Rally Revo ( The bug appears in the demo version too)
The bug happened in 1.5.18,
Done a regression test, the bug first appears in :
605cd62c7dc84ef86cbd260139c6875cd0ed8d60 is the first bad commit
commit 605cd62c7dc84ef86cbd260139c6875cd0ed8d60
Author: Maarten Lankhorst <maarten.lankhorst(a)canonical.com>
Date: Fri Nov 16 20:35:51 2012 +0100
dsound: Create a primary_pwfx separately from pwfx.
:040000 040000 d3b302ce4433475153fde9b9e86f656e64487ea8
d33035cd0a9fc793a629ae425621ee6daff67d63 M dlls
Step to reproduce,
rm ~/.wine-test
WINEARCH=win32 WINEPREFIX="/home/user/.wine-test" wine setup.exe
Either get and copy in application's folder "d3dx9_36.dll" or install dxsetup
from the installation folder (otherwise, the game will'nt launch)
WINEPREFIX="/home/snowdrake/.wine-test" wine DirectX/DXSETUP.exe
cd /home/user/.wine-test/drive_c/Program\ Files/SEGA/SEGA\ Rally\ AUTO\ BILD\
DEMO/
WINEPREFIX="/home/snowdrake/.wine-test" wine SEGA\ Rally.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=25263
Summary: Biet-O-Matic calculates shipping cost wrong for German
locale (regression)
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georg298(a)gmx.de
Using this app with German locale, the shipping cost is identified wrong: e.g.
400 instead of 4,00.
Reason: wine's oleaut32 has thousand separator support, but in German locale,
the comma "," is the decimal separator.
A regression test revealed the buggy patch:
506ff74bb17742b3be5a8824dc081a3e294ccf1d is the first bad commit
commit 506ff74bb17742b3be5a8824dc081a3e294ccf1d
Author: Damjan Jovanovic <damjan.jov(a)gmail.com>
Date: Mon Aug 25 20:40:20 2008 +0200
oleaut32: Thousands separator support for VarFormat.
:040000 040000 a35f267fdf244a3c1d2233c6a80641803c2f355e
5857b6570b3fbe95ff3c8cf6506d926e0cff1c1e M dlls
--
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=26034
Summary: DNAsp5 crashes when trying to copy text from an output
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ticatla(a)gmail.com
Created an attachment (id=33201)
--> (http://bugs.winehq.org/attachment.cgi?id=33201)
What terminal says when running DNAsp and the program crashes
DNAsp crashes showing text window "program error" (attached) when trying to
copy (right click, menu, copy) selected text from an output.
If saving the output instead of trying to copy it, the text file shows no
problem and the program continues running normally.
Crash happens if the output is from one of the analysis of the Analysis Menu
(DNA Polymorfism, Polymorfic sites, etc) but apparently other outputs are ok,
like the ones produced from Generate Menu (Haplotype Data File... for example).
I tried .fas and .nex files as inputfiles. Same result.
The fasta file was generated with Bioedit also running under Wine and the nexus
with DNAsp with .fas as input. Both files show no problems when running under
DNAsp and other applications.
--
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=13675
Summary: emule upnp not working
Product: Wine
Version: 1.0-rc3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 84yelo3(a)gmail.com
I'm using wine 1.0 rc3 and emule 0.49a
I want to enable upnp support, but whenever I do this, I get this messages:
err:ole:CoGetClassObject class {e2085f28-feb7-404a-b8e7-e659bdeaaa02} not
registered
err:ole:CoGetClassObject no class object {e2085f28-feb7-404a-b8e7-e659bdeaaa02}
could be created for context 0x1
What can I do?
--
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=7906
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|32931 |
--
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=7906
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |32931
--
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.