https://bugs.winehq.org/show_bug.cgi?id=39655
Bug ID: 39655
Summary: Enemy Front crashes almost immediately after launch
Product: Wine
Version: 1.8-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abolte(a)systemsaviour.com
Distribution: ---
Created attachment 52859
--> https://bugs.winehq.org/attachment.cgi?id=52859
enemy_front-1.8-rc1-output.log
Debian Jessie amd64 in a 32-bit wineprefix (clean install) under wine 1.8-rc1.
The first intro movie to play crashes after about two seconds, when my monitor
is set to the native resolution of 2560x1440. Console output attached.
Interestingly, if I set the monitor to 1920x1080, the cut scenes don't crash at
all and I can make it all the way to the main menu (which also doesn't work,
but we can make that another bug).
--
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=13365
Summary: Mising Text in IFC Markets Terminal Graphics
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://ifcmarkets.com/download/IFCMTerminalSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
When you're viewing the platform graphics, the text at the right that shows the
current prices of the currencies are missing. You can see the problem in the
screenshots.
--
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=23108
Summary: Problems switching between instances of PowerPoint
2007 with KDE
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.duelli(a)web.de
Created an attachment (id=28717)
--> (http://bugs.winehq.org/attachment.cgi?id=28717)
Superfluous third
I am using KDE 4 and run PowerPoint 2007 via wine 1.2rc2 (however, the problem
I will describe exists for me since the time I first started using wine more
intensively)
How to reproduce:
1. Use KDE 4 (a friend tested with another window manager and could not
reproduce it)
2. Open a PowerPoint file. Everything is fine so far, works great. As usual, I
can switch between different windows without any problems
3. Open another PowerPoint file. Now things get strange! Instead of two
PowerPoint windows, I can see three windows: the two opened files and a third
window without any content but the title. (see attached screenshot)
In that state, I cannot simply change between the instances of PowerPoint but
always have to maximize the window I would like to choose.
When closing the second PowerPoint file, the superfluous small window stays.
As far as I have tested, this behaviour does not occur with multiple instances
of Word, for instance.
--
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=36040
Bug ID: 36040
Summary: Environment variable to disable wineserver persistence
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: josh(a)joshtriplett.org
Normally, when wine runs a Windows program, and the Windows program exits,
wineserver persists for a couple of seconds to improve the performance of
subsequent programs. When running a testsuite that waits for all child
processes to exit, this delays each test completion for a couple of seconds.
Thus, I'd like to have an environment variable that tells wineserver to exit
the instant the Windows program does.
--
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=39002
Bug ID: 39002
Summary: ISAXXMLParser ignores charset property
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: ott(a)mirix.org
Distribution: ---
ISAXXMLParser (or its implementation in Wine to be correct) tries to detect the
encoding of documents with xmlDetectCharEncoding and some custom heuristics in
internal_parseBuffer and uses xmlDetectCharEncoding without additional
heuristics through xmlCreatePushParserCtxt in internal_parseStream which
violates the specification:
"This setting [charset property] takes priority over the default encoding,
which is implicitly UTF-16, or over the encoding specified in the byte order
mark (BOM) of the XML document header."
(https://msdn.microsoft.com/en-us/library/ms757826%28v=vs.85%29.aspx)
Moreover, ISAXXMLParser returns E_NOTIMPL when setting the charset property. It
should at least accept ASCII, UTF-8 and UTF-16 as these encoding are detected
by internal_parseBuffer and internal_parseStream anyways and are supported by
libxml2. A better option would be to support all enconding supported by Wine
and reencode them as UTF-8 (when possible) and supply the UTF-8 encoding data
to libxml2 via custom IO callbacks.
--
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=15084
Summary: ReadConsoleInputW() handles a NULL lpNumberOfEventsRead
parameter incorrectly
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dg(a)cowlark.com
On the Windows console, if I try to read input events with ReadConsoleInputW()
and pass in NULL as the pointer to the lpNumberOfEventsRead field, wine
completes successfully where Windows XP fails and returns an error code.
--
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=40034
Bug ID: 40034
Summary: Trying to run a setup.exe from an installation disk
for a linksys usb wireless adapter and it immediately
opens the program error screen.
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alyssianagrace(a)gmail.com
Distribution: ---
Created attachment 53486
--> https://bugs.winehq.org/attachment.cgi?id=53486
program error details report as generated by wine by pressing the 'show
details' button on the program error screen
Basically what it says in my summary. I inserted the disk into my disk drive
and then had to navigate to the CD-ROM (I'm currently using Parrot Security OS
if that matters). I right-clicked on the setup.exe and selected for it to run
with 'a wine program'. When that opened the error code, I tried the other
instance of 'a wine program', and then 'rundll32' and got the same error
message. Attached is the backtrace.txt Wine generated when I tried 'rundll32'.
Any help is appreciated but please note that I am very new to this OS and Wine.
--
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=26184
Summary: Program E-Mail Grabber Error
Product: Wine
Version: unspecified
Platform: All
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghostknight22(a)gmail.com
I can´t start the program "Email Grabber" (http://www.emailgrabber.de/) with
wine. After a few seconds the program crashes.
--
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=39560
Bug ID: 39560
Summary: Thief Gold - Black screen when going underwater and
accessing inventory
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: altiris28048(a)gmail.com
Distribution: ---
Created attachment 52708
--> https://bugs.winehq.org/attachment.cgi?id=52708
Wine output when running the game and reproducing the bugs listed.
-Background Info-
Thief Gold (with TFix patch) used to run exceptionally well (no
issues/bugs/graphical errors) around September 18, 2015 on Arch Linux (with
everything up to date, so I was using whatever wine and mesa versions were
available at the time). I went on a hiatus from playing the game until
yesterday (I still used my system and updated to the newer releases of things
like wine and mesa, etc) and now whenever my character goes underwater the
screen turns black, and when I try accessing the inventory it turns black also.
-Bug-
When going underwater my screen will turn black, if I surface back on top of
the water the game appears normal (this will continue). If I try accessing my
inventory, instead of the item showing the screen just turns black and it is
impossible to get the game looking like it did before.
-What I have tried to do-
I have tried reverting back to older versions of Wine AND mesa but the problem
persists. I am begininng to wonder whether it is something like an xorg server
update causing the problem, if that is possible.
--
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=15100
Summary: Google Talk cannot be "x"ed out
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin.j.mccann(a)gmail.com
Created an attachment (id=15783)
--> (http://bugs.winehq.org/attachment.cgi?id=15783)
Output fron running "wine googletalk.exe"
The "x" in the upper right hand corner of the Google Talk window does not work
for closing the application. However, the minimization button does work. I'm
unsure as to which feature has a bug or is unimplemented.
--
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=37425
Bug ID: 37425
Summary: After installing Ulead Gif Animator with wine I got
the message that programm has to be closed immediately
because of a unspecified bug. Please get information
by attachment file.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ua-holland(a)t-online.de
Distribution: ---
Ulead Gif Animator complete Installation with win does not run. See attached
message.
--
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=38506
Bug ID: 38506
Summary: Keep getting this error when trying to run Radio
spider; needed to run church radio station. Windows
keeps getting hacked, Linux running well (surprise,
surprise). Thanks for any help you can provide.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: derekk(a)ccleb.com
Distribution: ---
Created attachment 51358
--> https://bugs.winehq.org/attachment.cgi?id=51358
backtrace of error
When i try and run radio spider this is the error i receive. The program begins
to load then this pops up. Sorry if it's something i configured wrong. I'm new
to Linux and teaching myself as no one i know has used Linux for radio station
OS. Thank you for any help you can provide, seriously thank you.
--
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=38598
Bug ID: 38598
Summary: Crash when UpdateLayeredWindow with large window &
complicated transparency
Product: Wine
Version: 1.7.42
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: m13253(a)hotmail.com
Distribution: ---
The program that causes the bug is here:
https://gist.github.com/m13253/092b94c7bd526a9a4e57
A .exe executable is also included in the Git repo.
The program is tested to be fine under Windows 10.
Upon successful execution, the program creates a transparent panel with spotted
background on the right half of the screen.
Wine failed with the following messages:
X Error of failed request: BadLength (poly request too large or internal
Xlib length error)
Major opcode of failed request: 33 (X_GrabKey)
Serial number of failed request: 219
Current serial number in output stream: 227
Depending on the window size, the "major opcode" may vary.
This issue only occurs when:
Source line 72-76: The window size is large enough
and
Source line 115-131: The RGBA bitmap is complicated, especially the alpha
channel
Additional info:
Distribution: ArchLinux
It is a WINEARCH=win32 prefix.
libx11: 1.6.3-1
xorg-server: 1.17.1-5
mesa: 10.5.4-1
gnome-shell: 3.16.1-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=21397
Summary: LookupAccountName cannot retrieve a 'groups' SID
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
Debugging an application I found the cause of the first failure is that the
software installs a 'group' (which fails with a fixme). Post install, I created
a group (addgroup) but the application calls LookupAccountName to retrieve the
SID of that created group.
You can hack around this (if LookupAccountName fails, query the current user
and re-call the function to get it's sid) but looking at the function there is
complete support missing for anything other than the current user.
Ideally it should call (something like getgrent?) and if it finds a group, map
it to a SID somehow (perhaps end the SID with the gid?). It could handle
querying other users as well in a similar way (getpwnam?)
JEWMQ
--
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=39988
Bug ID: 39988
Summary: winepath -w wrong output with path longer 260
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s3141p(a)gmail.com
Distribution: ---
When the input $pathname is longer than 260 characters wine -w $pathname
1. truncates the converted output path at 260 characters
2. appends some garbage characters to it
3. reports no error and exits with status 0
I think fixing #3 as a minimum is important; at least exit 1, possibly print an
error message.
Fixing #2? Why is it printing garbage characters? Buffer overrun?
And please consider changing #1 by extending support to paths > 260 characters.
After all, if I convert the same path by hand and feed it to a Windows
application it has no problems dealing with it. So the 260-character limit of
winepath -w seems rather artificial to me.
I create long linux paths with
mkdir -p /tmp/aaa/bbb/ccc/ddd/eee/
touch /tmp/aaa/bbb/ccc/ddd/eee/$(dd if=/dev/zero count=1 bs=260 | tr '\000' a)
# which creates /tmp/aaa/bbb/ccc/ddd/eee/aaaaaaaa...
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=36199
Bug ID: 36199
Summary: valgrind shows several warnings under
crypt32/tests/chain.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48320
--> https://bugs.winehq.org/attachment.cgi?id=48320
valgrind log
A few in glibc:
==17802== Thread 2:
==17802== Invalid read of size 1
==17802== at 0x40187FA: strcmp (strcmp.S:34)
==17802== by 0x4008925: _dl_map_object (dl-load.c:2113)
==17802== by 0x4013383: dl_open_worker (dl-open.c:224)
==17802== by 0x400F1F5: _dl_catch_error (dl-error.c:187)
==17802== by 0x4012D93: _dl_open (dl-open.c:650)
==17802== by 0x435093A: do_dlopen (dl-libc.c:87)
==17802== by 0x400F1F5: _dl_catch_error (dl-error.c:187)
==17802== by 0x4350A2A: dlerror_run (dl-libc.c:46)
==17802== by 0x4350AB0: __libc_dlopen_mode (dl-libc.c:163)
==17802== by 0x4221819: pthread_cancel_init (unwind-forcedunwind.c:52)
==17802== by 0x42219FB: _Unwind_ForcedUnwind (unwind-forcedunwind.c:129)
==17802== by 0x421F732: __pthread_unwind (unwind.c:129)
==17802== by 0x421A080: pthread_exit (pthreadP.h:280)
==17802== by 0x7BC8E1A9: terminate_thread (thread.c:349)
==17802== by 0x7BC87009: ??? (signal_i386.c:2571)
==17802== by 0x6A5F357: ???
==17802== by 0x4218F92: start_thread (pthread_create.c:309)
==17802== by 0x431D7ED: clone (clone.S:129)
==17802== Address 0x693d913 is on thread 1's stack
==17802==
==17802== Invalid read of size 4
==17802== at 0x4352239: _Unwind_IteratePhdrCallback
(unwind-dw2-fde-glibc.c:112)
==17802== by 0x43503E2: dl_iterate_phdr (dl-iteratephdr.c:76)
==17802== by 0x4352AF9: _Unwind_Find_FDE (unwind-dw2-fde-glibc.c:267)
==17802== by 0x6B9E336: ??? (in
/usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.2/32/libgcc_s.so.1)
==17802== by 0x6B9EB21: ??? (in
/usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.2/32/libgcc_s.so.1)
==17802== by 0x6B9F10F: _Unwind_ForcedUnwind (in
/usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.2/32/libgcc_s.so.1)
==17802== by 0x42219F1: _Unwind_ForcedUnwind (unwind-forcedunwind.c:137)
==17802== by 0x421F732: __pthread_unwind (unwind.c:129)
==17802== by 0x421A080: pthread_exit (pthreadP.h:280)
==17802== by 0x7BC8E1A9: terminate_thread (thread.c:349)
==17802== by 0x7BC87009: ??? (signal_i386.c:2571)
==17802== by 0x6A5F357: ???
==17802== by 0x4218F92: start_thread (pthread_create.c:309)
==17802== by 0x431D7ED: clone (clone.S:129)
==17802== Address 0x693c034 is on thread 1's stack
==17802==
==17802== Thread 1 crypt32_test.exe.so:
==17802== Jump to the invalid address stated on the next line
==17802== at 0x693E820: ??? (in /lib32/libresolv-2.19.so)
==17802== by 0x425F4E8: __run_exit_handlers (exit.c:82)
==17802== by 0x425F54C: exit (exit.c:104)
==17802== by 0x7BC68772: NtTerminateProcess (process.c:63)
==17802== by 0x7BC5941B: RtlExitUserProcess (loader.c:2538)
==17802== by 0x7B868D09: ??? (process.c:2668)
==17802== Address 0x693e820 is on thread 1's stack
==17802==
and several possible leaks:
==17802== 20 bytes in 1 blocks are possibly lost in loss record 50 of 427
==17802== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17802== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17802== by 0x514398B: CryptMemAlloc (main.c:124)
==17802== by 0x511E0A9: CertAddStoreToCollection (collectionstore.c:519)
==17802== by 0x5164B4B: CRYPT_SysOpenStoreW (store.c:592)
==17802== by 0x5165ADF: CertOpenStore (store.c:907)
==17802== by 0x51136FD: CRYPT_CreateChainEngine (chain.c:130)
==17802== by 0x511394F: get_chain_engine (chain.c:175)
==17802== by 0x511ADC0: CertGetCertificateChain (chain.c:2894)
==17802== by 0x4E618AA: testVerifyCertChainPolicy (chain.c:4790)
==17802== by 0x4E61C4C: func_chain (chain.c:4844)
==17802== by 0x4EB7F67: run_test (test.h:584)
==17802== by 0x4EB8356: main (test.h:654)
==17802==
==17802== 60 bytes in 3 blocks are possibly lost in loss record 197 of 427
==17802== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17802== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17802== by 0x514398B: CryptMemAlloc (main.c:124)
==17802== by 0x5157661: ContextPropertyList_SetProperty (proplist.c:132)
==17802== by 0x515788F: ContextPropertyList_Copy (proplist.c:215)
==17802== by 0x511E9AF: Context_CopyProperties (context.c:130)
==17802== by 0x510AB6C: Cert_clone (cert.c:139)
==17802== by 0x5163664: MemStore_addContext (store.c:151)
==17802== by 0x5163A35: MemStore_addCert (store.c:243)
==17802== by 0x510B119: add_cert_to_store (cert.c:263)
==17802== by 0x510B27F: CertAddCertificateContextToStore (cert.c:287)
==17802== by 0x510A852: CertAddEncodedCertificateToStore (cert.c:65)
==17802== by 0x515E94A: add_ms_root_certs (rootstore.c:732)
==17802== by 0x515EB12: create_root_store (rootstore.c:808)
==17802== by 0x515EC6C: CRYPT_RootOpenStore (rootstore.c:829)
==17802== by 0x516435C: CRYPT_SysRegOpenStoreW (store.c:435)
==17802== by 0x5165ADF: CertOpenStore (store.c:907)
==17802== by 0x5164BAF: CRYPT_SysOpenStoreW (store.c:604)
==17802== by 0x5165ADF: CertOpenStore (store.c:907)
==17802== by 0x51136FD: CRYPT_CreateChainEngine (chain.c:130)
==17802==
==17802== 96 bytes in 1 blocks are possibly lost in loss record 294 of 427
==17802== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17802== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17802== by 0x61ACD34: heap_alloc_zero (internet.h:121)
==17802== by 0x61ADCA1: create_netconn (netconnection.c:369)
==17802== by 0x619CFF2: open_http_connection (http.c:4826)
==17802== by 0x619D68C: HTTP_HttpSendRequestW (http.c:4972)
==17802== by 0x619EE2C: HttpSendRequestExW (http.c:5511)
==17802== by 0x61643F8: HTTP_RetrieveEncodedObjectW (cryptnet_main.c:933)
==17802== by 0x6165930: CryptRetrieveObjectByUrlW (cryptnet_main.c:1479)
==17802== by 0x5118CA0: CRYPT_FindIssuer (chain.c:2039)
==17802== by 0x51193A2: CRYPT_GetIssuer (chain.c:2168)
==17802== by 0x511952F: CRYPT_BuildSimpleChain (chain.c:2200)
==17802== by 0x511976F: CRYPT_GetSimpleChainForCert (chain.c:2247)
==17802== by 0x5119885: CRYPT_BuildCandidateChainFromCert (chain.c:2277)
==17802== by 0x511AE8B: CertGetCertificateChain (chain.c:2914)
==17802== by 0x4E5F02E: testGetCertChain (chain.c:3996)
==17802== by 0x4E61C51: func_chain (chain.c:4845)
==17802== by 0x4EB7F67: run_test (test.h:584)
==17802== by 0x4EB8356: main (test.h:654)
==17802==
etc. (full log attached)
--
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=35490
Bug ID: 35490
Summary: After SimCity 2013 updates:
d3d_shader:shader_sm4_read_src_param Unhandled swizzle
type 0.
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: eric.ladner(a)gmail.com
Classification: Unclassified
Created attachment 47376
--> http://bugs.winehq.org/attachment.cgi?id=47376
basic output on the command line
It used to run ok (although both Origin and SimCity were a nightmare to
install).
After a recent update, though when starting SimCity it never shows the splash
screen and spews this until you kill the process:
fixme:d3d_shader:shader_sm4_read_src_param Unhandled swizzle type 0.
I let it run for about 10 seconds and it spit out 11 million errors (log
attached).
If you want a more detailed log, let me know what options you'd 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.
https://bugs.winehq.org/show_bug.cgi?id=37398
Bug ID: 37398
Summary: Urban Assault black screen when using software
renderer and DDSCAPS_SYSTEMMEMORY
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Depends on: 37307
Regression SHA1: b464067313bff1fd9a25b284b48a252025c4504f
Distribution: ---
Created attachment 49735
--> https://bugs.winehq.org/attachment.cgi?id=49735
Workaround
Once Bug #37307 is resolved then Urban Assault runs into another issue (at
least, when using the software renderer). The game has a black screen and just
hangs there, apparently due to an unexpected DDSCAPS_SYSTEMMEMORY capability
being set. Workaround attached.
Note: This commit is later moved (commit
9443c95a895a530fdbbb607758f674467e2010c7), but the issue persists.
--
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=32988
Bug #: 32988
Summary: StudioTax 2012 Installer stops with Error 67108864
Product: Wine
Version: 1.5.24
Platform: x86-64
URL: http://www.studiotax.com/en/?page=2
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jchevrier(a)gmail.com
Classification: Unclassified
Created attachment 43586
--> http://bugs.winehq.org/attachment.cgi?id=43586
Log of StudioTax2012 installer
StudioTax 2012 installer stops with error 67108864 (presented in a dialog, see
screenshot). Clicking 'OK' brings up another similar error dialog with a
different error number, clicking on that dialog brings up another and so on.
Prerequisite: 'winetricks dotnet40' and the installer must be run from the C:
drive (or at least it doesn't like being run from Z:) or the installer fails
earlier with an 'Invalid command line' error dialog.
Website suggests that .NET 2.0 SP2 is required but installing dotnet20sp2 via
winetricks causes the installer to fail much earlier complaining about lack of
space.
Attached +msi,+msidb as it appears to be MSI related.
--
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=34864
Bug #: 34864
Summary: K32EnumProcessModulesEx not implemented in 64-bit
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: audvare(a)gmail.com
Classification: Unclassified
Created attachment 46472
--> http://bugs.winehq.org/attachment.cgi?id=46472
crash log
Call of Duty Ghosts uses 'PE32+' EXE to start up in 32-bit, but ultimately
requires a 64-bit set up to run. It would seem like it probably does this so it
can at least tell the user of a 32-bit system that they need to have a 64-bit
set up to run.
It calls this function at start. I replaced psapi.dll with one from my Windows
7 installation (because PSAPI.EnumProcessModulesEx is not implemented in
64-bit), but after that the call is forwarded to kernel32
K32EnumProcessModulesEx.
--
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=38527
Bug ID: 38527
Summary: Tab controls do not honor parent changes
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: pietro10(a)mac.com
Distribution: ---
Created attachment 51397
--> https://bugs.winehq.org/attachment.cgi?id=51397
Test program source code
Currently the wine implementation of the comctl32 tab control gets its parent
window once and caches it. While it's true that on real Windows some controls
do this, the tab control is not one of them in my tests.
The attached program is an example test. It creates two windows, an empty
window and a full window. It then creates a tab control on the empty window,
changes its parent to the full window, adds a few pages, and shows both
windows. If you click on a tab to change pages, you should see a message on
stdout telling you which parent window received the TCN_SELCHANGE notification.
On real Windows, both with Common Controls v5 and v6, I see
notification received on full window
On wine, I see
notification received on empty winddow
(The test program does no error checking. By default it runs with Common
Controls 5; with the first argument set to comctl6 it will run with Common
Controls 6.)
This is wine-1.7.34 built from source, Windows XP 32-bit, and Windows 7 64-bit.
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.
http://bugs.winehq.org/show_bug.cgi?id=23775
Summary: Text box is too small in 16-bit program. Only one line
high, should be two.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29800)
--> (http://bugs.winehq.org/attachment.cgi?id=29800)
Stellar Explorer 2.0b demo
The 16-bit game Stellar Explorer 2.0b (attached) shows a problem with the size
of a text box.
The text box at the upper left of the window should show two lines of text.
Running under Wine, it's only one line high and the scroll buttons at the right
side consequently appear squashed.
Run stellar2.exe. Click through the initial dialog boxes then select File->New
from the menu and click OK.
--
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=39704
Bug ID: 39704
Summary: UC Browser 5.5.7608.1012 crashes immediately
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmn2004404(a)gmail.com
Distribution: ---
Created attachment 52946
--> https://bugs.winehq.org/attachment.cgi?id=52946
Crash dump for UC Browser 5.5.7608.1012 on Sun Nov 29, 2015.
UC Browser 5.5.7608.1012 crashes immediately on launch. Crash dump is attached.
--
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=26852
Summary: Not all Japanese characters displayed in Skeedreceiver
installer
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
Created an attachment (id=34232)
--> (http://bugs.winehq.org/attachment.cgi?id=34232)
Shows readable licence and unreadable labels etc.
1: Go to http://phantasystaruniverse.jp/download/ and click on
"SkeedReceiverインストールはこちら" to download the program.
2: Run the program. Use a Japanese locale just in case: "LANG=ja_JP.UTF-8 wine
SKEE~OQ5.EXE"
3: Start the installation process. The installer will now download the whole
Skeedreceiver program. Download starts automatically. The only button available
says "cancel" (キャンセル), so there is no need to do anything. Japanese characters
are displayed properly at this step.
4: After the program has been downloaded, you will see more information where
many Japanese characters are turned into square boxes. Only the licence
agreement is readable: everything else consists of boxes.
Attached image shows a screenshot of the licence agreement. The character
display problem occurs elsewhere in the program too.
Some terminal output:
wine: created the configuration directory '/home/user/.wine-extra'
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
fixme:iphlpapi:NotifyAddrChange (Handle 0xf2e90c, overlapped 0xf2e8f0): stub
wine: configuration in '/home/user/.wine-extra' has been updated.
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:sxs:cache_QueryAssemblyInfo 0x1b15d8, 0x00000002,
L"version=\"8.0.50727.4053\",Microsoft.VC80.CRT,type=\"win32\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"",
0x33f9a8
fixme:sxs:cache_QueryAssemblyInfo 0x1b15d8, 0x00000002,
L"version=\"8.0.50727.4053\",policy.8.0.Microsoft.VC80.CRT,type=\"win32-policy\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"",
0x33f9a8
fixme:sxs:cache_QueryAssemblyInfo 0x1b15d8, 0x00000002,
L"version=\"8.0.50727.4053\",Microsoft.VC80.MFC,type=\"win32\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"",
0x33f9a8
fixme:sxs:cache_QueryAssemblyInfo 0x1b15d8, 0x00000002,
L"version=\"8.0.50727.4053\",policy.8.0.Microsoft.VC80.MFC,type=\"win32-policy\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"",
0x33f9a8
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
The installer runs fine apart from the square box problem.
--
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=37504
Bug ID: 37504
Summary: Buttons in joystick control panel should not be
clickable
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Distribution: ---
See attached file. All those buttons should not be clickable.
Compare to Windows: https://mediacru.sh/Lmr5mA4dUnBt
--
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=40103
Bug ID: 40103
Summary: Multiplayer Impossible Creatures gives Socket error:
setsockopt, 10009
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danagx5(a)gmail.com
Distribution: ---
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
Socket error: setsockopt, 10009
Socket error: setsockopt(SO_REUSEADDR,...), 10009
shows in terminal after trying to start a multipleplayer game of Impossible
Creatures (which dies and returns to menu). Otherwise the game functions nearly
normally.
--
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=32836
Bug #: 32836
Summary: winecfg doesn't load custom themes
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alessandroceschini.it(a)gmail.com
Classification: Unclassified
Hi everybody,
On Ubuntu 12.10 running Wine 1.4.1, I cannot get wiuecfg to load
Windows.Classic.theme. After selecting it through the Install Theme box, it
still doesn't appear in the available themes list.
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40133
Bug ID: 40133
Summary: No Limits 2 help system needs GetOverhangMetrics()
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Install the program, on the main menu click "Help". Tip dialog does not show
any text, and without GetOverhangMetrics() does not show scrollbars too.
--
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=34171
Bug #: 34171
Summary: Actua Soccer 2 API error when loading game from menu
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adec2010(a)hotmail.co.uk
Classification: Unclassified
Actua Soccer crashes with an API error when loading a new game from main menu
--
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=24112
Summary: Xara Designer Pro 6 demo crashes when you select
'continue trial'
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.xara.com/us/downloads/designer/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install the free demo, then use 'winetricks msxml4' to get past bug 24111,
and the app presents a dialog asking whether you want to buy the app
or continue the trial. The buttons are poorly rendered.
If you continue the trial, it crashes with
Unhandled exception: page fault on read access to 0x00000004 in 32-bit code
(0x00d691bf).
(I later accidentally ran the app with wine-1.2; it complained about msxml4
again,
but after that, in wine-1.3.1, the buttons were ok, and I even started the
app once all the way into its main interface.)
--
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=32627
Bug #: 32627
Summary: MiroVideoConvert setup gives error "Disk Full"
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fast.rizwaan(a)gmail.com
Classification: Unclassified
Miro Video Converter is a ffmpeg based video converter for Windows And MacOSX
and there's also a source version for Linux;
http://www.mirovideoconverter.com/
When I try to install the Windows version 3.0:
[Download] http://inst.avg.com/serve/dl.php?pid=149373
And when we run
$ wine MiroVideoConverter_Setup.exe
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading
configurations from ~/.fonts.conf is deprecated.
fixme:shell:DoEnvironmentSubstW (L"%TEMP%", 260): stub
a small dialog with "disk full" erorr appears.
other apps like format factory etc are installing fine.
Installed on Fedora 18 x86_64, with "WINEARCH=win32 winecfg"
The disk has like many Gigs free. Why is it giving disk full error? any
workaround?
thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26531
Summary: Frogger: Unhandled exception: page fault on read
access (When jumping around on menu or clicking exit)
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=33791)
--> (http://bugs.winehq.org/attachment.cgi?id=33791)
Terminal Logs | wine frogger.exe + wine winedbg frogger.exe
This bug occurs when navigating the main menu in the game Frogger. It occurs
every single time if you press or click "Exit". It also hangs the debugger.
You'll find the default hang + backtrace attached.
--
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=37034
Bug ID: 37034
Summary: Stars!: Crashes on startup
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: planetbeing(a)gmail.com
Created attachment 49213
--> http://bugs.winehq.org/attachment.cgi?id=49213
Console output when the crash occured
Page fault happens in DOSVM_AllocCodeUMB of krnl386.exe16. The apparent cause
is that the DOS upper memory block was never actually allocated before being
used.
I don't know how to attach multiple attachments, so this is a patch I made that
appeared to fix the problem. I don't know much about the internals of Wine so
I'm not sure if this is a good patch or not.
diff --git a/dlls/krnl386.exe16/dosvm.c b/dlls/krnl386.exe16/dosvm.c
index 87adf33..7a3c96e 100644
--- a/dlls/krnl386.exe16/dosvm.c
+++ b/dlls/krnl386.exe16/dosvm.c
@@ -881,6 +881,8 @@ void DOSVM_InitSegments(void)
0xfb, 0x66, 0xcb /* sti and 32-bit far return */
};
+ VirtualAlloc((void *)DOSVM_UMB_BOTTOM, DOSVM_UMB_TOP - DOSVM_UMB_BOTTOM,
MEM_RESERVE | MEM_COMMIT, PAGE_EXECUTE_READWRITE);
+
/*
* Allocate pointer array.
*/
--
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=26264
Summary: Tanktics won't start
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: valsiterb(a)gmail.com
Created an attachment (id=33471)
--> (http://bugs.winehq.org/attachment.cgi?id=33471)
Debug output + memory dump
I've tried to launch tanktics, but it always crash. Debug output attached.
--
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=20026
Summary: Metal Fatigue crashes when I attempt to change
skirmish map
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmatra(a)citromail.hu
Created an attachment (id=23568)
--> (http://bugs.winehq.org/attachment.cgi?id=23568)
Backtrace from Wine 1.0.1
In newer Wine versions I can't get back traces, because Wine hags with a system
error dialog(the send or don't send error report one if under Windows). I can't
click anywhere so I have to kill the process and I won't get the back trace.
However, I know this issue is very old so I installed a Wine (1.0.1) which
didn't have that error dialog yet. Now it simply crashes, but I get back
trace...
Clicking to change the map will immediately make an unhandled exception and the
debugger will start.
The Demo do not have any skirmish maps.
--
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=38773
Bug ID: 38773
Summary: msvcr100/110/120 is missing reader_writer_lock
(required for MSVC 2013)
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gerbilsoft(a)gerbilsoft.com
Distribution: ---
Compiling a precompiled header using MSVC 2013 command line tools on Wine
1.7.45 results in the following errors:
err:msvcrt:demangle_datatype Unknown type s
wine: Call from 0x7b83bae3 to unimplemented function
msvcr120.dll.??0reader_writer_lock@Concurrency@@QAE@XZ, aborting
I'm not sure if the demangle_datatype error is important; however, the
unimplemented function is causing CL to fail.
This function (and related reader_writer_lock functions) are currently marked
as stubs in msvcr100, msvcr110, and msvcr120.
--
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=40592
Bug ID: 40592
Summary: wininet:http test regression
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The commit below introduced three new wininet:http failures on Windows XP
machines that have Internet Explorer 6.0 (for instance fg-winxp-1sp,
fg-winxp-2sp and fgtb-fgtbwinxp). These failures are:
http.c:5761: Test failed: Expected test.winehg.org:80, got 'test.winehq.org'
http.c:5774: Test failed: HttpSendRequest failed with error 12029
http.c:5799: Test failed: Expected test.winehg.org:443, got 'test.winehq.org'
See:
https://test.winehq.org/data/tests/wininet:http.html
commit 05a10d5fc80c36f7d2ed5ab3ef733f9539e08984
Author: Michael Müller <michael(a)fds-team.de>
AuthorDate: Tue Apr 26 23:38:52 2016 +0200
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Wed Apr 27 19:42:27 2016 +0900
wininet/tests: Add more tests for INTERNET_INVALID_PORT_NUMBER.
Signed-off-by: Michael Müller <michael(a)fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=28982
Bug #: 28982
Summary: Application crashes on DSound playback
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mailRoxas(a)gmail.com
Classification: Unclassified
Created attachment 37279
--> http://bugs.winehq.org/attachment.cgi?id=37279
WINEDEBUG log
Zero no Kiseki crashes when it tries to play 44100Hz Stereo WAVE music.
It does not crash when it's playing 22050Hz Mono WAVE sound effect.
The crash comes from DSound wrapper .dll called sound3d.dll that basically
seems to just load and play sound/music accordingly.
Attached is a
WINEDEBUG=+tid,+mmdevapi,+winmm,+midi,+dsound,+dmusic,+mci,+oss,+alsa,+coreaudio
output of the application.
--
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=23547
Summary: Railroad Tycoon 2: Platinum (Steam) crashes when
setting resolution to 800x600
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 6doughnuts(a)gmail.com
Created an attachment (id=29410)
--> (http://bugs.winehq.org/attachment.cgi?id=29410)
Logs from the time of the crash - not sure if they're related or not.
After beginning a scenario I went into the Options menu and chose the 600x800
graphics mode. The application crashed and I got the WINE 'serious error'
dialog. Attempting to restart the game causes it to crash again when it begins
playing the intro movie.
--
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=25516
Summary: Sims 3 flickering white textures
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
Created an attachment (id=32488)
--> (http://bugs.winehq.org/attachment.cgi?id=32488)
Terminal output
This problem happens for me on GeForce 400 series graphics cards using driver
260.19.21 and 195.36.31, but not on a GeForce 295 with driver 195.36.15
I attached the terminal output but there wasn't anything revealing in there.
The bug goes away when trying a WINEDEBUG=+d3d log.
The issue also goes away when you disable the 'advancedrendering' option in the
game's Options.ini file (My Documents/Electronic Arts/The Sims 3/).
--
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=17923
Summary: No music in X-COM: UFO Defense
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: afffect(a)gmail.com
No music playing in X-COM: UFO Defense Collectors Edition. Sound is ok. Older
Wine versions are affected too.
The only output is those 3 lines:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f644,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x13af28,0x13ae28): stub
Probably has something to do with the SetVolumePan stub, I've tried to dig in
the code to implement it, but failed. I guess it shouldn't be too difficult to
implement for someone familiar with wine sound stuff.
--
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=36501
Bug ID: 36501
Summary: Dyn Updater configuration 4.1.10
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: julien9z4fz(a)gmail.com
Created attachment 48576
--> http://bugs.winehq.org/attachment.cgi?id=48576
Dyn Updater configuration 4.1.10 error
Dyn Updater configuration 4.1.10 install perfect I went through all the wine
installation great when I open the dyn updater to put in my username and
password I get an error and closes with wine
--
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=18631
Summary: regedit
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Based off bug 18622, regedit pops up the wrong error when recasing a file. To
preproduce:
$ wine regedit
insert a new key 'foobar'
right click, rename 'foobar' to 'FOOBAR'
Error 'File exists'.
On windows 2K, it gives:
'Error Renaming Value'
'Cannot rename foobar: The specified value name already exists. Type another
name and try again'
'OK'
--
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=38192
Bug ID: 38192
Summary: Harry Potter 7 Part 2 Videogame crash at begins
Product: Wine
Version: 1.7.38
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 50968
--> https://bugs.winehq.org/attachment.cgi?id=50968
backtrace
Game crash at begins
--
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=41175
Bug ID: 41175
Summary: Firefox tooltips are partly black
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
It reproduces 100% of time if you follow these steps:
1. Hover over toolbar "Menu" button (the identity sign ≡), see "Open menu"
tooltip
2. Move cursor to Downloads button (the down-pointing arrow), see
"Display p████████████████████████████" (instead of "Display progress of
ongoing downloads"). Notice that the non-black rectangle is the same as was in
previous tooltip ("Open menu").
3. Try opening any other menu or tooltip — it only has that original rectangle
of "Open menu" tooltip drawn, with other parts black.
In some cases jumping to another submenu clears the blackness, and a bigger
rectangle becomes visible on all menus for a while.
Tested on Firefox 47 and 48.
--
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=34960
Bug #: 34960
Summary: Civilization V crashes when loading game
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.lopen(a)gmail.com
Classification: Unclassified
Created attachment 46586
--> http://bugs.winehq.org/attachment.cgi?id=46586
Crash after "Play now" is pressed
Cicilization V Gods&Kings extensions (Seam version) crashes after "Play now"
button. Game starts to load but at soon as message "Loading" blinks, it crashes
with error attached (backtrace_crash.txt). It crashes each time on exactly same
address. Same issue happened when 64 bit wine prefix was used.
It happens in fullscreen and also in windowed mode.
Last message before crash in civ V log system_init.log:
[27024.659] DBG: SystemInit: LoadGameState::StartInitStuffOnMap(): 9
Milliseconds
I tried to use WINEDEBUG=+relay, then it crashes during game startup
(backtrace_debug.txt). It never gets into game menu.
I have exactly same wineprefix configuration on older notebook and civ v works
there perfectly.
Software verions:
OS: Kubuntu 13.10 64bit
Wine: 1.7.6
Xorg: 7.7
Xorg Intel driver: 2.99.904
Kernel: 3.11.0
Seam installed using winetrics.
Graphics card: Intel HD 4600 (integraded, CPU i5-4200M)
--
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=37918
Bug ID: 37918
Summary: Crashes Echolink software after disconecting from a
station in the program.
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: wardyn(a)gmail.com
Distribution: ---
Created attachment 50505
--> https://bugs.winehq.org/attachment.cgi?id=50505
The report from wine crash.
For the Echolink.exe software for ham radio. Every time you disconect wine
crashes.
--
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=39831
Bug ID: 39831
Summary: Ethereal cannot be started.
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jitender.it.1740(a)exuberantsolutions.com
Distribution: ---
Created attachment 53172
--> https://bugs.winehq.org/attachment.cgi?id=53172
Ethereal Cannot be started.
Ethereal cannot be started.
--
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=35373
Bug ID: 35373
Summary: Overlay fading in and out takes a lot of time
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mdemolins(a)gmail.com
Classification: Unclassified
Hi,
I use VTI, Virtual Texas Instrument emulator, which emulates calculators
TI89/92+.
>From MS-Win XP to MS-Win 7, VTI displays an overlay at boot, while analysing
ROM images. It takes about ~1.
This overlay is displayed with a fading in and out to be nice.
When running with Wine, overlay fading in and out takes about 1 minute, instead
of ~1 second.
Whith older versions of Wine (like 1.0), it worked fine, overlay was not
displayed more time than under MS-Win.
OS : Debian testing 64 bits (Jessie), real or virtualized over MS-Win 7.
Wine : the one packaged with Debian, v 1.4.1, with default config.
Reproductible : always
How to reproduce : unarchive the emulator, enter in the directory "vti", then
type "wine Vti.exe"
Behavior : overlays takes 1 minute to fade in and out
Expected behavior : overlays takes ~1 second to fade in and out
(to be GPL-compliant : the attached archive contains a binary image of an OS
under GPL, PedroM. Sources are available here : http://www.yaronet.com/t3?id=19
. This image is necessary to boot the emulator)
--
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=34095
Bug #: 34095
Summary: GOG Imperialism does not run in Wine 1.6 / OSX
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexei.svitkine(a)gmail.com
Classification: Unclassified
Imperialism from GOG (http://www.gog.com/gamecard/imperialism) is broken in
Wine 1.6 on OSX from MacPorts. It used to work in 1.5.
It fails with the following short log:
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
err:module:attach_process_dlls "dplayx.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\GOG
Games\\Imperialism\\Imperialism.exe" failed, status c0000142
Attached is a more verbosed log via "WINEDEBUG=+relay,+seh,+tid wine
Imperialism.exe &> log.txt".
--
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=38359
Bug ID: 38359
Summary: Error when exiting ReplaceGenius program under Wine!
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vrajiva(a)gmail.com
Distribution: ---
Created attachment 51202
--> https://bugs.winehq.org/attachment.cgi?id=51202
ReplaceGenius error when exiting under Wine...
Error when exiting program under Wine!
--
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=41205
Bug ID: 41205
Summary: The fossil DVCS does not work.
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steven(a)multiphasicapps.net
Distribution: ---
Created attachment 55455
--> https://bugs.winehq.org/attachment.cgi?id=55455
Fossil log.
Hello,
The latest version of the Fossil DVCS does not work in Wine 1.9.16.
Fossil reports that the directory "c:\users\squirreljme\Local
Settings\Application Data" is not writeable, however other programs (such as
Notepad) write there without any issues.
--
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=33602
Bug #: 33602
Summary: In Tina 8.0 - exception EreadError in module rtl60.bpl
at 0002ED23
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Classification: Unclassified
While double clicking on a processor symbol in the schematic Tina 8.0 there's
an exception EreadError in module rtl60.bpl at 0002ED23.
Also, trying to switch to VHD mode in order to simulate processor design, I got
exception EFopenError in module rtl60.bpl at 0002F23E.
Clicking on the above warning windows let me use Tina againg, but without these
vital features.
--
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=39688
Bug ID: 39688
Summary: Crash in file browser dialog (probably because of >
MAX_PATH)
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Wine's GetOpenFileNameW/GetSaveFileNameW seems to crash when encountering a
very long path name (i.e. longer than MAX_PATH characters).
--
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=25538
Summary: Heroes of Newerth needs native msvcr80
Product: Wine
Version: 1.3.9
Platform: x86
URL: http://dl.heroesofnewerth.com/HoNClient-2.0.2.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
You can reproduce this without an account. Download, install, run hon.exe, and
get:
wine: Call from 0x7b838d43 to unimplemented function msvcr80.dll._fcvt_s,
aborting
may also need msvcr80:wctomb_s.
--
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=25402
Summary: Woody Two Legs crashes with unimplemented function
msvcr90.dll._ecvt_s
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://games.on.net/file/38121/Woody_Two-Legs_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Woody Two Legs requires d3dx9_36.dll otherwise
wine: Call from 0x7b837392 to unimplemented function
d3dx9_36.dll.D3DXFloat32To16Array, aborting
with d3dx9_36.dll
wine: Call from 0x7b837392 to unimplemented function msvcr90.dll._ecvt_s,
aborting
It works with d3dx9_36.dll and winetricks vcrun2008
--
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=26586
Summary: xmlhttprequest basic authentication don't work
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://netikka.net/dev/basicauth.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Testsite/url: http://browserspy.dk/password-ok.php
Simple xmlhttprequest example: http://netikka.net/dev/basicauth.exe
Username and password is included in request. But response shows you did not
give username / password. Works ofcourse in Windows.
Source:
procedure TForm1.Button1Click(Sender: TObject);
var xmlhttp: variant;
s: string;
begin
xmlhttp:=createoleobject('MSXML2.XMLHTTP.3.0');
xmlhttp.open('GET', edit1.text, true, edit2.text, edit3.text);
xmlhttp.send();
while(xmlhttp.readystate<>4) do application.processmessages;
s:=xmlhttp.responsetext;
s:=copy(s, ansipos('<tbody>', s), length(s)-ansipos('<tbody>', s));
s:=copy(s, 1, ansipos('</tbody>', s)-1);
memo1.text:=s;
if (ansipos(edit2.text, s)=0) or (ansipos(edit3.text, s)=0)
then showmessage('Failed!');
end;
--
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=24759
Summary: safearray axis in reversed order
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbill.lam(a)gmail.com
The api SafeArrayCreate expected a vector holding the shape
of array, eg. foo[3,4], the vector should be {3,4}. But what
I found was that wine interprets this vector in the reversed
order of what a real window would do. Hence one need to supply
a vector of {4,3} to wine to create the correct shape.
Also related to this, other api that need axis number are also
affected. eg. SafeArrayGetLBound/SafeArrayGetUBound
SafeArrayGetLBound ,1, will retrieve lbound of the second axis
SafeArrayGetLBound ,2, will retrieve lbound of the first axis
steps to reproduce problem,
create a safearray of shape [3,4] of integer from 0 to 11
open excel via ole automation and get a range of cell of the same shape
put the variant of the safearray into range
cleanup ole stuff
use excel or other spreadsheet programs to inspect the result.
expected output is a block of cells
0 1 2 3
4 5 6 7
8 9 10 11
actual output:
numbers not in this order and a column of cells with content <n/a>
repeat the test using real window and to confirm result.
--
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=22679
Summary: Photoshop CS5 installer fails
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.adobe.com/products/photoshop/main.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=27934)
--> (http://bugs.winehq.org/attachment.cgi?id=27934)
wine-1.1.44-19-gd2a0188 +msi +msidb +msiexec
The installer for Photoshop CS5 (32-bit) exits without error.
Console simply states "Exiting Installer with Code: 0"
This will probably affect all CS5 products.
Tried the workaround for Bug 18070 but that did not help so this is a separate
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.
http://bugs.winehq.org/show_bug.cgi?id=18688
Summary: Ventrilo crashes on startup
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://pastey.net/115072
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vhaarr+wine(a)gmail.com
This is a weird one for me.
If Ventrilo 3.0.x is the first application to start under WINE (1.1.22), it
works fine.
If, however, you start another application first, say World of Warcraft, and
then try to start Ventrilo, it crashes with the following debug output:
http://pastey.net/115072
Note that this only happens with WINE 1.1.22, NOT 1.1.21 or earlier. So it is a
recent regression.
Hopefully that should lead to a speedy fix.
--
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=30551
Bug #: 30551
Summary: Wine/msxml3 unhandled page fault
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tonybcrawford(a)gmail.com
Classification: Unclassified
An xml related crash occurs when running the SDET product with Wine 1.4.
The following error message is produced:
fixme:msxml:domdoc_putref_schemas (0x150b10)->({VT_DISPATCH: (nil)}): semi-stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e3381fe
(thread 0009)
--
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=26420
Summary: TES Construction Set crashes on topic view/edit
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kakuremura(a)gmail.com
Created an attachment (id=33639)
--> (http://bugs.winehq.org/attachment.cgi?id=33639)
Debugger output
TES Construction Set version 1.2.404
(http://download.zenimax.com/elderscrolls/oblivion/other/tes_construction_se…)
Wine crashes after a few clicks when you want to add/edit the conversation
topics/dialogs for a quest. Some times it will crash immediately on selecting
the topic tab.
--
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=25249
Summary: Wine crash running Leonardo.exe - Process
/usr/bin/wine-preloader was killed by signal 11
(SIGSEGV)
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mothlight(a)fastmail.fm
Steps to Reproduce:
1. Install http://www.envi-met.com/download30.htm (password is 49152cwRt)
2. Start Leonardo component
[nice@politemadness ENVImet31]$ wine Leonardo.exe
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7b837a03 (thread
0009), starting debugger...
err:seh:setup_exception_record stack overflow 992 bytes in thread 0009 eip
7bc712e1 esp 00230f50 stack 0x230000-0x231000-0x330000
Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
Segmentation fault (core dumped)
process tid prio (all id:s are in hex)
0000000e services.exe
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000017 0
00000016 0
00000013 0
00000012 0
[nice@politemadness ENVImet31]$ 00000019 explorer.exe
0000001a 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'
[nice@politemadness ENVImet31]$ rpm -q wine-core
wine-core-1.3.7-2.fc14.i686
[nice@politemadness ENVImet31]$ pwd
/home/nice/.wine/drive_c/ENVImet31
Output from abrt
warning: core file may not match specified executable file.
[New Thread 14488]
[New Thread 14509]
[New Thread 14510]
Failed to read a valid object file image from memory.
Core was generated by `Leonardo.exe '.
Program terminated with signal 11, Segmentation fault.
#0 0x687c853e in ?? ()
Thread 3 (Thread 14510):
#0 0x68000852 in ?? ()
No symbol table info available.
#1 0x681709eb in ?? ()
No symbol table info available.
#2 0x7bcac868 in ?? ()
No symbol table info available.
#3 0x7bc713f1 in ?? ()
No symbol table info available.
#4 0x00000013 in ?? ()
No symbol table info available.
#5 0x7ffd31d0 in ?? ()
No symbol table info available.
#6 0x7bc3e6a4 in ?? ()
No symbol table info available.
#7 0x7ffd381c in ?? ()
No symbol table info available.
#8 0x7bc732e5 in ?? ()
No symbol table info available.
#9 0x7ffd38e0 in ?? ()
No symbol table info available.
#10 0x68171e00 in ?? ()
No symbol table info available.
#11 0x0000000a in ?? ()
No symbol table info available.
#12 0x7ffd3c4c in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 2 (Thread 14509):
#0 0x68000852 in ?? ()
No symbol table info available.
#1 0x681709eb in ?? ()
No symbol table info available.
#2 0x7bcac868 in ?? ()
No symbol table info available.
#3 0x7bc79463 in ?? ()
No symbol table info available.
#4 0x7ffd718c in ?? ()
No symbol table info available.
#5 0x7bc3e6e6 in ?? ()
No symbol table info available.
#6 0x00000000 in ?? ()
No symbol table info available.
Thread 1 (Thread 14488):
#0 0x687c853e in ?? ()
No symbol table info available.
#1 0x00000000 in ?? ()
No symbol table info available.
No shared libraries loaded at this time.
No symbol "__abort_msg" in current context.
No symbol "__glib_assert_msg" in current context.
eax 0x1 1
ecx 0x231d88 2301320
edx 0x680214dc 1744966876
ebx 0x687cf220 1753018912
esp 0x7ffdb834 0x7ffdb834
ebp 0x7ffdb88c 0x7ffdb88c
esi 0x7ffdb9d0 2147334608
edi 0x7ffdb994 2147334548
eip 0x687c853e 0x687c853e
eflags 0x10246 [ PF ZF IF RF ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x33 51
gs 0x3b 59
No function contains program counter for selected frame.
--
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=29828
Bug #: 29828
Summary: comctl32: Trackbar controls don't show tick marks
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 38738
--> http://bugs.winehq.org/attachment.cgi?id=38738
Settings window using built-in comctl32
Trackbar controls can have markings along their length, corresponding to the
possible discrete positions of the slider. Microsoft calls those markings tick
marks; see
http://msdn.microsoft.com/en-us/library/windows/desktop/bb760149(v=vs.85).a…
Wine's built-in comctl32 does not show tick marks. They are present when using
native comctl32 (winetricks comctl32).
See the attached screenshots taken when running WinUAE, with and without native
comctl32.
--
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=27984
Summary: Starcraft 2 Editor: Renaming an item in the trigger
tree suggests it's displayed text and not the item
name.
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
A global integer variable with the name "hello" gets displayed in the trigger
tree as "hello = 0 <Integer>". That's fine, but if you try to rename it,
you get "hello = 0 <Integer>" as prefilled in text.
If you would confirm that the variable's name would change to
"hello = 0 <Integer>" and the displayed text would change to
"hello = 0 <Integer> = 0 <Integer>".
The bug doesn't occur with the native comctl32:
The suggested name in the upper case is with native comctl32 "hello" as it
should be.
--
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=25949
Summary: Divinity 2: The Dragon Knight Demo - fails to start
with builtin msvcr80 (purist)
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://www.gamershell.com/download_67640.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33083)
--> (http://bugs.winehq.org/attachment.cgi?id=33083)
WINEDEBUG=+msvcrt (trimmed, bzip2'ed)
Install the game, then native d3dx9_36 with winetricks. Set msvcr80 to builtin
in winecfg. Start the game. You'll get the introduction credits, then a black
screen with a rotating icon in the bottom right. With native msvcr80, it stays
here for 2-3 seconds, then you get the start menu. With builtin, it hangs here
indefinitely.
Apparently it crashes with builtin:
err:msvcrt:MSVCRT__invalid_parameter (null):0 (null): (null) 0
wine: Unhandled exception 0xc0000417 at address 0x7b839713 (thread 0026),
starting debugger...
Backtrace:
=>0 0x7b839713 RaiseException+0x83(code=0xc0000417, flags=<is not available>,
nbargs=0, args=0xb7744331) [/home/austin/wine-git/dlls/kernel32/except.c:84] in
kernel32 (0x0b9de7dc)
1 0x7e9829e9 MSVCRT__invalid_parameter+0x68(expr=0x0(nil), func=0x0(nil),
file=0x0(nil), line=0, arg=0) [/home/austin/wine-git/dlls/msvcrt/errno.c:427]
in msvcrt (0x0b9de81c)
2 0x7e9955b8 MSVCRT__mbstowcs_s_l+0x97(ret=0x0(nil), wcstr="Init.bnk?????",
size=0x8, mbstr="Init.bnk", count=0x8, locale=(nil))
[/home/austin/wine-git/dlls/msvcrt/mbcs.c:1845] in msvcrt (0x0b9de84c)
3 0x7e9956ee MSVCRT__mbstowcs_s+0x2d(ret=0x0(nil), wcstr="Init.bnk?????",
size=0x8, mbstr="Init.bnk", count=0x8)
[/home/austin/wine-git/dlls/msvcrt/mbcs.c:1863] in msvcrt (0x0b9de94c)
4 0x00f07fa5 in divinity2 (+0xb07fa4) (0x0017fac0)
+msvcrt/backtrace attached
--
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=25695
Summary: Bug SFML 1.6, Wine 1.2, VS2008
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulo(a)prsolucoes.com
Created an attachment (id=32731)
--> (http://bugs.winehq.org/attachment.cgi?id=32731)
LOG - BUG TRACK
When i try execute my game
(http://www.prsolucoes.com/downloads/solodefender.zip), i get an
exception(attached) on my Ubuntu 10.04 with Wine 1.2.
It was created with SFML 1.6 (http://www.sfml-dev.org/), VisualStudio 2008 and
Windows 7 32 bits.
My error is releated with file:
msvcp90.dll
My error message is:
Unhandled exception: unimplemented function msvcr90.dll._realloc_crt called in
32-bit code (0x7b8368a2).
Command executed on Linux Ubuntu 10.04:
1 - sudo apt-get install wine
2 - wine SoloDefender.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=16581
Summary: Actual progress is not shown within progress bars for
Nullsoft installers
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://sc2.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.c.ddcc(a)gmail.com
It seems that Nullsoft installers don't show the actual progress within a
progress bar when fetching online packages. This was with the setup for Ur-Quan
Masters 0.6.2, built with Nullsoft Install System v2.22.
The only item that appears in the terminal is:
fixme:shell:SHAutoComplete SHAutoComplete stub
--
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=30284
Bug #: 30284
Summary: Mathematica won't install on wine 1.1.16
Product: Wine
Version: 1.1.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gary719_list1(a)verizon.net
Classification: Unclassified
Created attachment 39569
--> http://bugs.winehq.org/attachment.cgi?id=39569
backtrace for loading failure on version 1.1.16
Attempt to install Mathematica 6 on wine version 1.4 failed. Regression found
that the latest version that worked is 1.1.15. The backtrace for 1.1.16 is
attached.
System information:
Intel 15750 processor
Intel DP55KG Motherboard
Debian Squeeze system
Kernel under which testing was performed 2.6.32-5-686
--
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=24547
Summary: Secret of Monkey Island wants 10 msvcp80 functions
(and one from msvcr80)
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
./MISE.exe imports following stub symbols:
msvcp80:??0_Lockit@std@@QAE@H@Z
msvcp80:??1_Lockit@std@@QAE@XZ
msvcp80:??Bid@locale@std@@QAEIXZ
msvcp80:?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@@Z
msvcp80:?_Getfacet@locale@std@@QBEPBVfacet@12@I@Z
msvcp80:?_Incref@facet@locale@std@@QAEXXZ
msvcp80:?_Register@facet@locale@std@@QAEXXZ
msvcp80:?classic@locale@std@@SAABV12@XZ
msvcp80:?id@?$ctype@D@std@@2V0locale@2@A
msvcp80:?tolower@?$ctype@D@std@@QBEPBDPADPBD@Z
./MISE.exe imports following stub symbols:
msvcr80:?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z
winetricks vcrun2005 works around it
--
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=28962
Bug #: 28962
Summary: Mount & Blade: WFAS texture quality slider isn't
moving
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.fileplanet.com/219895/210000/fileinfo/Mount
&Blade-with-Fire-and-Sword-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Classification: Unclassified
Created attachment 37241
--> http://bugs.winehq.org/attachment.cgi?id=37241
terminal output
Start Mount & Blade With Fire and Sword, click trial, configure, video panel
(partially hidden due to bug 28960), try to move texture quality slider. It
doesn't move, however texture quality number (visible next to the slider) is
changing. Winetricks comctl32 works around this.
--
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=28600
Bug #: 28600
Summary: Gameshadow crashes into msxml3
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://gameshadow.vo.llnwd.net/o1/ltd/patches/download
/gameshadow/GameShadow_v3-1-0.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Classification: Unclassified
Created attachment 36746
--> http://bugs.winehq.org/attachment.cgi?id=36746
crash log
prerequisite: winetricks mfc42 wsh56vb
after installation the app crashes with the attached console output
--
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=25149
Summary: Explzh: show the first letter only in listview or
treeview.
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.ponsoftware.com/en/archiver/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagawa.aki+winebugs(a)gmail.com
Created an attachment (id=31897)
--> (http://bugs.winehq.org/attachment.cgi?id=31897)
Screenshot of Explzh (on wine, winxp)
"Explzh for Windows" is one of well-known file compression/decompression
utility in Japan.
There are two binary version, Japanese version (Ver.5.69a) and English one
(Ver.5.69a_en). English version is still release candidate version.
Both Japanese version and English one show compressed item names with the first
letter only in listview or treeview area when I load an archive file in wine.
How to reproduce:
1) Launch EXPLZH.EXE
2) Open a compressed file. ([File]-[Open Archive] or Drag & drop)
Note: We need a plugin dll file except for lzh/zip/cab/rar archive.
The attachment is showing the problem.
Opening archive is Crystal Disk Mark 3.0i (CrystalDiskMark_3_0_0i.zip). You can
download from http://en.sourceforge.jp/projects/crystaldiskmark/releases/.
But this problem is *not* archive file specific.
--
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=27155
Summary: averasell crashes on load
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbaordman(a)yahoo.co.uk
Boot the app & crashes
--
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=24111
Summary: Xara Designer Pro 6 puts up error dialog "msxml4 was
not installed properly"
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.xara.com/us/downloads/designer/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Saw a question about Xara Designer Pro 6 on
http://www.talkgraphics.com/showthread.php?47409-Linux-and-Designer-Pro-6
so I gave it the downloadable demo a try.
It installed fine, but on startup, put up a fatal dialog saying
"msxml4 has not been installed properly...."
winetricks msxml4 works around this.
--
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=29847
Bug #: 29847
Summary: comctl32: Sliders of disabled trackbars are rendered
the same as enabled ones
Product: Wine
Version: 1.4-rc1
Platform: x86-64
URL: http://www.winuae.net/files/InstallWinUAE2330.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Sliders of disabled trackbar controls should be rendered differently from the
non-disabled state, to indicate that the control is disabled. However with
Wine's built-in comctl32, disabled trackbars are rendered identically to
enabled ones. There is no visual indication that the slider cannot be moved.
To demonstrate, download and run WinUAE. When the settings window opens, click
"CPU and FPU" in the treeview on the left. The sliders in the CPU Emulation
Speed area are disabled. Click the "Adjustable between CPU and chipset" radio
button to enable them. There is no change in how the sliders are rendered.
Enable native comctl32 (winetricks comctl32) and run WinUAE again. Disabled
sliders are rendered with a cross-hatch white/grey pattern. Clicking the radio
button to enable the trackbars renders the sliders all grey, indicating that
the user can adjust them.
Using built-in comctl32: http://bugs.winehq.org/attachment.cgi?id=38738
Using native comctl32: http://bugs.winehq.org/attachment.cgi?id=38739
--
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=26355
Summary: Webbrowser links don't work
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://netikka.net/dev/browser.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Example: http://netikka.net/dev/browser.exe
If you click links -> nothing happens.
--
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=25882
Summary: Eve online crashes with builtin msvcr80 on
unimplemented function _wsopen_s
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
eve online crashes on startup with msvcr80=b
The log says
wine: Call from 0x7b839483 to unimplemented function msvcr80.dll._wsopen_s,
aborting
Only of interest to purists, since the game bundles msvcr80.
--
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=29898
Bug #: 29898
Summary: IE6's back/forward buttons show the history dropdown
menu - real dropdown arrows missing
Product: Wine
Version: 1.4-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Regression SHA1: 574c0dcc322804d92d683ad097ac9f36d13056b1
Created attachment 38885
--> http://bugs.winehq.org/attachment.cgi?id=38885
Terminal output
In IE6, the toolbar is supposed to have dropdown arrows next to the back and
forward buttons which bring up a history menu, while the back/forward buttons
themselves go back or forward one page. Instead, the dropdown arrows are
missing, and the back/forward buttons both display the history menu when
clicked.
This did work as expected in 1.1.14. Regression testing indicated:
574c0dcc322804d92d683ad097ac9f36d13056b1 is the first bad commit
commit 574c0dcc322804d92d683ad097ac9f36d13056b1
Author: Mikołaj Zalewski <mikolaj(a)zalewski.pl>
Date: Sun Feb 1 13:07:08 2009 +0100
comctl32: toolbar: Unlike in listview, TB_SETEXTENDEDSTYLE takes the actual
style, not a mask.
:040000 040000 a11df2b7d07455de599115fafdf44c468788df51
7e18c3d458efa4a63a98cbef517ae075fe9eef74 M dlls
Reverting the patch fixed the problem.
Installed with 'winetricks ie6'.
--
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=27670
Summary: Pagecontrol popupmenu doesn't work
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://netikka.net/dev/pagecontrol.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Application did not show popupmenu when right mouse was pressed.
Small sample to reproduce:
http://netikka.net/dev/pagecontrol.exe
Go to pagecontrol tab (page1 or page2) and press right mousebutton.
There is no code, just dropped components to form and assigned popumenu to
pagecontrol.
winetricks comctl32 fixes
--
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=29192
Bug #: 29192
Summary: VT Trader crashes
Product: Wine
Version: 1.3.33
Platform: x86
URL: http://vtsoftware.fxserver.com/VTtrader2gain/VTTraderS
etup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Regression SHA1: 12bb4a471fc0ec01108d19e649dd097382fc9913
Install -> run -> crash
12bb4a471fc0ec01108d19e649dd097382fc9913 is the first bad commit
commit 12bb4a471fc0ec01108d19e649dd097382fc9913
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Wed Nov 16 00:28:51 2011 +0300
msxml3: Fix get_namespaceURI().
:040000 040000 0c39e6318811b984985094bd3f0d3e25e967d459
2a0463f8947f3e1109d3e466dbf1c7614d38e55d M dlls
Reverting patch fixes the crash.
git show 12bb4a471fc0ec01108d19e649dd097382fc9913 | patch -p1 -R
Blocks 15924
--
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=25908
Summary: Crash in winmerge when unfocusing edit field
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joao.eiras(a)gmail.com
1) Need to install winmerge http://winmerge.org/downloads/ . I'm using 2.12.4.0
Unicode
2) Open WinMerge and select two folders to compare
3) In the file list view, click once on a file name to select, and again to
edit the file name inline.
4) Click outside the file name editable field -> 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.
http://bugs.winehq.org/show_bug.cgi?id=23411
Summary: YoWindow: Fails to start
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://sweb1.yowindow.com/wimo/deploy/yosetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29188)
--> (http://bugs.winehq.org/attachment.cgi?id=29188)
Error message
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko flash
2) install YoWindow
3) wine yowindow.exe
Behaviour:
Please Wait->Preload Landscape->Please Wait->Error Window (see attachment) and
application closure
Expected behaviour:
YoWindow should start without any problem
--
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=24046
Summary: Keypressing in shellview can result in infinite hang
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
CC: bunglehead(a)gmail.com
Forked off #18147
(In reply to comment #6)
> Should be fixed by d57247ce396c4a71918fb9bc41b99a350063fdb2.
Nikolay
Your patch causes a regression. Pressing a key with shellview selected results
in a hang if:
- No file beginning with that key exists
- There is no other selection
--
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=20399
Summary: Wine systematic crash running MPLAB 8.40
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tritemio(a)gmail.com
Running MPLAB 8.40 under wine I have a crash selecting the "watch" item in the
menu "View".
I attached the last 1000 lines of
export WINEDEBUG=+relay
env WINEPREFIX="/home/anto/.wine" wine "C:\\Programmi\\Microchip\\MPLAB
IDE\\Core\\MPLAB.exe" 2>&1 | tee winelog.txt
The crash backtrace is at line 502.
--
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=29307
Bug #: 29307
Summary: Word 2010 cannot open specific docx file with builtin
msxml6
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Depends on: 25494
Classification: Unclassified
Created attachment 37899
--> http://bugs.winehq.org/attachment.cgi?id=37899
docx file that crashes Word 2010 with built-in msxml6
Opening per http://bugs.winehq.org/show_bug.cgi?id=25494#c16. I'm setting the
Wine version to 1.3.9 and component to msxml3 based on that bug.
I am attaching the problem docx file. When trying to open it, Word 2010 throws
up an error message about msxml6 needing to be properly installed and then
crashes. Word 2007 has no problem opening the same file. Native msxml6 works
around the problem.
--
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=25883
Summary: Stalker pripyat benchmark crashes with builtin msvcr80
on unimplemented function _sopen_s
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Stalker pripyat benchmark crashes on startup with msvcr80=b
The log says
wine: Call from 0x7b839483 to unimplemented function msvcr80.dll._sopen_s,
aborting
Only of interest to purists, since the game bundles msvcr80.
--
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=19826
Summary: .Net 2.0 Listview isn't updated properly and causes
program to hang
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.talkington(a)insightbb.com
CC: bunglehead(a)gmail.com
Created an attachment (id=23225)
--> (http://bugs.winehq.org/attachment.cgi?id=23225)
Commit e8846b7c78b008bbd5deb7d9f9c7a7793db32c68
A .NET program I use recently started to hang while it was populating it's
listviews. I've run regression tests and determined that commit
e8846b7c78b008bbd5deb7d9f9c7a7793db32c68 is the patch that causes the hangs. I
have attached this patch as well. Reversing this patch in lasted git causes
the program to function as expected.
>From the looks of it, this may mean the program is written improperly.
Unfortunately though, this DOES run as expected on windows so having the
developer 'fix' it is not an option.
Program: GamParse
Download link: http://gambosoft.com/Pages/Downloads.htm
Requirements: .Net 2.0
Description: This program reads in a log file generated from EverQuest (a
MMORPG) and reports various statistics, mainly the DPS (damage) of various
characters.
I will also attach a small log file that can be used to test.
Normal operation would be opening the log file from within the program, waiting
for it to load and then selecting the various fights in the leftmost list and
seeing the stats on the different tabs.
Latest operation in git wine is the file never completes loading.
--
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=17563
Summary: Crash when using TTM_GETTEXT + LPSTR_CALLBACK
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gamezelda2(a)gmail.com
Created an attachment (id=19718)
--> (http://bugs.winehq.org/attachment.cgi?id=19718)
Test application: Pressing the button crashes the program under Wine (the text
shows correctly if you go over the button). Source included.
Any program crashes when the message TTM_GETTEXT is sent to a ToolTip that has
lpszText set to LPSTR_CALLBACK.
The problem seems to be in dlls/comctl32/tooltips.c, in the functions
TOOLTIPS_GetTextA and TOOLTIPS_GetTextW.
The crash happens when Wine tries to copy lpszText, which is 0xFFFFFFFF.
Test application included.
--
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=15833
Summary: TreeView control don't save item's state
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iwarmouse(a)gmail.com
Created an attachment (id=16963)
--> (http://bugs.winehq.org/attachment.cgi?id=16963)
patch that i offer to fix this bug
Hi.
BUG:
TreeView sends TVS_GETDISPINFO notifycation. Main application catch it and
change "mask","state" and "stateMask" in a TVITEM structure. After returning
from message handler, item's state don't changed. TreeView don't save new item
state in function TREEVIEW_UpdateDispInfo after calling
TREEVIEW_SendRealNotify.
This is Delphi code sample, TMyTreeView inherits from TCustomTreeView
//-----------------------------------------------------------------
procedure TMyTreeView.CNNotify(var Message: TWMNotify);
var
hNode: Integer;
begin
with Message do
case NMHdr^.code of
TVN_GETDISPINFO:
with PTVDispInfo(NMHdr)^ do begin
hNode := item.hItem;
with PTVDispInfo(NMHdr)^.item do begin
mask := mask or TVIF_STATE or TVIF_HANDLE;
stateMask := stateMask or TVIS_STATEIMAGEMASK;
state := (state and not TVIS_STATEIMAGEMASK)
or UINT(IndexToStateImageMask(MyGetItemImageIndex(hNode)));
end;
end;
end;
inherited;
end;
//-----------------------------------------------------------------
This's link to MSDN page, where described how it must work:
http://msdn.microsoft.com/en-us/library/bb773456(VS.85).aspx
I'm offer this patch (attached) to fix this bug.
--
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=36311
Bug ID: 36311
Summary: valgrind shows some leaks in oledb32/tests/database.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==7571== 12 bytes in 1 blocks are definitely lost in loss record 64 of 614
==7571== at 0x7BC4C735: notify_alloc (heap.c:255)
==7571== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==7571== by 0x68108B7: heap_alloc (oledb_private.h:28)
==7571== by 0x68112E9: create_db_init (datainit.c:216)
==7571== by 0x6812097: datainit_GetDataSource (datainit.c:515)
==7571== by 0x497B6AA: test_GetDataSource (msdasc.h:554)
==7571== by 0x497BA54: test_database (database.c:122)
==7571== by 0x497DB9A: func_database (database.c:586)
==7571== by 0x497F65C: run_test (test.h:584)
==7571== by 0x497FA4B: main (test.h:654)
==7571==
==7671== 12 bytes in 1 blocks are definitely lost in loss record 66 of 614
==7671== at 0x7BC4C735: notify_alloc (heap.c:255)
==7671== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==7671== by 0x68308B7: heap_alloc (oledb_private.h:28)
==7671== by 0x68312E9: create_db_init (datainit.c:216)
==7671== by 0x6832097: datainit_GetDataSource (datainit.c:515)
==7671== by 0x498C2CD: test_initializationstring (msdasc.h:554)
==7671== by 0x498DBA4: func_database (database.c:588)
==7671== by 0x498F65C: run_test (test.h:584)
==7671== by 0x498FA4B: main (test.h:654)
==7671==
==7571== 12 bytes in 1 blocks are definitely lost in loss record 65 of 614
==7571== at 0x7BC4C735: notify_alloc (heap.c:255)
==7571== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==7571== by 0x68108B7: heap_alloc (oledb_private.h:28)
==7571== by 0x68112E9: create_db_init (datainit.c:216)
==7571== by 0x6812097: datainit_GetDataSource (datainit.c:515)
==7571== by 0x497B6AA: test_GetDataSource (msdasc.h:554)
==7571== by 0x497BA62: test_database (database.c:123)
==7571== by 0x497DB9A: func_database (database.c:586)
==7571== by 0x497F65C: run_test (test.h:584)
==7571== by 0x497FA4B: main (test.h:654)
==7571==
--
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=27331
Summary: kernel32.GetLocaleInfoA/W needs to be more strict
about invalid LCTYPE values (Dirt3 installer shows
language selection with empty strings)
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
encountered this while looking at "Dirt 3" game installer ...
The installer enumerates install languages and builds a listbox filled with
empty language strings.
For whatever reason the installer calls kernel32.GetLocaleInfoA/W with LCTYPE
0x73 which seems to be invalid (didn't find any info in MSDN/PDK)?
Wine doesn't validate these "holes" and returns success:
--- snip ---
0009:trace:nls:GetLocaleInfoW (lcid=0x409,lctype=0x73,0x32ea04,256)
0009:trace:nls:GetLocaleInfoW (lcid=0x409,lctype=0x73,0x32ea04,256) returning 1
L""
0009:trace:listbox:ListBoxWndProc_common [0x10068]: msg LB_ADDSTRING wp
00000000 lp 0032ee04
...
0009:trace:listbox:LISTBOX_InsertString [0x10068]: added item 0 L""
0009:trace:listbox:ListBoxWndProc_common [0x10068]: msg LB_SETITEMDATA wp
00000000 lp 00000409
--- snip ---
http://source.winehq.org/git/wine.git/blob/HEAD:/include/winnls.h#l296
--- snip include/winnls.h ---
296 #define LOCALE_IREADINGLAYOUT 0x0070
297 #define LOCALE_INEUTRAL 0x0071
298 #define LOCALE_INEGATIVEPERCENT 0x0074
--- snip include/winnls.h ---
If these holes are rejected (ERROR_INVALID_FLAGS), the installer gets it right
and uses a proper way of retrieving language names:
--- snip ---
0009:trace:nls:GetLocaleInfoW (lcid=0x409,lctype=0x4,0x32ea04,256)
0009:trace:nls:GetLocaleInfoW (lcid=0x409,lctype=0x4,0x32ea04,256) returning 8
L"English"
0009:trace:nls:GetLocaleInfoW (lcid=0x409,lctype=0x8,0x32ec04,256)
0009:trace:nls:GetLocaleInfoW (lcid=0x409,lctype=0x8,0x32ec04,256) returning 14
L"United States"
0009:trace:listbox:ListBoxWndProc_common [0x10068]: msg LB_ADDSTRING wp
00000000 lp 0032ee04
...
0009:trace:listbox:LISTBOX_InsertString [0x10068]: added item 0 L"English
(United States)"
...
--- snip ---
Regards
--
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=27058
Summary: Protection ID: Text from 3rd column in protection
report not displayed
Product: Wine
Version: 1.3.19
Platform: x86-64
URL: http://pid.gamecopyworld.com/ProtectionID_v6.4.0.rar
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asb(a)asbradbury.org
Created an attachment (id=34490)
--> (http://bugs.winehq.org/attachment.cgi?id=34490)
shows lack of text in third column under wine
After scanning a .exe in Protection ID (I'm using 6.4.0) it will add an entry
to a table in the 'Protection Report'. Under wine, this is not rendered
properly and the text from the third ('Protection') column is not displayed. I
attached screenshots to show the difference on wine vs Win7, scanning the same
file. To reproduce you just need to click 'Scan->Single file' then select a
protected .exe (any .exe from a Steam game for instance), and then click the
icon to show the protection report. There are no relevant complaints on the
terminal output.
I have confirmed this bug with wine 1.3.19 (from the ubuntu-wine ppa) and a
self-built 1.2.3, using a fresh wineprefix.
--
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=13064
Summary: AfterEffects 7 tryout crashes on startup, needs
GDI32.dll.CreateFontIndirectExW
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.adobe.com/pub/adobe/aftereffects/win/7.x/After
_Effects_7_0_Tryout.zip
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing the tryout works now (modulo one missing image,
see bug 10003). Starting it was a trial, though.
First, it crashed straight off, can't recall what it said, but there
was an error dialog. Rerunning it with +module got past that ?!
Then it put up the normal "continue trial" dialog box -- but transparant!
Probably has to do with this warning:
err:bitmap:X11DRV_DIB_SetImageBits Out of memory!
Then it crashed with
wine: Call from 0x7ee118b0 to unimplemented function
gdiplus.dll.GdipCreateFontFamilyFromName, aborting
winetricks gdiplus worked around that.
Then it crashed with the present bug,
wine: Call from 0x9cecd7 to unimplemented function
GDI32.dll.CreateFontIndirectExW, 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.
http://bugs.winehq.org/show_bug.cgi?id=25948
Summary: explorerframe/nstc tests shows some a leak in comctl32
under valgrind
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
140 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ImageListImpl_CreateInstance (imagelist.c:3654)
by ImageList_Create (imagelist.c:700)
by initialize_checkboxes (treeview.c:4956)
by TREEVIEW_StyleChanged (treeview.c:5443)
by TREEVIEW_WindowProc (treeview.c:5782)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by CallWindowProcW (winproc.c:980)
by ???
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:899)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageW (message.c:3165)
by WIN_SetWindowLong (win.c:2333)
by SetWindowLongW (win.c:2488)
by ???
--
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=20198
Summary: Help icon crashes Internet Explorer 7
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.wine-reviews.net/wine-reviews/applications/
ie-7-on-linux-with-wine.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phobieweb(a)yahoo.de
Created an attachment (id=23816)
--> (http://bugs.winehq.org/attachment.cgi?id=23816)
Gzipped wine default console output
If you hover over the help icon (ALT+l) of IE7 for more than a second the
browser crashes.
Replicated with 1.1.30~winehq0~ubuntu~9.04-0ubuntu1 and
1.1.29~winehq0~ubuntu~9.04-0ubuntu1 .
With 1.0.1-2 the IE7 does not start at all...
I used the HOWTO on
http://www.wine-reviews.net/wine-reviews/applications/ie-7-on-linux-with-wi…
to install the IE7.
--
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=19688
Summary: STATISTICA 6 demo crashes on startup
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.statsoft.ru/_Rainbow/documents/STATISTICADe
mo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22989)
--> (http://bugs.winehq.org/attachment.cgi?id=22989)
STATISTICA 6 demo backtrace
When starting the STATISTICA 6 demo on 1.1.27, the application immediately
produces a backtrace, and then simply hangs. Bug 6168 suggests a comctl32
issue, and using native comctl32 allows the application to start. The backtrace
is attached.
--
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=19627
Summary: Muziic installer causes a page fault
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://download.cnet.com/Muziic/3000-2168_4-10910117.h
tml?part=dl-10045338&subj=dl&tag=button
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22898)
--> (http://bugs.winehq.org/attachment.cgi?id=22898)
Wine 1.1.27 console output
The Muziic installer causes a page fault towards the end of the installation.
Despite this, it does seem to be installed.
Backtrace:
=>0 0xb7dd273f strlenW+0x15(str=0x10)
[/home/test/wine-git/libs/wine/../../include/wine/unicode.h:216] in
libwine.so.1 (0x0032f1c4)
1 0x7b8651b0 WideCharToMultiByte+0x51(page=0, flags=0, src=0x10, srclen=-1,
dst="çkÆ{", dstlen=260, defchar=0x0, used=(nil))
[/home/test/wine-git/dlls/kernel32/locale.c:1902] in kernel32 (0x0032f234)
Running with LANG="en_GB.UTF-8" as default.
--
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.