http://bugs.winehq.org/show_bug.cgi?id=31228
Bug #: 31228
Summary: "A simple IOCP Server/Client Class" locks up in
GetMessage
Product: Wine
Version: 1.5.8
Platform: x86
URL: http://www.codeproject.com/Articles/10330/A-simple-IOC
P-Server-Client-Class
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
Created attachment 41018
--> http://bugs.winehq.org/attachment.cgi?id=41018
Workaround for lockup
The example "A simple IOCP Server/Client Class" from The Code Project locks up
in GetMessage[A/W] when creating a connection with the server example. This
issue can be reproduced by following this procedure:
1) Launch the application
2) Choose "Ok" when it says "Error could not tart the Client"
3) Click "Stop"
4) Click "Settings"
5) Change "Port (-1 = Client mode):" to a value greater than 1024 (I use 6000)
6) Click "Save"
7) Click "Start"
I've attached a workaround/hack to allow the program to operate, but user32 is
not my area of expertise.
--
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=37403
Bug ID: 37403
Summary: Wrong default registry key is selected
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Steps to reproduce:
1. Open regedit.
2. Select "My Computer".
3. Close regedit.
4. Open regedit.
Expected result:
"My Computer" should be selected (at least this is the case with a native
Windows XP).
Actual result:
The first registry key is selected (in my case HKEY_CLASSES_ROOT).
--
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=38517
Bug ID: 38517
Summary: Winhttprequest doesn't keep user logged in
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
Created attachment 51387
--> https://bugs.winehq.org/attachment.cgi?id=51387
Test app + Delphi source
None of websites I have tested works.
Run sample and click button. It should give "Test passed!"
Workaround winetricks winhttp
--
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=36318
Bug ID: 36318
Summary: valgrind shows a leak in quartz/tests/filtermapper.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==14247== 56 bytes in 1 blocks are definitely lost in loss record 384 of 881
==14247== at 0x7BC4C735: notify_alloc (heap.c:255)
==14247== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==14247== by 0x52C2635: IMalloc_fnAlloc (ifs.c:186)
==14247== by 0x52C2F50: CoTaskMemAlloc (objidl.h:1236)
==14247== by 0x63228CB: ???
==14247== by 0x6326353: ???
==14247== by 0x4982867: func_filtermapper (fil_data.h:118)
==14247== by 0x49863D4: run_test (test.h:584)
==14247== by 0x49867C3: main (test.h:654)
--
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=16885
Summary: Yahoo Messenger 9 menu invisible, 'X' box hotspot in
wrong place
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://messenger.yahoo.com/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Yahoo Messenger 9 installs ok (though the install hangs at the end),
and even starts, but the menu doesn't display (usually).
You can access the menu via the keyboard by pressing alt-m,
and then it draws itself.
Possibly related is that the hotspots for the minimize/maxmimize/close
window decorations are below where they should be; you have to click
on the (undrawn) menu bar instead of on the window decorations to
get them to do anything.
--
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=38695
Bug ID: 38695
Summary: valgrind shows uninitialized memory in
dlls/gdi32/freetype.c:WineEngInit() (win64)
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind, win64
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Shows up in a lot of tests, I see that function mentioned 4662 times in the
whole log :)
==3240== Conditional jump or move depends on uninitialised value(s)
==3240== at 0x5E4EC9A: faces_equal (freetype.c:1383)
==3240== by 0x5E4F095: insert_face_in_family_list (freetype.c:1440)
==3240== by 0x5E4FA34: load_face (freetype.c:1576)
==3240== by 0x5E4FB20: load_face (freetype.c:1589)
==3240== by 0x5E4FF17: load_font_list_from_cache (freetype.c:1668)
==3240== by 0x5E594BA: WineEngInit (freetype.c:4141)
==3240== by 0x5E693FE: DllMain (gdiobj.c:658)
==3240== by 0x5E8E63E: __wine_spec_dll_entry (dll_entry.c:40)
==3240== by 0x4C4240F: call_dll_entry_point (loader.c:185)
==3240== by 0x4C45000: MODULE_InitDLL (loader.c:1080)
==3240== by 0x4C45401: process_attach (loader.c:1169)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C4ABF5: attach_process_dlls (loader.c:2797)
==3240== by 0x4419D96: ??? (port.c:60)
==3240== Uninitialised value was created by a client request
==3240== at 0x4C3A971: mark_block_uninitialized (heap.c:208)
==3240== by 0x4C3AB20: initialize_block (heap.c:239)
==3240== by 0x4C400AD: RtlAllocateHeap (heap.c:1716)
==3240== by 0x5E4F685: load_face (freetype.c:1530)
==3240== by 0x5E4FB20: load_face (freetype.c:1589)
==3240== by 0x5E4FF17: load_font_list_from_cache (freetype.c:1668)
==3240== by 0x5E594BA: WineEngInit (freetype.c:4141)
==3240== by 0x5E693FE: DllMain (gdiobj.c:658)
==3240== by 0x5E8E63E: __wine_spec_dll_entry (dll_entry.c:40)
==3240== by 0x4C4240F: call_dll_entry_point (loader.c:185)
==3240== by 0x4C45000: MODULE_InitDLL (loader.c:1080)
==3240== by 0x4C45401: process_attach (loader.c:1169)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C4ABF5: attach_process_dlls (loader.c:2797)
==3240== by 0x4419D96: ??? (port.c:60)
==3240==
--
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=34112
Bug #: 34112
Summary: Wine gets an error when trying to install Skilors
Grooveshark Downloader
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atomkiller(a)gmx.net
Classification: Unclassified
Created attachment 45358
--> http://bugs.winehq.org/attachment.cgi?id=45358
Backtrace
When trying to install Skilors Grooveshark Downloader, the wineinstaller
crashes and gives the backtrace found as attchment.
--
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=30873
Bug #: 30873
Summary: BMFont crashes on visualise option or save bitmap font
as
Product: Wine
Version: 1.5.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dav75uk(a)yahoo.co.uk
Classification: Unclassified
Created attachment 40456
--> http://bugs.winehq.org/attachment.cgi?id=40456
Crash log
Run BMFont on a 64 bit system (http://www.angelcode.com/products/bmfont/) and
select 000000 Latin + Latin Supplement. Click visualise or try to 'save bitmap
font as' and a dialog indicate a crash opens.
This was seen with winetricks usp10 and after an update to 1.5.6 (which I
assume overwrites winetricks' effect).
Log 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=23148
Summary: Lotus Freelance Graphics 2.1 reports a C runtime error
and exits
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: win16
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Blocks: 19662
Created an attachment (id=28790)
--> (http://bugs.winehq.org/attachment.cgi?id=28790)
Wine 1.2-rc3 +local
Lotus Freelance Graphics 2.1 reports a C runtime error and exits.
Curiously I have gone back to Wine 1.1.11 where Bug 19662 should occur but this
bug occurs instead. This suggests something has changed in Ubuntu Lucid (or
the kernel) that affects this app in Wine.
Same effect in Wine 1.1.11, 1.1.42 and 1.2-rc3.
Console output:
err:local:LOCAL_GetBlock not enough space in local heap 19f7 for 3512 bytes
--
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.