http://bugs.winehq.org/show_bug.cgi?id=4435
Summary: OpenOffice 2.0.1 exits on startup with
err:file:GetOverlappedResult PENDING status after
waiting!
Product: Wine
Version: 0.9.6.
Platform: Other
URL: http://openoffice.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install OpenOffice 2.0.1. Start it. It runs fine
(although the file dialogs are all little squares
unless you install the ms tt core font Ariel).
Quit. The app will close, but it will leave a little
helper window of size zero. Now try to start the
app again. It will immediately exit with
err:file:GetOverlappedResult PENDING status after waiting!
until you kill the little helper window.
--
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=4408
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-01 15:00 -------
Confirming. Peter, what exactly do you mean with " Copying the existing database
to the location of the default database works"? Could you please explain?
--
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=4366
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From dank(a)kegel.com 2006-29-01 14:43 -------
By gum, you're right. Works for me now.
Guess it was some little bug that got 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=4366
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-01 14:07 -------
Hi Dan, this version works "out of the box" for me:
rm -rf ~/.wine
wine /OOo_2.0.1_Win32Intel_install.exe
cd ~/.wine/drive_c/Program\ Files/OpenOffice.org\ 2.0/program/
wine soffice.exe
Runs prefectly
That is with current cvs
Version 1.1.5 doesn't work for me
--
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=4432
------- Additional Comments From b.buschinski(a)web.de 2006-29-01 11:57 -------
I am using todays cvs now(2006-01-29)
and just told winecfg to use oss and it still work
even with a new .wine
have you tried a new .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=1226
------- Additional Comments From hanasaki-winehq(a)hanaden.com 2006-29-01 10:35 -------
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
I am getting what appears to be the same error - running v1.8.9
http://aresgalaxy.sourceforge.net/
this is the same with:
debian - wine 0.9.6-1 sid
debian - wine 0.9-1 etch
http://wine.sourceforge.net/apt/ <= as of today 2006-01-29
several i know are able to install and run the application without error on
debian and gentoo
--
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=4431
------- Additional Comments From dank(a)kegel.com 2006-29-01 09:51 -------
Peter, how do I pass it down to the app? I tried 'pass',
which seems like the right thing to do, but that didn't seem to work.
Louis, when I tried OOo 2.0.1 earlier this week, it crashed; see bug 4366.
Can you follow up there with a description of how you made it 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=4434
Summary: The window of Word 95 is restored immediately when
minimizing it
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hallo(a)michael-kaufmann.ch
If you try to minimize the window of Microsoft Word 95, it reappears immediately.
This mainly happens because Word 95 calls SetWindowLong twice in its
WM_NCACTIVATE handler: The first time it removes the WS_VISIBLE style, the
second time it adds this style again.
There are two problems:
- The X11 driver updates the X11 window's style when Word 95 changes the
WS_VISIBLE style (in dlls/x11drv/winpos.c: X11DRV_SetWindowStyle). Because the
window gets mapped when Word 95 restores the WS_VISIBLE style, the window
appears again.
- The X11 driver doesn't know that the window has been minimized when it sends
the WM_NCACTIVATE notification. It receives the FocusOut event before the
UnmapNotify event. The WM_NCACTIVATE notification gets sent by the FocusOut
event. The FocusOut event handler calls SetForegroundWindow(0), and this
function calls set_active_window (dlls/user/focus.c), which finally sends the
WM_NCACTIVATE notification.
I'll attach a demo program with source.
--
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=4425
------- Additional Comments From reif(a)earthlink.net 2006-29-01 08:45 -------
Commenting out the call to X11DRV_AlphaBlend in GdiAlphaBlend lets the program
go into multiplayer mode so the problem is in X11DRV_AlphaBlend.
--
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=4433
Summary: Can't set resolution in Icewind Dale II
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: James.Trotter(a)gmail.com
The game Icewind Dale II fails to run when the resolution is set to anything
other than the desktop resolution. The game uses DirectDraw.
The desktop resolution is 1600x1200, and the game is configured to run in
800x600. If I set the desktop resolution to 800x600 it runs fine, (though it's
annoying to have to change resolution each time I run the game!). If I configure
the game resolution to 1600x1200 it runs, but very slowly.
The game should be able to resize the desktop on startup.
Here is the output with WINEDEBUG=+ddraw:
0027:trace:ddraw:initialize enabling DirectDraw HAL
0027:trace:ddraw:d3ddevice_init_at_startup Initializing GL...
0027:trace:ddraw:d3ddevice_init_at_startup GL version 1.2.0
0027:trace:ddraw:d3ddevice_init_at_startup GL supports following extensions used
by Wine :
0027:trace:ddraw:d3ddevice_init_at_startup - texture lod bias
0027:trace:ddraw:d3ddevice_init_at_startup - multi-texturing (8 stages)
0027:trace:ddraw:fill_caps : max texture size = 2048
0027:trace:ddraw:fill_caps : max active lights = 8
0027:trace:ddraw:fill_caps : max clipping planes = 6
0027:trace:ddraw:fill_caps : Z bits = 16
0027:trace:ddraw:DDRAW_bind_to_s3tc No S3TC software decompression library seems
to be present (libtxc_dxtn.so).
BEGIN LOGGING SESSION
0027:trace:ddraw:DirectDrawCreate ((null),0x7faab868,(nil))
0027:trace:ddraw:DDRAW_Create ((null),0x7faab868,(nil),0)
0027:trace:ddraw:DDRAW_FindDriver ((null))
0027:trace:ddraw:HAL_DirectDraw_Create
0027:trace:ddraw:HAL_DirectDraw_Construct (0x7fdd2bb8,0)
0027:trace:ddraw:User_DirectDraw_Construct (0x7fdd2bb8,0)
0027:trace:ddraw:Main_DirectDraw_QueryInterface
(0x7fdd2bb8)->({6c14db80-a733-11ce-a521-0020af0be560},0x7faab868)
0027:trace:ddraw:Main_DirectDraw_AddRef (0x7fdd2bb8)->() incrementing from 1.
0027:trace:ddraw:Main_DirectDraw_Release (0x7fdd2bb8)->() decrementing from 2.
0027:fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fdd2bb8)->(0x190022,00000011)
- DDSCL_FULLSCREEN DDSCL_EXCLUSIVE
0027:trace:ddraw:Main_DirectDraw_QueryInterface
(0x7fdd2bb8)->({b3a6f3e0-2b43-11cf-a2de-00aa00b93356},0x7faab86c)
0027:trace:ddraw:Main_DirectDraw_AddRef (0x7fdd2bb8)->() incrementing from 1.
0027:trace:ddraw:User_DirectDraw_EnumDisplayModes
(0x7fdd2bb8)->(0x00000001,0x7faaab5c,0x7faaab24,0x7f5915b0)
0027:trace:ddraw:User_DirectDraw_EnumDisplayModes Enumerate modes matching:
0027:trace:ddraw:User_DirectDraw_EnumDisplayModes - mode: 1600x1200
0027:trace:ddraw:User_DirectDraw_EnumDisplayModes - 32 bpp, R=00ff0000
G=0000ff00 B=000000ff
0027:trace:ddraw:HAL_DirectDraw_RestoreDisplayMode (0x7fdd2bb8)
0027:trace:ddraw:Main_DirectDraw_Release (0x7fdd2bb8)->() decrementing from 2.
0027:trace:ddraw:Main_DirectDraw_Release (0x7fdd2bb8)->() decrementing from 1.
--
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=4432
Summary: Blobby Volley
Product: Wine
Version: CVS
Platform: Other
URL: http://download.freenet.de/download.php?file_id=1815&dow
nload=Blobby%20Volley
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
to the url: just click "Download Starten >>"
Blobby Volley hasnt any graphics
just the menu works
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x55905838)->(0x10024,00000013)
err:dplay:DP_IF_InitializeConnection Unable to load service provider
--
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=4384
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From b.buschinski(a)web.de 2006-29-01 06:55 -------
it was a problem between my 64bit xorg and my 32bit xorg
so it has nothing todo with 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=4431
------- Additional Comments From imago(a)devinity.de 2006-29-01 06:00 -------
> First chance exception: 0xe06d7363 in 32-bit code (0x7fca9e53).
^^^^^^^^^^
That's just a standard C++ exception from the MS VC++ catch/throw implementation,
so probably not the crash you see.
Just pass down that exception to the application.
--
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=4415
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://education.ti.com/educ
| |ationportal/sites/US/nonProd
| |uctMulti/download_stepbystep
| |.html?bid=2
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-01 05:32 -------
Confirming+added downloadlink. The installer pops out with a message that
Internet Exzplorer should be installed.I also tried this on a ~/.wine directory
in which i had internet explorer installed. There installation worked just fine,
and also the app started fine. wine control actually also gave an entry for the 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=4431
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-01 04:21 -------
Hi, i openoffice 2.0.1 runs just fine here with current cvs. you seem to use
version 1.1.5 , can that still be downloaded somewhere?
--
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=4371
------- Additional Comments From gyula.kampfner(a)gmail.com 2006-29-01 03:58 -------
I erased all the wine related stuff, and recompiled wine, then reinstalled the
windows programs with winetools, and now Mplab works quite well on my Debian
system. I'll try later on the other distro. Thanks everybody for their 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=4431
Summary: OpenOffice 1.1.5 crashes on startup
Product: Wine
Version: 0.9.6.
Platform: Other
URL: http://openoffice.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
OpenOffice 1.1 was said some time ago to work well on Wine,
so I thought I'd check to see if it was still true. OOo 1.1.5's
installer runs fine, but when I try to run the app under
this morning's CVS, I get a crash. Happily, the OOo crash
reporter catches it and reports it to Sun (they're probably very
confused right now :-). It claimed the crash was in ntdll.
To find out more, I ran it under winedbg, where it crashed very
quickly on startup. Here's the winedbg log:
dank@lappy:~$ wine/programs/winedbg/winedbg .wine/drive_c/Program\
Files/OpenOffice.org1.1.5/program/soffice.exe
WineDbg starting on pid 0xa
In 32 bit mode.
start_process () at /home/dank/wine/dlls/kernel/../../include/winternl.h:1689
0x7fccf912 start_process+0xda
[/home/dank/wine/dlls/kernel/../../include/winternl.h:1689] in kernel32: jmp
0x7fccf905 start_process+0xcd [/home/dank/wine/dlls/kernel/process.c:1027] in
kernel32
1689 static inline void WINAPI DbgBreakPoint(void) { __asm__
__volatile__("int3"); }
Wine-dbg>cont
First chance exception: 0xe06d7363 in 32-bit code (0x7fca9e53).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:7fca9e53 ESP:7fb0fb30 EBP:7fb0fba4 EFLAGS:00200216( - 00 - IAP1)
EAX:7fc96e95 EBX:7fd04da0 ECX:00000000 EDX:e06d7363
ESI:7fb0fbe4 EDI:7fb0fb5c
Stack dump:
0x00000000: 00000000 00000000 00000000 00000000
0x00000010: 00000000 00000000 00000000 00000000
0x00000020: 00000000 00000000 00000000 00000000
0x00000030: 00000000 00000000 00000000 00000000
0x00000040: 00000000 00000000 00000000 00000000
0x00000050: 00000000 00000000 00000000 00000000
Backtrace:
=>1 0x7fca9e53 RaiseException(code=0xe06d7363, flags=0x1, nbargs=0x3,
args=0x7fb0fbd8) [/home/dank/wine/dlls/kernel/except.c:85] in kernel32 (0x7fca9e53)
fixme:dbghelp:sffip_cb NIY on 'msvcr70.pdb'
2 0x7ef3ba05 ??0__non_rtti_object@@QAE@ABV0@@Z+0xf22 in msvcr70 (0x7ef3ba05)
fixme:dbghelp:sffip_cb NIY on
'O:\SRX645\src\stoc\wntmsci8.pro\bin\simplereg.uno.pdb'
3 0x1fc8484d in simplereg.uno (+0x484d) (0x1fc8484d)
fixme:dbghelp:sffip_cb NIY on
'O:\SRX645\src\cppuhelper\wntmsci8.pro\bin\cppuhelper3MSC.pdb'
4 0x1c4b8392
?bootstrap_InitialComponentContext@cppu@@YA?AV?$Reference@VXComponentContext@uno@star@sun@com@@@uno@star@sun@com@@ABV?$Reference@VXSimpleRegistry@registry@star@sun@com@@@3456@ABVOUString@rtl@@@Z+0xdc2
in cppuhelper3msc (0x1c4b8392)
5 0x1c4b89bf in cppuhelper3msc (+0x89bf) (0x1c4b89bf)
6 0x1c4b8d9c
?defaultBootstrap_InitialComponentContext@cppu@@YA?AV?$Reference@VXComponentContext@uno@star@sun@com@@@uno@star@sun@com@@ABVOUString@rtl@@@Z+0x8c
in cppuhelper3msc (0x1c4b8d9c)
fixme:dbghelp:sffip_cb NIY on 'O:\SRX645\src\desktop\wntmsci8.pro\bin\soffice.pdb'
7 0x00411658 in soffice (+0x11658) (0x00411658)
8 0x00404647 in soffice (+0x4647) (0x00404647)
fixme:dbghelp:sffip_cb NIY on 'O:\SRX645\src\vcl\wntmsci8.pro\bin\vcl645mi.pdb'
9 0x21523066 524+0x2e6 in vcl645mi (0x21523066)
10 0x215235a2 524+0x822 in vcl645mi (0x215235a2)
11 0x0041e6d5 in soffice (+0x1e6d5) (0x0041e6d5)
12 0x7fccf90b start_process+0xd3(arg=0x0)
[/home/dank/wine/dlls/kernel/process.c:1027] in kernel32 (0x7fccf90b)
13 0xb7f94763 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7f94763)
0x7fca9e53 RaiseException+0x67 [/home/dank/wine/dlls/kernel/except.c:85] in
kernel32: leal 0xfffffff4(%ebp),%esp
85 RtlRaiseException( &record );
Wine-dbg>quit
--
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=4421
------- Additional Comments From david.ronis(a)mcgill.ca 2006-28-01 21:17 -------
I'm using slackware-current and freerock-gnome on an i686.
--
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=4393
------- Additional Comments From bakerf(a)ece.osu.edu 2006-28-01 19:23 -------
That is correct. I did a regression test, and that is the patch that broke
Shareaza.
--
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=4371
------- Additional Comments From Germain.Morbe(a)web.de 2006-28-01 18:35 -------
Hello Gyula, the problem you have may not be a wine bug.
For me MPLAB 7.30b runs really fine under wine 0.96 on
my Suse 9.2 system. Even the Picstart Plus and Promate II
Hardware fully work for me. I can read write verify 16F72
and 16F873A Pics for example. The sim works completely too.
What i found is that ALL .dll MUST be registered manually.
Otherwise screen freezes. Also if you have an existing
7.2x installation, it MUST be deinstalled before 7.30b
regards, Germain
--
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=4393
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eric.pouech(a)wanadoo.fr
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 18:23 -------
confirm bug+added author of patch
--
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=3197
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bon(a)elektron.ikp.physik.tu-
| |darmstadt.de
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 17:42 -------
*** Bug 3316 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=3316
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 17:42 -------
a duplicate
*** This bug has been marked as a duplicate of 3197 ***
--
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=3197
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 17:41 -------
just tried this again, and although the intallation takes quite while (>10 min)
it seems to install fine and smoothly. Since there has been no sign of life
from the reporter 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.
http://bugs.winehq.org/show_bug.cgi?id=4311
------- Additional Comments From tony.lambregts(a)gmail.com 2006-28-01 17:03 -------
Created an attachment (id=1783)
--> (http://bugs.winehq.org/attachment.cgi?id=1783&action=view)
relay log for american_conquest_demo2.exe (gzip2ed)
Run with:
WINEDEBUG="+relay" WINEDLLOVERRIDES="start.exe=n" wine
american_conquest_demo2.exe
I have excluded CriticalSection relays in .wine/user.reg
[Software\\Wine\\WineDbg] 1138486723
"RelayExclude"="RtlEnterCriticalSection;RtlLeaveCriticalSection"
I gzip2ed it because of its size
--
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=4425
------- Additional Comments From reif(a)earthlink.net 2006-28-01 15:12 -------
I can confirm the crash in multiplayer mode. Singleplayer mode works fine. If
I run the program normally as: wine EmperorDemo.exe, I get the
syslevel:_EnterSysLevel errors. However if I run it as: winedbg
EmperorDemo.exe, I get the following:
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:wininet:InternetGetConnectedState always returning LAN connection.
First chance exception: page fault on read access to 0x4ad29c40 in 32-bit code
(0x400b2faf).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0033 GS:005f
EIP:400b2faf ESP:4082f67c EBP:4082f684 EFLAGS:00010202( - 00 - -RI1)
EAX:00000190 EBX:41132e7c ECX:00000064 EDX:4a8eea80
ESI:4ad29c40 EDI:4a8eea80
Stack dump:
0x00000000: 00000000 00000000 00000000 00000000
0x00000010: 00000000 00000000 00000000 00000000
0x00000020: 00000000 00000000 00000000 00000000
0x00000030: 00000000 00000000 00000000 00000000
0x00000040: 00000000 00000000 00000000 00000000
0x00000050: 00000000 00000000 00000000 00000000
Backtrace:
=>1 0x400b2faf memcpy+0x27 in libc.so.6 (0x400b2faf)
2 0x41118c90 X11DRV_AlphaBlend+0x254(devDst=0x403aca90, xDst=0x2d, yDst=0x78,
widthDst=0x64, heightDst=0x64, devSrc=0x4b211348, xSrc=0x0, ySrc=0x0,
widthSrc=0x64, heightSrc=0x64, blendfn=0x7f0000)
[/home/wine/wine/dlls/x11drv/xrender.c:1567] in winex11 (0x41118c90)
3 0x4096ac1b GdiAlphaBlend(hdcDst=0x5dc, xDst=0x2d, yDst=0x78, widthDst=0x64,
heightDst=0x64, hdcSrc=0x6ec, xSrc=0x0, ySrc=0x0, widthSrc=0x64, heightSrc=0x64,
blendFunction=0x7f0000) [/home/wine/wine/dlls/gdi/bitblt.c:457] in gdi32
(0x4096ac1b)
4 0x006a3643 in emperordemo (+0x2a3643) (0x006a3643)
0x400b2faf memcpy+0x27 in libc.so.6: repe movsl (%esi),%es:(%edi)
which makes me believe it's not necessarily a sound 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=4430
------- Additional Comments From dank(a)kegel.com 2006-28-01 14:30 -------
And, for completeness, here are a few lines from WINEDEBUG=+bitblt
from right before the crash:
trace:bitblt:PatBlt 0x740 0,0 337x126 f00021
trace:bitblt:BITBLT_InternalStretchBlt rectdst=0,0-337,126 orgdst=33,41
trace:bitblt:BITBLT_InternalStretchBlt vissrc=none visdst=0,0-337,126
trace:bitblt:GdiAlphaBlend 0x1ce0 0,0 32x32 -> 0x740 1,1 32x32 op=00 flags=00
srcconstalpha=ff alphafmt=01
Running under winedbg yields a bit more info; the stack trace has memcpy on it:
First chance exception: page fault on read access to 0x7c8d1000 in 32-bit code
(0x002464dc).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:002464dc ESP:7b93cd74 EBP:7b93cf30 EFLAGS:00010212( - 00 - RIA1)
EAX:00000001 EBX:7cbd446c ECX:00000020 EDX:00000020
ESI:7c8d1000 EDI:7bcbc558
Stack dump:
0x00000000: 00000000 00000000 00000000 00000000
0x00000010: 00000000 00000000 00000000 00000000
0x00000020: 00000000 00000000 00000000 00000000
0x00000030: 00000000 00000000 00000000 00000000
0x00000040: 00000000 00000000 00000000 00000000
0x00000050: 00000000 00000000 00000000 00000000
Backtrace:
=>1 0x002464dc memcpy+0x1c in libc.so.6 (0x002464dc)
2 0x7b79ac73 GdiAlphaBlend+0x9b(hdcDst=0x740, xDst=0x1, yDst=0x1,
widthDst=0x20, heightDst=0x20, hdcSrc=0x1cfc, xSrc=0x0, ySrc=0x0, widthSrc=0x20,
heightSrc=0x20, blendFunction=0x1ff0000) [/home/dank/wine/dlls/gdi/bitblt.c:457]
in gdi32 (0x7b79ac73)
...
0x002464dc memcpy+0x1c in libc.so.6: repe movsl (%esi),%es:(%edi)
According to winedbg, this is the first call to GdiAlphaBlend.
Oddly, if I set a breakpoint on GdiAlphaBlend, and then
hit "n" to step, the program exits. Hrm.
That's all the looking I can do for a while, I think.
--
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=4429
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-28-01 12:23 -------
Dup
*** This bug has been marked as a duplicate of 4143 ***
--
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=4429
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 12:15 -------
oh i forgot to mention, i have an ATI Radeon 9600 XT
--
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=4429
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 12:13 -------
Confirming. In wine-0.9.4 same bug. In wine-0.9.1 the bug BadMatch Error is
gone. Willie, could you do a regreession 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=4423
------- Additional Comments From dank(a)kegel.com 2006-28-01 11:34 -------
Mike's patch lets me get past the MSI problem and see the
original GdiAlphaBlend crash reported on wine-users.
I've filed bug 4430 for that.
--
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=4430
Summary: Maya PLE install crashes in GdiAlphaBlend (possible
SendMessage / UpdateWindow snafu?)
Product: Wine
Version: 0.9.6.
Platform: Other
URL: http://downloads.alias.com/products/eval/myp_maya701ple_
en_win.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is a continuation of bug 4423, now that Mike's patch
fixes the msi problem.
The official registration/download URL for Maya PLE is
http://www.alias.com/glb/eng/products-services/maya/maya_ple/get_maya_ple.j…
Maya's installer crashes after putting up an initial dialog.
The log is interesting - the call stack is kind of deep.
Maybe some message is being handled synchronously when
it should be deferred. I'll attach the log.
--
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=4429
willie(a)froq.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.scene.org/file.ph
| |p?file=/parties/2005/assembl
| |y05/demo/iconoclast_by_andro
| |meda_software_development.zi
| |p&fileinfo
Keywords| |NoAppDBEntry, regression
------- Additional Comments From willie(a)froq.net 2006-28-01 11:00 -------
Added a link to download ASD Iconoclast, one of the applications I used to
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=4429
Summary: REGRESSION: OpenGL applications crash (X Error)
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: willie(a)froq.net
Just tried several OpenGL applications with todays Wine CVS, windowed as well
as full screen. They all used to work pretty much perfectly a few weeks ago,
but now they die immediately with a X error. Direct3D applications work just
fine, though...
Error message:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 13 (X_GLXCreateGLXPixmap)
Serial number of failed request: 194
Current serial number in output stream: 195
I use an AMD Opteron system, Nvidia Quadro FX 3000G (think Geforce FX 5950),
Nvidia drivers 1.0.8178.
--
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=4427
------- Additional Comments From dabljuh(a)dabserver.dyndns.org 2006-28-01 10:18 -------
Yes I know its running 100% for everybody else or so. Guess what, it doesn't run
for me.
starting CSS with -dxlevel 90/81/80 crashes it (with the exact same backtrace
dump as in my 2nd command)
Setting shadow detail to high or shader detail to high, or even setting
model/texture detail to high also crashes sometimes. Then, I often get the
mentioned DX8 related error messagebox.
OSS is running as Emulation (with "Emulate driver" being OFF)
--
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=4428
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 09:43 -------
Well, looks like it's just te other way around!:
[root@localhost /]# rm -rf ~/.wine
[root@localhost /]# wine /StyleMaster403demo.exe
wine: creating configuration directory '/root/.wine'...
wine: '/root/.wine' created successfully.
----> It crashes after a while
[root@localhost /]# rm -rf ~/.wine
[root@localhost /]# wine
wine: creating configuration directory '/root/.wine'...
wine: '/root/.wine' created successfully.
Wine 0.9.6
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
[root@localhost /]# touch ~/.wine/drive_c/windows/system32/oleaut32.dll
[root@localhost /]# wine /StyleMaster403demo.exe
-----> Installation runs just fine
So it's missing oleaut32.dll in ~/.wine/drive_c/windows/system32. Any idea how
to fix this?
--
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=4427
------- Additional Comments From vitaliy(a)kievinfo.com 2006-28-01 09:38 -------
Please DO NOT paste crash dumps here, create attachements instead.
I have no such problem with Wine (I can start CS:S with -dxlevel 90 and it start
without any problems).
What are you doing that crasing css? Are you just starting it with -dxlevel x?
Or are you trying to change setting while in the game?
What sound sttings do you have? From my own tests anything but OSS with WH
acceleration set to "Emulation" will run too slow/crash.
--
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=4428
------- Additional Comments From hans(a)it.vu.nl 2006-28-01 09:02 -------
> 000b:err:msi:cabinet_notify failed to create
> L"c:\\windows\\system32\\oleaut32.dll" (error 80)
Error 80 means ERROR_FILE_EXISTS. What happens if you remove
oleaut32.dll from that directory and run the installer 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=3818
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 08:01 -------
Thorsten, Please try without wine-tools.just a clean install. Does the demo take
half an hour to load as well?
--
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=4428
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|website-bugs |wine-ole
Product|WineHQ Apps Database |Wine
Version|unspecified |0.9.6.
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 07:39 -------
Oops , forget that last statement. I was using native dlls myself... The
installer crashes indeed , but runs fine with native ole32.
--
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=3818
------- Additional Comments From t.hirsch(a)web.de 2006-28-01 07:32 -------
I get the same error when I want to play the Ardenne Offensive of the demo -
right after clicking on start.
--
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=3212
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 07:15 -------
Fixed then. Reporter Chris: if you still have problems installing with latest
wine-version please reopen the bug.
(BTW joaopa i got a bit further by changing to win98, Fear then popped up a box
saying the videocard was not supported. I think it deetects the wwrong
pixelshader version; replacing line 1676 and 1677 in wined3d/directx with
*pCaps->PixelShaderVersion = D3DPS_VERSION(2,0);//0;
*pCaps->PixelShader1xMaxValue = 1.0; got a bit further but then
crashed.....:(
--
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=4428
Summary: Style Master 4.0.3 installation problem
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://www.westciv.com/westciv/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lune.aire(a)gmail.com
attempt to install Style Master 4.0.3 on wine 0.9.6
-
nqc@bleumer:~$ WINEDEBUG=+tid,+seh wine StyleMaster403demo.exe
0009:fixme:win:SetWindowTextA setting text ": Setup.INI" of other process window
(nil) should not use SendMessage
0009:fixme:win:SetWindowTextA setting text ": 0x0409.ini" of other process
window (nil) should not use SendMessage
0009:fixme:win:SetWindowTextA setting text "Extracting: " of other process
window (nil) should not use SendMessage
0009:fixme:win:SetWindowTextA setting text "Extracting: " of other process
window (nil) should not use SendMessage
0009:fixme:win:SetWindowTextA setting text "Extracting: Setup.bmp" of other
process window (nil) should not use SendMessage
000b:fixme:msi:MsiInstallProductW L"C:\\windows\\temp\\_is34a\\Style Master 4
Demo.msi" L" SETUPEXEDIR=Z:\\home\\nqc"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"ValidateProductID"
000b:err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"ValidateProductID"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"SetODBCFolders"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveExistingProducts"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnpublishComponents"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnpublishFeatures"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterComPlus"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterTypeLibraries"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveODBC"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterClassInfo"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterExtensionInfo"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterProgIdInfo"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterMIMEInfo"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveShortcuts"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveDuplicateFiles"
000b:fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveFolders"
000b:err:msi:cabinet_notify failed to create
L"c:\\windows\\system32\\oleaut32.dll" (error 80)
000b:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ff9967e
000b:trace:seh:raise_exception info[0]=00000000
000b:trace:seh:raise_exception info[1]=7aff5f90
000b:trace:seh:raise_exception eax=7b370000 ebx=7ffd51b0 ecx=00225268
edx=005a0000 esi=7aff5f90 edi=7add0d28
000b:trace:seh:raise_exception ebp=7f9aefa0 esp=7f9aef74 cs=0073 ds=007b
es=007b fs=1007 gs=0033 flags=00010287
wine: Unhandled page fault on read access to 0x7aff5f90 at address 0x7ff9967e
(thread 000b), starting debugger...
000b:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ff9a931
000b:trace:seh:raise_exception info[0]=00000001
000b:trace:seh:raise_exception info[1]=7aff60e4
000b:trace:seh:raise_exception eax=7fce0070 ebx=7ffd51b0 ecx=7b752d08
edx=7aff60e0 esi=7b752d00 edi=000005e0
000b:trace:seh:raise_exception ebp=7f9ae774 esp=7f9ae734 cs=0073 ds=007b
es=007b fs=1007 gs=0033 flags=00010206
000b:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ff9a931
nqc@bleumer:~$
--
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=4327
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From alex(a)thehandofagony.com 2006-28-01 06:50 -------
I tried it with Wine 0.9.6 and CVS 20060128, but it doesn't work with any of
them. It displays the following dialogue and exits
An installation support file could not be installed. (0x574f454d)
--
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=4358
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2006-28-01 06:23 -------
The patch has been applied, so resolving.
--
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=3212
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-28-01 05:39 -------
Hello,
I have exactly the same thing as you. Installshield works!!!!
Maybe, one should open a bug report for the problem of acceptation of license.
Game stops silently even if I add the resquested dll.
Joaopa
--
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=4371
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 05:25 -------
Could you try change version to win98 using winecfg?
--
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=3173
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 04:47 -------
Created an attachment (id=1780)
--> (http://bugs.winehq.org/attachment.cgi?id=1780&action=view)
snapshot: riched20=builtin
The demo from http://www.endnote.com/endemo.asp _does_ install now. I followed
the steps (open "new reference") but i could see the content i typed. However
every "inputfield" has by default 2 lines under it (see snapshot), but with
native riched20 it only has 1 line.
Mark, could you try to run your EndNote 7 with current cvs and see if the bug
you reported is still there? If so, could you try if using native riched20
fixes things? (WINEDLLOVERRIDES="riched20=n" wine ENDemo.exe)
--
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=3212
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.ausgamers.com/fil
| |es/download/html/18010
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 03:39 -------
Hi, could you try again with current cvs? The install seems to go fine here (it
looks as if you can't accept the license agreement but if i just hit enter the i
nstallation proceeds)So looks like the bug is fixed. Could you please confirm th
is then we can close this bug. (Note : the game itsself doesn't start: it returns
to the prompt immediately)
--
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=4181
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 03:36 -------
Could you try again with current cvs? And can this program be downloaded
somewhere freely? 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=3768
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Summary|Blood 2 The Chosen does not |dinput: Blood 2 The Chosen
|work |does not work (mouse)
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 01:48 -------
Hi Adam, could you file the blank screen error as a seperate bug please? Then
this one is for the input error. The mouse doesn't work as expected. Using
native dimput solves the problem (right here)
--
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=4425
------- Additional Comments From alex(a)thehandofagony.com 2006-27-01 18:24 -------
It makes all the syslevel errors go away, but then it crashes with
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
--
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=4425
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 18:06 -------
What about if you use native dsound? that prevents the crash here as well.
--
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=4425
------- Additional Comments From alex(a)thehandofagony.com 2006-27-01 17:52 -------
I tried every combination I could think of; I even disabled sound completely,
but the result is still the same.
--
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=4425
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 17:32 -------
This looks like a sound issue: i did
rm -rf ~/.wine; install Emperor; run it ---> it crashes
Now change from OSS Full hardware acceleration to Oss Emulation ---> crash is gone
Alsa full and emulation prevent the crash as well.
Alexander, could you try to fiddle a bit with audiosettings and see if it
changes anything?
--
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=4425
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 17:16 -------
yes, so looks it's not like that "quix" 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=4426
Summary: Emperor patch fails while preparing InstallShield
Product: Wine
Version: 0.9.6.
Platform: PC
URL: http://www.sierra.com/downloadfile.do?gamePlatformId=129
&mediaid=7748
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The 1.0.1.0 patch for "Emperor: The Rise of the MIddle Kingdom" fails swhile
preparing the InstallShield Wizard, displaying the following dialogue box
An installation support file could not be installed. (0x8000ffff)
--
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=4423
------- Additional Comments From dank(a)kegel.com 2006-27-01 16:50 -------
Cool - the original complaint from wine-users was a crash in gdiAlphaBlend,
so you've just confirmed that. So we have two bugs here...
--
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=4423
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 16:47 -------
Created an attachment (id=1778)
--> (http://bugs.winehq.org/attachment.cgi?id=1778&action=view)
a "patch"
Hi, just tried this and confirming the bug. Simple stub in the attachment
prevents at least this crash, but then it crashed in gdiAlphaBlend, so i put a
hack in that:
diff -urN wine/dlls/gdi/bitblt.c rommel/wine/dlls/gdi/bitblt.c
--- wine/dlls/gdi/bitblt.c 2005-11-28 05:59:44.000000000 -0500
+++ rommel/wine/dlls/gdi/bitblt.c 2006-01-27 17:10:59.000000000 -0500
@@ -439,7 +439,7 @@
BOOL WINAPI GdiAlphaBlend(HDC hdcDst, int xDst, int yDst, int widthDst, int
heightDst,
HDC hdcSrc, int xSrc, int ySrc, int widthSrc, int
heightSrc,
BLENDFUNCTION blendFunction)
-{
+{/*hack*/return FALSE;
BOOL ret = FALSE;
DC *dcDst, *dcSrc;
However after a while it popped up a window that the installation was
interrupted + quite a few ole errors in the console. Looks like it suffers from
quite some bugs. Maybe someone who knows a bit about msi knows in what file
exactly to put the stub and what exactly to return....
--
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=4425
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 16:32 -------
Confirming, however here it crashes:
err:syslevel:_EnterSysLevel (0x7fb1d8e0, level 2): Holding 0x7fa2c8e0, level 3.
Expect deadlock!
err:syslevel:_EnterSysLevel (0x7fb1d8e0, level 2): Holding 0x7fa2c8e0, level 3.
Expect deadlock!
wine: Unhandled exception 0x80000003 at address 0x7b879684 (thread 0009),
starting debugger...
WineDbg starting on pid 0x8
In 32 bit mode.
_CheckNotSysLevel () at /LFS/winecvs/wine/dlls/kernel/syslevel.c:178
0x7b879685 _CheckNotSysLevel+0x3d [/LFS/winecvs/wine/dlls/kernel/syslevel.c:178]
in kernel32: movl 0xfffffffc(%ebp),%ebx
178 }
Modules:
Module Address Debug info Name (106 modules)
PE 0x00400000-01e27000 Deferred emperordemo
I tried it as well in Wine 20040914 and in that version it seems to work fine
(at least i get a login window) . So a regression
--
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=2400
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |penna(a)bb.com.br
------- Additional Comments From vitaliy(a)kievinfo.com 2006-27-01 16:13 -------
*** Bug 4424 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=4424
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-27-01 16:13 -------
Please search bugs when reporting new ones.
*** This bug has been marked as a duplicate of 2400 ***
--
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=4425
Summary: Emperor demo multiplayer crashes (_EnterSysLevel)
Product: Wine
Version: 0.9.6.
Platform: PC
URL: http://emperor.sierra.com/downloads.jsp
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When pressing the button for multiplayer in the demo version of Emperor: Rise of
the Middle Kingdom, wine either crashes or hangs with several messages like this
err:syslevel:_EnterSysLevel (0x7fc1de20, level 2): Holding 0x7fb148e0, level 3.
Expect deadlock!
--
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=4345
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 15:24 -------
Hi Mark, could you try the application again with curreent cvs and see if it's
fixed? I just tried again and i can now find pictures under every directory
that's displayed, so seems as if someone fixed this already. 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=4424
------- Additional Comments From penna(a)bb.com.br 2006-27-01 14:33 -------
Created an attachment (id=1776)
--> (http://bugs.winehq.org/attachment.cgi?id=1776&action=view)
Output of WINEDEBUG=+key where the NumLock is turned off
Output of WINEDEBUG=+key where the NumLock is turned off. Only the relevant
parts are in the file: the moment I press the <del> key and wine deletes the
char and put and everything works fine (in my case: brazilian ABNT2 keyboard)
--
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=4424
------- Additional Comments From penna(a)bb.com.br 2006-27-01 14:31 -------
Created an attachment (id=1775)
--> (http://bugs.winehq.org/attachment.cgi?id=1775&action=view)
Output of WINEDEBUG=+key where I turn ON the NumLock
Output of WINEDEBUG=+key where I turn ON the NumLock. Only the relevant parts
are in the file: the moment I turn ON NumLock and press the <del> key and wine
deletes the char and put an extra comma (in my case: brazilian ABNT2 keyboard)
--
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=4424
Summary: <DEL> key is sending an extra char when NumLock is ON
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: penna(a)bb.com.br
I was looking at an old problem I have with wine and saw some record at the
wine-devel and wine-users lists that I think are related with the same problem.
Look at:
http://www.winehq.org/hypermail/wine-users/2004.03.txt (look for "get a comma
on the place" in your browser) and also at:
http://www.winehq.org/hypermail/wine-devel/2000.10.txt (look for "but then it
inserts" in your browser)
When the NumLock is ON wine is sending an extra key. Wine deletes the
corresponding char but also send a period (.) or a comma (,) <- it depends on
the type of the keyboard. In my case, which is a brazilian ABNT2, it sends an
extra comma _only_ if the NumLock is ON. It does not mater if I press the <del>
key at the numeric key pad or at the "island" that contais the <del> <ins>
<home> <end> ... stuff.
I am attaching the relevant part of WINEDEBUG=+key.
wine=0.9.6 for Mandriva 2006 pre-built by Ivan
keyboard=brazilian abnt2
--
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=4421
------- Additional Comments From david.ronis(a)mcgill.ca 2006-27-01 12:51 -------
I thought I did:
CFLAGS unset
CXXFLAGS unset
./configure (with no additional arguments)
etc.
--
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=4421
------- Additional Comments From vitaliy(a)kievinfo.com 2006-27-01 12:28 -------
What "default" flags? Tell us exactly what you ran.
--
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=3963
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-27-01 11:02 -------
Does this app install on real NT systems?
What version exactly are you using? The URL link is broken, while mysql.com
mentions quite a few of versions.
I've tried to install 2.50.36 and 2.50.39, but both of them failed for missing
ODBCCP32.DLL. When I've copied it to the working directory, installer
complained about ODBC being unable to load the resource from the working directory.
Peto, can your package be put somewhere on the web for testing 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=4421
------- Additional Comments From david.ronis(a)mcgill.ca 2006-27-01 09:36 -------
Hmmm.... Maybe I wasn't clear. I'm using the HEAD CVS sources--AFAIK there is
no more recent version to try. In addition, I followed the usual build:
./configure (with all default flags, including CFLAGS)
make clean
make depend
make
Any other suggestions?
--
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=3865
------- Additional Comments From hannes.hauswedell(a)gmail.com 2006-27-01 08:09 -------
same here, freebsd6, wine 0.9.5
it works however if you copy the installation from a different system.
--
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=4422
Summary: Items in a list box are not redrawn if tab stops are set
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raimonds.praude(a)sets.lv
If the list box style includes LB_USETABSTOPS flag and the current tab stops
values are modified, existing items in the list box are not invalidated (i.e.,
not automatically redrawn). The old items remain with the "old" tabstops, while
the new items appear with the new ones. In Windows all item appearances are
refreshed.
--
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=3963
------- Additional Comments From tuharsky(a)misbb.sk 2006-27-01 02:39 -------
Created an attachment (id=1773)
--> (http://bugs.winehq.org/attachment.cgi?id=1773&action=view)
screenshot -win version 98 -error about copying ctl3d32
However, after few steps, setup complains that he can't copy the DLL.
I try to figure out, whether it does with other Win version, and/or other Wine
version.
--
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=4420
------- Additional Comments From tuharsky(a)misbb.sk 2006-27-01 01:45 -------
Yes, it helps. Thank You very much for the help.
Sorry for asking, but isn't it possible for make install to do it automatically?
Thank You for the advice on the .deb packages. I'll consider this if only I
would have some time. For now, compilation solution is enough.
Hmm, our machines are cloned, substantially the same hardware configuration..
shouldn't it be enough to just unpack compiled sources and do only "make
install" locally?
I have added it to the 4332 issue, to put all documentation deficiencies at one
place (as You probably have noted :o)
--
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=4332
------- Additional Comments From tuharsky(a)misbb.sk 2006-27-01 01:44 -------
I know many of these things are self-evident for smart technical guys, but for
an "only an advanced user" such as me, they just aren't.
--
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=4332
------- Additional Comments From tuharsky(a)misbb.sk 2006-27-01 01:31 -------
Hallo
I have found another important thing, missing in the manual. Due to this lack of
information, make install produces NO functional wine at all.
Documentation should make user beware, that he should edit the /etc/ld.so.conf
and add the line /usr/local/lib, and then run ldconfig. See issue 4420.
What do You think?
--
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=4421
------- Additional Comments From mike(a)codeweavers.com 2006-26-01 20:12 -------
If the newer version of Wine doesn't help, please try:
./configure
make clean
make depend
make
--
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=4421
------- Additional Comments From mike(a)codeweavers.com 2006-26-01 20:11 -------
> I'm using gcc 4.0.2 and tried removing all the *.spec.[coh] files.
I guess you're probably using a very old version of Wine then. Could you please
try with the latest version of 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=4421
Summary: unresolved externals in CVS build (e.g.,
CLIPFORMAT_UserMarshal in marshal.o)
Product: Wine
Version: CVS
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david.ronis(a)mcgill.ca
I just tried a cvs update and rebuild (it's worked in the recent past). The
build fails as:
make[3]: Entering directory `/home/ronis/Project/notar/wine/dlls/ole32/tests'
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole compobj.o
marshal.o moniker.o propvariant.o stg_prop.o storage32.o testlist.o -o
ole32_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls
-L../../../dlls/oleaut32 -L../../../dlls/ole32 -L../../../dlls/user32
-L../../../dlls/gdi32 -L../../../dlls/kernel32 -L../../../libs -loleaut32
-lole32 -luser32 -lgdi32 -lkernel32 -luuid
marshal.o(.text+0x5f87): In function `test_marshal_CLIPFORMAT':
/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1744: undefined
reference to `CLIPFORMAT_UserSize'
marshal.o(.text+0x600b):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1748:
undefined reference to `CLIPFORMAT_UserMarshal'
marshal.o(.text+0x6120):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1754:
undefined reference to `CLIPFORMAT_UserUnmarshal'
marshal.o(.text+0x618f):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1758:
undefined reference to `CLIPFORMAT_UserFree'
marshal.o(.text+0x61d6): In function `test_marshal_HWND':
/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1770: undefined
reference to `HWND_UserSize'
marshal.o(.text+0x625a):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1774:
undefined reference to `HWND_UserMarshal'
marshal.o(.text+0x6309):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1779:
undefined reference to `HWND_UserUnmarshal'
marshal.o(.text+0x6375):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1783:
undefined reference to `HWND_UserFree'
marshal.o(.text+0x63c0): In function `test_marshal_HGLOBAL':
/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1798: undefined
reference to `HGLOBAL_UserSize'
marshal.o(.text+0x6451):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1803:
undefined reference to `HGLOBAL_UserMarshal'
marshal.o(.text+0x64f2):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1808:
undefined reference to `HGLOBAL_UserUnmarshal'
marshal.o(.text+0x655e):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1811:
undefined reference to `HGLOBAL_UserFree'
marshal.o(.text+0x65dc):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1819:
undefined reference to `HGLOBAL_UserSize'
marshal.o(.text+0x666d):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1824:
undefined reference to `HGLOBAL_UserMarshal'
marshal.o(.text+0x682c):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1838:
undefined reference to `HGLOBAL_UserUnmarshal'
marshal.o(.text+0x6895):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1841:
undefined reference to `HGLOBAL_UserFree'
marshal.o(.text+0x69a1): In function `test_marshal_HENHMETAFILE':
/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1864: undefined
reference to `HENHMETAFILE_UserSize'
marshal.o(.text+0x6a1d):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1867:
undefined reference to `HENHMETAFILE_UserMarshal'
marshal.o(.text+0x6ba6):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1882:
undefined reference to `HENHMETAFILE_UserUnmarshal'
marshal.o(.text+0x6c0f):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1885:
undefined reference to `HENHMETAFILE_UserFree'
marshal.o(.text+0x6c41):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1891:
undefined reference to `HENHMETAFILE_UserSize'
marshal.o(.text+0x6cbd):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1894:
undefined reference to `HENHMETAFILE_UserMarshal'
marshal.o(.text+0x6d6d):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1901:
undefined reference to `HENHMETAFILE_UserUnmarshal'
marshal.o(.text+0x6dd6):/home/ronis/Project/notar/wine/dlls/ole32/tests/marshal.c:1904:
undefined reference to `HENHMETAFILE_UserFree'
collect2: ld returned 1 exit status
winegcc: /usr/bin/gcc failed.
make[3]: *** [ole32_test.exe.so] Error 2
I'm using gcc 4.0.2 and tried removing all the *.spec.[coh] files.
David
--
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=3893
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.pcgo.de/aktuell/a
| |usgabe0103/fritz.zip
Severity|major |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
OS/Version|Windows XP |Linux
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-26-01 15:22 -------
Confirming+ added download link in URL field (i guess OS is Linux?)
--
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=4417
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-26-01 11:02 -------
>From comment 10 in bug 1374
---8<---
I got in touch with the guys who wrote Hammer. They are quite nice and are
eager to help. They sent me a build of Hammer 3.4 that set the DCX_CLIPSIBLINGS
flag. Unfortunately, this did not fix the problem. I hacked wine such that all
calls to GetDCEx() assumed the DCX_CLIPSIBLINGS flag. This did not help, either.
Then I tried hacking GetDCEx() to always or-in "DCX_CACHE | DCX_CLIPSIBLINGS",
which are the flags that Lionel's patch uses, and *that* fixed the problem. At
least, it fixed the problem to the extent that Lionel's patch fixed the problem.
That is, the stand-alone OpenGL windows now render, but OpenGL does not render
when the window is a child of a 4-way splitter.
---8<---
Resolving as DUPLICATE
*** This bug has been marked as a duplicate of 1374 ***
--
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=1374
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |OnlyOlli(a)gmx.de
------- Additional Comments From tony.lambregts(a)gmail.com 2006-26-01 11:02 -------
*** Bug 4417 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4420
------- Additional Comments From vitaliy(a)kievinfo.com 2006-26-01 09:13 -------
As a root: add line /usr/local/lib to /etc/ld.so.conf and run ldconfig.
You should also read on how to create your own binary deb packages. That should
be way faster then compiling on each machine.
--
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=4420
Summary: compilation -make install dosen't produce functional
wine
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
Hi
On machine with Debian Sarge and distributional Wine 200503 installed, we need
to install fresh new wine, and need to do it automatically on many machines.
Now, there are no packages for Sarge any newer than 200504, and the newest for
Etch is version 0.9.2 (unusable anyway because of dependencies), and we need
_new_ version because of bug fixes; in short:
we need to deploy wine compiled from source.
So, I remove the distributional wine with depending libraries and do it as the
User's Guide describes this process -as chain of typical steps:
.configure
make depend
make
make install
Using this way produces NO functional wine on the machine! The product of such
process is error:
wine: error while loading shared libraries: libwine.so.1: cannot open shared
object file: No such file or director
However, if i use tools/wineinstall instead, the result IS functional wine
environment!
There are downsides though: wineinstall tool cannot be executed automatically.
It must be run under user's shell, he must answer question about system-wide
installation and later enter the root password.
--
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=4417
------- Additional Comments From OnlyOlli(a)gmx.de 2006-26-01 08:59 -------
Hm, that may be... But I've applied the Patch in the other bug (manually), but
it's still not working with the DCX_CLIPSIBLINGS and DCX_CACHE flag set.
it havent even changed something...
it still paints on the whole screen :(
--
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=4412
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)codeweavers.com 2006-26-01 07:22 -------
Patch applied. 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=4131
------- Additional Comments From magnus(a)hacka.net 2006-26-01 06:18 -------
If you do not experience freezing issues when just launching Steam:
wine Steam.exe
Then you are experiencing a diffrent 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=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-26-01 04:52 -------
In order to find out, if there is the space before printer, I have taken two
screenshots from ISS under WXP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4412
------- Additional Comments From mike(a)codeweavers.com 2006-26-01 01:40 -------
We already define symbols in the preloader for -finstrument-functions and they
haven't changed so far. Won't your patch will break if somebody changes the
name of the option "-fno-stack-protector"? In any case, I know that somebody
using gentoo will find the "breakage" 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=4412
------- Additional Comments From vapier(a)gentoo.org 2006-26-01 00:01 -------
the reason i didnt propose that type of patch is that the symbol names have
changed in the ssp implementation over time
yes, the patch you posted will work for the current mainline gcc, but it wont
work for people who have been using ssp before it was integrated officially
the original developer of ssp used the symbol names "__guard" and
"__stack_smash_handler"
also, but very very unlikely, defining the symbols locally wouldnt cover another
name symbol name change
--
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=4412
vapier(a)gentoo.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1760 is|0 |1
obsolete| |
------- Additional Comments From vapier(a)gentoo.org 2006-25-01 23:36 -------
Created an attachment (id=1768)
--> (http://bugs.winehq.org/attachment.cgi?id=1768&action=view)
wine-no-ssp.patch
updated accordingly
--
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=4412
------- Additional Comments From mike(a)codeweavers.com 2006-25-01 22:59 -------
ifeq is not portable, and yes, it's good to keep the dynamic logic out of
Makefiles, and in configure.
--
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=4180
------- Additional Comments From mmai1879(a)bigpond.net.au 2006-25-01 21:41 -------
I tried typing in all numbers even though I couldn't see them but it didn't
work. I also typed in iii and that fits ok. Purely a size 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=4412
------- Additional Comments From vapier(a)gentoo.org 2006-25-01 20:50 -------
> You shouldn't use @ifeq in Makefiles.
why ? matter of preference or you want to keep all the dynamic logic in
configure or ... ? it's trivial to make the change, i'm just wondering why so i
dont have to change future patches as well :)
--
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=4412
------- Additional Comments From mike(a)codeweavers.com 2006-25-01 20:39 -------
You shouldn't use @ifeq in Makefiles. You should do something like
STACKPROTECTFLAG = @STACKPROTECTFLAG@
then define STACKPROTECTFLAG to nothing or -fno-stack-protector in configure.
--
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=3455
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-25-01 20:38 -------
Resolving FIXED then
--
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=3455
------- Additional Comments From gelsonluz(a)click21.com.br 2006-25-01 17:49 -------
My computer took between 3-4 seconds to load the second progress bar. The game
is fully playable now with no speed issues.
I think we can close this bug and change it's status to 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=4413
vapier(a)gentoo.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vapier(a)gentoo.org 2006-25-01 16:34 -------
it's been accepted, so closing 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=2895
------- Additional Comments From vitaliy(a)kievinfo.com 2006-25-01 16:21 -------
Sure, only make sure it's not a duplicate of any other bug. And you will have to
open separate bug report. This one is for copy protection of C & 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=2895
------- Additional Comments From userwaldo(a)theeggbeater.net 2006-25-01 16:04 -------
Thanks for the pointing out that the patch has to be for the game. I ended up
figuring that out, and was able to get past the "Unload the debugger and try
again." error.
Now I'm seeing another fatal eror, with the game just sutting down, and leaving
me in a differnt video mode setting. I'll have to investigate that one furthur
to see if I can figure out what might be causing the 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=3963
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-25-01 15:37 -------
Hmm, nothing suspicious IMHO. Does app behaviour change if you switch emulated
version from 9x to some NT (or other way round)?
--
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=2159
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-25-01 14:36 -------
Resolving WONTFIX then
--
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=922
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-25-01 14:30 -------
With the newest CVS (20060124) I it works up to the point where the real
installing, i.e. the copying of the files should start. Then it dies with the
already mentioned "Object reference not set" error message.
However, the game can now be installed (including Throne of Bahl extension and
Patch) if I first install dcom98.exe and use its native dlls, i.e.
WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine dcom98
and then call the installer with the above dll overrides.
--
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=2159
------- Additional Comments From dmitry(a)codeweavers.com 2006-25-01 14:02 -------
Yes, we can do nothing about it I'm afraid.
Probably file a bug to the application developers and point
them to the fact.
--
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=4419
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-25-01 13:56 -------
I am not sure but I think the 16 bit dos part of wine is not functional in the
areas you need.
The best bet is to try these
http://bochs.sourceforge.net/http://www.dosemu.org/http://fabrice.bellard.free.fr/qemu/
Bochs should work but uses a lot of CPU cycles.
dosemu if it will work with you app is a simple way to run dos applications
Because if the pharlap dos extender dosemu and qemu may have problems. You will
have to check there sites.
--
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=2159
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-25-01 13:54 -------
LC_ALL=en_US wine QuArK.exe ---> the bug is present.
So a "WONTFIX"?
--
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=3670
penna(a)bb.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |penna(a)bb.com.br
------- Additional Comments From penna(a)bb.com.br 2006-25-01 13:49 -------
Hi, I am also facing this problem with wine-0.9.6
The problem with Action Request System happens with 5.1 and 5.1.2 versions. It
does not happen with 4.5.1 (version 4.5.1 gives me other type of error).
The linux permissions are fine and I am the owner of the files and directories.
Follows the WINEDEBUG=+file log.
--
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=2159
------- Additional Comments From dmitry(a)codeweavers.com 2006-25-01 13:31 -------
> The bug is still present if i set it to french, german and spanish.
How about en_US?
> Now from what i read in your post Dmitry, i guess this bug is "WONTFIX" isn't it?
That depends on the unswer to the above qustion. If en_US makes
the problem disappear I'd ask to test it under Windows with different
locales. That might be an application bug.
If en_US shows the same bug the only place that could be patched is
unicode.org collation data base.
--
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=2159
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-25-01 13:13 -------
Hi, the following commands make the bug dissapear:
LC_ALL=thai wine QuArK.exe
LC_ALL=chinese wine QuArK.exe
and i guess there will be more.
The bug is still present if i set it to french, german and spanish.
Now from what i read in your post Dmitry, i guess this bug is "WONTFIX" isn't 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=4418
Summary: Redrawing problems in WBC games
Product: Wine
Version: 0.9.6.
Platform: PC
URL: ftp://ftp.ubisoft.fr/pub/demos/strategie/
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The Warlords: Battlecry game series (tested with 1 & II, but should happen in
III as well) have several re-drawing issues.
When entering the game, the mouse pointer is not visible, or the screen is
black, and the menu/pointer only appears when you ALT+TAB to another application
and then back to the game.
The mouse pointer also leaves traces after itself on the menu and in-game, and
so does units, buildings (when burning) etc.
The demo of Warlods Battlecry can be downloaded here
ftp://ftp.ubisoft.fr/pub/demos/strategie/
and the demo of Warlords Battlecry II here (it is also hosted on the above site,
but the file there is corrupt)
http://downloads.gamezone.com/demos/d3210.htm
--
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=4416
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |the3dfxdude(a)gmail.com
------- Additional Comments From the3dfxdude(a)gmail.com 2006-25-01 11:12 -------
I'm pretty sure it used to work along with Diablo 2 a long time ago. So I
wonder if bug 3192 is a related bug? Perhaps it is the x11drv driver at fault,
or is this OpenGL specific?
--
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=4417
Summary: Problem with OpenGL Drawable
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: OnlyOlli(a)gmx.de
When i start Valves Worldcraft/Hammer editor with wine it is complete black.
if i load a map (all the buttons still work) it shows the camera-window on the
left-bottom-corner in the right size, but it also blacks the whole window.
In the TRACE-log i see that the drawable used in wglCreateContext/wglMakeCurrent
has a size like my desktop. but if you read further, hammer sets the glViewport
to 317x227px, the size of the camera-viewport-window :)
I made a screenshot: http://theoneandonlyfoo.th.funpic.de/screen1.jpg
hope someone can fix that... i can't... :'(
i startet wine with WINEDEBUG=+opengl
and it gaves me the following:
trace:opengl:has_opengl GLX is up and running error_base = 77
trace:opengl:X11DRV_setup_opengl_visual Visual ID 21 Chosen
trace:opengl:wgl_ext_initialize_extensions GL version : "2.0.1 NVIDIA
81.78".
trace:opengl:wgl_ext_initialize_extensions GL exts :
"GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_fragment_program_shadow
GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_imaging GL_ARB_multisample
GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object
GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shader_ob"....
trace:opengl:wgl_ext_initialize_extensions GLX exts :
"GLX_EXT_visual_info GLX_EXT_visual_rating GLX_SGIX_fbconfig GLX_SGIX_pbuffer
GLX_SGI_video_sync GLX_SGI_swap_control GLX_ARB_multisample GLX_NV_float_buffer
GLX_ARB_get_proc_address ".
trace:opengl:wgl_ext_initialize_extensions Server GLX version : "1.3".
trace:opengl:wgl_ext_initialize_extensions Client GLX version : "1.3".
trace:opengl:wgl_ext_initialize_extensions Server GLX exts :
"GLX_EXT_visual_info GLX_EXT_visual_rating GLX_SGIX_fbconfig GLX_SGIX_pbuffer
GLX_SGI_video_sync GLX_SGI_swap_control GLX_ARB_multisample GLX_NV_float_buffer ".
trace:opengl:wgl_ext_initialize_extensions Client GLX exts :
"GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_visual_info
GLX_EXT_visual_rating GLX_EXT_import_context GLX_SGI_video_sync
GLX_NV_swap_group GLX_NV_video_out GLX_SGIX_fbconfig GLX_SGIX_pbuffer
GLX_SGI_swap_control GLX_NV_float_buffer GLX_ARB_fbconfig_float ".
trace:opengl:query_function_pbuffer gl_version is: "2.0.1 NVIDIA 81.78"
trace:opengl:query_function_pbuffer glx_exts is: "GLX_EXT_visual_info
GLX_EXT_visual_rating GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGI_video_sync
GLX_SGI_swap_control GLX_ARB_multisample GLX_NV_float_buffer
GLX_ARB_get_proc_address "
trace:opengl:query_function_render_texture Active WGL_render_texture: emulation
using pbuffers
trace:opengl:query_function_pbuffer gl_version is: "2.0.1 NVIDIA 81.78"
trace:opengl:query_function_pbuffer glx_exts is: "GLX_EXT_visual_info
GLX_EXT_visual_rating GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGI_video_sync
GLX_SGI_swap_control GLX_ARB_multisample GLX_NV_float_buffer
GLX_ARB_get_proc_address "
trace:opengl:query_function_render_texture Active WGL_render_texture: emulation
using pbuffers
trace:opengl:wgl_ext_initialize_extensions Supporting following WGL extensions :
"WGL_ARB_extensions_string WGL_EXT_extensions_string WGL_ARB_make_current_read
WGL_ARB_multisample WGL_ARB_pbuffer WGL_ARB_pixel_format WGL_ARB_render_texture
WGL_EXT_swap_control".
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
trace:opengl:wine_glPolygonMode (1032, 6913)
trace:opengl:X11DRV_ChoosePixelFormat (0x40408fa8,0x406ff914)
trace:opengl:dump_PIXELFORMATDESCRIPTOR - size / version : 40 / 1
trace:opengl:dump_PIXELFORMATDESCRIPTOR - dwFlags : PFD_DOUBLEBUFFER
PFD_DRAW_TO_WINDOW PFD_SUPPORT_OPENGL
trace:opengl:dump_PIXELFORMATDESCRIPTOR - iPixelType : PFD_TYPE_RGBA
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Color : 24
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Red : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Green : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Blue : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Alpha : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Accum : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Depth : 32
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Stencil : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Aux : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - iLayerType : PFD_MAIN_PLANE
trace:opengl:X11DRV_SetPixelFormat (0x40408fa8,1,0x406ff914)
trace:opengl:X11DRV_SetPixelFormat FBConfig have :
trace:opengl:X11DRV_SetPixelFormat - FBCONFIG_ID 0x71
trace:opengl:X11DRV_SetPixelFormat - VISUAL_ID 0x21
trace:opengl:X11DRV_SetPixelFormat - DRAWABLE_TYPE 0x7
trace:opengl:X11DRV_DescribePixelFormat (0x40408fa8,1,40,0x406ff914)
trace:opengl:dump_PIXELFORMATDESCRIPTOR - size / version : 40 / 1
trace:opengl:dump_PIXELFORMATDESCRIPTOR - dwFlags : PFD_DOUBLEBUFFER
PFD_DRAW_TO_WINDOW PFD_SUPPORT_OPENGL
trace:opengl:dump_PIXELFORMATDESCRIPTOR - iPixelType : PFD_TYPE_RGBA
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Color : 32
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Red : 8
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Green : 8
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Blue : 8
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Alpha : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Accum : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Depth : 24
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Stencil : 8
trace:opengl:dump_PIXELFORMATDESCRIPTOR - Aux : 0
trace:opengl:dump_PIXELFORMATDESCRIPTOR - iLayerType : PFD_MAIN_PLANE
trace:opengl:X11DRV_GetPixelFormat (0x40408fa8): returns 1
trace:opengl:wglCreateContext (0x43fc)->(PF:1)
trace:opengl:wglCreateContext creating context 0x4040d910 (GL context creation
delayed)
trace:opengl:wglMakeCurrent (0x43fc,0x4040d910)
trace:opengl:wglMakeCurrent Wine desktop VISUAL_ID is 0x21
trace:opengl:describeDrawable Drawable 0x2a00002 have :
trace:opengl:describeDrawable - FBCONFIG_ID as 0x21
trace:opengl:describeDrawable - VISUAL_ID as 0x21
## HERE IT IS!
WIDTH should be 317 i think,
and height around 227 and not nearly my desktop size
it should be the viewport size...
trace:opengl:describeDrawable - WIDTH as 1268
trace:opengl:describeDrawable - HEIGHT as 937
trace:opengl:describeContext Context 0x4040d910 have (vis:0x7c1cb020):
trace:opengl:describeContext - FBCONFIG_ID 0x71
trace:opengl:describeContext - VISUAL_ID 0x21
trace:opengl:wglMakeCurrent Creating GLX Context
trace:opengl:wglMakeCurrent created a delayed OpenGL context (0x7c1cb298)
trace:opengl:wglMakeCurrent make current for dis 0x7c017678, drawable
0x2a00002, ctx 0x7c1cb298
trace:opengl:wglMakeCurrent returning True
trace:opengl:wglMakeCurrent (0x43fc,0x4040d910)
trace:opengl:wglMakeCurrent make current for dis 0x7c017678, drawable
0x2a00002, ctx 0x7c1cb298
trace:opengl:wglMakeCurrent returning True
## THIS is the ViewPort of the 3D-Camera-Window i think
trace:opengl:wine_glViewport (0, 0, 317, 227)
....
--
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=2159
------- Additional Comments From dmitry(a)codeweavers.com 2006-25-01 10:38 -------
The problem most like is caused by a difference between collation
tables used by Wine and Windows. Wine uses unicode.org data to
build its internal collation table. We can do nothing to improve
the things, we can't just patch Wine side, it will be overwritten
next time we do a merge from unicode.org.
Btw, what's your locale? CompareStringA may behave differently
in different locales because it uses current ANSI code page to
translate strings to unicode before a comparison. What happens
if you change your locale?
LC_ALL=en_US wine app.exe
just change en_US to something else.
--
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=4378
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From alex(a)thehandofagony.com 2006-25-01 10:19 -------
Today I finally got the chance to test it on Windows; 98SE and XP, and the
installer didn't run on any of them. It seems that the installer file on
UbiSoft FTP server (the official download site) is corrupt.
After a long search I managed to find the file on another site, and it started fine.
I aplogize for any inconvenience.
--
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=3928
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-25-01 09:07 -------
Now it's in. Closing the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4035
------- Additional Comments From gotletter(a)gmail.com 2006-25-01 07:41 -------
I had the same problem in 0.9.4. Changing acceleration to 'simulation' worked.
--
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=4416
Summary: Can't change the gamma in Warcraft III TFT
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gotletter(a)gmail.com
With the -opengl param wine lets you change the gamma slider in Video
preferences but the gamma does not change.
This bug seems have been there for a while. There is a mention here in the first
comment after the HowTo http://appdb.winehq.org/appview.php?
versionId=1177&iTestingId=325 from two years ago that the "gamma slider has no
effect"
--
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=2159
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry(a)codeweavers.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-25-01 06:40 -------
Added author of the patch
(http://cvs.winehq.org/cvsweb/wine/dlls/kernel/locale.c.diff?r1=1.25&r2=1.26)
that broke Quark. I can confirm it's still broken and reverting the patch makes
it work again (against current cvs the patch looks like this:
--- locale.c 2006-01-25 08:40:33.000000000 -0500
+++ locale.c_ 2006-01-25 08:41:35.000000000 -0500
@@ -2339,7 +2339,7 @@
INT WINAPI CompareStringW(LCID lcid, DWORD style,
LPCWSTR str1, INT len1, LPCWSTR str2, INT len2)
{
- INT ret,len;
+ INT ret;
if (!str1 || !str2)
{
@@ -2360,17 +2360,11 @@
if (len1 < 0) len1 = strlenW(str1);
if (len2 < 0) len2 = strlenW(str2);
- len = (len1 < len2) ? len1 : len2;
- ret = (style & NORM_IGNORECASE) ? strncmpiW(str1, str2, len) :
- strncmpW(str1, str2, len);
-
- if (ret) /* need to translate result */
- return (ret < 0) ? CSTR_LESS_THAN : CSTR_GREATER_THAN;
+ ret = wine_compare_string(style, str1, len1, str2, len2);
-
- if (len1 == len2) return CSTR_EQUAL;
- /* the longer one is lexically greater */
- return (len1 < len2) ? CSTR_LESS_THAN : CSTR_GREATER_THAN;
+ if (ret) /* need to translate result */
+ return (ret < 0) ? CSTR_LESS_THAN : CSTR_GREATER_THAN;
+ return CSTR_EQUAL;
}
/******************************************************************************
--
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=4384
------- Additional Comments From b.buschinski(a)web.de 2006-25-01 05:48 -------
Movie was already renamed and war3.exe is a no-cd fixed exe
but I wonder it works
wc3 starts and runs
but crash when I try to change the resolution to 1280x1024
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 132 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 377
Current serial number in output stream: 377
with XRandR
and with XVidMode
--
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=3051
------- Additional Comments From schachwurm(a)gmx.de 2006-25-01 05:30 -------
I am not sure if it is just the space... i was replacing the spaces but still
get the same error.
fixme:msvcrt:_spawnve :not tranlating name C:\Program_Files\VC++\bin\cl.exe
locate program
--
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=4415
Summary: installing ticonnect_eng.exe and wine control
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oraksa(a)gmail.com
hi all
-i am trying to install this program ticonnect_eng.exe for TI83 calculator
i got this error
$ wine ticonnect_eng.exe
fixme:msi:MsiInstallProductW L"c:\\Program Files\\Common Files\\Wise
Installation Wizard\\WISA8B9466986544126BD 28D0D2412CDED6_1_6.MSI" L"
WISE_SETUP_EXE_PATH=Z:\\home\\oracle\\ticonnect_eng.exe"
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile6SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile1SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile2SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile3SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile4SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile5SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile10SigFile") unimplemented
err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1627
- when i run
$ wine control
i got this error "can not load any applet"
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=4405
------- Additional Comments From raimonds.praude(a)sets.lv 2006-25-01 03:16 -------
Created an attachment (id=1763)
--> (http://bugs.winehq.org/attachment.cgi?id=1763&action=view)
Win32 example showing the problem
The scenario to repeat the problem:
1) Run the application
2) Open the dialog via File->FocusCheckDlg menu of the main window.
3) Write something into the edit field of the combo box
4) Switch the focus to the button and then switch it again to the combo box
with TAB.
So, the content of the combo box edit field is not selected.
If you repeat this scenario in Windows, the content is selected.
--
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=4414
Summary: Debian -unable to compile Wine if giflib3g-dev is
present
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
Debian Sarge machine. After I have installed giflib3g-dev package, I'm no longer
able to compile Wine from sources. When the package is uninstalled, compilation
works again. Tested with Wine 0.9.6, CVS 2006-01-20, CVS 2006-01-01, CVS 2006-08..
Error looks like this:
make[2]: Entering directory `/usr/src/wine-0.9.6/dlls/oleaut32'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_
-DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o olepicture.o olepicture.c
olepicture.c:1001: error: `DGifOpen' undeclared here (not in a function)
olepicture.c:1001: warning: type defaults to `int' in declaration of
`pDGifOpen'olepicture.c: In function `_gif_inputfunc':
olepicture.c:1033: error: structure has no member named `UserData'
olepicture.c: In function `OLEPictureImpl_Load':
olepicture.c:1201: error: called object is not a function
olepicture.c:1231: error: structure has no member named `Function'
make[2]: *** [olepicture.o] Error 1
make[2]: Leaving directory `/usr/src/wine-0.9.6/dlls/oleaut32'
make[1]: *** [oleaut32] Error 2
make[1]: Leaving directory `/usr/src/wine-0.9.6/dlls'
make: *** [dlls] Error 2
--
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=4410
------- Additional Comments From jan.wine(a)zerebecki.de 2006-25-01 03:07 -------
As long as it is not changed in wine you can do it yourself in the registry
(with regedit). HKLM Software\Microsoft\DirectX entry "Version" should contain
"4.09.00.0904" for it to say 9.0c.
--
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=4384
------- Additional Comments From gotletter(a)gmail.com 2006-25-01 02:55 -------
Renaming Movies dir? Using nocd?
I could not start war3 without both
--
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=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 02:54 -------
Well, I have found that the previous error has been caused by presence of
giflib3g-dev in my Debian Sarge. After removing the package, everything works again.
I'll report this as separate 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=3978
------- Additional Comments From jan.wine(a)zerebecki.de 2006-25-01 02:47 -------
The crash seems to occur in wineoss, did you try to use other audio drivers or
disabled sound?
--
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=4369
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
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=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 02:24 -------
I suspect that the error has been introduced when I installed giflib3g-dev,
giflib-bin or giftrans library. Probably a whole new issue.
--
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=4412
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2006-25-01 01:35 -------
please mail this patch to wine-patches(a)winehq.org
--
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=3963
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:34 -------
Sorry, this has been from script I use for regression testing. Please note that
I'm not a programmer and I don't know the patching parameters, so I needed Your
help anyway :o)
I'll try Your advice. Thank You.
--
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=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:27 -------
Hi,
this is strange. I get different results depending on compilation procedure.
When I compile the Wine 0.9.6 with standard .configure, make depend, make, make
install, I get compiled Wine, however with bad GIFs.
When compiling by tools/wineinstall, soon the installation stops with this errors:
make[2]: Entering directory `/usr/src/wine-0.9.6/dlls/oleaut32'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_
-DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o olepicture.o olepicture.c
olepicture.c:1001: error: `DGifOpen' undeclared here (not in a function)
olepicture.c:1001: warning: type defaults to `int' in declaration of
`pDGifOpen'olepicture.c: In function `_gif_inputfunc':
olepicture.c:1033: error: structure has no member named `UserData'
olepicture.c: In function `OLEPictureImpl_Load':
olepicture.c:1201: error: called object is not a function
olepicture.c:1231: error: structure has no member named `Function'
make[2]: *** [olepicture.o] Error 1
make[2]: Leaving directory `/usr/src/wine-0.9.6/dlls/oleaut32'
make[1]: *** [oleaut32] Error 2
make[1]: Leaving directory `/usr/src/wine-0.9.6/dlls'
make: *** [dlls] Error 2
I'm going to try older Wine versions which do have the GIF 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=3963
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-25-01 01:23 -------
Wyu do you use -R? That's for reverting patches. I think it should read
patch -Np0 -i patch.diff (0 means remove no leading "dir"s) in the wine directory.
--
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=3963
------- Additional Comments From truiken(a)gmail.com 2006-25-01 01:21 -------
-R means reverse so I don't think you want that. As the error message states,
you used the wrong -p option.
patch -p0 -i nameofpatch.diff
You have to run the command from within the wine directory.
--
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=4407
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:19 -------
No, there are no files in fonts directory.
I hope Wine will use all system-wide used fonts, including ttf fonts in
/usr/lib/X11/fonts/TTF (they are of course also defined in /etc/X11/XF86Config-4).
Is that wrong? It has worked ever before VFP9.
--
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=3963
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:14 -------
Hallo,
I get an error
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: dlls/kernel/volume.c
|===================================================================
|RCS file: /home/wine/wine/dlls/kernel/volume.c,v
|retrieving revision 1.36
|diff -p -u -r1.36 volume.c
|--- dlls/kernel/volume.c 28 Nov 2005 20:10:40 -0000 1.36
|+++ dlls/kernel/volume.c 24 Jan 2006 22:04:55 -0000
--------------------------
File to patch:
The command I have used:
patch -Rp1 -i "/usr/src/patches/myodbc.py"
--
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=4355
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|ASSIGNED |NEW
------- Additional Comments From truiken(a)gmail.com 2006-25-01 00:54 -------
Assigning to myself.
--
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=1674
Bug 1674 depends on bug 1954, which changed state.
Bug 1954 Summary: SHFileOperation doesn't create subdirectories (it should)
http://bugs.winehq.org/show_bug.cgi?id=1954
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Status|ASSIGNED |NEW
Status|NEW |RESOLVED
Resolution| |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=4378
------- Additional Comments From vitaliy(a)kievinfo.com 2006-24-01 23:13 -------
Strange. It's reading few pieces of itself (at the most end of the log). And
then exits.
Could you try with native msvcrt.dll?
--
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=2895
------- Additional Comments From userwaldo(a)theeggbeater.net 2006-24-01 22:37 -------
I'm getting the same error message "Unload the debugger and try again." with
wine 0.9.5. I would try the nocd patch, but I can't find it. Can someone point
me to this patch?
Also I've seen other people weems to be able to get this working in older
versions of wine, wonder a patch is needed 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=4413
------- Additional Comments From vapier(a)gentoo.org 2006-24-01 21:36 -------
wow i feel retarded for not noticing that myself ... e-mail sent !
--
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=4413
------- Additional Comments From tony.lambregts(a)gmail.com 2006-24-01 21:34 -------
Doh! spelling error... wine-patches(a)winehq.org of course.
--
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=4413
------- Additional Comments From vapier(a)gentoo.org 2006-24-01 21:28 -------
seems the wine-patches list is down atm ... guess i'll try again later
Mail delivery failed: returning message to sender
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
wine-patchs(a)winehq.org
SMTP error from remote mailer after end of data:
host localhost.localdomain [127.0.0.1]: 550 5.1.0 unknown user
--
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=4412
------- Additional Comments From vapier(a)gentoo.org 2006-24-01 21:12 -------
no, it isnt a Gentoo specific issue
however, you would only see the bug if you built everything with
-fstack-protector (which is the default on Gentoo hardened systems)
go into the loader directory and try to compile everything in there with
'-fstack-protector' ... it should error during the final link because ssp
symbols were not found (which is because wine-preloader does not link against
system libc or system ldso)
--
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=4412
------- Additional Comments From mike(a)codeweavers.com 2006-24-01 20:22 -------
Two things:
Looks like it would be better to fix the reason it fails with -fstack-protector.
I'm gcc built from the gcc 4.1 branch, and Wine built with that gcc
4.1-branch-ish works with no problem for me. Perhaps this is a problem with Gentoo?
--
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=4412
------- Additional Comments From tony.lambregts(a)gmail.com 2006-24-01 20:12 -------
Patches tend to bitrot here. Please submit it to wine-patchs(a)winehq.org
--
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=4413
------- Additional Comments From tony.lambregts(a)gmail.com 2006-24-01 20:11 -------
Patches tend to bitrot here. Please submit it to wine-patchs(a)winehq.org
--
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=4411
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony.lambregts(a)gmail.com 2006-24-01 20:04 -------
I was just cleaning up the database in those cases (they had no app name thats
why I deleted 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=4413
Summary: have winegcc pass -m32/-m64 along to the linker
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
when you compile with -m32/-m64, winegcc will strip these flags out ... but they
are needed as raw linker flags as well
--
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=4412
Summary: disable stack protector on the wine loader
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
we've been using this in Gentoo for quite some time but i havent sent it
upstream as ssp support in gcc used to be a Gentoo-only feature ... but with
newer versions of gcc (namely gcc-4.1+), ssp support has been added officially
so this patch will detect if the compiler supports the -fno-stack-protector flag
and if it does, automatically build the loader with it (as building the loader
with -fstack-protector will fail)
the patch is based on code found in glibc's configure script
--
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=4411
Summary: "Submitted version deleted" message should include name
of and link to app
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
All messages sent by the app db to maintainers/reviewers
should include the name of and URL of the affected
application. For instance, right now when a version is deleted,
a cryptic message is sent which doesn't say what app
it was! Here's an example of the uninformative message
currently sent:
-- snip --
Subject: [AppDB] Submitted version deleted
From: AppDB <appdb(a)winehq.org>
Submitted version deleted
-------------------------------------------------------
The version you submitted ( 4) has been deleted.Reason given:
-- snip --
--
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=4407
------- Additional Comments From wine.dev(a)web.de 2006-24-01 16:55 -------
Hi.
What comes in my mind:
Are there any files in the "fonts"-Dir in the simulated C-Drive
(c:\windows\fonts) ?
When there is any file in this Folder, all Linux-Fonts are ignored
You can Install the common Windows-Fonts in wine from
http://corefonts.sf.net
--
By by ... Detlef
--
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=4397
------- Additional Comments From wine.dev(a)web.de 2006-24-01 16:42 -------
Hi.
I do not think, that the crash comes from winspool.
> fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS
The Programm want's to enumerate all Local and Network Printers and
wine support only Printers that are local to wine (visible by CUPS / LPR)
> wine: Unhandled page fault on read access to 0x00000240 at address
This look like:
1. The Programm ask for a pointer to a structure and wine returns NULL
2. The Programm does not check the Result and Read a value.
The wired thing is, that the stack and almost all registers are 0
Please run:
WINEDEBUG="+relay,+seh" wine 2>logfile.txt sigaowin.exe
and attach the last 1000 before the crash as file to this Bug.
Is there a Demo-Version available?
Please create an Entry in the Application-Database for this Programm.
--
By by ... Detlef
--
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=4131
------- Additional Comments From calpatersonpublic(a)gmail.com 2006-24-01 15:53 -------
I think I may be experiencing a different bug from the one in this report.
Perhaps I have the same issue as "Comment #28 From Gregor Muench 2006-01-22
07:39" in that I cannot use Alsa. Anyone agree? If so, I'll go ahead and make
a new report.
--
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=4410
Summary: DirectX 9.0c
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timo(a)2idioten.de
It would be really great if you could imply the latest version of directx (9.0c)
in 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=4409
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.evernote.com/en/
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=4408
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.evernote.com/en/
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=4378
------- Additional Comments From alex(a)thehandofagony.com 2006-24-01 13:28 -------
Created an attachment (id=1758)
--> (http://bugs.winehq.org/attachment.cgi?id=1758&action=view)
Console output with +all
I thought the UNCONFIRMED status was there so a moderator or similar could
confirm it, since the default status changed to NEW for me, but I'll be sure
use UNCONFIRMED in later bugs.
WINEDEBUG=+all does give output, but that seems to be the usual stuff that gets
printed no matter what the application does.
--
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=4409
Summary: Screen corruption in Evernote
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Peter.Bienstman(a)UGent.be
* Evernote 1.1 (freely downloadable from
http://www.evernote.com/en/)
* native riched20.dll
* The shaded border around the main window + the scrollbar are not drawn, but
are transparent instead
* Some pictures pasted in the notes do not show up, but are blank (Not sure if
this a display problem or not, 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.