http://bugs.winehq.org/show_bug.cgi?id=2811
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From fenix(a)club-internet.fr 2005-22-03 16:48 -------
Hi,
well this need more investigation (for keyboard).
as you can see in alloc_device:
<snip>
EnterCriticalSection(&keyboard_crit);
if (!keyboard_users++)
keyboard_hook = SetWindowsHookExW( WH_KEYBOARD_LL, KeyboardCallback,
DINPUT_instance, 0 );
LeaveCriticalSection(&keyboard_crit);
<snip>
so keyboad_hook should be ok on first allocation (but for you dont seems).
Can you attach a zip who contains game + data + cfg.
I can't get it running :( (complaining about missing room datas)
I will analyse.
For mouse problems, seems you game use mouse wrap. Usually used when game use
game handled cursor (but no handled by wine dx for now, so you continue see
wine cursor instead game one)
This need to enhance/implement "mouse icon" support
Regards,
Raphael
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2812
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 15:33 -------
Is there a (free/demo) application showing this problem? What are you using
which shows it?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2795
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 15:32 -------
Can you try a WINEDEBUG=+tid,+relay trace, and wait until the msgbox appears,
then find the 'MessageBox' call in the trace, and submit the last eg. 10,000
lines (compressed) as an attachment?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2807
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 14:45 -------
As was said above, the idea of a bug is something we can fix whereas a fixme
may just be missing functionality but not cause you any problems. You list 2
specific problems, which is more the aim of these (although I would generally
say one per bug please), ie
- Sometimes the program closes out
- when you go into the data area it doesnt show the paths
What happens when the program 'closes out' - what gets logged in the console?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2809
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 14:15 -------
http://www.winehq.org/hypermail/wine-patches/2005/03/0516.html
Please close/fixed if it resolves the problem and is comitted to cvs. If
problems persist please reopen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2809
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 13:59 -------
I think the problem described is that the code goes into an infinite loop
if the top item in the treeview is 'selected' and any key is pressed
since it fails when the wrap point == the search end location.
I have a patch for this, submitting soon
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2811
------- Additional Comments From mteske(a)imagnos.com 2005-22-03 12:54 -------
Ok, I managed to get keyboard running, too.
I found out by doing heavy TRACE calls, that the WH_KEYBOARD_LL Hook was never
called. the I saw in the debug log that there are some Acquire/Unacquire calls.
While the mouse stuff then does UnhookWindowsHookEx and SetWindowsHookExW,
the keyboard stuff did not.
When I finally put
keyboard_hook = SetWindowsHookExW( WH_KEYBOARD_LL, KeyboardCallback,
DINPUT_instance, 0 );
at the end of SysKeyboardAImpl_Acquire()
and
UnhookWindowsHookEx( keyboard_hook );
keyboard_hook = 0;
at the end of SysKeyboardAImpl_Unacquire()
it worked!
Any comments?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2810
jellianef(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
------- Additional Comments From jellianef(a)yahoo.fr 2005-22-03 12:51 -------
The bug has appeared with version 20050211.
I've tried all previous versions until the bug appears.
It's present in versions 20050211 and 20050310.
I don't know how to find where the patches are in the cvs tree.
I suspect a regression because in my case it worked until version 20050211.
Or it's perhaps some change has been made for another problem.
Could you tell/direct me to an howto find the patches. I'll try to do my best.
This bug needs to be corrected because it will enable to test directx/opengl
either natively supported by wine, or with win4lin.
My test shows that directx 9 works with wine+windows. Very interesting for
games. The sim runs at 120 frames per second instead of 8 fps under wine !!!.
Not so bad and playable, a good beginning.
I would like to try an directx patch from http://oliverthered.f2s.com/projects/wine/
that seems very promizing, but I need my sim working on 20050310 with the com1 port.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2741
------- Additional Comments From geoffd(a)professionalhosts.com 2005-22-03 12:27 -------
It does not hang for me so I can't get a PID etc. It just runs through giving
the error message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2474
------- Additional Comments From a_villacis(a)palosanto.com 2005-22-03 11:54 -------
I have been reviewing what happens when MP3GainGUI starts up that triggers the
first of the errors (the dialog box that claims mp3gain.exe could not be found).
The source code of MP3GainGUI has been helpful for this.
MP3GainGui tries to invoke mp3gain.exe at startup in order to get the program
version. This backend reports its version on stdout when invoked with a /v
switch. So, the VB frontend opens a pipe and connects the backend stdout to it
in order to read the version string from it. Since the routine to fetch a
program's stdout is a generic one, and the execution of the program might take
a while, the routine polls for available data from the pipe (much in the way the
select() call is used in Unix) before reading, and calls DoEvents (a VB keyword
that yields control to the GUI in order to process window events) if no data
is available. The function called to poll for available data is PeekNamedPipe(),
with a (supposedly) NULL buffer pointer, and a buffer length of zero. The Wine
implementation of PeekNamedPipe() checks for a NULL pointer before attempting
to read data from the pipe with recv() and the MSG_PEEK flag.
The problem arises because the VB frontend fails at specifying a NULL pointer
for the buffer pointer of PeekNamedPipe(). Because of some poorly-documented
rule about the way an Any parameter in VB behaves, the attempt to pass a
literal 0& (which is, as far as I can remeber, an equivalent of "0L" in C) to
the lpBuffer parameter (declared as Any in the VB file) does NOT translate into
a NULL pointer, but to a non-NULL pointer that points to the zero value (or so
I think). Then PeekNamedPipe() receives a non-NULL pointer, which it interprets
as a valid buffer, and fails to check that the buffer length is set to 0, so it
end up trying to perform a zero-length peek on an invalid buffer with recv().
This operation is (apparently) not supported, and so it says in the errno value.
The PeekNamedPipe() function should check for the buffer length as well as the
buffer pointer before trying to perform the recv() peek on the pipe.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2809
------- Additional Comments From gabriele.giorgetti(a)teamfab.it 2005-22-03 11:00 -------
I'm attaching another program which can help you to better understand the problem.
This is done with Borland C++.
Regards.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2811
Summary: Keyboard/Mouse does not work on AGS games
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mteske(a)imagnos.com
on games constructed with AGS, the AdventureGameStudio,
keyboard and mouse do not work correctly.
1. The mouse always stays in the center of the screen. This I could fix by
commenting out (as of now) line 786 of dlls/dinput/mouse.c:
SetCursorPos( This->mapped_center.x, This->mapped_center.y );
Of course I don't know if that's a valid fix, so I post a bug here for help on
how to debug/fix it properly.
2. Keyboard input does not work at all. although the window gets the events from
X11 (I see them with WINEDEBUG=key) they do not reach dinput (Nothing is seen
on keyboard input and WINEDEBUG=dinput except initialization).
A short Example for such a game can be downloaded under
http://www.bigbluecup.com/games.php?action=detail&id=8
Called "Rob Blanc 1".
To get it running under wine, after unzipping one needs to create a file
acsetup.cfg with e.g. the following contents:
---- cut ----
[misc]
cachemax=5120
screenres=1
windowed=1
forceletterbox=0
antialias=0
[sound]
digiid=-1
midiid=-1
usevox=1
usespeech=1
------- cut ---------
Thanks for any help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2796
mteske(a)imagnos.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mteske(a)imagnos.com 2005-22-03 10:07 -------
BTW, I tested lately with latest CVS and it was fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2810
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ports |wine-misc
Keywords| |NoAppDBEntry, regression
Version|20050111 |20050211
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-22-03 09:43 -------
If it is a regression could you please try to do regression testing on it. It
would be really usefull to find the patch that broke this.
http://www.winehq.org/site/docs/wine-devel/x1318
You should probably try curent CVS to se if it is fixed in the mean time first.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2741
------- Additional Comments From mike(a)navi.cx 2005-22-03 08:10 -------
When it hangs please retrieve the PID of the hung process and use the "pmap"
program on it. Then attach the output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2810
Summary: Access to com1 broken
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jellianef(a)yahoo.fr
Mdk 10.1 pro pack, win4lin 5, IPACS Aerofly pro rc scale model sim, access to
serial (com1) attached cable with dongle.
wine 20050111 mdk works fine finding the serial attached cable, broken with wine
20050211 mdk.
afpro was installled in win4lin 5 (/home/jm/win) along with directx, and wine
configured to use the win4lin dlls (wine windows points to /win/windows).
w4l has win98 osr2 installed.
This permits afpro to run using opengl and directx
Two traces are available at http://www.ellianef.org/wine/
afpro-good is the trace when working with wine 20050111
afpro-bad is the trace when not finding the dongle on com1 port with wine 20050211
In the bad trace, there are ioctl errors.
I think there has been a regression between the two versions.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2741
riq(a)mail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |riq(a)mail.com
------- Additional Comments From riq(a)mail.com 2005-22-03 06:14 -------
Hello
I have the same problem Geoff does.
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
I can run notepad and the calculator program from a Win 2000 system.
Everything else ends with:
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
And hangs itself with 99% CPU usage in the wine-preloader.
My system is a 2 weeks old installation of GenToo, emerge to the last update:
Kernel 2.4.26
gcc 3.3.5-r1
xorg-x11 6.8.0-r4
wine 20050111
All packs are from GenToo
(gcc/emerge use CFLAGS="-O2 -march=i686 -fomit-frame-pointer")
Hardware:
P4 2 Ghz, 1Gb mem, NVidia Video card
I'm very grateful for all the help I can get...
/Rickard
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2791
------- Additional Comments From simon(a)grabinar.com 2005-21-03 22:46 -------
Same problem using Fedora Core 3 / winetools 2.1.1 / wine-20050310-1fc3.
Please tell me if I can provide any useful information.
I only get the inverted buttons for winword, not excel.
Managed = "N"
Desktop = "1024x768"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2479
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-21-03 21:00 -------
Curious Program: I get the following message:
err:wave:OSS_OpenDevice FullDuplex: Mismatch in access. Your sound device is not
full duplex capable.
So It looks like this gets further now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2474
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-21-03 20:01 -------
I had to add MSVBVM60.DLL and MSCOMCTL.OCX to the program directory to get this
program to run. When these were added I get the message boxes as described in
the original bug report (confirming)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2090
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-21-03 19:38 -------
This is not a problem with winmx 3.53 (Resolving WORKSFORME)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2749
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-21-03 12:46 -------
I tested with current CVS and this is fixed. (resolving as fixed)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2809
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download, source
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-21-03 12:42 -------
I am able to confirm this. I downloaded the test program and it behaves like
described. I have found that it is not just the * and + keys that lock it up
though. Pressing any key will cause the program to lock up on my system. When I
attach to it using winedbug I get the following bt.
Wine-dbg>info process
pid threads parent executable (all id:s are in hex)
00000008 1 00000000 'Z:\home\tlambregts\Downloads\treeview.exe'
Wine-dbg>attach 0x00000008
In 32 bit mode.
0xffffe002: -- no code accessible --
Wine-dbg>bt
Backtrace:
=>1 0xffffe002 (0x40017c54)
2 0x40017cf4 (0x00000000)
Wine-dbg>c
Process of pid=0x00000008 has terminated
Wine-dbg>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2749
------- Additional Comments From burnus(a)gmx.de 2005-21-03 12:40 -------
To my knowledge this is FIXED in newer Wines.
Please re-test with a newer version and close the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2749
jake(a)infinitylimited.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jake(a)infinitylimited.net
------- Additional Comments From jake(a)infinitylimited.net 2005-21-03 11:56 -------
Same problem here with Lotus Notes.
Running Gentoo default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20041102-r1,
2.6.10 i686)
Running Wine 20050111, which I see is an older version. hmm ......
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2809
Summary: The treeview control crashes (hangs) wine...
Product: Wine
Version: 20050310
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabriele.giorgetti(a)teamfab.it
When using the treeview control, it sometimes happens that while the root item
in the tree is selected, and the "-" key or "*" is pressed, wine hangs, and crashes.
A program which can be used as testbed for this issue is attacched.
Regards.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2025
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-21-03 10:45 -------
Created an attachment (id=796)
--> (http://bugs.winehq.org/attachment.cgi?id=796&action=view)
screenshot of program asking for arial
I was able to download this program and install it although it complained about
needing arial to display properly. This is with a wine only install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2807
------- Additional Comments From dclark(a)akamail.com 2005-21-03 10:02 -------
Please don't file bugs on fixmes. A fixme is put into the code by the developer,
as a reminder of things remaining to be done. We do not want bug reports on them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2807
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=925
Component|wine-binary |wine-gdi
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=147
------- Additional Comments From burnus(a)gmx.de 2005-20-03 15:45 -------
Move over last comments.
------- Additional Comment #2 From Tony Lambregts 2005-03-10 21:16 -------
Tobias: is this still a problem? If it is could you provide a link to a program
that displays this bug.
------- Additional Comment #3 From Duane Clark 2005-03-11 10:27 -------
It is still a problem. Any program with a report style listview control will
display this problem. For example, in any program with an "Open" file dialog
(including Wine's notepad), simply switch the file list to report mode (the
rightmost button in Notepad's dialog). When in the display mode, try the test
mentioned above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=147
------- Additional Comments From burnus(a)gmx.de 2005-20-03 15:44 -------
*** Bug 964 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=964
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From burnus(a)gmx.de 2005-20-03 15:44 -------
Hmm, I actually seem to have reported this twice - once in 2000 (bug 147) and in
2002 (this bug).
Mark as duplicate.
*** This bug has been marked as a duplicate of 147 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=147
------- Additional Comments From burnus(a)gmx.de 2005-20-03 15:43 -------
Hmm, I actually seem to have reported this twice - once in 2000 (this bug) and
in 2002 (bug 964).
Despite the big leap of Wine during that four years, this bug is still the case
(the comments in bug 964 are a bit newer).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2757
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From burnus(a)gmx.de 2005-20-03 15:40 -------
Thanks to the richedit32 work of Krzysztof et al., the richedit looks not only
much nicer, but also the crash is gone.
(There is now a new - app specific - context menu and copying works now also.)
Great work!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2609
giedrius(a)galva.su.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |giedrius(a)galva.su.lt
------- Additional Comments From giedrius(a)galva.su.lt 2005-20-03 14:48 -------
*** Bug 2664 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2664
giedrius(a)galva.su.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From giedrius(a)galva.su.lt 2005-20-03 14:48 -------
Ulimit problem, just much higher
*** This bug has been marked as a duplicate of 2609 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1411
------- Additional Comments From titan.costa(a)wanadoo.fr 2005-20-03 13:11 -------
I've just downloaded a demo of the game and I'm not experiencing this crash.
I can enter the menu but there are some problems later though...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=916
------- Additional Comments From titan.costa(a)wanadoo.fr 2005-20-03 13:05 -------
I don't understand what is the bug.
The fact that DrawDibProfileDisplay is a stub does not mean there is a bug.
What's wrong with this app ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=268
------- Additional Comments From titan.costa(a)wanadoo.fr 2005-20-03 12:59 -------
I've just looked the current code and I think this should work now.
Could you try again ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1482
------- Additional Comments From titan.costa(a)wanadoo.fr 2005-20-03 12:51 -------
Mouais... Bof...
Le glide c'est plus marrant. :-)
A+
Christian
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1943
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-19-03 11:37 -------
With current CVS this looks like it's fixed. Resolving FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.