http://bugs.winehq.org/show_bug.cgi?id=17070
Summary: Microsoft "Windows SDK for Windows Server 2008"
installer fails
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=e6e1c3df-a74f-4207-8586-711ebe331cdc
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing the Windows 2008 SDK from
http://www.microsoft.com/downloads/details.aspx?FamilyID=e6e1c3df-a74f-4207…
fails with
trace:msi:MSI_ParseSQL Parse returned 0
003e:Call ole32.CoInitialize(00000000) ret=7ceaaadc
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
003e:Ret ole32.CoInitialize() retval=80010106 ret=7ceaaadc
err:msi:ACTION_CreateShortcuts CoInitialize failed
...
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
and a fatal dialog.
--
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=7326
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|build-env |-unknown
Resolution| |FIXED
--- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-05-16 12:11:57 ---
Reported fixed.
--
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=18488
Summary: RtlReAllocateHeap memory leak
Product: Wine
Version: 1.1.21
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)mahadri.com
uTorrent with over 250 torrents loaded leaks ~40MB/hour. After running
uTorrent for an hour under valgrind, it reported that ~40MB in 155 blocks
allocated in RtlReAllocateHeap were possibly lost. I commented out
wine-1.1.21/dlls/ntdll/heap.c:1553-1560, and uTorrent seems to run fine without
leaking memory. The commented-out code is:
if (rounded_size >= HEAP_MIN_LARGE_BLOCK_SIZE && (flags &
HEAP_GROWABLE))
{
if (!(ret = allocate_large_block( heapPtr, flags, size ))) goto
oom;
notify_alloc( ret, size, flags & HEAP_ZERO_MEMORY );
memcpy( ret, pArena + 1, oldActualSize );
/* FIXME: free old memory here! */
goto done;
}
--
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=18422
Summary: World of warcraft opensolaris
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Solaris
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: computer.pers(a)gmail.com
$ uname -a
SunOS computerpers 5.11 snv_111 i86pc i386 i86pc
$ wine --version
wine-1.1.20
Can not install WoW (World of Warcraft) 3.0.1 from InstallWow.exe
it started installation and in random place crashes with this error:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(10000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 10000
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 146 (MIT-SHM)
Minor opcode of failed request: 3 (X_ShmPutImage)
Value in failed request: 0x63c
Serial number of failed request: 285597
Current serial number in output stream: 285598
I've tried 2 versions of wine: 1.1.7 and 1.1.20 - the same 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=18493
Summary: Runes of Magic: installer and updater work, gameplay
just shows a black screen
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james.lea(a)hotmail.co.uk
in Runes of Magic when you try to play the game itself it loads sound and the
game cursor, but just displays a black screen.
the system hangs on this screen and the only way to get it working a gain is to
force power off (hold power button for 5 secs) and then turn it back 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=18448
Summary: Wine does not support X11 clipboard
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
There are 2 clipboards in modern linux distributions. First one is handled by
X11 and another one by DE.
In order to copy into first one you just need to select text. In order to paste
from that clipboard you need to click middle mouse button (wheel).
Second clipboard is managed by DE and in order to access it you use DE-specific
hotkeys, usually ctrl/shift+insert and ctrl+c/v/x.
The later one is supported by wine, so you can easily copy text from wine
applications into linux programs and vice versa.
But the first one, X11 clipboard is not supported at all. This is not just
matter of convenience and ease of use, you can't just select some text and then
middle click it into browser, for instance. The problem is that this sometimes
break some applications.
For instance, take very popular linux dictionary, StarDict. It is very handy,
since you can just simply select some text in any application and translation
pops up. But if you try to do that with any wine application, this won't work.
This makes usage of StarDict very inconvenient.
Also, middle-click is supported by wine, but it's support is incorrect. When
you middle-click into wine application, it does paste text, but not from X11
clipboard (as one might expect) but from DE's 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=7326
--- Comment #8 from Per Christian Henden <perchrh-wine(a)pvv.org> 2009-05-16 05:35:46 ---
This bug no longer occurs in Mordor (appdb id 5543) with Wine 1.0.21. Bug can
likely be closed as solved.
--
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=219
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maxfnoel(a)gmail.com
--- Comment #82 from Austin English <austinenglish(a)gmail.com> 2009-03-27 10:57:46 ---
*** Bug 16759 has been marked as a duplicate of 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.
http://bugs.winehq.org/show_bug.cgi?id=8177
--- Comment #21 from dms(a)sosnoski.com 2009-05-15 20:13:04 ---
If the problem with the font is the use of SYMBOL_CHARSET, is it possible to
just change this value in the file so that Wine will treat it differently? I
don't know how to find the value in the file, but will gladly give that
approach a try if someone can tell me the correct offset.
--
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=8177
dms(a)sosnoski.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dms(a)sosnoski.com
--- Comment #20 from dms(a)sosnoski.com 2009-05-15 19:57:54 ---
I can confirm that this is still a problem with Wine 1.1.17.
--
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.