http://bugs.winehq.org/show_bug.cgi?id=30282
Bug #: 30282
Summary: treeview: OnExpanding is incorrectly sent to items
with no children
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 39560
--> http://bugs.winehq.org/attachment.cgi?id=39560
simple delphi app monitoring TreeView events
See the attached Delphi application. It creates a new subitem in OnExpanding
event handler. Clicking under the second + sign sends OnExpanding event to the
third item. Double-clcking the third item does the same. With native comctl32
it is possible to expand only the first two items.
--
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=31576
Bug #: 31576
Summary: XLN Online Installer with native IE7 can't log in
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After working around bug 31575 with 'winetricks ie7', the login
window came up ok, but entering username and password (doesn't matter
if they're valid or bogus), and then
clicking the login button, did nothing. Clicking on the login button
adds the following lines to the log:
fixme:wininet:InternetSetOptionW INTERNET_OPTION_IDN; STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND_UTF8_SERVERNAME_TO_PROXY;
STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CODEPAGE (65001): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CODEPAGE_PATH; STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CODEPAGE_EXTRA; STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_COOKIES_3RD_PARTY; STUB
fixme:wininet:InternetSetOptionW Option 53 STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_REQUEST_PRIORITY (0):
STUB
fixme:wininet:InternetLockRequestFile STUB
fixme:wininet:query_global_option Stub for 66
fixme:wininet:InternetLockRequestFile STUB
'winetricks wininet=native' (to turn on the version installed by winetricks
ie7)
works around the problem, and gets you to the next one.
--
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=26911
Summary: Command & Conquer Tiberian Sun: no sound in skirmish
mode without dsound emulation?
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The game seems to run fine, but entering skirmish
mode seems to break the sound (and it stays broken
upon return to main menu). Setting winetricks dsoundhw=Emulation
seems to work 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=22556
Summary: Multiple issues with Raisonance Ride7 IDE
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)andrewsmith.plus.com
After a fresh install of the Ride7 IDE, the application hangs (with high CPU
usage) when attempting to exit.
Additionally, after installing the RKit-ARM addon, the application no longer
starts - the program window appears and parts of the UI are shown, but then
crashes.
Software available as free download from:
http://www.mcu-raisonance.com/mcu_downloads.html (first link on that page is
the Ride7 IDE, the second link is the RKit-ARM add-on).
--
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=24143
Summary: TGA image is not visible in Layered Windows Demo
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.dhpoware.com/downloads/LayeredWindow.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
The window captures any window you move over it and only thing is displayed in
the terminal is.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-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=23591
Summary: EditPadPro: Access violation when using function
navigator with mouse double-click
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarekczek(a)poczta.onet.pl
Created an attachment (id=29490)
--> (http://bugs.winehq.org/attachment.cgi?id=29490)
last 100 lines of +relay
Open the source code file, eg.
/usr/src/wine-1.2-rc6/dlls/user32/winproc.c
Open the File Navigator window with Ctrl-F9 (left side pane)
Try double-clicking a function name in this pane.
You get:
Access violation at address 00559FCA in module 'EditPadPro.exe'. Read of
address 00000018.
After closing this message you can go on. The function we called positions the
editor at the right place and places focus in the right pane. It works as
expected. The only thing is this message.
This may be connected with windows switching / activating / deactivating as it
is a 2 pane app.
Prerequisites:
After installing the demo app
http://download.jgsoft.com/editpad/SetupEditPadProDemo.exe follow the
guidelines from AppDb
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20710 to properly
configure it for wine. Just 2 simple steps.
Additional info:
The same result as double-clicking can be achieved by clicking once and
following it with the enter key. This does not cause any problems.
Trying to locate the same function name many times doesn't bring the access
violation banner any more.
It appears only when you try to follow a new function. After that the function
is freed from the annoying message box.
I contacted Jan Goyvaerts, the author of the app. He is familiar with wine and
he says this is a wine bug.
What else can I provide to make it solved? Brothers programmers, this editor is
a powerful crossplatform tool for editing code. It's worth investigating some
time. I spent already several hours to test this bug and report it. Maybe I
should make another report with specific WINEDEBUG options?
--
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=27996
Summary: Flickering grass, magic and flickering trees
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zoroaster(a)inode.at
CC: wine-bugs(a)winehq.org
I have tested Oblivion 1.2.0416 with many different graphic settings with Wine
1.3.1, 1.3.9, 1.3.22, 1.3.23 and 1.3.24 (it seems Oblivion does not run with
Wine 1.3.25).
The following problem exists in all tested versions:
1. There its some sort of grass that is only temporary visible, it flickers
(also if you stand still in some positions).
2. If you are using magic there are also graphical "grass" artifacts visible at
the target (especially if the spell duration is more than 1 second).
3. If you turn on distant trees this flickering phenomena is also visible with
temporary visible trees everywhere in medium to near distance.
I am no expert but it seems there are some problems with unclean graphic
buffers. Some graphic is applied where it does not belong to and this also
seems to have high impact on performance. On my new AMD Radeon HD 6750M 1024 MB
graphics board I have at least about 40 FPS with really everything turned on,
as long as I'm not in exterior cells with grass or trees. But in that case I
get only 10 FPS and graphical errors as described above
--
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=31575
Bug #: 31575
Summary: XLN Online Installer complains Javascript not
supported
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Looking into http://forum.winehq.org/viewtopic.php?f=8&t=16805
I tried installing the free version of Addictive Drums from
http://www.xlnaudio.com/productline/1
Registering and clicking on 'try free version' asks you to download and run
their online installer
9aa342dedbf2da150b4edb580040b77eceb09485 xln-online-installer-win.zip
currently at
http://xlnaudio.s3.amazonaws.com/products/XLN%20Online%20Installer/xln-onli…
This contains both 32 and 64 bit installers. I started with the 32 bit one.
It aborted with a nice window saying my default web browser did not support
Javascript. The log showed:
...
fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
fixme:mshtml:HlinkTarget_SetBrowseContext (0x1b8d20)->((nil))
fixme:jscript:JScript_SetScriptState unimplemented state 3
'winetricks ie7' gets past this, and on to the next 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.