http://bugs.winehq.org/show_bug.cgi?id=31677
Bug #: 31677
Summary: a child window not opened properly
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tramp(a)sibmail.com
Classification: Unclassified
This code is not working properly:
void PreSubclassWindow()
{
LONG Styles = GetWindowLong(m_hWnd, GWL_STYLE);
LONG ExStyles = GetWindowLong(m_hWnd, GWL_EXSTYLE);
if (Styles == 0 || ExStyles == 0)
return;
Styles |= WS_CHILD;
Styles &= ~WS_OVERLAPPED;
Styles &= ~WS_CAPTION;
Styles &= ~WS_BORDER;
ExStyles &= ~WS_EX_CLIENTEDGE;
ExStyles &= ~WS_EX_DLGMODALFRAME;
ExStyles &= ~WS_EX_WINDOWEDGE;
SetWindowLong(m_hWnd, GWL_STYLE, Styles);
SetWindowLong(m_hWnd, GWL_EXSTYLE, ExStyles);
}
--
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=32502
Bug #: 32502
Summary: YoudaoNote: crashes when syncing
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42878
--> http://bugs.winehq.org/attachment.cgi?id=42878
The Log
You can reproduce it follow this:
0. download and install it:
md5sum Downloads/YNote.exe
8c790463479ee83fa56a8a896aafe9e9 Downloads/YNote.exe
BTW, I select no when it asked me to install Youdao Dict.
1. run it '~/.wine/drive_c/Program Files/Youdao/YoudaoNote$ wine
YoudaoNote.exe'
2. login
If you are the frist time run it, it will sync automatically and crash. If not
you can reproduce it by create a new note and click the "同步" button to sync and
it will crash.
And I found 'winetrick -q ie7' helps a lot.
My test environment:
- Ubuntu 12.10 32bit
- wine-1.5.19-272-gf30c18f
--- snip ---
wine: Unhandled page fault on write access to 0x00000000 at address 0x61e474f3
(thread 0031), starting debugger...
fixme:wincodecs:PngDecoder_Block_GetCount 0x10a220e0,0x33eba8: stub
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x61e474f3).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:61e474f3 ESP:05daba80 EBP:6adf2304 EFLAGS:00010246( R- -- I Z- -P- )
EAX:0000000a EBX:00000003 ECX:05daba40 EDX:00000000
ESI:6adf1640 EDI:00000000
Stack dump:
0x05daba80: 0000000a 7c6b81e0 05dabab8 7c64d1c1
0x05daba90: 7c6b81e0 0006010e 05dabae8 69dc2aa0
0x05dabaa0: 05dabad4 6adf1686 05dabac8 00000003
0x05dabab0: 6adf1640 00000000 6adf2304 69c64be3
0x05dabac0: 7c6b81e0 6adf1686 05dabad4 0000048e
0x05dabad0: 7eb4c869 21232323 41202121 54524f42
Backtrace:
=>0 0x61e474f3 in mozalloc (+0x74f3) (0x6adf2304)
0x61e474f3: movl $0x7b,0x00000000
--- snip ---
--
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=10206
Summary: Crysis has huge graphical errors on certain systems
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.fileplanet.com/168866/160000/fileinfo/Crysis-
Demo-(Singleplayer)
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=8816)
--> (http://bugs.winehq.org/attachment.cgi?id=8816)
Screenshot from the start of the game
Crysis fails to render properly at all for me (see attachment), whereas on
other systems, such as this user's (screenshot from the same section):
http://appdb.winehq.org/appimage.php?iId=14046
It looks fairly good.
The only difference is that that user is running a Geforce 8600 GT and I am
running a 7900 GTX. Same Wine version and settings, and same driver version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27985
Summary: Starcraft 2 Editor: The data editor listviews which
show the attribute names have each a horizontal
scrollbar
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
Created an attachment (id=35820)
--> (http://bugs.winehq.org/attachment.cgi?id=35820)
Unreadable tokenfield because of the horizontal scrollbar. (Wine 1.3.25)
The data editor listviews which show the attribute names have each a horizontal
scrollbar, which can be used to scroll by about 1-3 pixel. On windows, or with
native comctl32 there is no horizontal scrollbar.
On windows it looks like this:
http://www.staredit.net/starcraft2/File:Actor_-_Right_Panel.jpg
(Ignore the red markers)
Workaround: Resize the single column in the listview with the horizontal
scrollbar.
--
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=26363
Summary: SmartTRAK: graphic artifacts on part of dive computer
screen
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karent.bug(a)gmail.com
Created an attachment (id=33584)
--> (http://bugs.winehq.org/attachment.cgi?id=33584)
Screenshot
1) Download and install SmartTRAK from scubapro.com
Direct link:
http://www.scubapro.com/europe/uk/uwatec-products/software/software/smarttr…
2) Use winetricks to install MS Jet 4.0 Service Pack 8 and MS MDAC 2.8
3) run SmartTrak and open demonstration logbook file Demo.slg. This logbook
should be already open when SmartTRAK starts for the first time, if not, choose
Logbook->Open
4) You will see Dive Table window and Dive window. On the right side of Dive
window there is an LCD dive coputer display shown.
Recorded dives contain data from different dive computer types. Choose any dive
that as performed with Aladin 2G dive computer - these are dives numbered 15,
16, 17, 18
5) Click anywhere inside the graph (depth vs time), hold LMB and scroll thruogh
the graph, data shown on LCD display should change acordingly.
6) Note that whenever depth is shown on LCD (as opposed "---" that is being
shown for surface part of dive) there is a graphic artifact that covers part of
the LCD display.
This problem does not occure for other recorded dives (different types of dive
computers)
--
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=29769
Bug #: 29769
Summary: Fetion IM Client: crashes when clicking on profile
icon
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarrodbagwell(a)gmail.com
Classification: Unclassified
1. Download Fetion(飞信)IM client from http://feixin.10086.cn/download/pcclient/
(sha1sum 10cc9c18b9864dd4c1a4a4b263e46ea2570d4446)
2. Install client, making sure to set language environment to Chinese with
command LANG=zh_CN.utf8
3. Sign up for an account at https://feixin.10086.cn/account/register/
4. Login into client
5. Click the large circular profile button in the upper left hand corner of the
client.
6. Fetion should crash and wine will generate a backtrace.
--
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=22790
Summary: Bonzai3D menu icons fail to update to reflect status
most of the time
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://formz.com/products/bonzai3d/bonzai3dDownloadTri
al.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)lasventajas.com
In Bonzai3D there are a number of floating palettes, the principle one being
the modeling tool palette which in turn spawns related sub-palettes. For
example, hovering over the pick tool icon evokes a sub palette with various
pick options represented by icons. Selecting an option from the sub palette
closes the sub palette and should place the icon of the tool chosen in the
modeling tool palette. This occurs rarely and randomly.
--
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.