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.
http://bugs.winehq.org/show_bug.cgi?id=18482
Summary: Commports Behavior in wine
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juliozaa56(a)hotmail.com
CC: juliozaa56(a)hotmail.com
I read many reports here about troubles whit serial communications devices and
most especific this error:
fixme:comm:set_queue_size insize 0 outsize 0 unimplemented stub
the truth about this is that all applicattions that use mscomm32 in visual
basic 6 give this error the origin; the Buffer control properties this appears
in some delphi applications too, the applications that use sentences read
comm_pure in cases that c language don`t use this property and the fixme
message don`t appear, the buffer control are controlled directly by the system
and in tty --help don`t talk about use this function for this reason when you
invoke the serial port through mscomm the error appears many times this is not
wine system trouble but sometimes this error delays the process to get info in
ports, when you install any application for serial port works properly i make
the test and sometimes i don`t need to create a symlink for ttyS0 the program
runs whitout them, previously register mscomm32.ocx, i can`t offer properly
solution because my only "crazy idea" is make a new mscomm32.ocx whitout
inbuffer and outbuffer because linux systems takes control of this property. In
other case the usb to serial converters can work fine however windows supports
all parity odd,even,mark,space,none when com1 is built in on board, but when
you use a usb converter in windows the parity space doesn`t work same that
linux when you set space parity in linux the data that you get is a empty field
and do you need to set to properly parity however some applications needs a
mandatory space parity especially when use comunications programs, again this
trouble is not part of wine because wine translate properly the program but the
port give the primary control to linux when you test the configuration -F
/dev/ttyS0 linux put more control values that lock the win applications, sorry
if is this too long but i have many days try to understandig this and only
today i can get the info.
--
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.