http://bugs.winehq.org/show_bug.cgi?id=2311
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-24-07 13:44 -------
upgrade to 20040716 release, it has fixes which should cure 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=2309
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2004-24-07 13:42 -------
Its no longer really needed.
wineprefixcreate creates most parts of the default setup without need
of a config file.
is there a special reason you need it, otherwise I would mark this 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=2305
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |puoti(a)inwind.it
------- Additional Comments From marcus(a)jet.franken.de 2004-24-07 13:39 -------
i think Ivan Leo Puoti does the Mandrake RPMs.
--
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=2304
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-24-07 13:25 -------
You must run "make depend" before "make".
this will fix this 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=2370
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2004-24-07 13:23 -------
you need to copy over stdole32.tlb from a windows installation, then it will
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=2383
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2004-24-07 12:16 -------
this might still happen, installshield and msi installation is work in
progress.
currently it is seeing lots of development, so it will be worth trying
with the next release (the one after 20040716).
--
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=2384
Summary: wine instalation problem in Mandrake 10 86_64 AMD
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ice2642(a)yahoo.com.br
CC: ice2642(a)yahoo.com.br
Hello,
The wine have a problem when it is used with a Mandrake 10 64 bits for Athlon CPU.
First, sorry, my english is terrible, but I will try explay what is hapinning in
the install proccess.
the ./configure work
the make depend no show any error
the end of the make depend output:
make[2]: Entering directory `/home/iceman/wine-20040716/tools/wrc'
../../tools/makedep -I. -I. -I../../include -I../../include -C. dumpres.c
genres.c newstruc.c readres.c translation.c utils.c wrc.c writeres.c
parser.y parser.l
make[2]: Leaving directory `/home/iceman/wine-20040716/tools/wrc'
../tools/makedep -I. -I. -I../include -I../include -C. bin2res.c fnt2bdf.c
makedep.c
make[1]: Leaving directory `/home/iceman/wine-20040716/tools'
./tools/makedep -I. -I. -I./include -I./include -C.
But when i run the make ;
[iceman@localhost wine-20040716]$ make
make[1]: Entering directory `/home/iceman/wine-20040716/libs'
make[2]: Entering directory `/home/iceman/wine-20040716/libs/port'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -W
all -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o interlocked.o
in terlocked.c
interlocked.c:248:3: #error You must implement the interlocked* functions for
your CPU
make[2]: *** [interlocked.o] Error 1
make[2]: Leaving directory `/home/iceman/wine-20040716/libs/port'
make[1]: *** [port] Error 2
make[1]: Leaving directory `/home/iceman/wine-20040716/libs'
make: *** [libs] Error 2
[iceman@localhost wine-20040716]$
I try use first the wineinstall in the tools folder, the same problem.
If you do not have a 64 bit CPU for test I can do it for help you find the
problem, but you need send me step by step what I need to do and who
informations do you need about the system and how I can get this informations to
help your work because I am +- new with linux.
I try the rpm pacage and I try a diferent version to mandrake 10 but it not work
too in my system,
error: Failed dependencies:
/lib/i686/libc.so.6 is needed by wine-20040615-mdk1
But I have the libc.so.6 but it is in my /lib64/ directory and in the /lib/
directory
[root@localhost lib64]# ls libc*
libc-2.3.3.so* libcom_err.so.2.1* libcrypt.so.1@
libcom_err.so.2@ libcrypt-2.3.3.so* libc.so.6@
[root@localhost lib64]#
[root@localhost lib]# ls libc*
libc-2.3.3.so* libcrypt-2.3.3.so* libcrypt.so.1@ libc.so.6@
[root@localhost lib]#
just for test I make a dir named /lib/i686 and put the libc in there but the rpm
abain stoped.
[root@localhost i686]# ls
libc.so.6*
[root@localhost i686]#
Thank you for this exelent aplication for the linux communit and I hope you can
solve this problem in the install.
I wait forward from you.
Best regards,
Marcio Esper
--
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=2326
------- Additional Comments From spam(a)phatcom.net 2004-23-07 23:51 -------
the i386 rpm for fedora core 2 has the same problem wiht the invalid ELF header
the source rpm for the 20040716 doesnt install.
compiling from source 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=2326
------- Additional Comments From spam(a)phatcom.net 2004-23-07 22:53 -------
i have this same problem, the ie6 installer stalls at 72% and the invalid ELF
format is the last error displayed:
cannot open builtin library for L"C:\\windows\\system\\regsvr32.exe":
/usr/lib/wine/regsvr32.exe.so: invalid ELF header
i am on a freshly updated fedora core 2 installation.
downloaded the 20040716 i686 rpm from sourceforge.
i will try other rpms tonight.
--
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=2383
Summary: Installshield doesn't install Crusader Kings
Product: Wine
Version: 20040716
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chantraind(a)yahoo.fr
I am trying to install Crusader Kings (uses InstallShield). Wine is compiled
from source (on Gentoo, verson 20040716). At first it would refuse to even run
Setup.exe until I copied stdole32.tlb from a winXP installation. Now it gets
past the "Select program folder" and then a window pops up displaying the following:
Component Transfer Error
Component: Core Files
File Group: common
File:
Error: -214757259
[OK]
Clicking on OK makes the window disappear, then after a couple of seconds the
Installshield wizard ends without having installed anything onto the fake
windows partition.
Am I doing anything wrong? TIA
--
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=2382
Summary: copy/paste graphics between crossover office and x-apps
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skiani(a)alum.mit.edu
Hi, I don't know if this belongs in this component or not or even directly a
wine problem but I'm trying to work with a bunch of mixed applications for
building some complex documents and the clipboard does not work all that great.
Examples:
1. Copy drawing from OpenOffice Draw to MSWord. I only get low quality bitmap.
Expect pastespecial options: Picture, Device Independant Bitmap, and Picture
(Enhanced Metafile) -- the first and third being non-bitmap vector graphics with
fonts etc..
2. Copy graphic (bitmap in this case, but all graphics) from MSWord to
OpenOffice Draw. I get nothing. Expect pastespecial options: Formated text
(RTF), GDI metafile, Bitmap, MS Word Document.
Since OpenOffice draw is our perferred drawing application and MSWord is
perferred documentation package I'm stuck. Generally speaking these type of
problems happen with other x-apps and crossover office applications.
--
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=2381
Summary: unhandled exception in X11DRV_GDI_Finalize+0x24
[init.c:77] when starting wine for the 1st time
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: japj(a)xs4all.nl
I'm running SuSe Linux 9.1 in a VMWare environment.
I build the latest wine in CVS of today.
When I try to start wine for the 1st time I get the following:
japj@linux:~> rm -rf .wine
japj@linux:~> wine
wine: creating configuration directory '/home/japj/.wine'...
Xlib: extension "GLX" missing on display ":0.0".
wine: Unhandled exception (thread 0009), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x4059c100,1) - no error checking or
testing yet
WineDbg starting on pid 0x8
fixme:dbghelp:SymLoadModule should no longer happen
Unhandled exception: privileged instruction in 32-bit code (0x40df9270).
In 32 bit mode.
0x40df9270: addb %al,%fs:0x0(%eax)
Wine-dbg>bt
Backtrace:
=>1 0x40df9270 (0x4067fb04)
2 0x4094c1a4 X11DRV_GDI_Finalize+0x24 [init.c:77] in x11drv (0x4067fb18)
3 0x4095f5fb DllMain+0x5b(hinst=0x40920000, reason=0x0, reserved=0x1)
[x11drv_main.c:453] in x11drv (0x4067fd28)
4 0x4092b6cc __wine_dll_main+0x60 in x11drv (0x4067fd58)
5 0x40195162 call_dll_entry_point+0x12 in ntdll (0x4067fd70)
6 0x40197b1f MODULE_InitDLL+0x1cf [loader.c:741] in ntdll (0x4067fdf4)
7 0x40197e2b process_detach+0xab [loader.c:867] in ntdll (0x4067fe18)
8 0x40485850 ExitProcess+0x20(status=0x0) [process.c:2078] in kernel32
(0x4067fe9c)
9 0x40574188 __wine_exe_main+0x188 in rundll32 (0x4067ff2c)
10 0x4048a198 start_process+0xc8(arg=0x0) [process.c:995] in kernel32
(0x4067fff4)
11 0x40019bf1 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
Wine-dbg>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2348
luci(a)sh.ground.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |luci(a)sh.ground.cz
--
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=2352
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-23-07 00:34 -------
Changed 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=2312
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-23-07 00:23 -------
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=1035
r_vdb(a)noos.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From r_vdb(a)noos.fr 2004-22-07 15:13 -------
Sorry not to update sooner, I just stumble on the mail after having completely
forgotten this issue. :-(
Sorry about that.
I don't have this issue anymore, so this bug is 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=2380
Summary: Half-Life fullscreen menu problems on 20040615, 20040716
Product: Wine
Version: 20040615
Platform: Other
URL: http://forums.gentoo.org/viewtopic.php?t=199904&highligh
t=halflife
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jathey(a)comcast.net
I would have submitted this to version 20040716, but it is not listed. Anyway,
under both 20040615 and 20040716, Half-Life and the 1.1.1.0 patch installed
without a hitch. When I run the game with
wine-pthread hl.exe
I cannot get past the main menu. If I run the game with
wine-pthread hl.exe -- hl.exe -gl
I can start the "Hazard Course", but I still cannot open submenus in the main
menu. Ingame in full screen mode, the KDE Kicker covers the bottom of the
screen. If I run the game with
wine-pthread hl.exe -- hl.exe -gl -win
Everything works nicely.
--
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=2379
Summary: err:module:LdrInitializeThunk Main exe initialization
Product: Wine
Version: 20040615
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jhilton(a)novell.com
Installing Flash MX 2004 went well but when trying to run it I get this:
fixme:ntdll:NtQuerySystemInformation
(0x00000023,0x4067f84a,0x00000002,0x4067f84c) stub
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Macromedia\\Flash MX 2004\\Flash.exe" failed, status c0000142
Any ideas?
Thanks,
Jake
--
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=2348
------- Additional Comments From luci(a)sh.ground.cz 2004-22-07 09:34 -------
confirming. the same here with wine version 20040716 :(
every app window with scrollbars can freeze after scrolling the content
however msie 5.5/6.0 when in quirks mode (non-standards w3c compliant) it
works and doesn't freeze ! 8-o
my console output is only:
wine WORDVIEW.EXE
fixme:x11drv:X11DRV_GetDeviceCaps (0x730): CAPS1 is unimplemented, will return
0
wine: Unhandled exception (thread 0009), starting debugger...
PS: please add the version 20040716 to the dropdown list
luci
--
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=2378
Summary: Wine CVS (2004{06,07}) segfaults on Mandrake 10.0
Product: Wine
Version: CVS
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axyz(a)yahoo.com
The two CVS releases 20040716 and 20040615 have a common behaviour on Mandrake
10.0. When it runs any application, it reports a 'Segmentation fault', and the
application does not launch. The 20040505 release did not display this
problem.
Running with WINEDEBUG=all results in 147,000 or so lines mostly of calls to
ntdll.RtlMultByteToUnicode. Then, '*killed* exit_code=0', and then the
segmentation fault message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2377
Summary: error while launching Klient.exe
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jb-boin(a)ownz.us
Klient is an IRC client (www.klient.com). With a prior cvs build of wine (from
april or may) it was starting but freezing after some second, with the 20040716
build from the rpm for fc1 it doesnt start at all, the same with the 20040615.
the error is :
err:seh:EXC_DefaultHandling Exception frame is not in stack limits => unable to
dispatch exception.
ps : debug doesnt seem to say much interresting things.
--
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=2376
Summary: Edit control does not support ES_NUMBER style
Product: Wine
Version: 20040615
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishna.murthy(a)guptaworldwide.com
The edit control does nit support ES_NUMBER style. Hence though the controls are
created with ES_NUMBER style, still it allows to key in other than numbers.
--
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=2375
Summary: Edit control does not support ES_NUMBER style
Product: Wine
Version: 20040615
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishna.murthy(a)guptaworldwide.com
The edit control does nit support ES_NUMBER style. Hence though the controls are
created with ES_NUMBER style, still it allows to key in other than numbers.
--
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=2374
Summary: Edit control does not support ES_NUMBER style
Product: Wine
Version: 20040615
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishna.murthy(a)guptaworldwide.com
The edit control does nit support ES_NUMBER style. Hence though the controls are
created with ES_NUMBER style, still it allows to key in other than numbers.
--
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=2373
Summary: wine : failed to create the process heap
Product: Wine
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hzaagman(a)wxs.nl
On Fedora Core 2, with wine installed from wine-20040505.tar.gz, (no compilation
errors) I cannot run wine even as superuser, nor find a reference about how I
could fix this problem.
Reading FAQ this seems a general problem for the Fedora2 environment. Is there a
solution on his(her) way ?
wine sol.exe
wine : failed to create the process heap
wine notepad.exe
wine : failed to create the process heap
Winetools , winetools-2.1.0.tgz installed without errors.
While running wine tools , the fonts where downloaded, but in the console
session this message was also generated each time a font was selected and
downloaded.
--
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=2372
Summary: Unable to install Internet Explorer SP1.
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hasankosten(a)hotmail.com
The installation process stalls with "fixme:thunk:CommonUnimpStub generic stub:
?" message looping on the background. Installation seemed fine before this
version. None of the Internet Explorer embedded applications work 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=2354
------- Additional Comments From Webmaster(a)linboost.org 2004-21-07 10:19 -------
Same prob on Slackware 10.0 with kernel 2.6.7(testing)
AMD 2000+
512 Mb Ram
--
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=2285
------- Additional Comments From philip.dicke(a)raytheon.com 2004-21-07 08:11 -------
Some try the patch I submitted for bug 2273. This might fix 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=2371
Summary: Wine20040716 on FreeBSD
Product: Wine
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f10(a)ngs.ru
bug such as http://www.winehq.org/hypermail/wine-bugs/2004/06/0213.html
OS FreeBSD 5.1
Wine20040716
>>any app fails with the following reason:
>>wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: mmap of entire
>>address space failed: Cannot allocate memory
and bug with install: ./programs/winetest -> Makefile* ->$DLLEXT not work
->checks file as example advapi32_test.exe without .so
I use bison1.875?
this bug from 2004XXXX(may be early)
P.S. Sorry for my english :))
--
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=2369
------- Additional Comments From s.so(a)griffith.edu.au 2004-20-07 20:34 -------
Ooops, sorry, QTInfo.exe reports the OS as "Microsoft Windows 98 version
4.10.2222 A"
--
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=2369
Summary: Cannot change windows version in 20040716
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.so(a)griffith.edu.au
I'm trying to install iTunes but the installer says I can only install on
Windows 2000/XP. So I changed the windows version in /etc/wine/wine.conf to
"winxp" and ran the install again but it didnt work. I changed it to "win2k"
and still didn't work. I installed QuickTime 6 and ran QTInfo.exe and it always
says the OS was Windows 98 Second Edition, regardless of what I set the version to.
I'm using the precompiled wine binary for Fedora Core 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=2368
Summary: Wine loses its X-Window when switching to another virt.
desktop in Fvwm
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chaz(a)energoncube.net
I'm running wine-20040615 on an AthlonXP PC running Linux 2.4.21, glibc-2.3.2,
X.org 4.3.0 X server, and fvwm-2.5.10. Wine is generating windows in managed
mode. Wine runs great as long as I keep Fvwm on the same virtual desktop on
which I created the wine app. But when I switch Fvwm virtual desktops, wine's X
window disappears. Gone, no window, no icon, not present in the Fvwm window
list, X loses complete track of it. But wine and the windows app inside it keep
running fine. I can still see the wine processes in the process list, and any
actions I previously set the windows app to perform that have observable
consequences (e.g. creating files) happen correctly. I just lose the gui
interface to the windows app, not the app itself.
--
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=2273
------- Additional Comments From philip.dicke(a)raytheon.com 2004-20-07 17:15 -------
During additional investigation I determined that sometimes BadMatch does occur
because the size of the requested area is larger then the size of the drawable.
That is what prevented my app from starting. For now, I'll just stay away from
tearing off toolbars. I will be posting a patch to prevent the BadMatch from
occuring with the requested size is larger then the executable. I will not be
attempting submitting a patch for preventing XGetImage to be called on a window
that is not displayed.
--
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=2367
Summary: DII: Lord of Destruction Install Fails w/ CVS and
20040615
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bafraid2b1(a)hotmail.com
The installer for Lord of Destruction fails when trying to patch d2char.mpq.
The bug is apparent in the recent CVS and 20040615 versions of wine.
To reproduce this bug:
1) Install Diablo II. I've experienced the problem with both the multiplayer
and full installation levels. I'd recommend using the multiplayer install just
because its faster.
2) Attempt to install the Lord of Destruction Expansion. About midway through
the process the bug presents itself.
If you are using 20040615, the installer will appear to freeze after copying the
file c:\Program Files\Diablo II\xreadme.htm
If you are using cvs, an additional error window will appear that displays the
following message:
Setup was unable to add the following file to c:\Program Files\Diablo II\d2char.mpq:
binkw32.dll
Error 0x85200064:
(P:\Data\D2\TOOLS\Diabinst\Source\MpqUtil.cpp:32)
Installation aborted.
--
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=2366
Summary: Wine unable to initiallize on NetBSD
Product: Wine
Version: 20040615
Platform: PC
OS/Version: NetBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)netbsd.org
When trying to start wine on NetBSD(-current), wine gives the following message:
wine: failed to initialize: mmap of entire address space failed: Cannot allocate
memory
It started with version 20040615 and is still present with 20040716.
Please, investigate. 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=2170
------- Additional Comments From jacarlson(a)bradley.edu 2004-18-07 19:33 -------
I have essentially the same problem with Suse 9.0 with wine 20040615. The exact
error is:
err:seh:setup_exception stack overflow 4 bytes in thread 000c eip 40071c66 esp
40590ffc stack 0x40590000-0x40690000
--
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=2365
Summary: Ogre3D based game crashes on exit
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius.krasuckas(a)elst.vtu.lt
the game [1] crashes when i start it, select DX7 engine, press OK and
after this press Esc.
it does so right after the notification (on stderr) about successfull unloading
of RenderSystem_Direct3D9.dll (the game prints some debug info on its own at
runtime). sometimes the game crashes on exit even before the notification. i
will post output of Wine with the "module" debug channel enabled soon.
although i get some different outputs after the crash (by executing "info bt",
"info reg", "info exc" commands), they can be assigned to several stable groups.
i will post the outputs later.
[1] http://lib.su.lt/~ramonas/spacebandits/
--
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=2364
Summary: Compile failure on Mac OS X 10.3.4
Product: Wine
Version: 20040615
Platform: Macintosh
OS/Version: Mac OS X 10.2
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)infinite-monkeys.org
Thi sis really 10.3.x but you don't have an OS category for that. I'm not sure what component this
failure building glu32.dll would be considered.
[michael@namaste wine-20040615]$ uname -a
Darwin namaste.local 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/
xnu-517.7.7.obj~7/RELEASE_PPC Power Macintosh powerpc
[michael@namaste wine-20040615]$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
[michael@namaste wine-20040615]$ make depend && make
[...]
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./glu32.spec glu.o glu32.dll.dbg.o -o
glu32.dll.so -L../../dlls -lkernel32 -lntdll -L../../libs/wine -lwine -L/usr/X11R6/lib -lSM -lICE
-lXxf86vm -lXv -lXext -lX11 -lGL -lGLU -L../../libs/port -lwine_port -lpoll
/var/tmp//ccZh9PUV.s:379:Unknown pseudo-op: .size
/var/tmp//ccZh9PUV.s:379:Rest of line ignored. 1st junk character valued 95 (_).
/var/tmp//ccZh9PUV.s:380:Unknown pseudo-op: .size
/var/tmp//ccZh9PUV.s:380:Rest of line ignored. 1st junk character valued 95 (_).
winegcc: gcc failed.
make[2]: *** [glu32.dll.so] Error 2
make[1]: *** [glu32] Error 2
make: *** [dlls] Error 2
As an aside, configure fails, too, complaining that libGL.a is present. It's pretty unfortunate that you
have to remove a system library to get Wine to compile.
--
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=2363
winehq(a)displague.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Winelib time.h does not |Winelib time.h does not
|include _tzname not |include _tzname nor
|_daylight support |_daylight support
--
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=2363
Summary: Winelib time.h does not include _tzname not _daylight
support
Product: Wine
Version: 20040615
Platform: Other
URL: http://msdn.microsoft.com/library/default.asp?url=/libra
ry/en-
us/vccore98/HTML/_crt__daylight.2c_._timezone.2c_.and__t
zname.asp
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)displague.com
I downloaded getipv4.zip from simtel, which includes c source. I tried to build
the package after priming it with winemaker.
[displague@fall] /tmp/getip> make
winebuild -o getip.exe.dbg.c --debug -C. getip-nt.c getip.c main.c
winegcc -c -march=athlon-xp -O3 -pipe -fomit-frame-pointer -mno-cygwin -I. -o
getip.exe.dbg.o getip.exe.dbg.c
winegcc -c -march=athlon-xp -O3 -pipe -fomit-frame-pointer -mno-cygwin -I. -o
getip-nt.o getip-nt.c
winegcc -c -march=athlon-xp -O3 -pipe -fomit-frame-pointer -mno-cygwin -I. -o
getip.o getip.c
In file included from getip.c:11:
getip.h:25: warning: `enum FUNCT' declared inside parameter list
getip.h:25: warning: its scope is only this definition or declaration, which is
probably not what you want
getip.h:25: warning: parameter has incomplete type
getip.c: In function `dateinfo':
getip.c:80: error: `_daylight' undeclared (first use in this function)
getip.c:80: error: (Each undeclared identifier is reported only once
getip.c:80: error: for each function it appears in.)
getip.c:80: error: `_tzname' undeclared (first use in this function)
getip.c: In function `GetConnection':
getip.c:244: warning: passing arg 3 of pointer to function from incompatible
pointer type
winegcc: gcc failed.
make: *** [getip.o] Error 2
http://bugs.winehq.org/show_bug.cgi?id=2362
Summary: Lotus Notes 5.0.12 Designer crashes when trying to work
with Java agent source
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grog(a)grsu.by
In Lotus Notes 5.0.12 Designer crashes when trying to work with Java agent
(WebQuery... agents). This happens when either switching agent type to Java or
trying to open Java agent saved on other platform.
Bit of background (as I know it): when dealing with Java agent, Notes Designer
detaches java source and class (packed in JAR archives with auto-generated names
like jar12345.jar) to all-purpose Notes temporary directory (named like TMPPATH/
C.Lotus.Notes.Data). Then, seemingly, Notes tries to unpack these JARs into
similarly named sub-dirs, at least it does it for java source of the agent.
Now, agent java source gets unpacked all right to JavaAgent.java file inside
it's respective sub-dir. Then, I suppose, it tries to do something with
JavaAgent.class, and wine waits a bit, then catches unhandled page exception.
This bug is present with at least 20040408 release.
I'm attaching "want to debug exception?" output.
---
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler (0x1162770,1) - no error checking or testing
yet
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoMarshalInterface Failed to marshal the interface {00000001-0000-
0000-c000-000000000046}, 80070057?
fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32773,0x1004e,1109388520,65535)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32777,0x10036,-4,0)-stub!
fixme:hook:NotifyWinEvent (32774,0x10036,-4,1109352168)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32777,0x10036,-4,0)-stub!
fixme:hook:NotifyWinEvent (32774,0x10036,-4,1)-stub!
fixme:hook:NotifyWinEvent (32777,0x10036,-4,0)-stub!
fixme:hook:NotifyWinEvent (32774,0x10036,-4,1109347048)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:ole:CoMarshalInterface Failed to marshal the interface {00000001-0000-
0000-c000-000000000046}, 80070057?
fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
fixme:ole:CoMarshalInterface Failed to marshal the interface {00000001-0000-
0000-c000-000000000046}, 80070057?
fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32773,0x10066,-4,3145985)-stub!
fixme:hook:NotifyWinEvent (32773,0x10066,-4,0)-stub!
fixme:hook:NotifyWinEvent (32773,0x10066,-4,3145985)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32773,0x1007c,1109516520,65535)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32778,0x10088,1117629224,1)-stub!
fixme:hook:NotifyWinEvent (32773,0x10088,1117629224,65535)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32773,0x10088,1117629224,65535)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32773,0x10066,-4,0)-stub!
fixme:hook:NotifyWinEvent (32773,0x10066,-4,3145985)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32778,0x10088,1117629224,1)-stub!
fixme:hook:NotifyWinEvent (32777,0x10036,-4,0)-stub!
fixme:hook:NotifyWinEvent (32774,0x10036,-4,3)-stub!
fixme:hook:NotifyWinEvent (32777,0x10036,-4,0)-stub!
fixme:hook:NotifyWinEvent (32774,0x10036,-4,1109352168)-stub!
fixme:hook:NotifyWinEvent (32773,0x10090,1109442792,1)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32773,0x20090,1109442792,1)-stub!
fixme:hook:NotifyWinEvent (32773,0x30090,1109442792,1)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32773,0x10088,1117629224,5)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:hook:NotifyWinEvent (32773,0x10098,1117657896,1)-stub!
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b4 ignored
fixme:msvcrt:_XcptFilter (-1073741819,0x4089dfc8)semi-stub
wine: Unhandled exception (thread 000b), starting debugger...
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler (0x1162770,1) - no error checking or testing
yet
fixme:console:SetConsoleCtrlHandler (0x1162770,0) - no error checking or testing
yet
fixme:console:SetConsoleCtrlHandler ((nil),1) - no error checking or testing yet
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:console:SetConsoleCtrlHandler (0x407bbde0,1) - no error checking or
testing yet
WineDbg starting on pid 0xa
Unhandled exception: page fault on read access to 0x4079f000 in 32-bit code
(0x42e1c500).
In 32 bit mode.
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:1007 GS:0000
EIP:42e1c500 ESP:4089e3e8 EBP:473f0000 EFLAGS:00210297( - 00 RISAP1C)
EAX:4079f000 EBX:47e296e8 ECX:00000000 EDX:44188ffc
ESI:44089000 EDI:44092f20
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
0x00000060:
0200: sel=1007 base=40016000 limit=00001f97 32-bit rw-
Backtrace:
=>1 0x42e1c500 (0x473f0000)
2 0x00000000 (0x00000000)
0x42e1c500: movl 0x0(%eax),%ecx
Modules:
Module Address Debug info Name (98 modules)
PE 0x00400000-00481000 Deferred nlnotes
PE 0x00500000-00f27000 Deferred nnotesws
PE 0x01000000-0180f000 Deferred nnotes
PE 0x10000000-1000e000 Deferred ltssb01
PE 0x18200000-1822e000 Deferred ltouin22
ELF 0x40000000-40015000 Deferred ld-linux.so.2
ELF 0x40018000-40023000 Deferred libnss_compat.so.2
ELF 0x40025000-4003e000 Deferred libwine.so.1
ELF 0x4003e000-4016d000 Deferred libc.so.6
ELF 0x4016d000-40170000 Deferred libdl.so.2
ELF 0x40170000-401e3000 Deferred ntdll<elf>
\-PE 0x40190000-401e3000 \ ntdll
ELF 0x401e3000-402d6000 Deferred libwine_unicode.so.1
ELF 0x402d6000-402f8000 Deferred libm.so.6
ELF 0x402f8000-402fb000 Deferred xlcdef.so.2
ELF 0x402fb000-402ff000 Deferred libxrandr.so.2
ELF 0x40307000-4031c000 Deferred libnsl.so.1
ELF 0x40430000-4053f000 Deferred kernel32<elf>
\-PE 0x40460000-4053f000 \ kernel32
ELF 0x40772000-4077a000 Deferred libungif.so.4
ELF 0x4077a000-40780000 Deferred libxxf86dga.so.1
ELF 0x40781000-4078e000 Deferred libz.so.1
ELF 0x40791000-4079a000 Deferred libsm.so.6
ELF 0x4079a000-4079f000 Deferred libxxf86vm.so.1
PE 0x408a0000-408f0000 Deferred js32
ELF 0x408f0000-40939000 Deferred msvcrt<elf>
\-PE 0x40900000-40939000 \ msvcrt
ELF 0x40939000-4093e000 Deferred libxv.so.1
PE 0x40940000-4097b000 Deferred nlsccstr
ELF 0x4097b000-409ac000 Deferred advapi32<elf>
\-PE 0x40990000-409ac000 \ advapi32
ELF 0x409ac000-40a38000 Deferred oleaut32<elf>
\-PE 0x409d0000-40a38000 \ oleaut32
ELF 0x40a38000-40a55000 Deferred libjpeg.so.62
ELF 0x40a55000-40b1d000 Deferred libx11.so.6
ELF 0x40b1d000-40b93000 Deferred ole32<elf>
\-PE 0x40b40000-40b93000 \ ole32
ELF 0x40b93000-40caf000 Deferred user32<elf>
\-PE 0x40bc0000-40caf000 \ user32
ELF 0x40caf000-40d31000 Deferred gdi32<elf>
\-PE 0x40cd0000-40d31000 \ gdi32
ELF 0x40d31000-40d7c000 Deferred rpcrt4<elf>
\-PE 0x40d50000-40d7c000 \ rpcrt4
ELF 0x40d7c000-40d9b000 Deferred iphlpapi<elf>
\-PE 0x40d90000-40d9b000 \ iphlpapi
ELF 0x40d9b000-40e29000 Deferred shell32<elf>
\-PE 0x40dc0000-40e29000 \ shell32
ELF 0x40e29000-40e82000 Deferred shlwapi<elf>
\-PE 0x40e40000-40e82000 \ shlwapi
ELF 0x40e82000-40f27000 Deferred comctl32<elf>
\-PE 0x40e90000-40f27000 \ comctl32
ELF 0x40f27000-40f30000 Deferred libxcursor.so.1
PE 0x40f30000-40f38000 Deferred nplugins
ELF 0x40f38000-40f52000 Deferred version<elf>
\-PE 0x40f40000-40f52000 \ version
ELF 0x40f52000-40f68000 Deferred lz32<elf>
\-PE 0x40f60000-40f68000 \ lz32
ELF 0x40f68000-40fcd000 Deferred libfreetype.so.6
ELF 0x40fcd000-41047000 Deferred x11drv<elf>
\-PE 0x40fe0000-41047000 \ x11drv
ELF 0x41047000-4105f000 Deferred libice.so.6
ELF 0x4105f000-4106d000 Deferred libxext.so.6
ELF 0x4106d000-410e9000 Deferred libgl.so.1
ELF 0x410e9000-4113a000 Deferred libpthread.so.0
ELF 0x4113a000-41142000 Deferred libxrender.so.1
ELF 0x41153000-41171000 Deferred ximcp.so.2
ELF 0x41171000-4118f000 Deferred imm32<elf>
\-PE 0x41180000-4118f000 \ imm32
ELF 0x413a0000-413b4000 Deferred oleacc<elf>
\-PE 0x413b0000-413b4000 \ oleacc
PE 0x42050000-420d9000 Deferred nstrings
PE 0x422b0000-422c1000 Deferred nicnv
PE 0x427c0000-427c5000 Deferred namhook
PE 0x42a40000-42a48000 Deferred ntcp
PE 0x42c10000-42cfa000 Deferred nlsxbe
PE 0x42de0000-42df4000 Deferred njemp
PE 0x42e00000-42e62000 \ javai
ELF 0x42e62000-42ed8000 Deferred winmm<elf>
\-PE 0x42e70000-42ed8000 \ winmm
ELF 0x42ed8000-42ef5000 Deferred wsock32<elf>
\-PE 0x42ee0000-42ef5000 \ wsock32
ELF 0x42ef5000-42f1c000 Deferred ws2_32<elf>
\-PE 0x42f00000-42f1c000 \ ws2_32
ELF 0x42f1c000-42f5d000 Deferred wineoss.drv<elf>
\-PE 0x42f30000-42f5d000 \ wineoss.drv
ELF 0x43070000-43088000 Deferred msacm.drv<elf>
\-PE 0x43080000-43088000 \ msacm.drv
ELF 0x43088000-430ac000 Deferred msacm32<elf>
\-PE 0x43090000-430ac000 \ msacm32
ELF 0x431c0000-431d5000 Deferred midimap.drv<elf>
\-PE 0x431d0000-431d5000 \ midimap.drv
PE 0x47600000-47610000 Deferred zip
PE 0x47920000-4795a000 Deferred winawt
ELF 0x4795a000-479e4000 Deferred comdlg32<elf>
\-PE 0x47970000-479e4000 \ comdlg32
ELF 0x479e4000-47a08000 Deferred winspool.drv<elf>
\-PE 0x479f0000-47a08000 \ winspool.drv
ELF 0x77f01ea0-efe08ea0 Deferred <wine-loader>
Threads:
process tid prio (all id:s are in hex)
0000000a (D) C:\Lotus\Notes\nlnotes.exe
00000017 0
00000015 0
00000014 -1
00000013 0
00000012 0
00000011 0
00000010 -2
0000000c 0
0000000b 0 <==
WineDbg terminated on pid 0xa
--
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=2351
grog(a)grsu.by changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From grog(a)grsu.by 2004-16-07 09:42 -------
As early as July 14, 2004 this seems to be fixed, at least in Client and in
Designer.
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=2332
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #628|difference between two |outputs got swapped, ignore
description|outputs introduced by the |the attachment.
|patch [1]. |
Attachment #628 is|0 |1
obsolete| |
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-16-07 07:53 -------
(From update of attachment 628)
ouch, wrong file.
--
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=2332
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-16-07 07:45 -------
Created an attachment (id=628)
--> (http://bugs.winehq.org/attachment.cgi?id=628&action=view)
difference between two outputs introduced by the patch [1].
sorry for an ugly diff. now the differences are more clear as i've synched
(unified handle numbers), cleaned and compared outputs with some script:
#!/bin/bash
RPRFX=.simplified
SRCS=led2w.*patch
for SRC in $SRCS; do ( \
cat $SRC | \
awk '{ \
gsub( \
"4083[0-9a-f][0-9a-f][0-9a-f][0-9a-f]", \
"4083xxxx"); \
gsub( \
"405[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]", \
"405yyyyy"); \
gsub("0x70", "0x6c"); \
gsub( \
"4161[0-9a-f][0-9a-f][0-9a-f][0-9a-f]", \
"4161zzzz"); \
gsub("0x7c", "0x74"); \
gsub("0x90", "0x88"); \
gsub("0x68", "0x64"); \
gsub("0x94", "0x8c"); \
skip2=skip; \
skip=index( \
$0, \
"GENERIC_READ FILE_SHARE_READ OPEN_EXISTING"); \
if((skip==0) && (skip2==0)) print \
}' \
> $SRC$RPRFX \
); done
diff -u \
led2w.before_the_patch.simplified \
led2w.after_the_patch.simplifiedsec
--
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=2298
------- Additional Comments From julliard(a)winehq.com 2004-15-07 22:55 -------
This should be fixed in CVS now. Thanks for the good 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=2361
Summary: Background music plays fast in The Typing of The Dead
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dave(a)aagames.co.uk
When playing The Typing of The Dead, music is normal for a short period of
time (a few seconds), then speeds up to a high speed. The music itself is
stored as .wav files, I'm not sure how it is played. This happens every time I
run TTOTD, current CVS WINE (2004-07-15).
--
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=2265
------- Additional Comments From gmay(a)uoguelph.ca 2004-15-07 14:47 -------
I receive the same error when trying to install dcom98.exe, ie6, and winamp.
tried Wine 20040505 & Wine 20040615
Mandrake 9.1
Using a fake Windows partition under %HOME%/.wine/fake_window/
2.2 gigs free on /home partition
512 MB DDR total physical memory 300 MB free
500 MB Swap space
So space really isnt an issue
Any guidance would be appreciated
--
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=2358
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-15-07 03:07 -------
Stuart, if you know exact two dates (20040309 and 20040408) between which the
regression has been introduced and if you still have Excel installed, you are
given a chance to do a cvs-regression testing.
yes, you would need to learn at least two of the "cvs" commands ("cvs login" and
"cvs update -D ...") and to do some jumping: dividing and shortening time
intervals and compiling your wine/ tree multiple times.
but hey, this way you would help winehq bug database, winehq community (and even
yourself if the regressive patch you will find gets fixed):
http://www.winehq.com/site/docs/wine-devel/cvs-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=2358
------- Additional Comments From winehq(a)nanonanonano.net 2004-15-07 01:58 -------
As a bootnote to my previous comment re: a workaround.
This workaround *prevents* MSWord from saving files. (Causes a "Too many files
open" dialogue box). Thei DLL override needs to be done in a section only for
excel.exe and then both MSWord and MSExcel are happy.
*sigh*
--
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=2358
------- Additional Comments From winehq(a)nanonanonano.net 2004-15-07 01:47 -------
I can provide a workaround to my problem.... change over to using the builtin
ole32 library rather than the native one.
- "ole32" = "native, builtin"
+ "ole32" = "builtin"
This then permits excel to open and save files without incident (including some
*really* complex ones). Unfortunately, the files that I saved during the time it
was not working are still not able to be opened, so that data is lost.
Don't ask me why this works... Excel was working quite well with the native
ole32.dll up until I upgraded to a more recent snapshot (> 200403??). But
perhaps this will provide someone with sufficient information to help them
diagnose this problem.
(There was a post by Dan Sawyer on wine-users about this some time ago, I shall
forward this work around to him too.)
Good luck & 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=2356
------- Additional Comments From farmerdan(a)i-rule.net 2004-14-07 17:47 -------
This patch also relieved the symptoms I documented in Additional Comment #1.
Thank you very much for the conscientious and quick resolution.
Dan
--
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=2360
Summary: missing wgl function prototypes
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom(a)platte.com
It appears that although support for binary apps using OpenGL exists
in wine, you cannot compile a Windows OpenGL app using winelib,
because none of the wgl prototypes exist in wingdi.h
These prototypes exist in wgl.h, but that is not installed using "make
install", nor is that where apps would expect them.
"wgl.h" should be installed as other includes (ie move it from
dlls/opengl32/wgl.h to include/wgl.h). But we will have another problem
later on as using the Linux GL headers is problematic (as the Linux headers
define the prototypes as 'cdecl' and Wine's implementation is 'stdcall').
--
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=2282
phil(a)mail.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From phil(a)mail.ru 2004-14-07 12:58 -------
This has been fixed by Filip Navara.
--
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=2358
------- Additional Comments From dclark(a)akamail.com 2004-14-07 10:12 -------
I know that in the recent past, a bug causing file corruption was introduced and
then fixed. I prowled around a bit in the archives, but could not find it. So it
may or may not be relevant to this bug, but it might by worth trying a current
CVS version of Wine, or seeing what happens in the next release.
Unless someone else can remember the patch I am thinking of.
--
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=2356
rklazes(a)xs4all.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rklazes(a)xs4all.nl 2004-14-07 01:59 -------
The patch is accepted in cvs so it will be in the next Wine snapshot.
--
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=2359
Summary: The: "configure" script will not find ICU libraries in:
"/usr/local/lib
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyrerj(a)acm.org
The "configure" script reports that it can not link to the ICU libraries when
they are installed in: "/usr/local/lib" -- when ICU is installed with a
'prefix' of: "/usr/local.
--
JRT
--
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=2358
------- Additional Comments From winehq(a)nanonanonano.net 2004-13-07 20:31 -------
Created an attachment (id=627)
--> (http://bugs.winehq.org/attachment.cgi?id=627&action=view)
loaddll trace for File->Save in excel
loaddll trace from
WINEDEBUG=loaddll wine "c:/program files/microsoft office/office/excel"
When OK is pressed in the dialogue box, builtin dlls advapi32.dll,
comctl32.dll, shell32.dll are loaded.
Is this related to this 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=2358
Summary: MS Excel regression - can't save valid files
Product: Wine
Version: 20040615
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)nanonanonano.net
With versions of wine up to and including Wine-20040309, I could get MS Excel
2000 could open, close and save files without incident.
Subsequent versions (20040408 onwards, including 20040615, which is currently
installed) still generate a file when you File->Save, however, the file is now
not a valid excel file and cannot be opened with Excel running under Wine, under
Windows or with OpenOffice. Excel reports "File format is not valid", while
OpenOffice just crashes.
Since there is no warning that the file is invalid, this results in data loss.
Example:
1. Start excel
2. File->Save, enter a filename
3. Exit excel
4. Restart excel
5. File->Open, select file. "File format is invalid" message displayed.
I will upload an example (invalid) file as an attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2356
------- Additional Comments From winehq(a)nanonanonano.net 2004-13-07 20:07 -------
Hi all,
thanks for the frenzy of activity on this one... wow!
Unfortunately I don't have time to test the patch at the moment.
I can, however, give a workaround that seems OK (based on some discussion on
this thread):
cd ~/.wine/dosdevices
ln -s / z\:
ln -s /dev/zero z\:\:
(/dev/null was also suggested, but that gives an error an then fails).
With this in place, the open/save dialogues work for word2k adn excel2k.
Regarding testing this with notepad: wine-notepad and several other more complex
apps (Endnote and Origin) do not suffer from this problem. The common thing
about the apps that don't work is that they use the fancy Open/Save dialogue
that has the buttons for Home Desktop etc down the left, while the apps that do
work use the simpler (older/traditional) Open/Save dialogue.
thanks, all!
Stuart
--
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=2273
------- Additional Comments From philip.dicke(a)raytheon.com 2004-13-07 17:24 -------
The section of code in question is responsible for drawing bitmaps as disabled.
If I just don't do the "if" statement, grey boxes are displayed instead of
disabled Icons.
This is probably the same bug as <a
href="http://bugs.winehq.org/show_bug.cgi?id=2285">2285</a> and possible bug <a
href="http://bugs.winehq.org/show_bug.cgi?id=447">447</a>
Can someone please add the keyword FIXME to 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=2356
------- Additional Comments From klaus.piemont(a)gmx.de 2004-13-07 14:34 -------
Hi Rein,
thumbs up for the patch. For DVDlab it works! Thank you.
Cannot tell for the MS apps, because I don't have them available.
Best regards,
Klaus
--
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=2356
------- Additional Comments From rklazes(a)xs4all.nl 2004-13-07 07:56 -------
OK, I see now that the warning happens with notepad as well.
It is wine that does this in an attempt to read the disk label and perhaps
serial number in dlls/kernel/volume.c function GetVolumeInformationW().
With notepad however I have no problem opening this drive.
--
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=2356
------- Additional Comments From rklazes(a)xs4all.nl 2004-13-07 06:15 -------
> I can verify that this is also the case for wine-20040615.
> If I have a symlink in ~/.wine/dosdevices that points to a directory that is
> listed in /etc/fstab, then some applications are unable to open that drive in
> their file open/save dialogues (notably, word2k and excel2k).
Unfortunatley I don't have word or excel installed. Just using notepad, I do not
see any problem.
Can you try with notepad or find some other similar small 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=2356
------- Additional Comments From rklazes(a)xs4all.nl 2004-13-07 06:08 -------
>> I was thinking it was the RW permissions of /dev/hdb5 .
> Maybe or maybe not. If I where Linux I would never let any program accessing a
> mounted partition directly. But I'm rather a newbie in the Linux world and
> does not know much about the internals.
Linux allows this (with the right perms set) and Windows allows this. You should
at least try the result with Read permissions.
> That is exactly what I was trying to state. And for that reason the
> resolving of the drive letter L: directly to the device /dev/hdb5 makes
> no sense. Wine should return a simulated windows volume which is
> actually mapped through the wine layer to the directory structure.
In Windows "return a simulated windows volume" *means* a device and *not* a
directory or file. In your case is asks for a volume and not a directory or
file. And Wine is never bothered whether is makes sense or not.
> Therefor I came up with the idea to depend the behavior on the filesystem
> in fstab. A harddisk filesystem means to ignore that dosdevices/l: points
> to a mount point and the path is handled the same way as any other path.
> Maybe one could add a override possibility in the config file to reactivate
> the current behaviour for a drive lette, even if I could not think about
> an app which would require this.
Ignoring the possibility that some unrelated bug is confusing us, there is
already one application that is using this feature: yours. By some luck your
application works when wine cannot find the device, but the next time you may
not be lucky again.
In this light I believe it is unlikely that such a change would be allowed in
the official Wine tree. Rather look for a workaround with the dosdevices/l::
link, perhaps pointing it to /dev/null or /dev/zero works.
>> Did you happen to notice what the CreateFile() returns and what the
>> LastError() was in those cases?
> I'm sorry, but I have not. I was happy enough to get to the source of
> my problem by scanning through the code. I never had really worked with
> the windows api and this information was rather meaningless for me. Since
> programming in Java for several years now I found even reading C a bit of
> an adventure :D
Create a +relay,+file logfile by running wine like:
WINEDEBUG=+relay,+file wine ... &>wine.log
(fill in the dots with your program and arguments)
Open in an editor and search for the offending CreateFile() kernel call. Next
look for the return and note the "ret=value". A value of ffffffff or 0 is an
error, a small integer is success. Look for an GetLastError() call following
this. The return value indicates the reason for the failure, error codes are in
include/winerror.h
Create an attachment with part of the logs, so we can have a look.
--
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=2356
winehq(a)nanonanonano.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winehq(a)nanonanonano.net
------- Additional Comments From winehq(a)nanonanonano.net 2004-13-07 04:14 -------
I can verify that this is also the case for wine-20040615.
If I have a symlink in ~/.wine/dosdevices that points to a directory that is
listed in /etc/fstab, then some applications are unable to open that drive in
their file open/save dialogues (notably, word2k and excel2k).
i.e.:
e: -> /tmp
/dev/hda6 -> /tmp
Causes word2k and excel2k to be unable to access the e: drive from the file-open
and file-save dialogues. An "access denied" error is shown if you go via the
icon, but not if you go via the quick-pick dropdown box at the top (silently fails).
If, however, the symlink is to a directory that is not listed in fstab, then it
works fine.
i.e.
e: -> /tmp/wine/
/dev/hda6 -> /tmp
then all works as desired.
Now this is only a *workaround* and it only works for some mount points... the
case making / your z: drive is an obvious example that can't be easily solved in
this way.
This is a case of regression... this used to work fine and now doesn't.
It also means that the treatment of the drives is different in wine depending on
whether they are listed in fstab or not... that doesn't seem to be logical.
--
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=2017
------- Additional Comments From drew(a)corrupt.co.nz 2004-12-07 22:27 -------
This is also an issue on Wine on FreeBSD: wine -v > Wine 20040505
This is with Synchronise=Y in the .wine/config file:
drew@taz:~/.wine/c/Program Files/Adobe/Photoshop 7.0
[15:20:45] -> wine "C:\\Program Files\\Adobe\\Photoshop 7.0\\Photoshop.exe"
fixme:ntdll:NtQueryVolumeInformationFile device info not properly supported on
this platform
fixme:file:get_default_drive_device auto detection of DOS devices not supported
on this platform
fixme:sync:SetCriticalSectionSpinCount critsection=0x20d598e0: spincount=20 not
supported
fixme:sync:SetCriticalSectionSpinCount critsection=0x20d59fa4: spincount=500 not
supported
fixme:sync:SetCriticalSectionSpinCount critsection=0x20d59aa4: spincount=500 not
supported
fixme:sync:SetCriticalSectionSpinCount critsection=0x20d59ca4: spincount=500 not
supported
fixme:sync:SetCriticalSectionSpinCount critsection=0x20d5a028: spincount=500 not
supported
fixme:sync:SetCriticalSectionSpinCount critsection=0x20d5a14c: spincount=500 not
supported
fixme:sync:SetCriticalSectionSpinCount critsection=0x20d5a1c8: spincount=50 not
supported
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
--
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=1876
jos(a)wolput.demon.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jos(a)wolput.demon.nl
------- Additional Comments From jos(a)wolput.demon.nl 2004-12-07 21:43 -------
Comment by Jos van Wolput:
Trying to run the selfloading exe multilanguage dictionary euroglot
with wine version 20040615-1 or 20040505-1 I always get the error mentioned below:
err:ntdll:RtlpWaitForCriticalSection section 0x40568420 "syslevel.c: Win16Mutex"
wait timed out in thread 0009, blocked by 000a, retrying (60 sec)
Wine failed with return code 148
Using wine version 20040309 (and previous versions) it just runs fine!
--
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=2356
------- Additional Comments From klaus.piemont(a)gmx.de 2004-12-07 17:02 -------
> Your program doesn't know anything about a Linux file system. Perhaps it did an
> API call to see what the filesystem is and follows the result (VFAT, NTFS,
> Network, CDROM etc. ).
That is the funny thing. I have no idea why this call was made in the first
place. Let me get this a little bit clearer.
What you do in DVDlab is that you select the mpeg files from some explorer like
window into a filelist. This part works. In the filelist you see the filename,
the path (including the driveletter) and some attributes like frame size. This
means that at that point DVDlab must have had opened the file already once to
get that internal information.
In a second operation you select a file from the filelist and insert it into the
project. And here it fails. The area where normaly thumbnails of the movie are
shown remains simply black. I can't think of any possible reason why the drive
itself should be accessed at this point, since every information needed is
already in the filelist shown. A simple open file for read should do the job.
Maybe it is not even intended by the programmer, but he uses a library which
does this internaly. Don't know.
> I was thinking it was the RW permissions of /dev/hdb5 .
Maybe or maybe not. If I where Linux I would never let any program accessing a
mounted partition directly. But I'm rather a newbie in the Linux world and does
not know much about the internals.
> Not possible, it is a windows program that has no knowledge about "logical" wine
> HD's. The program "knows" that it is a Windows volume, and wine has to emulate
that.
That is exactly what I was trying to state. And for that reason the resolving of
the drive letter L: directly to the device /dev/hdb5 makes no sense. Wine should
return a simulated windows volume which is actually mapped through the wine
layer to the directory structure.
> As far as I understand what you want is a way to make the emulated "L:" behave
> the same way whether dosdevices/l: points to a mount point or not.
Here we are. That was my intention. I had this kind of control up to wine
20040404 where I could specify "HD" in the config file and everything was clear.
Therefor I came up with the idea to depend the behavior on the filesystem in
fstab. A harddisk filesystem means to ignore that dosdevices/l: points to a
mount point and the path is handled the same way as any other path. Maybe one
could add a override possibility in the config file to reactivate the current
behaviour for a drive lette, even if I could not think about an app which would
require this.
> Did you happen to notice what the CreateFile() returns and what the LastError()
> was in those cases?
I'm sorry, but I have not. I was happy enough to get to the source of my problem
by scanning through the code. I never had really worked with the windows api and
this information was rather meaningless for me. Since programming in Java for
several years now I found even reading C a bit of an adventure :D
--
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=2356
------- Additional Comments From rklazes(a)xs4all.nl 2004-12-07 12:19 -------
> Sorry, but I can't see your point in my case.
> You are correct if we speak of of a CD-ROM or Floppy.
> I could maybe even accept this for a FAT or NTFS partition, but I cannot
> understand what a windows app should do with a ReiserFS formated partition ?
Your program doesn't know anything about a Linux file system. Perhaps it did an
API call to see what the filesystem is and follows the result (VFAT, NTFS,
Network, CDROM etc. ).
> Especially when that partition is already mounted and it is not even user
> mountable. Obviously linux doesn't allow it anyway resulting in the error code
> c0000022.
I was thinking it was the RW permissions of /dev/hdb5 .
> In this case wine can clearly assume that the drive letter was intended to
> describe a "logical" wine HD rather than a device or volume.
Not possible, it is a windows program that has no knowledge about "logical" wine
HD's. The program "knows" that it is a Windows volume, and wine has to emulate that.
As far as I understand what you want is a way to make the emulated "L:" behave
the same way whether dosdevices/l: points to a mount point or not. Perhaps
something is possible with the dosdevices/l:: link that points to the device if
it exists.
Did you happen to notice what the CreateFile() returns and what the LastError()
was in those cases?
--
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=2356
------- Additional Comments From klaus.piemont(a)gmx.de 2004-12-07 10:43 -------
Sorry, but I can't see your point in my case.
You are correct if we speak of of a CD-ROM or Floppy.
I could maybe even accept this for a FAT or NTFS partition, but I cannot
understand what a windows app should do with a ReiserFS formated partition ?
Especially when that partition is already mounted and it is not even user
mountable. Obviously linux doesn't allow it anyway resulting in the error code
c0000022.
In this case wine can clearly assume that the drive letter was intended to
describe a "logical" wine HD rather than a device or volume.
--
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=2347
------- Additional Comments From lindevel(a)gmx.net 2004-12-07 07:48 -------
I think something prevents tribes2 from being run.
I do not know what it is, but it was the only "err"or reported...
Now I have made a complete log (WINEDEBUG=all).
I you want to have some additional information, please tell me.
(If you want a trace, please tell me how to do that, I tried, but failed :( )
---
WINE: 20040615
---
Information (LOGs etc.): http://home.arcor.de/bashork/gentoo/wine-tribes2/
--
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=2356
------- Additional Comments From rklazes(a)xs4all.nl 2004-12-07 04:54 -------
warn:file:CreateFileW Unable to create file L"\\\\.\\L:" (status c0000022)
I followed this problem back to dlls/ntdll/directory.c and found that L: is
resolved to /dev/hdb5 raising the invalid access.
In Windows the filename "\\\\.\\L:" for CreateFile means the volume that, when
opened, can be accessed as a device. Please look it up on msdn.microsoft.com.
What Wine is doing here seems to be correct to 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=2357
Summary: cannot scroll open dialog window
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: angus_mccarl(a)yahoo.com.au
Using build 2004-06-15 on mandrake linux, I tried to open a file through the
open dialog and could not scroll the window. As soon as I tried to, Wine would
crash.
STEPS TO REPRODUCE:
1) Start any windows application that requires you to open a file
2) Click the "open" button/menu thing
3) Scroll the 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=2356
farmerdan(a)i-rule.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |farmerdan(a)i-rule.net
--
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=2356
------- Additional Comments From farmerdan(a)i-rule.net 2004-11-07 10:48 -------
At about the same time, 20040501 23:20:06, the thumbnail and preview feature of
DVD Lab 1.3.1 (available at http://www.mediachance.com/dvdlab/history.html)
stopped working. I determined this by using a regression test from 20040615 and
a cvs update from about 13:30 CDT 20040710. I can duplicate this on both by
laptop and PC and in all versions of DVD Lab, both stable and beta.
I'm running Mandrake 9.2 with kernel 2.6.5 and gcc 3.3.1. My wine installation
is a 'No windows' and I use <wine c:\\Program\ Files\\DVDlab\\DVDlab.exe> to
start the program. I have tried various combinations and permutations of
'native,builtin' for dll loading. All the native dll's that I have used came
from Windows ME. I also have XP installed on my machince but have used no dll's
from that one.
When I ran <WINEDEBUG=+relay wine c:\\Program\ Files\\DVDlab\\DVDlab.exe>, I
waited for over twenty minutes and the program did not start, but text scrolled
through the terminal window. I used <Ctrl-C> to exit. I do not know whether
this is relevant but the following is a copy of one block of reports that
'relay' gave:
> 0009:Ret x11drv.GetPixel() retval=00010000 ret=4091348b
> 0009:Call kernel32._LeaveSysLevel(4092bcc0) ret=408f95c3
> 0009:Call ntdll.RtlLeaveCriticalSection(4092bcc0) ret=404f9597
> 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=404f9597
> 0009:Ret kernel32._LeaveSysLevel() retval=00000000 ret=408f95c3
> 0009:Ret gdi32.GetPixel() retval=00010000 ret=005c4c65
> 0009:Call gdi32.GetPixel(00001c18,00000005,00000000) ret=005c4c5a
> 0009:Call kernel32._EnterSysLevel(4092bcc0) ret=408f9418
> 0009:Call ntdll.RtlEnterCriticalSection(4092bcc0) ret=404f946a
> 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=404f946a
> 0009:Ret kernel32._EnterSysLevel() retval=4057a620 ret=408f9418
> 0009:Call kernel32._EnterSysLevel(4092bcc0) ret=408f9418
> 0009:Call ntdll.RtlEnterCriticalSection(4092bcc0) ret=404f946a
> 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=404f946a
> 0009:Ret kernel32._EnterSysLevel() retval=4057a620 ret=408f9418
> 0009:Call kernel32._EnterSysLevel(4092bcc0) ret=408f9418
> 0009:Call ntdll.RtlEnterCriticalSection(4092bcc0) ret=404f946a
> 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=404f946a
> 0009:Ret kernel32._EnterSysLevel() retval=4057a620 ret=408f9418
> 0009:Call kernel32._LeaveSysLevel(4092bcc0) ret=408f95c3
> 0009:Call ntdll.RtlLeaveCriticalSection(4092bcc0) ret=404f9597
> 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=404f9597
> 0009:Ret kernel32._LeaveSysLevel() retval=00000000 ret=408f95c3
> 0009:Call kernel32._EnterSysLevel(4092bcc0) ret=408f9418
> 0009:Call ntdll.RtlEnterCriticalSection(4092bcc0) ret=404f946a
> 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=404f946a
> 0009:Ret kernel32._EnterSysLevel() retval=4057a620 ret=408f9418
> 0009:Call kernel32.LOCAL_Lock(000010bf,0000317e) ret=408f94ef
> 0009:Ret kernel32.LOCAL_Lock() retval=403761ea ret=408f94ef
> 0009:Call kernel32.LOCAL_Unlock(000010bf,0000317e) ret=408f95ea
> 0009:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=408f95ea
> 0009:Call kernel32._LeaveSysLevel(4092bcc0) ret=408f95c3
> 0009:Call ntdll.RtlLeaveCriticalSection(4092bcc0) ret=404f9597
> 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=404f9597
> 0009:Ret kernel32._LeaveSysLevel() retval=00000000 ret=408f95c3
> 0009:Call kernel32._LeaveSysLevel(4092bcc0) ret=408f95c3
> 0009:Call ntdll.RtlLeaveCriticalSection(4092bcc0) ret=404f9597
> 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=404f9597
I also get this error whenever I close DVD Lab:
err:dc:DCE_FreeWindowDCE [0x20050] GetDC() without ReleaseDC()!
--
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=2356
Summary: HD reported as device when mountpoint matches logical
link in dosdevices
Product: Wine
Version: 20040505
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: klaus.piemont(a)gmx.de
When using DVDlab with version 20040505 and 20040615 I got the following warning
(and a failure in DVDlab 1.3.1):
warn:file:CreateFileW Unable to create file L"\\\\.\\L:" (status c0000022)
I followed this problem back to dlls/ntdll/directory.c and found that L: is
resolved to /dev/hdb5 raising the invalid access. L: is a link in dosdevices
pointing to /data2 which is the mountpoint of /dev/hdb5.
I would recomment that wine is taking the filesystem in /etc/fstab in
consideration to determine if a directory or device is accessed by the drive letter.
Circumvention: Don't let your HD drive letters in dosdevices point to a linux
mountpoint.
Best regards,
Klaus
And thank you for the fine product BTW.
--
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=1010
------- Additional Comments From lane-winehq(a)aspire-is.com 2004-11-07 01:35 -------
experiencing the same thing here, with Wine v20040615 on Gentoo (custom build,
but it runs other applications just fine), win98 emulation. (win2k emulation
gives error "sorry, you must be an administrator to install this application")
App I'm trying to run is "Firehouse Software", demo available at
www.firehousesoftware.com , if you want to test it, too. (It's a VFP6 app.)
I've been trying to run this app, with the same error, for about a year. perhaps
more.
--
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=2355
Summary: Wine says it's unable to map static data into process
memory space
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pynm0001(a)comcast.net
I've been trying to play the rather old game Master of Orion II, which
according to the app DB works in Wine. The installation went through without
a hitch, but the game is unable to start, giving this error message:
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Microprose\\Orion2\\Orion95.exe" failed, status c0000142
--
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=2354
Summary: Can't compiled, error at int13.0
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giturar(a)comcast.net
When i try to compile, i get the following message
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC
-Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wpointer-arith -g -02 -o int13.o int13.c
In file included from int13.c:34:
/usr/include/linux/fd.h:342: error: variable or field `__user' declared void
/usr/include/linux/fd.h:342: error: parse error before '*' token
/usr/include/linux/fd.h:360: error: parse error before '}' token
make[2]: *** [int13.o] Error 1
make[2]: Leaving directory `/usr/src/wine-20040615/dlls/winedos'
make[1]: *** [winedos] Error 2
make[1]: Leaving directory `/usr/src/wine-20040615/dlls'
make: *** [dlls] Error 2
I've tried the /tools/wineinstall and it gave the same answer. Here's my system.
Dell Latitude CPx Notebook
P3 500MHz
128MB PC100 SoDimm
11GB HDD
Slackware 10
Kernel - 2.6.7 (compiled, not from the /testing)
gcc version - 3.3.4
Hope that helps!
--
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=2353
Summary: Installing Wine
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cakersq(a)gmail.com
how on earth do you install wine? The Minimal instructions on the website say
type "./configure" and then "make depend", even though there is no "configure"
file anywhere in the extracted files. The Makefile, which said it should be
right there when extracted, is 4 folders deep, and will not build due to the
missing "../configure" file. So how do you install Wine?
I'm using a fresh install of Slackware 10 on a Pentium 3.
--
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=1882
------- Additional Comments From a3tius(a)freehtml.it 2004-10-07 07:10 -------
i've linux mandrake 9.2 and winex via cvs (3.2.1) version. I run the application
and connect with a server. Not see the space for chat. I run winex as desktop
win98. Bug seems in a not compiled window for chat. But i receive, with another
client with window XP installed, the chat from client in linux. Not receive in
linux for me (nick vinehq). And the client in linux add all nick as a friends,
and this isn't good (for application! ;) ). Possible the server monitoring this
and not able the client. The chat window is my thesis of bug, (i'm not a
programmer). sorry for my poor english.
--
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=2352
Summary: Alpha Centauri is not a "Roleplaying Game"
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/appview.php?appid=332
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lindevel(a)gmx.net
Alpha Centauri is not a "Roleplaying Game", it is a strategy game, so please
move it there...
--
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=2350
transfellow(a)emails.bjut.edu.cn changed:
What |Removed |Added
----------------------------------------------------------------------------
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=2351
Summary: Lotus Notes subwindows titles are cut down to first
letter
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grog(a)grsu.by
In Lotus Notes (5.0.12), in subwindows it opens for databases and database
design elements, (sub)window title is cut down to first letter ("Workspace"
shows as "W" etc.) These (sub)windows then are displayed in toolbar just under
the menubar as switchable "tabs" (do not confuse with colored tabs switching
Notes workspaces).
Now, in Designer component, every title gets always cut.
In Client component, when one opens database and does not yet switch to other
"tab" or program window, title gets set correctly, both in subwindow title (and
therefore in "tab") and in Notes program window title.
When switching to other "tab", both titles get cut.
When switching to other program window, title in "tab" remains correct, title of
program window gets cut.
This bug is there at least beginning with 20040408.
--
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=2312
grog(a)grsu.by changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From grog(a)grsu.by 2004-09-07 09:07 -------
In today's CVS checkout (Jul 09, 2004) this appears to be fixed. 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=2350
Summary: "Non-Microsoft copyright info for winsock2.dll" error
occur when install winsock2.
Product: Wine
Version: 20040615
Platform: PC
URL: http://www.microsoft.com/windows/downloads/bin/W95ws2set
up.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: transfellow(a)emails.bjut.edu.cn
***** Error Report *****
1.Wine 20040615.Wine is clean,nothing has been installed.
2.Red Hat Linux release 9(Shrike),Kernel 2.4.20-8 on an i686
3.gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
4.don't use Windows
5.Winsock2(http://www.microsoft.com/windows/downloads/bin/W95ws2setup.exe)
6.[shovit@localhost tools]$ wine W95ws2setup.exe
7.A MessageBox occurs: "An error was encountered while installing Winsock2.Setup
has been cancelled.See c:\windows\WS2SETUP.LOG for more information."
~~~~~~~~~~~~
8.The content of WS2SETUP.LOG:
**************************************************************
WS2SETUP begin: 07/09/2004 06:08:49
RegQueryValueEx(VendorInstallDll) failed
VendorWantsMSTCP=1, WantsMSIPX=2, WantsSetupUI=1
WantsMSDNS=1, WantsMSSAP=0
New wsock32.dll file version: 0004000a.00000678
Created WS2BAKUP.BAT backup batch file
Non-Microsoft copyright info for c:\windows\system\wsock32.dll
WS2SETUP end: failure
**************************************************************
***** END *****.
Best Regards,
Shovit
2004.7.09
--
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=2349
Summary: Palm Simulator has dozens of very annoying warnings
Product: Wine
Version: 20040615
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=1629
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curtis(a)curtis.hawthorne.name
The Simulator seems to mostly work, but you have to constantly click 'Ignore' on
dozens of warning messages saying: emul68kcommon.c, Line:2027, Invalid ptr:
4B0D71E8. I've seen posts of similar behaivor including the one in the Wine
Application Database.
There's enough of these warnings to make debugging with the Simulator too time
consuming to be useful. I don't know if this is something that can be fixed in
Wine or if it has to be changed in the Simulator itself, but it would be very
much appreciated if it could be made to work correctly.
--
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=2273
------- Additional Comments From philip.dicke(a)raytheon.com 2004-08-07 15:48 -------
I tried with the CVS version from about 3:30 on 07/08 and I still have the same
problem. After looking at this issue some more, it appears that XGetImage is
not requesting an area outside of the drawable. So the BadMatch must be coming
from calling XGetImage on a window that is not displayed (which I think it is)
or on a window that is InputOnly.
I was able to get the error to happen anywhere; both over ssh on a remote PC and
on the console. I was also able to hack bitblt.c to allow the program to start
up. However, I'm still getting the same error if I do the following:
1) Tear off a toolbar
2) close the toolbar
3) from the View Menu, choose to display the toolbar you just closed
My problem is that I don't know how to figure out:
1) If the drawable is a window
2) If the drawable is visible (mapped)
3) If the drawable is an input only window
Any help would be greatly appreciated.
--
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=2059
------- Additional Comments From lindevel(a)gmx.net 2004-08-07 14:24 -------
I think I have detected a similar bug:
When playing JA2 with wine through arts the game freezes at random times and
locations, but everytime short after startup (you can't run it longer than 3
minutes.
It reports something like sound buffer underrun. (sry, can't remember the full
line.) But it seems that this has not directly to do with the freeze as it is
reported directly after starting and not when the freeze happens.
WINE does not detect this freeze (no winedbg is started).
I screwed a bit with config-settings, but the result was everytime 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=2312
------- Additional Comments From grog(a)grsu.by 2004-08-07 11:03 -------
This same installation of wine and environment works okay with wine-20040505
too. This same installation gives same trouble with current CVS. So the cause of
problem seems to be introduced in 20040615 and is still there.
--
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=2273
------- Additional Comments From dclark(a)akamail.com 2004-07-07 16:53 -------
You should try with a current (07/07 or later) CVS version. This is probably now
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=2273
------- Additional Comments From philip.dicke(a)raytheon.com 2004-07-07 16:36 -------
The XError comes from around line 1000 in dlls/xlldrv/bitblt.c
else /* color -> monochrome */
{
/* FIXME: avoid BadMatch error */
imageSrc = XGetImage( gdi_display, physDevSrc->drawable,
physDevSrc->org.x + visRectSrc->left,
physDevSrc->org.y + visRectSrc->top,
width, height, AllPlanes, ZPixmap );
The man page for XGetImage has several ways that a BadMatch can be generated. I
guess I'll look into it unless someone else knows what they are doing. I'm a
wine and XWindows newbie. Suggestions anyone?
--
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=2347
Summary: no char for keysym 0000 (No Name) (in Tribes2 v24834)
Product: Wine
Version: 20040505
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lindevel(a)gmx.net
No char for keysym 0000 (No Name) and many others.
This happens on startup of Tribes2 v24834.
I press no keys while it starts, I swear.
Here is a list of them:
---
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D1,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D1,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D1,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=C9,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=C9,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=C9,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=CF,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=CF,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=CF,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=C7,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=C7,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=C7,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=CB,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=CB,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=CB,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=C8,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=C8,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=C8,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=CD,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=CD,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=CD,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D0,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D0,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D0,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B7,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B7,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B7,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D2,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D2,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D2,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D3,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D3,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D3,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=D,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B3,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B3,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B3,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B5,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B5,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B5,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=9C,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=9C,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=9C,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE03
(ISO_Level3_Shift) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=EA,scanCode=65,keycode=7C,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE03
(ISO_Level3_Shift) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=EA,scanCode=65,keycode=7C,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE03
(ISO_Level3_Shift) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=EA,scanCode=65,keycode=7C,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FEF9
(Pointer_EnableKeys) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=90,scanCode=45,keycode=4D,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=9D,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=9D,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=9D,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B8,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B8,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=B8,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=DB,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=DB,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=DB,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=DC,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=DC,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=DC,keycode=8,state=4)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=DD,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=DD,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No
Name) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=DD,keycode=8,state=4)
---
Dennis
---
Gentoo Linux
Kernel: 2.6.7-gentoo-r8
WINE: 20040505
Tribes2: 24834
Other information:
home.arcor.de/bashork/gentoo/xmms-nvidia-segfault/
(About a bug in xmms, but information is the same. Interesting files:
emerge_info and nvidia-bug-report.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=2346
Summary: Problems with XNEWS.
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: triso(a)cogeco.ca
Hi,
I am running the Windows version (06.08.25) of xnews with wine (20040615) and it
is not runnable due to pointer errors. Any attempt to open a newsgroup results
in a stream of "Access violation at address 4080f0c5. Write of address
00000001." dialogs.
When I revert to wine (20040408) the problem is gone. I am using Mandrake Linux
9.1 with a wine RPM taken from sourceforge.
--
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=2345
------- Additional Comments From krishna.murthy(a)guptaworldwide.com 2004-06-07 11:49 -------
Created an attachment (id=623)
--> (http://bugs.winehq.org/attachment.cgi?id=623&action=view)
ListHdr.exe Binary
- Start the ListHdr.exe application
- Check the Notify NM_CLICK check box.
- Now click on the any item in the list view. Upon click, it should display
message box with text "Notified NM_CLICK". This message box is not displayed
under Wine. It works fine with MS-Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2345
Summary: List View does not notify NM_CLICK event
Product: Wine
Version: 20040615
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishna.murthy(a)guptaworldwide.com
- Mouse tracking routine is not dispatching the mouse release event to the
window procedure (Fix is, dispatch the message when mouse tracking is over).
- Mouse tracking routine is called before selection applied to the icons, this
preventing the icon selection in button down event (Fix is , call mouse tracking
routine after selecting the icons).
The attached sample illustrate this issue. Follow the steps given below to see
the issue:
- Start the ListHdr.exe application
- Check the Notify NM_CLICK check box.
- Now click on the any item in the list view. Upon click, it should display
message box with text "Notified NM_CLICK". This message box is not displayed
under Wine. It works fine with MS-Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2344
Summary: dc++ doesn't work properly
Product: Wine
Version: 20040615
Platform: Other
URL: http://appdb.winehq.com/appview.php?appId=1105&versionId
=2198
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marius_bugs(a)galuna.ro
This is an open-source application available at
http://sourceforge.net/projects/dcplusplus/
Problems:
* Settins aren't saved
* warnings on command line:
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 7 lpiArray 0x48c674
err:listview:LISTVIEW_WindowProc unknown msg 1051 wp=3ecffb10 lp=004060b0
err:toolbar:TOOLBAR_GetImageListForDrawing index 0,0 is not valid, max 0
...
fixme:menu:TrackPopupMenuEx not fully implemented
Wine App DB comments:
http://appdb.winehq.com/appview.php?appId=1105&versionId=2198
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=2273
------- Additional Comments From philip.dicke(a)raytheon.com 2004-06-07 10:20 -------
I have this error with the 20040615 version on wine. Here on my stats:
Fedora Core 2 (X.org 6.7.0)
3Ghz Pentium 4
Running application ELT/3500 from http://www.paragon.com
The crash happens everytime I start-up the application. The interesting thing
is that I don't get this crash when I run over the application remotely over
ssh. I've tried both KDE and Gnome window managers and I still get the same error.
If I try to run it over ssh on the console (ie ssh to myself), I get:
fixme:win:User32InitializeImmEntryTable (0x19650412): stub
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 38 (X_QueryPointer)
Resource id in failed request: 0x3f
Serial number of failed request: 54
Current serial number in output stream: 54
--
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=2336
------- Additional Comments From nick(a)pu.if.ua 2004-05-07 16:55 -------
The same with WordViewer an ExcelViewer windows under Slackware Linux 9.1,
fvwm 2.4.18. I suppose that something wrong is with x11drv 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=2342
Summary: Shareaza open file bug
Product: Wine
Version: 20040615
Platform: Other
URL: http://www.shareaza.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anderson(a)sonic2000.org
CC: anderson(a)sonic2000.org
When running Shareaza opening a file with either "Run File" or the "Open File"
dialog it gives out an error saying:
"fixme:commdlg:SendCustomDlgNotificationMessage sending OPENFILENAMEA structure.
Hook is expecting OPENFILENAMEW!"
This error is solvable with putting quotes around the file name in question that
needs to be opened. This does not have to do with that the file has a space in
the path or not.
--
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=2338
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-05-07 15:54 -------
Thanks, I just wanted you to ask that. The DvdShrink list need registrations, I
donm't want to get on another mailing list... The archives of the DvdShrink
lists are open h\however. On what lits did you post? Did you use
jonathan(a)ernstfamily.ch?
--
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=2338
------- Additional Comments From jonathan(a)ernstfamily.ch 2004-05-07 15:46 -------
I asked your question to the DVD Shrink developper. I'll keep you up to date
with his comments/answers.
BTW thank you for having taken the time to look into it.
P.S. I know v.2.x work quite well with wine, but I wish wine users could benefit
from the ongoing developpement that is made on DVD Shrink 3.x (the quality has
improved significantly over 2.x already).
--
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=2338
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-05-07 14:59 -------
Our SendASPI32Command( SC_GET_DISK_INFO) Implementation is imcomplete. I looked
for some information on that function and faked some for me sensible return
values, but didn't get DvdShrinkk to go further. Getting some informations from
the DvdShrink Authors about their usage of SC_GET_DISK_INFO might help.
Meanwhile try to use a version 2 DvdShrink, it works 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=2340
------- Additional Comments From farmerdan(a)i-rule.net 2004-05-07 13:39 -------
Don't know how this happened, but the report got submitted twice. This one and
2341.
--
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=2341
Summary: bug_report.pl failed to compile
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: farmerdan(a)i-rule.net
When trying to generate a bug report I received the following message:
Missing right curly or square bracket at ./bug_report.pl line 584, at end of line
syntax error at ./bug_report.pl line 584, at EOF
Execution of ./bug_report.pl aborted due to compilation errors.
I added a "}" at EOF and everything worked fine. I have generated a simple
patch that fixes this if you'd care to have 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=2340
Summary: bug_report.pl failed to compile
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: farmerdan(a)i-rule.net
When attempting to use bug_report.pl I received the following message:
Missing right curly or square bracket at ./bug_report.pl line 584, at end of line
syntax error at ./bug_report.pl line 584, at EOF
Execution of ./bug_report.pl aborted due to compilation errors.
I added a } at the EOF and ran it again. Worked fine.
I have generated and tested a simple patch if someone would like to have 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=2337
halfdog(a)gmx.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From halfdog(a)gmx.at 2004-05-07 08:16 -------
Bug seems to be fixed in CVS (20040705), compiled RH9.0 linux ix86
--
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=2339
Summary: DVD Shrink Open Files dialog doesn't work
Product: Wine
Version: 20040615
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)ernstfamily.ch
When trying to open files from recent versions of DVD Shrink the dialog is empty
and the following output is produced:
fixme:shell:BrsFolderDlgProc flags 20 not implemented
Only "Desktop" with a "+" sign is shown but the tree is not developped when
clicking on the "+" sign so it is not possible to select a directory.
Steps to reproduce:
1)run DVD Shrink under wine
2)click on "Open Files" button
3)Impossible to select any directory
How it should work:
1)run DVD Shrink under wine
2)click on "Open Files" button
3)select the directory where the files reside
4)click "OK" button
About DVD Shrink:
DVD Shrink is a popular freeware used to backup and shrink your DVDs from 9GB to
4GB discs. As there is no - quality comparable - replacement under linux at the
moment, it would be very nice if it was working without problems (gold) under wine.
License: freeware
Source: won't be available
Contact author: http://forum.digital-digest.com/forumdisplay.php?s=&forumid=48
Download: http://www.dvdshrink.org/
Version used: 3.1.7.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=2338
Summary: DVD Shrink cannot Open Disc
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)ernstfamily.ch
When trying to open a DVD Disc, we are faced with the following errors:
fixme:aspi:SendASPI32Command SC_GET_DISK_INFO always return 'int13
unassociateddisk'.
This is happening even if the disc is unencrypted.
Steps to reproduce:
1)run DVD Shrink under wine
2)click on Open Disc
3)select the disc you want to open
4)click "OK" button
5)Error->application is frozen
How it should work:
1)run DVD Shrink under wine
2)click on Open Disc
3)select the disc you want to open
4)click "OK" button
5)read DVD content ASPI (if DVD is encrypted, using libdvdcss on linux's side)*
About DVD Shrink:
DVD Shrink is a popular freeware used to backup and shrink your DVDs from 9GB to
4GB discs. As there is no - quality comparable - replacement under linux at the
moment, it would be very nice if it was working without problems under wine.
License: freeware
Source: won't be available
Contact author: http://forum.digital-digest.com/forumdisplay.php?s=&forumid=48
Download: http://www.dvdshrink.org/
Version used: 3.1.7.6
* I read that some work has been achieved in order to read DVDs under wine
recently this would be a good proof of concept.
--
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=2337
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-05-07 03:42 -------
The Same error happ[end to Xilinx ISE. Updfate to current CVS, the error was
fixed for ISE, so I guess your problem should be solved too. Please report back
and close the error, if applicable.
--
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=2337
Summary: Strange IO behaviour, broken seek/rewind?
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: halfdog(a)gmx.at
After upgrading wine to 20040615 from 20031212-1fc1winehq a program that used to
work now produced messages saying that its temporary files are corrupted. These
files are rather frequently read and written by the software.
With the old software the file was like
0000000: 4652 3542 0a05 0000 0026 7b00 3200 4300 FR5B.....&{.2.C.
....
00000c0: 0100 0100 4652 3542 ....FR5B
with the new version
0000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................
all bytes zero to
00000a0: 0000 0000 0000 0046 5235 420a 0200 0000 .......FR5B.....
....
0000140: 0000 0100 0000 0000 0100 4652 3542 ..........FR5B
All files written by this program have some heading of only zero bytes and then
start normally so it seems that wine failed to truncate the file correctly or
the seek didn't work.
The problem happens with Finereader (seems to be C++ compiled to ix86), multiple
saves with notepad to the same file work. So perhaps the api changed slightly
and finereader uses the file io calls with uncommon combination of
arguments/parameters.
--
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=2336
Summary: WinMX window disappears
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rigelf(a)postmark.net
Starting in version 20040505, my WinMX main window disappears after changing
virtual desktops. The window header remains, and continues to update the
connection uptime, but everything functional disappears.
I'm using wine 20040615 compiled from source, winmx version 3.53, fvwm 2.4.18
for a window manager.
--
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=2232
timo.steuerwald(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From timo.steuerwald(a)gmx.de 2004-04-07 06:38 -------
Fix works for me (Release 20040615).
Thanks!
Bye,
Timo
--
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=2335
Summary: fixme:dsound:DSOUND_MixOne problem with underrun
detection
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)nuclearelephant.com
It looks like a bug in mixer.c is causing problems with correct sound in some
applications (specifically for me, Need for Speed III: Hot Pursuit). I get very
choppy sound, it appears to be playing at twice the speed. Will attach trace.
Sample:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40384268)->(00000000,00000008)
fixme:system:SystemParametersInfoW Unimplemented action: 84 (SPI_GETPOWEROFFACTIVE)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40395570)->(00010022,00000011)
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_EXCLUSIVE not
fully supported
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_EXCLUSIVE not
fully supported
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=440 <
primary_done=5280)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=864 <
primary_done=5720)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1712 <
primary_done=4840)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1272 <
primary_done=4400)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=832 <
primary_done=3960)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=2608 <
primary_done=5720)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=2168 <
primary_done=5280)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1728 <
primary_done=4840)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1288 <
primary_done=4400)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=848 <
primary_done=3960)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1720 <
primary_done=4840)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1280 <
primary_done=4400)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=840 <
primary_done=3960)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=840 <
primary_done=3960)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1720 <
primary_done=4840)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1280 <
primary_done=4400)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=840 <
primary_done=3960)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=840 <
primary_done=3960)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1720 <
primary_done=4840)
--
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=2334
Summary: undefined reference to `ppin'
Product: Wine
Version: 20040615
Platform: Sun
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hanabal(a)japan.com
make[2]: Entering directory `/oracle/storage/download/wine-20040615/tools/widl'
gcc -g -O2 -o widl header.o proxy.o typelib.o utils.o widl.o y.tab.o lex.yy.o
-L../../libs -lwpp -lwine_port -lfl
../../libs/libwpp.a(preproc.o): In function `free_pp_entry':
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:138: undefined
reference to `pp_includelogiclist'
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:138: undefined
reference to `pp_includelogiclist'
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:141: undefined
reference to `pp_includelogiclist'
../../libs/libwpp.a(preproc.o): In function `pp_push_if':
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:484: undefined
reference to `pp_flex_debug'
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:484: undefined
reference to `pp_flex_debug'
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:498: undefined
reference to `pp_push_ignore_state'
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:482: undefined
reference to `pp_flex_debug'
../../libs/libwpp.a(preproc.o): In function `pp_pop_if':
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:508: undefined
reference to `pp_flex_debug'
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:517: undefined
reference to `pp_pop_ignore_state'
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:521: undefined
reference to `pp_flex_debug'
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:521: undefined
reference to `pp_flex_debug'
../../libs/libwpp.a(preproc.o): In function `pperror':
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:592: undefined
reference to
`pptext'/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:592: undefined
reference to `pptext'../../libs/libwpp.a(preproc.o): In function `ppwarning':
/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:602: undefined
reference to
`pptext'/oracle/storage/download/wine-20040615/libs/wpp/preproc.c:602: undefined
reference to `pptext'../../libs/libwpp.a(wpp.o): In function `wpp_set_debug':
/oracle/storage/download/wine-20040615/libs/wpp/wpp.c:128: undefined reference
to `pp_flex_debug'
/oracle/storage/download/wine-20040615/libs/wpp/wpp.c:128: undefined reference
to `pp_flex_debug'
../../libs/libwpp.a(wpp.o): In function `wpp_parse':
/oracle/storage/download/wine-20040615/libs/wpp/wpp.c:151: undefined reference
to `ppin'
/oracle/storage/download/wine-20040615/libs/wpp/wpp.c:151: undefined reference
to `ppin'
/oracle/storage/download/wine-20040615/libs/wpp/wpp.c:159: undefined reference
to `ppout'
/oracle/storage/download/wine-20040615/libs/wpp/wpp.c:160: undefined reference
to `ppout'
/oracle/storage/download/wine-20040615/libs/wpp/wpp.c:164: undefined reference
to `ppin'
/oracle/storage/download/wine-20040615/libs/wpp/wpp.c:164: undefined reference
to `ppin'
/oracle/storage/download/wine-20040615/libs/wpp/wpp.c:164: undefined reference
to `ppin'
../../libs/libwpp.a(y.tab.o): In function `ppparse':
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:186: undefined reference
to `pp_do_include'
../../libs/libwpp.a(y.tab.o): In function `ppparse':
/oracle/storage/download/wine-20040615/libs/wpp/y.tab.c:1870: undefined
reference to `pp_do_include'
../../libs/libwpp.a(y.tab.o): In function `ppparse':
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:191: undefined reference
to `pp_incl_state'
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:192: undefined reference
to `pp_incl_state'
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:192: undefined reference
to `pp_incl_state'
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:198: undefined reference
to `pp_incl_state'
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:200: undefined reference
to `pp_incl_state'
../../libs/libwpp.a(y.tab.o):/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:207:
more undefined references to `pp_incl_state' follow
../../libs/libwpp.a(y.tab.o): In function `ppparse':
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:274: undefined reference
to `ppout'
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:274: undefined reference
to `ppout'
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:275: undefined reference
to `ppout'
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:275: undefined reference
to `ppout'
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:277: undefined reference
to `ppout'
../../libs/libwpp.a(y.tab.o):/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:277:
more undefined references to `ppout' follow
../../libs/libwpp.a(y.tab.o): In function `ppparse':
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:294: undefined reference
to `pp_do_include'
/oracle/storage/download/wine-20040615/libs/wpp/./ppy.y:297: undefined reference
to `pp_do_include'
../../libs/libwpp.a(y.tab.o): In function `ppparse':
/oracle/storage/download/wine-20040615/libs/wpp/y.tab.c:1267: undefined
reference to `pplex'
collect2: ld returned 1 exit status
make[2]: *** [widl] Error 1
make[2]: Leaving directory `/oracle/storage/download/wine-20040615/tools/widl'
make[1]: *** [widl] Error 2
make[1]: Leaving directory `/oracle/storage/download/wine-20040615/tools'
make: *** [tools] Error 2
vaden%
--
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=1631
------- Additional Comments From jonathan(a)nuclearelephant.com 2004-03-07 17:35 -------
A year later, I'm experiencing this same problem with Need for Speed III: Hot
Pursuit in 20040615. Sound works, but is very choppy and I get these same
underrun errors.
--
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=2333
Summary: when installint internet explorer 6 sp1 i get an error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikesown(a)optonline.net
When i try to run setup.exe for internet explorer 6 sp1 i get the following error:
"A previous installation has pending work requiring a reboot. You need to
restart your computer to complete that installation before running Internet
Explorer Setup. Setup will now close."
Note: this is refrenced on microsofts site on the following locations:
http://support.microsoft.com/default.aspx?scid=kb;en-us;312444http://support.microsoft.com/default.aspx?scid=kb;en-us;309314
if it makes a difference i am using cedega(winex 4.0) to run this setup
--
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=2332
Summary: 16-bit application fails due to regression in NE-module
handling
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius.krasuckas(a)elst.vtu.lt
the patch [1] causes app to inform user about some error:
"Exception EInOutError in
module LED2W.EXE at 0237:1236.
I/O error 32."
then app quits. it's a piece of proprietary sofware, dictionary and has no
public download. AFAICS, it fails to open its own main module file.
the regression in my case was a cross-regression to one, created [2] and
eliminated [3] by a pair of patches.
[1] http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9391
[2] http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8753
[3] http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9555
my tests we performed after i've applied the patch [3] to eliminate crash which
has no direct relation to this bug, i hope. will try to attach some Wine logs soon.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2320
------- Additional Comments From lionel.ulmer(a)free.fr 2004-03-07 05:15 -------
Well, you are luckier than me.... I get either an X11 crash using my NVIDIA
drivers or an X11 error when using Mesa.
Anyway, the problem is that the application wants to do 'off-screen' rendering
(ie rendering to a DIB section instead of to a Window). This is not supported
(yet) in Wine.
I will see what I can do, but I think it will problematic (as you will have all
the problems of synchronisations between the X11 Pixmap and the Win32 DIB section).
--
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=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-02-07 16:50 -------
Considering the fact that restarting Agent seemed to stop the error messages
before, it seems likely that restarting Agent would also cause the file
attributes to show up. It seems to have worked when i've tried it so far, but I
haven't tested it extensively.
--
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=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-02-07 14:04 -------
One peculiarity I didn't know about at first: After a period of time the
attribute-less files eventually do begin to show attributes, and then it becomes
possible to modify or delete them. I didn't know about that when I first filed
the bug report, and a couple of times when I wanted to delete the files I backed
up and reformatted the partition for lack of a better idea, but apparently that
isn't necessary (although I have on some occasions waited a fairly long time and
still not seen any attributes appear until after rebooting).
--
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=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-02-07 13:59 -------
For the latest test I subscribed to six groups, with header counts ranging from
under 100 to a few thousand. A fairly reproducible way of getting the anomalous
files to appear has been as follows:
(1) Configure "Group/Default Properties/What to Purge" so that all messages of
all kinds are purged every time.
(2) Select the six subscribed groups or so and run "Online/Get All Headers in
Selected Groups".
(3) After all of the headers have been retrieved, run "Group/Purge
Newsgroups/Subscribed Groups". That usually causes the anomalous files to
appear, and any subsequent message list update usually results in the "File
already exists" error.
--
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=2287
------- Additional Comments From rklazes(a)xs4all.nl 2004-02-07 07:07 -------
OK, I've created a fat32 partition and installed Agent in FreeAgent mode on it.
Until sofar I haven't seen the error. If you could give me an idea about the
number of groups and messages in it, I could make the situation here similar.
About the file with the unknown attributes:
The file gets created with a MoveFileA(nnnnn.IDX, nnnnn.BID) call. It is removed
later with a DeleteFileA() call. Somehow the filename is available but not its
attributes (and possible the contents).
How do you get rid of it if you cannot delete it as you say?
--
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=2331
Summary: IE 6.1 unstable starting with 20040615
Product: Wine
Version: 20040615
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrmailer(a)myway.com
IE 6.1 is stable up until 20040505. Starting with 20040615, on two machines, it
locks up on silly stuff(even just typing in a url sometimes)
--
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=2330
Summary: LOGFONT lfUnderline attribute broken
Product: Wine
Version: 20040213
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gormanjz(a)hotmail.com
My application uses the LOGFONT lfUnderline attribute to cause text to
appear underlined when drawing to a device context. This works correctly
in Windows, but in cxoffice, the output text does not appear underlined.
The text is being printed with the DrawText API call.
I could work around this issue by drawing underlines myself, except that
I use DrawText for multi-line word-wrapping, and in that case it is too
hard to predict where the underlines should go.
I am using cxoffice pro 3.0.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=2329
Summary: DrawText() with DT_CALCRECT incorrect in MM_HIENGLISH
mode
Product: Wine
Version: 20040213
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gormanjz(a)hotmail.com
I have tracked down a compatibility problem with a Windows application
to a bug in the way the wine DrawText() implementation handles the
DT_CALCRECT flag while in MM_HIENGLISH mapping mode.
RECT rectTemp;
rectTemp.left = rectTemp.top = rectTemp.bottom = 0;
rectTemp.right = 200;
pDC->DrawText( "Long string...", &rectTemp, DT_CALCRECT |
DT_EXTERNALLEADING | DT_WORDBREAK | DT_NOCLIP |
DT_LEFT | DT_NOPREFIX );
The DT_CALCRECT flag causes DrawText to simulate a drawing operation and
return the size of the resulting rectangle in rectTemp. When the device
context mapping mode is MM_HIENGLISH, the bottom coordinate of the
resulting rectangle should be a negative number. This is what the Win32
version of DrawText does. The wine version incorrectly returns the
absolute value of the number, however.
--
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=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-01-07 11:08 -------
FWIW, once one of those peculiar files I described earlier
(e.g. "?--------- ? ? ? ? ? 000011b1.bid")
has appeared, attempts to copy over that file from a Linux terminal result in a
"File exists" error message as well; attempts to delete the file from a Linux
terminal result in a "No such file or directory" message. So it seems like the
problem initially arises when that file is created (if not sooner) but I don't
know what causes the file to be created that way to begin with.
--
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=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-01-07 10:50 -------
"ps alx|grep wine" shows similar output in either case; I've pasted examples at
the bottom of this comment.
The filesystem if FAT32. I've tried this on two different FAT32 filesystems,
one of which I rebuilt first (mkfs.vfat -F32) just to be sure it wasn't
pre-existing filesystem corruption. They also have shown no difficulty with
Windows.
I'm using Free Agent "Version 2.0/32.652" (as described by the about box). IOW,
build 652.
When the error is occurring:
$ ps alx|grep wine
0 500 3306 3305 15 0 2376332 19244 pipe_w S ? 0:03
/usr/bin/wine-preloader /usr/bin/wine-pthread agent.exe
1 500 3309 1 15 0 4560 1304 - S ? 0:02
/usr/bin/wineserver
0 500 3329 2733 17 0 4912 500 - R pts/1 0:00 grep wine
When the error is not occurring:
$ ps alx|grep wine
0 500 3331 3330 16 0 2376432 19412 pipe_w S ? 0:04
/usr/bin/wine-preloader /usr/bin/wine-pthread agent.exe
1 500 3334 1 15 0 4516 1276 - S ? 0:01
/usr/bin/wineserver
0 500 3354 2733 17 0 4352 572 - R pts/1 0:00 grep 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=2328
------- Additional Comments From jesper(a)nitrolic.com 2004-01-07 07:49 -------
Oh and I forgot to mention that FlashFXP cant save changes made to the prefs or
skiplist or 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=2328
Summary: Wine & FlashFXP
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jesper(a)nitrolic.com
Hi,
I have a legal copy of FlashFXP, which works kinda ok wjen using version 2.1.x
and not 2.2 or 3., minor bugs that I would like to see fixed in the future, but
there is one thing that annoys me pretty much,
In Wine 20040615 and 20040505 Wine doesnt allow FlashFXP to write to the
registry file or something so it can keep my registration info, so each time I
start FlashFXP, im prompted about its a trial and I have X days left.
in 20040408 this works, is there any chance of a quick fix with the next release
of Wine? I really hope so :-)
Or if you can point me in a direction of where I can still download 20040408 for
Fedora, that would be Ok too.
Ill leave the rest of the minor bugs out, as i have gotten used to them, and
they are not really important to me at this time. :)
__
Kind Regards
Jesper
--
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=2327
richard(a)freedomwigs.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, FIXME
Platform|Other |PC
------- Additional Comments From richard(a)freedomwigs.com 2004-01-07 05:18 -------
Added keywords and set hardware
--
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=2327
Summary: Graphics not rendered with VB6 application using graph
server component
Product: Wine
Version: 20040615
Platform: Other
URL: http://www.performancetrends.com/download.htm#ea3
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard(a)freedomwigs.com
You can reproduce this bug with the Engine Analayzer Demo from
http://www.performancetrends.com/download.htm#ea3 This is a visual basic
application which launches a separate "graphics server" for rendering the graphs.
Install and run the application. Click "calculate performace" to generate some
results. Click Graph on the menu or the left-most button (incorrectly rendered,
however it renders when clicked - dunno if that's related or not). A new window
is opened but the graph is then not shown, nor are the buttons at the top of the
window.
Errors reported are similar to this - fixme:dc:GetDCEx not supported yet on
other process window 0x100e8
--
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=2287
------- Additional Comments From rklazes(a)xs4all.nl 2004-01-07 05:04 -------
a "ps alx|grep wine" during a header update being different when the fault is
occurring or not would be significant.
The observation that the error occurs only on a fat file system is interesting.
Is this a fat32 or fat16 partition?
I don't remember what version of FreeAgent you are using, including the build
number please.
--
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=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-01-07 02:14 -------
Regarding the question, "Is it possible that there is more then one wine process
active, and that one is 'hung'?" - is that end-user-testable, or is it something
that would have to be examined by someone with significant system knowledge?
--
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=2287
m.d.nagy(a)worldnet.att.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-files
Version|20040505 |20040615
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-01-07 02:10 -------
I tried out the new FC2 rpm of Wine 20040615, and the bug showed up when I used
a vfat filesystem, but not when I used ext3, for the DOS drive containing Agent.
--
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=2325
Summary: Wine-20040615 fails to run on FreeBSD-5.2
Product: Wine
Version: 20040615
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gvs(a)rinet.ru
any app fails with the following reason:
wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: mmap of entire
address space failed: Cannot allocate memory
To be honest, Wine-20040615 doesn't even compile on FreeBSD because of a minor
bug which can be fixed with a little patch:
--- dlls/ntdll/cdrom.c.orig Wed Jun 30 16:21:10 2004
+++ dlls/ntdll/cdrom.c Wed Jun 30 16:22:41 2004
@@ -1735,8 +1735,6 @@
TRACE("\n");
return CDROM_GetStatusCode(ioctl(fd, DVD_AUTH, &auth_info));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
- return CDROM_GetStatusCode(ioctl(cdrom_cache[dev].fd,
(rmv->PreventMediaRemoval) ? CDIOCPREVENT : CDIOCALLOW, NULL));
#else
return STATUS_NOT_SUPPORTED;
#endif
--
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=2323
gvs(a)rinet.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040615 |20040505
--
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=2323
Summary: regsvr fails to register newly installed DivX codec
Product: Wine
Version: 20040615
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gvs(a)rinet.ru
I'm tryin' to install DivX codec in order to open AVI file in Nandub (which in
turn starts fine except forgetting 'twas already ran before). The installation
process succeeds up to the registering codecs where it hangs. The process list
shows the following:
43627 p6 R+ 1:20,74 /usr/local/bin/wine regsvr32.exe /s C:
\\windows\\system\\divxdec.ax
(the time spent column increases constantly). The only kill -9 stops that.
While that lasts, wine reports to the controlling terminal
err:ntdll:RtlpWaitForCriticalSection section 0x40b570 "?" wait timed out in
thread 000a, blocked by 000b, retrying (60 sec)
repeatedly.
Killing regsvr, not the installation itself results to "succeeded"
installation of codec, but Nandub hangs tryin' to open file in the same way:
43646 p6 R+ 23:15,45 wine C:\\Program Files\\Nandub\\Nandub.exe
Probably, regsrv fails to create the appropriate registry entries 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=1912
------- Additional Comments From burnus(a)gmx.de 2004-29-06 15:13 -------
> NoAppDBEntry
Hmm, I submitted it already twice - but I haven't got any reply. :-(
Retested with current version of WINE (CVS as of 2004-06-29).
+msg,+message trace gives:
trace:msg:MSG_peek_message got type 6 msg 113 (WM_TIMER) hwnd 0x10042 wp 1 lp 0
[several times]
trace:msg:send_inter_thread_message hwnd 0x1004c msg 4a (WM_COPYDATA) wp 0 lp
4068ed0c
trace:msg:MSG_peek_message got type 5 msg 4a (WM_COPYDATA) hwnd 0x1004c wp 0 lp
4068ed0c
trace:msg:WINPROC_CallProc32WTo16 func 0x12e703df
(hwnd=0x1004c,msg=WM_COPYDATA,wp=00000000,lp=403a1cb0)
trace:msg:retrieve_reply hwnd 0x1004c msg 4a (WM_COPYDATA) wp 0 lp 4068ed0c got
reply 0 (err=0)
err:win:WIN_FindWndPtr window 0x1004c belongs to other process
[several times with different 0x.....]
trace:msg:send_inter_thread_message hwnd 0x1004c msg 4a (WM_COPYDATA) wp 0 lp
4068ed0c
trace:msg:MSG_peek_message got type 5 msg 4a (WM_COPYDATA) hwnd 0x1004c wp 0 lp
4068ed0c
trace:msg:WINPROC_CallProc32WTo16 func 0x12e703df
(hwnd=0x1004c,msg=WM_COPYDATA,wp=00000000,lp=403a1cb0)
trace:msg:retrieve_reply hwnd 0x1004c msg 4a (WM_COPYDATA) wp 0 lp 4068ed0c got
reply 0 (err=0)
trace:msg:MSG_peek_message got type 6 msg 113 (WM_TIMER) hwnd 0x10042 wp 1 lp 0
[several of those lines]
--
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=1882
------- Additional Comments From evand(a)pobox.com 2004-29-06 12:41 -------
With wine 20040615, the installer fails silently. It briefly displays the
install screen, then exits with a successful status and no error output.
This is running on Debian unstable with no native windows partition, and appears
independent of window manager mode, windows version mode, and execution path.
--
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=2013
------- Additional Comments From lameaim(a)bredband.tiscali.se 2004-29-06 08:06 -------
I have the same problem in Diablo II. The sound plays too fast using both
winealsa and wineoss, though wine only complains about D3D stuff.
--
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=2322
Summary: Lotus Notes errors on Mandrake 10
Product: Wine
Version: 20040615
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: photozz(a)yahoo.com
Clean load of Mandrake 10, normal security settings. Clean load of latest Wine
build (Wine 20040615). configured with winesetuptk. No extra DLL's copied or
configured, no extra packages beyond dependencies loaded, took all the default
settings. Lotus Notes build 5.11, installed clean, no issues. On first launch
comes up fine, as soon as I hit a scroll bar of any kind, it errors in the
console and locks. Have performed this load several times, I can repeat this issue.
Other applications launch fine through Wine.
PC: Dell GX150, 1GHZ, default hardware config, added a Matrox Millennium2 PCI
card. No dual boot.
Console error:
[brent@localhost Notes]$ wine Notes.exe
fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler (0x1161a90,1) - no error checking or testing yet
fixme:ole:CoRegisterMessageFilter stub
[brent@localhost Notes]$ err:win:CreateWindowExA bad class name "WC_IRIS_GROUPSHADE"
fixme:win:SetWindowTextA cannot set text "" of other process window (nil)
wine: Unhandled exception (thread 000b), starting debugger...
Usage: winedbg [--auto] [--gdb] cmdline
--
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=2321
Summary: Open file dialog too small: cropped (with LANG=de_DE)
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burnus(a)gmx.de
If one uses LANG=de_DE, the open-file dialog cropps the "OK" button on the right.
By the way, it would be nice, if the dialog window were resizeable!
--
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=2320
------- Additional Comments From burnus(a)gmx.de 2004-28-06 12:44 -------
*** Bug 2315 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=2315
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From burnus(a)gmx.de 2004-28-06 12:44 -------
Hmm, I though that I've reported that bug already, but I couldn't find it. Mark
this bug as duplicate of the other since the CVS version is a bit better and the
new report is a bit clearer.
*** This bug has been marked as a duplicate of 2320 ***
--
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=2320
Summary: Diamond: err:opengl:X11DRV_ChoosePixelFormat Flag not
supported
Product: Wine
Version: CVS
Platform: PC
URL: http://www.crystalimpact.com/diamond/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burnus(a)gmx.de
This is CVS WINE on SUSE Linux 9.1.
I installed Crystal Impact's Diamond,
http://www.crystalimpact.com/download/diamond/demo/dm2demo.exe.
Then I started the program and opened Samples//Copper.dsf.
Instead of getting a nice crystal structure, I only get a black
background and a message box with
ChoosePixelFormat() returns 0 (last error = 0)
SetPixelFormat() returns 1 (last error = 0)
wglCreateContext() returns 0 (last error 2000)
wglMakeCurrent() returns 1 (last error = 0)
In the console I have:
err:opengl:X11DRV_ChoosePixelFormat Flag not supported !
--
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=2292
------- Additional Comments From Oli1417(a)gmx.net 2004-28-06 09:32 -------
No objections. The tests I did are Ok so far. Very good!
Xst and the others tools run with excellent performance now
on the cmdline with Wine on Linux. From Ise Xst runs slow,
due to the stdout coupling of the two tools by pipes
(probably it that?!). But that's another story ...
Thanks a lot again to all for the super support!
Cheers, Oliver
--
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=2314
gabriele.giorgetti(a)teamfab.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gdi |wine-gui
--
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=2292
bon(a)elektron.ikp.physik.tu-darmstadt.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-28-06 03:49 -------
Xilinx can rerun successfull on an existing project now. The problem is solved.
Oliver: Any objections about the status change to "resolved"?
--
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=2137
markf78(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From markf78(a)yahoo.com 2004-27-06 19:35 -------
as of june 27 2004, this appears to be fixed in CVS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2319
Summary: Failure after CryptAquireContextA
Product: Wine
Version: CVS
Platform: All
URL: http://www.vandyke.com
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bon(a)elektron.ikp.physik.tu-darmstadt.de
After unpacking crt416.exe from the download page of http://www.vandyke.com,
starting crt.exe from that package brings up a messagebox about an RunTime
error. This is obvious caused by Advapi32:CryptAquireContextA returning false.
The registry is asked for the key
Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 001
which our wine.inf doens't doesn't set.
--
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=2318
Summary: not working
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dwight_d(a)rogers.com
i go to the start menu.
Run application -
i type "wine"
and nothing happens.
i go to Terminal (MS-DOS) and type
"/usr/bin/wine"
and then i get
Segmentation fault
Please 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=2317
Summary: Game Server goes sporadic down and create a new
thread...
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pkb(a)arcor.de
Hello. This is the "engine" module reporting that the read buffer
has overflowed and can't be extended. I will execute all pending actions
now and reset the buffer, which should get you out of this hole,
but the parser will not backtrack through this point any longer,
which may send you down an unusfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0, 0, 0, -
18, 15728673): stub
[11DPLAYERSfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0, 0, 0, -18, 15728673): stub
[9;10H3-Borg(217.3.103.108) has joinedfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0,
0, 0, -18, 15728673): stub
[9;10HServer State: SERVER_PLAYINGfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0, 0,
0, -18, 15728673): stub
[9;10HError: p not foundfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0, 0, 0, -18,
15728673): stub
[9;10H3-Borg(217.3.103.108) has leftfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0,
0, 0, -18, 15728673): stub
[9;10HServer State: SERVER_ROUND_OVERfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0,
0, 0, -18, 15728673): stub
[10DWAITING_FOR_SCORE_BOARDfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0, 0, 0, -18,
15728673): stub
[11DPLAYERSfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0, 0, 0, -18, 15728673): stub
[9;10H2-Borg(217.3.103.108) has joinedfixme:ttydrv:TTYDRV_DC_PatBlt (0x74, 0,
0, 0, -18, 15728673): stub
[9;10HServer State: SERVER_PLAYING
--
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=2311
------- Additional Comments From klkrpes(a)netscape.net 2004-26-06 15:21 -------
I am also stopped by this problem. The following is a ltrace of
wine:
$ ltrace wine
__libc_start_main(0x8048810, 1, 0xfef55504, 0x804891c, 0x8048964 <unfinished ...>
getenv("WINELOADER") = NULL
pthread_create(0xfef55454, 0, 0x8048798, 0, 1) = 0
pthread_join(0xf7063bb0, 0xfef55450, 0xfef55454, 0, 0x8048798) = 0
wine_init_argv0_path(0xfef6eaa6, 0xcfbffc, 0x8048a10, 0xcfbffc, 1) = 0x8ffd050
wine_exec_wine_binary(0x8048a10, 0xfef55504, 0, 1, 0xfef6eaa6ltrace: Couldn't
find .dynsym or .dynstr in "/proc/30067/exe"
<unfinished ...>
--
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=2316
Summary: IE locks up with 20040615 often, worked fine with
20040505
Product: Wine
Version: 20040615
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrmailer(a)myway.com
With the transition from 20040505 to 20040615, IE locks up a great deal more, on
both machines I have tried it on. Going back to 20040505 fixes 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=2315
Summary: Diamond: err:opengl:X11DRV_ChoosePixelFormat Flag not
supported!
Product: Wine
Version: 20040615
Platform: PC
URL: http://www.crystalimpact.com/diamond/download.htm,
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burnus(a)gmx.de
I installed Crystal Impact's Diamond
(http://www.crystalimpact.com/diamond/download.htm, the demo version link can be
found at the very bottom of that page; compare ticked 42035).
(This is on SUSE 9.1 with wine-20040615-0.1 and within the CX Office 3.0.1
directory. CX wine (20040213) stops much earlier.)
I start the program and try then to open a file from the "sample" directory.
Almost immediately I get then the error.
~/.cxoffice/dotwine/fake_windows/Program Files/Diamond2> /usr/bin/wine Diamond.exe
fixme:ole:CoRegisterMessageFilter stub
fixme:commdlg:GetFileName95 Flags 0x00002000 not yet implemented
err:opengl:X11DRV_ChoosePixelFormat Flag not supported !
[Messagebox:
ChoosePixelFormat() returns 0 (last error = 0)
SetPixelFormat() returns 1 (last error = 0)
wglCreateContext() returns 0 (last error 2000)
wglMakeCurrent() returns 1 (last error = 0)]
wine: Unhandled exception (thread 0009), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x405cf060,1) - no error checking or
testing yet
WineDbg starting on pid 0x8
Unhandled exception: page fault on write access to 0x44f93000 in 32-bit code
(0x0054052e).
In 32 bit mode.
0x0054052e: repe movsl (%esi),%es:(%edi)
--
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.