http://bugs.winehq.org/show_bug.cgi?id=2541
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-15-03 20:14 -------
What is the status of this bug 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=1250
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-15-03 20:11 -------
Is it fixed 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=2163
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-15-03 20:09 -------
closing
--
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=2150
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-15-03 20:08 -------
closing
--
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=2718
------- Additional Comments From a_villacis(a)palosanto.com 2005-15-03 15:14 -------
Interesting, it seems something on your fake Windows install crashes Wine on
startup, but is not VFAT-related. Here are some things you may try.
1) Can you transplant the segfault to a different user? That is, if you make a
tarball of /home/xeroc/.wine, and then untar this on the directory of a brand
new user, with the permissions of the new user, does the new user experience the
same segfault? If you can do this, then
a) you have just created a tarball to be submitted to this bug case as a
bug-trigger, and
b) an quick-and-dirty solution would be to move your /home/xeroc/.wine
directory somewhere else (or delete it altogether), and then reinstalling Wine
for your user.
However, such a tarball would be a very interesting thing to check.
2) If transplanting the Wine directory does not replicate the bug, then you
might want to try running fsck on the drive. Possibly there is some mangled
filename that crashes Wine on startup, and no other user is affected because
that filename does not exist on their directories.
BWT, what kind of filesystem are you using for your home directory? Some people
have reported problems with the ReiserFS journaling filesystem.
Alex VillacÃs Lasso
--
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 leonardo(a)openlogic.com.br 2005-15-03 14:28 -------
Created an attachment (id=792)
--> (http://bugs.winehq.org/attachment.cgi?id=792&action=view)
Screenshot error
Had the slowness of the execution in debug state and the enormous amount of
logs it is being difficult to debug. The archive of log is about 500MB, beyond
the application not obtaining to show its first initial window. I am sending
the screen with the error, sees the attachment.
It repairs that the error occurs when the consultation is sent (Enter/Button
Search). I know that the error is related to some specific functioning of the
application, however is functions perfectly in other windows besides
functioning perfectly in the proper Windows.
--
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=2797
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-15-03 13:42 -------
WTSapi is Windows Terminal Server
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/t…
BOOL WTSEnumerateSessions(
HANDLE hServer,
DWORD Reserved,
DWORD Version,
PWTS_SESSION_INFO* ppSessionInfo,
DWORD* pCount
);
We might be able to implement it as a stub in dlls/wtsapi32/wtsapi32.c
--
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=1140
------- Additional Comments From j_r_fonseca(a)yahoo.co.uk 2005-15-03 13:35 -------
Wine 20050211, from Debian unstable, still fails on the same example.
--
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
------- Additional Comments From mteske(a)imagnos.com 2005-15-03 10:39 -------
Hmm I don't even have dlls/riched20/writer.c, seems not to be part of 20050310.
I'll try to check out from cvs...
--
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
------- Additional Comments From wine-devel(a)bol.com.br 2005-15-03 10:29 -------
A new patch from Krzysztof is on cvs.
Patch: http://cvs.winehq.org/patch.py?id=16622
...
- RTF writer: rewritten main loop (the old one crashed in some
circumstances when SFF_SELECTION was used).
Can you test?
--
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=2797
Summary: Missing wtsapi32.dll.WTSEnumerateSessionsA
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: KenJackson(a)ieee.org
Until recently I was able to run chc08.exe (Metrowerks Codewarrior C compiler
for HC08 microcontrollers), but now it fails under wine versions 20050211 and
20050310.
Wine complains about missing function wtsapi32.dll.WTSEnumerateSessionsA and says:
err:seh:setup_exception stack overflow 0 bytes
WORK AROUND ====================
I found that I can make it work by copying WTSAPI32.DLL from a real Win2K to the
System32 directory on my fake C: drive, and adding these lines to my wine config
file:
[AppDefaults\\chc08.exe\\DllOverrides]
"wtsapi32" = "native"
[AppDefaults\\Linker.exe\\DllOverrides]
"wtsapi32" = "native"
Note: It's not clear to me what "Component" wtsapi32.dll falls under, so I'm
filing this bug under "wine-misc".
-Ken Jackson
--
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
------- Additional Comments From mteske(a)imagnos.com 2005-15-03 09:43 -------
This is ARS by remedy software, version 4.5.
No, a Demo is not available AFAIK, and most probably not from this version.
But I'm a Software Developer myself, maybe I can test/debug something if you'd
tell me what to do.
--
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
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-15-03 09:27 -------
What program is this. Is there a demo available?
--
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=2789
------- Additional Comments From decastiau.g(a)gmail.com 2005-15-03 09:25 -------
I have the same problem flickering in windowed mode, and almost unmovable mouse
in full mode.
I have the CVS version updated today (20050315)
Using NV drivers (not Nvidia, I have an TNT2) on X Window System Version 6.8.2
with KDE 3.3.2
The trace file is about 46MB should I upload 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=2718
------- Additional Comments From xeroc_(a)gmx.de 2005-15-03 08:50 -------
Unfortunatelly I don not use a VFAT partition and do not mount anything with utf-8
Updated to recent kernel: 2.6.11 and newest version of wine (03-10-2005)
Nothing changes .. same problem :(
--
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
------- Additional Comments From mteske(a)imagnos.com 2005-15-03 03:33 -------
BTW this is a regression from 20050211. There this didn't happen.
Strange thing is, it still happens with 20050211 if I don't remove the
riched20.dll from 20050310 (wich obviously is new there). Unfortunately removing
if from 20050310 does not work.
Additional Info:
I get this message, before anything goes wrong.
fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
And, I can crash it by editing more than 22 characters and not touching the menu
at all, resulting in this stack trace:
err:heap:HEAP_ValidateInUseArena Heap 422c0000: in-use arena 422c1780 next block
has PREV_FREE flag
err:heap:HEAP_ValidateInUseArena Heap 422c0000: in-use arena 422c1970 next block
has PREV_FREE flag
err:heap:HEAP_ValidateInUseArena Heap 422c0000: in-use arena 422c1b60 next block
has PREV_FREE flag
err:heap:HEAP_ValidateInUseArena Heap 422c0000: in-use arena 422c0c60 next block
has PREV_FREE flag
err:heap:HEAP_ValidateInUseArena Heap 422c0000: in-use arena 422c1d50 next block
has PREV_FREE flag
err:heap:HEAP_ValidateInUseArena Heap 422c0000: in-use arena 422c1590 next block
has PREV_FREE flag
err:heap:HEAP_ValidateInUseArena Heap 422c0000: in-use arena 422c1f40 next block
has PREV_FREE flag
err:heap:HEAP_ValidateInUseArena Heap 422c0000: in-use arena 422c13a0 next block
has PREV_FREE flag
err:heap:HEAP_ValidateInUseArena Heap 422c0000: in-use arena 422c2240 next block
has PREV_FREE flag
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on write access to 0x0032003d in 32-bit code
(0x4007088c).
In 32 bit mode.
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:003b GS:0033
EIP:4007088c ESP:406cef70 EBP:406cef88 EFLAGS:00010202( - 00 - -RI1)
EAX:422c0060 EBX:400a4384 ECX:406cef78 EDX:00320031
ESI:422c2268 EDI:00000040
Stack dump:
0x406cef70: 00000000 422c0000 422c0000 422b8410
0x406cef80: 406cf014 00000003 406cefa8 422a4832
0x406cef90: 422c0000 00000002 00000040 422b8410
0x406cefa0: 406cf014 00000010 406cefb8 422accdb
0x406cefb0: 00000003 422b8410 406ceff0 422acd9d
0x406cefc0: 00000010 0000000d 000000db 422c0db8
Backtrace:
=>1 0x4007088c RtlAllocateHeap(heap=0x422c0000, flags=0x2, size=0x40)
[heap.c:1163] in ntdll (0x406cef88)
2 0x422a4832 ME_MakeDI+0x26(type=0x3) [list.c:128] in riched20 (0x406cefa8)
3 0x422accdb ME_MakeRow(height=0x10, baseline=0xd, width=0xdb) [wrap.c:39] in
riched20 (0x406cefb8)
4 0x422acd9d ME_InsertRowStart(wc=0x406cf014, pEnd=0x0) [wrap.c:72] in
riched20 (0x406ceff0)
5 0x422aced8 ME_WrapEndParagraph+0x2c(wc=0x406cf014, p=0x422c0598) [wrap.c:97]
in riched20 (0x406cf004)
6 0x422ad5ca ME_WrapTextParagraph+0xb6(c=0x406cf07c, tp=0x422c05e0)
[/home/mteske/src/wine-20050310/dlls/riched20/wrap.c:376] in riched20 (0x406cf060)
7 0x422ad786 ME_WrapMarkedParagraphs(editor=0x422c0098)
[/home/mteske/src/wine-20050310/dlls/riched20/wrap.c:437] in riched20 (0x406cf0c8)
8 0x422a4dc9 ME_Repaint(editor=0x422c0098) [paint.c:156] in riched20 (0x406cf0ec)
9 0x422a4e59 ME_UpdateRepaint(editor=0x422c0098) [paint.c:170] in riched20
(0x406cf108)
10 0x422a3092 RichEditANSIWndProc(hWnd=0x200a4, msg=0x102, wParam=0x33,
lParam=0x40001) [/home/mteske/src/wine-20050310/dlls/riched20/editor.c:795] in
riched20 (0x406cfb50)
11 0x4074cd9f WINPROC_wrapper+0x17 in user32 (0x406cfb74)
12 0x4074d094 WINPROC_CallWndProc+0x54(proc=0x422a2528, hwnd=0x200a4,
msg=0x102, wParam=0x33, lParam=0x40001)
[/home/mteske/src/wine-20050310/dlls/user/../../windows/winproc.c:420] in user32
(0x406cfba0)
13 0x407524b1 CallWindowProcA(func=0x422a2528, hwnd=0x200a4, msg=0x102,
wParam=0x33, lParam=0x40001)
[/home/mteske/src/wine-20050310/dlls/user/../../windows/winproc.c:3240] in
user32 (0x406cfbd4)
14 0x5f401f01 L�q@`a@+0x5a5 in mfc42 (0x406cfbf4)
15 0x5f401f2b L�q@`a@+0x5cf in mfc42 (0x406cfc14)
16 0x0054451e in aruser (+0x14451e) (0x406cfc2c)
17 0x5f401e84 L�q@`a@+0x528 in mfc42 (0x406cfcb0)
18 0x5f401aff L�q@`a@+0x1a3 in mfc42 (0x406cfcd0)
19 0x5f401a88 L�q@`a@+0x12c in mfc42 (0x406cfd30)
20 0x5f401a10 L�q@`a@+0xb4 in mfc42 (0x406cfd4c)
21 0x5f4019cf L�q@`a@+0x73 in mfc42 (0x406cfd78)
22 0x4074cd9f WINPROC_wrapper+0x17 in user32 (0x406cfd9c)
23 0x4074d094 WINPROC_CallWndProc+0x54(proc=0x5f401996, hwnd=0x200a4,
msg=0x102, wParam=0x33, lParam=0x40001)
[/home/mteske/src/wine-20050310/dlls/user/../../windows/winproc.c:420] in user32
(0x406cfdc8)
24 0x407524b1 CallWindowProcA(func=0x407ea93c, hwnd=0x200a4, msg=0x102,
wParam=0x33, lParam=0x40001)
[/home/mteske/src/wine-20050310/dlls/user/../../windows/winproc.c:3240] in
user32 (0x406cfdfc)
25 0x4077f3ae DispatchMessageA+0xaa(msg=0x73a2f4)
[/home/mteske/src/wine-20050310/dlls/user/message.c:2907] in user32 (0x406cfe3c)
26 0x5f401328 L�q@`a@+0x2a5 in mfc42 (0x0073a2f4)
27 0x00000102 (0x000200a4)
28 0x00000000 (0x00000000)
0x4007088c RtlAllocateHeap+0x80 [heap.c:1163] in ntdll: movl %eax,0xc(%edx)
Unable to open file 'heap.c'
--
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=2793
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
------- Additional Comments From fenix(a)club-internet.fr 2005-15-03 02:34 -------
Hi,
yes we begin implementation of richedit20 (since 2-3 weeks)
so don't expect to be working before some weeks
if you need to use mirc, you always can use native richedit20 dll
but it will be interesting if you should test wine builtin version when more
advanced
Regards,
Raphael
PS: i reassign it to Mike, who participate to richedit20 write
He'll be happy to close it when mirc will be ok :)
--
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=2793
------- Additional Comments From svenw(a)intercom.net 2005-15-03 00:06 -------
Using the information at that link, I was able to narrow down the breakage to
the introduction of the riched20 directory and files. Mar 05 2005 05:00:00 CST
works fine, Mar 05 2005 05:30:00 CST exhibits the broken mIRC behavior. As the
console displays richedit fixme messages (when I run mIRC in the foreground), it
would appear that the introduction of riched20 broke mIRC functionality.
Sven
--
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=1362
------- Additional Comments From gregsurbey(a)hotmail.com 2005-14-03 21:58 -------
Well I haven't messed with wine in like over a year since half-life was my only
reason for doing so. And when CS 1.6 forced Steam I gave up on it because I
hate Steam. I don't know if this bug is still out there but others could state so.
--
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 tony_lambregts(a)telusplanet.net 2005-14-03 19:41 -------
So the error is in a windows messagebox? Please provide a screenshot if this is
the case.
Finding real reason for the problem is fairly easy.
run the program with:
WINEDEBUG=+relay wine program_name 2>&1 | tee filename.out
Find the part in the log where the message box is built and delete the lines
following it.
The reason it displays the message box should be in the last 1000 lines before
the message box. To get those line use the following commands.
tail -n 1000 filename.out > report_file
Attach the report file to 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.
WineDbg starting on pid e
Can't find file for ELF 'wine-kthread' ((nil))
X-Bugzilla-Reason: AssignedTo
http://bugs.winehq.org/show_bug.cgi?id=2201
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wine: Unhandled exception |wine: Unhandled exception
|(thread 0013), starting |(thread 0013), starting
|debugger... |debugger... WineDbg starting
|WineDbg starting on pid e |on pid e Can't find file for
|Can't find file for ELF |ELF 'wine-kthread' ((nil))
|'wine-kthread' ((nil)) |WineDbg starting on pid e
| |Can't find file for ELF
| |'wine-kthread' ((nil))
--
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=2222
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 18:15 -------
Fixed, can be closed
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=2222
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tp22a(a)softhome.net
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 18:14 -------
*** Bug 2136 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=2136
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 18:14 -------
*** This bug has been marked as a duplicate of 2222 ***
--
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=1871
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |94
Component|wine-net |wine-x11driver
--
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=1692
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |LATER
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 18:08 -------
many FIXME have been removed since
others will be removed when APIs will be better implemented
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=2794
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-directx
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 18:00 -------
seems an ATI driver bug.
can you try desactiving some hw caps of you driver (see doc) ?
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=2685
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|test |wine-kernel
Summary|trying to run win2k terminal|RtlVerifyVersionInfo not
|server under wine |correct [was trying to run
| |win2k terminal server under
| |wine]
--
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=1095
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:57 -------
It is fixed ?
else How to get a demo ?
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=2789
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |storri(a)sbcglobal.net
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:54 -------
*** Bug 1297 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=1297
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:54 -------
Classic directx performances problem
Can you read bug report 2789 and see if it's the same
else reopen
Regards,
Raphael
*** This bug has been marked as a duplicate of 2789 ***
--
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=1199
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-user
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:48 -------
It is fixed ?
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=1121
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-dplay
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:46 -------
Any improvement ?
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=872
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:45 -------
Patch commited
--
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=2303
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-ole
--
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.
WineDbg starting on pid e
Can't find file for ELF 'wine-kthread' ((nil))
X-Bugzilla-Reason: AssignedTo
http://bugs.winehq.org/show_bug.cgi?id=2201
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:40 -------
Hi,
can you provide a call stack (type bt on winedbg prompt)
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=2250
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-user |wine-x11driver
--
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=2061
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-kernel |wine-loader
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:34 -------
It is fixed ?
wine-loader must fix this problem
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=1434
Bug 1434 depends on bug 2380, which changed state.
Bug 2380 Summary: Half-Life fullscreen menu problems on 20040615, 20040716
http://bugs.winehq.org/show_bug.cgi?id=2380
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--
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=1362
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jathey(a)comcast.net
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:31 -------
*** Bug 2380 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=2380
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:31 -------
*** This bug has been marked as a duplicate of 1362 ***
--
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=1362
------- Additional Comments From fenix(a)club-internet.fr 2005-14-03 17:31 -------
cf bug report 2380:
I would have submitted this to version 20040716, but it is not listed.
Anyway,
under both 20040615 and 20040716, Half-Life and the 1.1.1.0 patch installed
without a hitch. When I run the game with
wine-pthread hl.exe
I cannot get past the main menu. If I run the game with
wine-pthread hl.exe -- hl.exe -gl
I can start the "Hazard Course", but I still cannot open submenus in the main
menu. Ingame in full screen mode, the KDE Kicker covers the bottom of the
screen. If I run the game with
wine-pthread hl.exe -- hl.exe -gl -win
Everything works nicely.
------- Additional Comment #1 From Tony Lambregts 2004-09-17 15:01 -------
http://forums.gentoo.org/viewtopic.php?t=199904&highlight=halflife
--
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.