http://bugs.winehq.org/show_bug.cgi?id=2313
Summary: show symbolic links to dirs in FileOpenDialog view
Product: Wine
Version: 20030911
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivanr(a)syncad.com
Hi,
I need to make FileOpenDialog show symbolic links to dirs. Could you …
[View More]implement
this feature? Or could you give me any suggestions where to start from?
Thanks in advance.
Ivan
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2296
------- Additional Comments From winehq(a)slacy.com 2004-24-06 11:15 -------
I've upgraded to wine-0.20040615-1.rhfc2.nr, and have the same problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2312
Summary: lotus notes 5.0.12 screen layout corruption (extra
scrollbars everywhere)
Product: Wine
Version: 20040615
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grog(a)grsu.by
lotus notes 5.0.12 gets all screen layout …
[View More]corrupt on wine-20040615
See http://www.geocities.com/spytar/snapshot1.jpg
- bookmark bar is squeezed tightly (while still works) and gets completely
unneeded here vert. scrollbar
- there are mysterious extra scrollbars (both horizontal and vertical) on every
content frame
See http://www.geocities.com/spytar/snapshot2.jpg
- if one clicks on such scrollbar, things screw up completely
On wine-20040408, this same environment and program installation worked okay.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2297
------- Additional Comments From wine(a)ambridge.freeserve.co.uk 2004-24-06 03:28 -------
Tested using wine-20040616-1rh9winehq.i386.rpm
still fails.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
Summary: Segmentation fault on startup under Fedora Core 2
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt_shepherd(a)yahoo.com
Just downloaded and compiled 20040615 under Fedora Core 2 using the default
…
[View More]'./configure', with no options.
Upon trying to run wine under any circumstances, something bails immediately
after reporting "Segmentation fault" (in the terminal window).
I have a pretty much stock Fedora Core 2 setup:
gcc-3.3.3-7
xorg-X11-6.7.0
kernel-2.6.6
...
Hardware:
AMD Athlon XP 2200+
512MB DRAM
ATI Radeon 9200
...
Maybe this is related to changes in the 2.6 kernel? I didn't have any problems
like this under Fedora Core 1 (and previous redhats) and 2.4 kernels.
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2310
Summary: wineshelllink doesnt create shortcuts in the right
folder on KDE
Product: Wine
Version: 20040615
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: santoshks(a)rocketmail.com
For KDE wineshelllink creates …
[View More]shortcuts under $(HOME)/.kde/share/applnk. But on
redhat 9 it should be created under $(HOME)/.kde/share/applnk-redhat in order
to show up on the main menu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2309
Summary: Config file is missing with the June version of WINE
binaries
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: santoshks(a)rocketmail.com
Config file doesnt get created with the …
[View More]June version of WINE binaries.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2287
------- Additional Comments From rklazes(a)xs4all.nl 2004-23-06 05:41 -------
The problem can be seen here:
0009:Ret kernel32.GetFileAttributesA() retval=00000020 ret=00453b75
0009:Call kernel32.DeleteFileA(5687d148 "F:\\Program
Files\\Agent\\DATA\\000011B1.BID") ret=00453ba8
...
0009:Ret kernel32.DeleteFileA() retval=00000001 ret=00453ba8
Agent deletes the file 11b1.bid. The return value of 1 means "success".
Then it wants to rename …
[View More]another:
0009:Call kernel32.MoveFileA(5687e5e8 "F:\\Program
Files\\Agent\\DATA\\000011B1.IDX",5687d148 "F:\\Program
Files\\Agent\\DATA\\000011B1.BID") ret=00453c1d
...
0009:Ret kernel32.MoveFileA() retval=00000000 ret=00453c1d
0009:Call kernel32.GetLastError() ret=00453c2b
0009:Ret kernel32.GetLastError() retval=000000b7 ret=00453c2b
The return value of MoveFileA means unsuccessfull, and the LastError b7 means
"file exists".
0009:Call kernel32.Sleep(000001f4) ret=00453c39
0009:Call ntdll.NtDelayExecution(00000000,5570f0f0) ret=55360cb3
0009:Ret ntdll.NtDelayExecution() retval=00000000 ret=55360cb3
0009:Ret kernel32.Sleep() retval=00000000 ret=00453c39
0009:Call kernel32.MoveFileA(5687e5e8 "F:\\Program
Files\\Agent\\DATA\\000011B1.IDX",5687d148 "F:\\Program
Files\\Agent\\DATA\\000011B1.BID") ret=00453c1d
Agent wait half a second and retries the operation. There are some more retries
until Agent gives up. Agent retries because a file is only finally deleted when
the last handle opend for that file is closed. Somehow this does not happen.
Is it possible that there is more then one wine process active, and that one is
"hung" ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2137
markf78(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040408 |20040615
------- Additional Comments From markf78(a)yahoo.com 2004-22-06 20:32 -------
it appears this problem isn't yet fixed:
i just downloaded the latest monthly release.
if i enter "wine calc.exe" in bash, then i get a segmentation …
[View More]fault.
if i enter the "setarch i686 wine calc.exe" in bash (that previously worked
correctly), then winedbg executes with the following:
fixme:win:GetProcessDefaultLayout ( 0x5587fe6c ): No BiDi
fixme:msvcrt:_XcptFilter (-1073741819,0x5587f79c)semi-stub
wine: Unhandled exception (thread 0009), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x556ae7c0,1) - no error checking or
testing yet
WineDbg starting on pid 0x8
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x55a4861f).
In 32 bit mode.
0x55a4861f: movl $0x0,0x0(%eax)
Wine-dbg>quit
WineDbg terminated on pid 0x8
i'm running FC2 with kernel-2.6.6-1.435. i'm happy to provide more information
as needed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2307
Summary: Unix-style names instead of Windows for
FileOpen&FileSave Dialogs
Product: Wine
Version: 20030911
Platform: SGI
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivanr(a)syncad.com
CC: ivanr(a)syncad.com
Hi,
…
[View More]In /dlls/commdlg/filedlg95.c on WM_INITDIALOG you fill the dialog controls with
FILEDLG95_FillControls one of which the 'look in' and 'filter' combo boxes.
This combo boxes then show windows-style paths (for example C:\ D:\ ).
I would like them show the Unix mount points for these drives instead. I tried
initializing the paths before the FILEDLG95_FillControls call using
wine_get_unix_file_name and ISHellFolder_SetNameOf[1]. But the latter is mapped
to
ISF_MyComputer_fnSetNameOf[A] function in shfldr_mycomp.c
instead of to
IShellFolder_fnSetNameOf[B] function in shfldr_fs.c
[A] does nothing and does not implement the functionality of [1] and [B] does
(I believe so but will check this now). Why do you use [A] instead of [B]?
Could you help me with the problem?
Sincerely,
Ivan Rachev
PS: BTW what happened with my 'Help Contex IDs' bug report (the previous one)?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2170
------- Additional Comments From pealfa(a)yahoo.es 2004-22-06 13:06 -------
I have the same problem, using Mandrake 10.0 without MS-Win., with the
wine-20040505 and wine-20040615.
After accepting in the installation the directory
c:\Program Files\Microsoft Office
the returned message is: You cannot complete the installation.
With winedebug=+loaddll he/she appears me:
trace:loaddll:load_dll Loaded module L"advapi32.dll" : builtin
.…
[View More]..
trace:loaddll:load_dll Loaded module L"X:\\~MSSETUP.T\\~msstfof.t\\ffast_bb.dll"
: native
err:seh:setup_exception stack overflow 0 bytes in thread 000c eip
ffffe401 esp 405d1000 stack 0x405d0000-0x406d0000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2294
adam(a)tpetaccia.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From adam(a)tpetaccia.com 2004-21-06 23:48 -------
It appears this problem is now fixed, from
http://cvs.winehq.org/patch.py?id=12698 . Sorry …
[View More]to waste a 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2227
------- Additional Comments From wayne(a)connact.com 2004-21-06 21:56 -------
This problem occurs for me when I've compiled the 20040615 version on my
Fujitsu Lifebook, running Fedora core 2. The strace output is 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=2306
Summary: SPI_GETFOREGROUNDLOCKTIMEOUT 8192
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phil(a)ldex.terica.net
This message gets thrown up in the console when accessing menus under Lightwave
- it makes it …
[View More]impossible to get menus to close down as normal. They should close
when the focus is transferred elsewhere, either by mousing down to the parent
menu level (no click required) or clicking away from the menu structure entirely.
Demo of Lightwave at http://www.newtek.com/ - installing the latest patch to
7.5c will run it in discovery mode (since Wine doesn't support Sentinel USB
dongles). Instructions for installation at http://www.frankscorner.org/ - it
needs DCOM98 or similar to allow the installer to work.
It's a minor issue, but it would be nice to get it resolved by some talented
individual :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2305
Summary: wine does not run after install
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sledgemo(a)charter.net
after installing the rpm:
# rpm -ivh wine-20040615-mdkdebug.i586.rpm
Preparing... …
[View More] ########################################### [100%]
1:wine ########################################### [100%]
nothing happened when I attempted to install Vegas Games
2000.../mnt/cdrom2/SETUP.EXE. I ran wine to see errors and got:
$ wine
wine: creating configuration directory '/home/marcott1/.wine'...
cp: cannot stat `/usr/share/wine/wine.inf': No such file or directory
wine: wineprefixcreate failed while creating '/home/marcott1/.wine'.
Looks as if the /usr/share/wine/wine.inf file did not get created despite
successful install of rpm package.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=1216
richardr(a)inf.ed.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |richardr(a)inf.ed.ac.uk
------- Additional Comments From richardr(a)inf.ed.ac.uk 2004-20-06 15:14 -------
I can confirm that this bug is still present in 20040615 and the latest cvs at
2004-06-20. Clicking on buttons selects them, …
[View More]but does not activate them. This
requires Enter to be pressed. WinBUGS can be downloaded from
http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/WinBUGS14.exe which is an installer.
Once installed, it works well except for this failure in mouse response, for
instance Doodle->New->OK as explained in the previous bug comments. Clicking on
a menu also fails to keep it open when the mouse moves. The button has to be
held down. This makes the program very difficult to use.
Hope this is fixable as it did apparently work in versions prior to 20010824, so
this is a regression, but I do not have the authority to add this keyword to the
bug. I can also confirm that the current CVS and 20040615 are affected, but I
cannot change the version information either.
Cheers,
Richard Reeve
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=1957
a.stenglein(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From a.stenglein(a)gmx.net 2004-20-06 10:43 -------
it works now.
with current DRI driver (radeon) and
current wine-cvs
--
Configure bugmail: …
[View More]http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2303
------- Additional Comments From R.J.Shearman(a)warwick.ac.uk 2004-20-06 08:39 -------
Are any messages printed out at the console prior to this message being displayed?
Is there a free demo available that also displays this issue?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2304
Summary: Invalid #include
Product: Wine
Version: 20040615
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dcreator2002(a)msn.com
programs/winetest/winetest.rc does have a reference to "tests.rc"(line 24) and
"tests.rc" doesen't exists(not as …
[View More]I could find).
Wine wouldn't compile properly before i commented it out...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2303
Summary: Medal of Honor Allied Assault will not load
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brettholcomb(a)charter.net
When attempting to run wine setup.exe from the setup directory it fails with
"…
[View More]Installshield can not load ikernel.exe". The file is there as ikernel.ex_ but
evidently can't be installed. I checked the mail list archives - user and devel
- but couldn't find anything about this problem.
If I install the game under Windows XP and then copy it to my Linux box it runs
very well. I loaded the current mission I was on and had sound and excellent speed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2302
Summary: missing scroll bar
Product: Wine
Version: 20040615
Platform: PC
URL: https://hubrichn.dyndns.org/bmed.tar.gz
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g-8(a)gmx.net
Hi,
in this Program the scroll bars are missing. If you for …
[View More]example click on "Vertrieb >Auftrag erfassen" and
then simply press the "finde" button, there should be some scrollbars. But there are no such bars.
(https://hubrichn.dyndns.org/bmed.tar.gz)
Yours,
Nicolai
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2301
Summary: err: ntdll: RtlpWaitForCriticalSection : wait timed out
Product: Wine
Version: 20040505
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markf78(a)yahoo.com
[root@markf78 root]# setarch i686 wine .wine/c/bridge/bb.exe
err:ntdll:…
[View More]RtlpWaitForCriticalSection section 0x5551cf80 "syslevel.c: Win16Mutex"
wait timed out in thread 0009, blocked by 000a, retrying (60 sec)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2017
------- Additional Comments From lionel.ulmer(a)free.fr 2004-19-06 08:57 -------
Please run in Synchronous mode (see your Wine config file and set "Synchronous"
= "Y" in the [X11DRV] section).
After, you should enter into the debugger when the X11 error occurs and just
tell us which X11 call fails so that we can work around it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -…
[View More]------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2017
------- Additional Comments From jonathan(a)nuclearelephant.com 2004-19-06 08:43 -------
Looks like this is all due to my X Input Devices. I reconfigured x.org without
my synaptics touchpad driver and it works fine... still, someone ought to
consider finding out why this call fails in wine when starting photoshop; would
be nice to be able to use my touchpad driver.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- …
[View More]You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2300
mike(a)tashcorp.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Galactic Civilizations demo |Galactic Civilizations demo
|died with unhandled |dies with unhandled
|exception |exception
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You …
[View More]are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2300
Summary: Galactic Civilizations demo died with unhandled
exception
Product: Wine
Version: 20040615
Platform: Other
URL: http://www.download.com/3000-2119-10204231.html?tag=lst-
0-1
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)…
[View More]winehq.org
ReportedBy: mike(a)tashcorp.net
When the Galactic Civilizations demo is started, it quickly died with an
unhandled exception after resizing the screen twice and effectively locking
the user out of the graphical interface.
Galactic Civilization requires DCOM9x and IE to be installed to work
correctly. The install program appears to hang, just wait it out as it will
complete. This was tested under Mandrake 10.0.
Error log below:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403a6ed0)->(00010024,00000011)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_PRIORITY not
fully supported
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x403d9b1c,0x403d9c0c,0x403d9ae8): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x404452f4,0x4782b64c,0x404452c0): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x4046186c,0x4782b6b4,0x40461838): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47839974,0x4046fb8c,0x47839940): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x4786912c,0x4046fbf4,0x478690f8): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x4787c774,0x4046fc5c,0x4787c740): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x478b26ec,0x4046fcc4,0x478b26b8): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x4046fd84,0x4046fe74,0x4046fd50): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x479471ac,0x4046fefc,0x47947178): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x4796b304,0x4046ff94,0x4796b2d0): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x478cd10c,0x479c38d4,0x478cd0d8): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x478cd2ac,0x478cd39c,0x478cd278): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47b2895c,0x478cd404,0x47b28928): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47b29fe4,0x478cd46c,0x47b29fb0): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47b60b6c,0x478cd4d4,0x47b60b38): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47b6303c,0x47b29f6c,0x47b63008): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47b8e214,0x478cd584,0x47b8e1e0): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47b997bc,0x47b62fbc,0x47b99788): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47ba4d34,0x478cd634,0x47ba4d00): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47badee4,0x47b99734,0x47badeb0): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47bb08cc,0x478cffa4,0x47bb0898): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cfbbc,1e2,0,0x47be5c64,0x47bade54,0x47be5c30): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x403b8280,0x406cf8e8,180e0,0,0x4039843c,0x40398124,0x40398408): stub
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403a6ed0)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403a6ed0)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403a6ed0)->(00010024,00000011)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
err:msg:DispatchMessageA BeginPaint not called on WM_PAINT for hwnd 0x10024!
wine: Unhandled exception (thread 0009), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x405ec800,1) - no error checking or
testing yet
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
blks.0<40f5d9ff-00000009> blks<40f5d9ff-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
pixmap.0<40f61660-00000004> pixmap<40f61660-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
perfect.0<40f5f778-00000004> perfect<40f5f778-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
__null_char.0<40f658a4-0000000c> __null_char<40f658a4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
last_timeout.0<40f60650-00000004> last_timeout<40f60650-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
__JCR_END__<40f61024-00000000> __JCR_LIST__<40f61024-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
data.0<40f586b8-00000001> data<40f586b8-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
formatW.0<40f57120-0000000c> formatW<40f57120-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
__bss_start<40f61550-00000000> _edata<40f61550-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in x11drv<elf>:
prevColor.0<40f5f784-00000004> prevColor<40f5f784-00000000>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
Thanks, fixed my problem!!
Open source rules!!
>From: Wine Bugs <wine-bugs(a)winehq.org>
>To: kenneth_teagan(a)hotmail.com
>Subject: [Bug 2295] Wine crashes in Agent
>Date: Fri, 18 Jun 2004 13:50:03 -0500
>
>http://bugs.winehq.org/show_bug.cgi?id=2295
>
>
>rklazes(a)xs4all.nl changed:
>
> What |Removed |Added
>----------------------------------------------------------------------------
> Summary|Wine …
[View More]crashes in Agent |Wine crashes in Agent
>
>
>
>
>------- Additional Comments From rklazes(a)xs4all.nl 2004-18-06 13:49
>-------
>A patch was committed that solves it here:
>
>http://www.winehq.org/hypermail/wine-patches/2004/06/0168.html
>
>--
>Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2292
------- Additional Comments From Oli1417(a)gmx.net 2004-18-06 23:52 -------
It's Ok now, GREAT!!! :)
I didn't pay attention yesterday and didn't saw the previous comments,
that it was already fixed.
Thanks for the fast 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=2017
------- Additional Comments From jonathan(a)nuclearelephant.com 2004-18-06 22:57 -------
Just tried it with CVS as of 6/18 and I now get:
$ wine "C:\\Program Files\\Adobe\\Photoshop 7.0\\Photoshop.exe"
fixme:actctx:QueryActCtxW stub!
fixme:wintab32:X11DRV_WTInfoA Return proper size
X Error of failed request: BadDevice, invalid or uninitialized input device
Major opcode of failed request: 148 (XInputExtension)
Minor opcode of failed …
[View More]request: 3 (X_OpenDevice)
Serial number of failed request: 85
Current serial number in output stream: 85
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2017
------- Additional Comments From jonathan(a)nuclearelephant.com 2004-18-06 21:02 -------
Still giving me problems in 20040615...
$ wine Photoshop.exe
fixme:actctx:QueryActCtxW stub!
fixme:wintab32:X11DRV_WTInfoA Return proper size
X Error of failed request: BadClass, invalid event class
Major opcode of failed request: 148 (XInputExtension)
Minor opcode of failed request: 6 (X_SelectExtensionEvent)
Serial number of failed request: 86
…
[View More]Current serial number in output stream: 87
I tried the dlloverride, nothing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2298
xavim(a)ubxlab.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040505 |20040615
------- Additional Comments From xavim(a)ubxlab.com 2004-18-06 19:30 -------
Just tried with Wine 20040615 (compilation took some time). With this version,
wine inserts less entries in the child environment (only HOME, windir …
[View More]and
winsysdir), but it still messes it up:
Running wine (20040615) under Debian (unstable):
$ wine parent.exe
Parent started.
Child started.
In child: env = [ HOME=/home/javi, entry_0, entry_1, entry_2,
windir=c:\windows, winsysdir=c:\windows\system, ]
$ wine --version
Wine 20040615
$ uname -a
Linux pandora 2.4.22 #1 Sat Oct 11 23:23:24 CEST 2003 i686 GNU/Linux
$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2299
Summary: Static in Dominions II Demo Audio
Product: Wine
Version: 20040615
Platform: Other
URL: http://www.shrapnelgames.com/downloads/dominions2demo_in
stall.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike(a)…
[View More]tashcorp.net
When the application is started, the Dominions II demo has static in with the
playing music.
There were no problems installing and getting the application running.
This was tested under Mandrake 10.0.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2298
------- Additional Comments From julliard(a)winehq.com 2004-18-06 17:00 -------
You should try 20040615 or CVS, environment handling is different now, and
I think it will work better.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
xavim(a)ubxlab.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040309 |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=2298
------- Additional Comments From xavim(a)ubxlab.com 2004-18-06 15:40 -------
The same happens with last Debian wine binary:
Running in Win98 (SE):
E:\...>parent.exe
Parent started.
Child started.
In child: env = [ entry_0, entry_1, entry_2, ]
E:\...>
Running wine (20040505) under Debian (unstable):
$ wine parent.exe
Child started.
In child: env = [ HOME=/home/javi, entry_0, entry_1, entry_2,
COMSPEC=C:\Windows\system\…
[View More]wcmd.exe,
PATH=C:\syntech\bin;C:\Windows;C:\Windows\system;X:\;X:\test;Y:\, TEMP=C:\TMP,
TMP=C:\TMP, windir=C:\Windows, SYSTEMROOT=C:\Windows, winsysdir=C:\Windows\system, ]
Parent started.
Wine exited with a successful status
$
$ wine --version
Wine 20040505
Wine exited with a successful status
$ uname -a
Linux pandora 2.4.22 #1 Sat Oct 11 23:23:24 CEST 2003 i686 GNU/Linux
$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2113
telefrancisco(a)lycos.es changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From telefrancisco(a)lycos.es 2004-18-06 14:37 -------
As of CVS of tday appears to run perfectly, so i leave this to resolved.
--
…
[View 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2292
------- Additional Comments From Oli1417(a)gmx.net 2004-18-06 14:29 -------
Created an attachment (id=615)
--> (http://bugs.winehq.org/attachment.cgi?id=615&action=view)
xst.debug.11.+loaddll+relay+file+ntdll+server.RelayExclude.with-comments.bz2
New trace of the problem with +relay, +file,+ntdll,+server and
"RelayExclude" =
"RtlEnterCriticalSection;RtlLeaveCriticalSection;RtlTryEnterCriticalSection;RtlDeleteCriticalSection;kernel32.…
[View More]InterlockedExchange;kernel32.GetCurrentThreadId;_EnterSysLevel;_LeaveSysLevel;LOCAL_Lock;LOCAL_Unlock;TlsGetValue;kernel32.GetLastError;kernel32.SetLastError;RtlAllocateHeap;RtlFreeHeap"
The trace contains *DEBUG MARK*s and comments. I think it in terms of a
trace it's pretty complete now and should allow a first diagnosis.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2298
------- Additional Comments From xavim(a)ubxlab.com 2004-18-06 13:27 -------
I have scanned dlls/kernel/process.c and the problem seems to be build_envp()
unconditionally "fixing" the child environment. I do not know, though, whether
modifying it would break a lot of things, and I am too ignorant to make a patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are …
[View More]the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2298
Summary: wine messes up child process environment
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xavim(a)ubxlab.com
CC: xavim(a)ubxlab.com
When a process calls CreateProcessA (or its C runtime …
[View More]library wrapper _spawn*)
to invoke a child process with a newly generated environment, wine modifies this
environment before passing it to the child.
Namely, it adds entries for HOME, COMSPEC, PATH, TEMP, TMP, windir and winsysdir
variables.
This behaviour is incompatible with Windows, as the following example shows:
<code filename="parent.c">
#include <process.h>
#include <stdio.h>
int
main(int argc, char *argv[])
{
char *child_env[] = {
"entry_0",
"entry_1",
"entry_2",
NULL
};
char cmdname[] = "child.exe";
printf("Parent started.\n");
_spawnle(_P_WAIT, cmdname, cmdname, NULL, child_env);
return 0;
}
</code>
<code filename="child.c">
#include <stdio.h>
#include <stdlib.h>
static void print_env(char **env);
int
main(int argc, char *argv[])
{
printf("Child started.\n");
printf("In child: ");
print_env(_environ);
return 0;
}
static void
print_env(char **env)
{
printf("env = [ ");
if (env != NULL) {
while (*env != NULL) {
printf("%s, ", *env);
++env;
}
}
printf("]\n");
}
</code>
After compiling these two programs with MinGW under Win98SE, we get the
following output:
Running in Win98 (SE):
E:\...>parent.exe
Parent started.
Child started.
In child: env = [ entry_0, entry_1, entry_2, ]
E:\...>
Running wine under Debian (unstable):
$ wine parent.exe
Parent started.
Child started.
In child: env = [ HOME=/home/javi, entry_0, entry_1, entry_2,
COMSPEC=C:\WINDOWS\SYSTEM\wcmd.exe,
PATH=C:\syntech\bin;C:\Windows;C:\Windows\system;X:\;X:\test;Y:\, TEMP=C:\TMP,
TMP=C:\TMP, windir=C:\WINDOWS, winsysdir=C:\WINDOWS\SYSTEM, SYSTEMROOT=C:\WINDOWS, ]
Wine exited with a successful status
$
$ wine --version
Wine 20040309
Wine exited with a successful status
$ uname -a
Linux pandora 2.4.22 #1 Sat Oct 11 23:23:24 CEST 2003 i686 GNU/Linux
$
This incompatibility is giving some problems because of the following:
Due to the old DOS restriction about command line length (I think it was about
max. 127 bytes), some command line tools used to pass arguments using the
environment. When this tools were ported to Win32, this behaviour remained.
Because of this behaviour, when wine messes up the environment, the child
process complains about "Bad arguments" and exits.
I am having this problem with a Win32 Toshiba toolchain for a microcontroller.
The C compiler is actually a driver that invokes child process to perform the
different compilation phases, and they fail for the aforementioned reason.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
------------- Begin Forwarded Message -------------
X-Spam-Status: No, hits=-4.9 required=4.0
Date: Thu, 17 Jun 2004 21:16:47 -0500
From: Andrew Jones <aijones2(a)bsu.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5)
Gecko/20031013 Thunderbird/0.3
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: rsparapa(a)mcw.edu
Subject: Wine bug #1816 (Wine on Solaris x86)
X-OriginalArrivalTime: 18 Jun 2004 02:16:50.0635 (UTC)
FILETIME=[50AD39B0:01C454DA]
I saw that you …
[View More]submitted this bug, thanks to google.
http://bugs.winehq.com/show_bug.cgi?id=1816
I ran into the same problem compiling wine 20040615, the newest release.
In server/context_i386.c, I just commented out everything that used
GETREGS or GETFPREGS since it's only for error reporting. I don't know
enough about win32 to say whether error reporting is important here.
In server/ptrace.c, I #define'd PT_ATTACH and PT_DETACH to -1, since
they're not supported by Solaris either. I don't know how well this
will work, but it's better than the alternative of disabling the use of
ptrace() entirely, making win32 threading nonfunctional.
------------- End Forwarded Message -------------
Rodney Sparapani Medical College of Wisconsin
Sr. Biostatistician Patient Care & Outcomes Research
rsparapa(a)mcw.edu http://www.mcw.edu/pcor
Was 'Name That Tune' rigged? WWLD -- What Would Lombardi Do
26,27c26
< #include <errno.h>
<
---
> #include <errno.h>
30,31c29
< #endif
<
---
> #endif
34d31
<
37,38c34
< #endif
<
---
> #endif
68,69c64
< #endif
<
---
> #endif
72,73c67
< #endif
<
---
> #endif
76,77c70
< #endif
<
---
> #endif
247,249c240,241
< struct regs regs;
< /* who needs error checking, right? */
< /*if (ptrace( PTRACE_GETREGS, pid, (int) ®s, 0 ) == -1) goto error;*/
---
> struct regs regs;
> if (ptrace( PTRACE_GETREGS, pid, (int) ®s, 0 ) == -1) goto error;
283,286c275,276
< /* correct structure (the same as fsave/frstor) */
<
< /* errors are for people less confident than I */
< /*if (ptrace( PTRACE_GETFPREGS, pid, (int) &context->FloatSave, 0 ) == -1) goto error;*/
---
> /* correct structure (the same as fsave/frstor) */
> if (ptrace( PTRACE_GETFPREGS, pid, (int) &context->FloatSave, 0 ) == -1) goto error;
304,307c294,295
< /* need to preserve some registers */
<
< /* what was that I said about errors?*/
< /*if (ptrace( PTRACE_GETREGS, pid, (int) ®s, 0 ) == -1) goto error;*/
---
> /* need to preserve some registers */
> if (ptrace( PTRACE_GETREGS, pid, (int) ®s, 0 ) == -1) goto error;
333,335c321,322
< }
< /* ptrace() is horrible, ugly, and doesn't work on solaris anyway */
< /*if (ptrace( PTRACE_SETREGS, pid, (int) ®s, 0 ) == -1) goto error;*/
---
> }
> if (ptrace( PTRACE_SETREGS, pid, (int) ®s, 0 ) == -1) goto error;
344,347c331,332
< /* correct structure (the same as fsave/frstor) */
<
< /* see above */
< /*if (ptrace( PTRACE_SETFPREGS, pid, (int) &context->FloatSave, 0 ) == -1) goto error;*/
---
> /* correct structure (the same as fsave/frstor) */
> if (ptrace( PTRACE_SETFPREGS, pid, (int) &context->FloatSave, 0 ) == -1) goto error;
59,81c59,67
< #ifndef SOLARIS
< #ifndef HAVE_SYS_PTRACE_H
< #define PT_CONTINUE 0
< #define PT_ATTACH 1
< #define PT_DETACH 2
< #define PT_READ_D 3
< #define PT_WRITE_D 4
< #define PT_STEP 5
< /*This is a load of bullshit right here. Solaris has no ptrace.h, but ptrace() works for those things. (maybe)
< inline static int ptrace(int req, ...) { errno = EPERM; return -1;} */
< #endif /* HAVE_SYS_PTRACE_H */
< #endif /* SOLARIS */
<
< #ifdef SOLARIS
< #define PT_CONTINUE 7
< /* attach and detach are not supported in Solaris. */
< #define PT_ATTACH -1
< #define PT_DETACH -1
< #define PT_READ_D 2
< #define PT_WRITE_D 5
< #define PT_STEP 9
< /* these are from ptrace(3C), I think they're the same as FreeBSD */
< #endif /* SOLARIS */
---
> #ifndef HAVE_SYS_PTRACE_H
> #define PT_CONTINUE 0
> #define PT_ATTACH 1
> #define PT_DETACH 2
> #define PT_READ_D 3
> #define PT_WRITE_D 4
> #define PT_STEP 5
> inline static int ptrace(int req, ...) { errno = EPERM; return -1; /*FAIL*/ }
> #endif /* HAVE_SYS_PTRACE_H */
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2167
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
Version|20040505 |20040615
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-06 08:51 -------
I tried to install the new version.
I got something similar although the script …
[View More]could not create symbolic links for
dos devices.
Here is the log of './tools/wineinstall':
-----------------------------------------
Windows was not found on your system, so I assume you want
a Wine-only installation. Am I correct?
(yes/no) yes
Configuring Wine without Windows.
Some fake Windows directories must be created, to hold any .ini files, DLLs,
start menu entries, and other things your applications may need to install.
Where would you like your fake C drive to be placed?
(default is /home/j/.wine/drive_c) /home/wine
Configuring Wine for a no-windows install in /home/wine...
mkdir: Ne peut créer le répertoire `/home/j/.wine/dosdevices': No such file or
directory
ln: création d'un lien symbolique `/home/j/.wine/dosdevices/a:' vers `/mnt/fd0':
No such file or directory
ln: création d'un lien symbolique `/home/j/.wine/dosdevices/c:' vers
`/home/wine': No such file or directory
ln: création d'un lien symbolique `/home/j/.wine/dosdevices/d:' vers `/cdrom':
No such file or directory
ln: création d'un lien symbolique `/home/j/.wine/dosdevices/e:' vers `/tmp': No
such file or directory
ln: création d'un lien symbolique `/home/j/.wine/dosdevices/f:' vers `/home/j':
No such file or directory
ln: création d'un lien symbolique `/home/j/.wine/dosdevices/z:' vers `/': No
such file or directory
Xlib: extension "GLX" missing on display ":0.0".
wine: Unhandled exception (thread 0009), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x405ec800,1) - no error checking or
testing yet
WineDbg starting on pid 0x8
fixme:dbghelp:SymLoadModule should no longer happen
Unhandled exception: page fault on read access to 0x000064e0 in 32-bit code
(0x404cc4fe).
In 32 bit mode.
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iCurrencyW.6<4055af3e-00000014> iCurrencyW<4055af3e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
comW.15<405559f4-00000008> comW<405559f4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
PK16SysVar.1<4057b6e0-00000080> PK16SysVar<4057b6e0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
lptW.14<405613d4-00000008> lptW<405613d4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
systemW.13<40554220-00000030> systemW<40554220-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
GlobalRegistryDirW.43<405546a0-00000024> GlobalRegistryDirW<405546a0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
conoutW.2<40556cb0-00000010> conoutW<40556cb0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iLZeroW.12<4055afd0-0000000e> iLZeroW<4055afd0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sNegativeSignW.34<4055b17c-0000001c> sNegativeSignW<4055b17c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
wSectionFormat.0<4055e386-00000012> wSectionFormat<4055e386-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
formatW.16<40555a00-00000024> formatW<40555a00-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
ntuser_datW.11<405541aa-00000018> ntuser_datW<405541aa-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
cpuW.2<40557060-00000022> cpuW<40557060-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
cache_lastchecked.1<4057b400-00000004> cache_lastchecked<4057b400-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
conoutW.4<40558324-00000010> conoutW<40558324-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
configW.0<4055e920-00000050> configW<4055e920-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
NLS_CachedFormats.1<4057b420-00000004> NLS_CachedFormats<4057b420-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
kernel32W.7<4055d2c4-00000012> kernel32W<4055d2c4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
leadin.1<4055f752-00000012> leadin<4055f752-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
envW.2<4055d24a-00000018> envW<4055d24a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
segpWin16Mutex.1<4057b5c4-00000004> segpWin16Mutex<4057b5c4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
WineW.6<405540c0-0000004e> WineW<405540c0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
defaultW.12<405541e0-00000032> defaultW<405541e0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sThousandW.37<4055b1ca-00000014> sThousandW<4055b1ca-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
win9x_reg_pathW.5<40554090-00000018> win9x_reg_pathW<40554090-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
NetworkW.0<40556360-00000054> NetworkW<40556360-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iCalendarTypeW.3<4055aef8-0000001c> iCalendarTypeW<4055aef8-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
baudW.4<4055593a-0000000c> baudW<4055593a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
bkslashes_with_dotW.2<4055830c-0000000a> bkslashes_with_dotW<4055830c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
UTGlue16_Segptr.0<4057b884-00000004> UTGlue16_Segptr<4057b884-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iTLZeroW.17<4055b02e-00000010> iTLZeroW<4055b02e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sCurrencyW.23<4055b08c-00000014> sCurrencyW<4055b08c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
DosW.0<40560e60-00000008> DosW<40560e60-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
SystemW.0<40556fc0-00000048> SystemW<40556fc0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
wszSeparator.4<4055e3ac-00000004> wszSeparator<4055e3ac-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
RelayIncludeW.1<4055e970-0000001a> RelayIncludeW<4055e970-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
xonW.9<40555976-0000000a> xonW<40555976-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sec_flags.0<405610e4-00000004> sec_flags<405610e4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
toW.8<4055596e-00000008> toW<4055596e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
formatW.5<4055ce6a-0000000e> formatW<4055ce6a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
szCountryCodeValueName.48<4055b3c0-00000018>
szCountryCodeValueName<4055b3c0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
DebuggerW.1<40557cfa-00000012> DebuggerW<40557cfa-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
classes_datW.19<40554348-0000001a> classes_datW<40554348-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
handle.1<4057b68e-00000002> handle<4057b68e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
RegistryW.38<40554560-00000056> RegistryW<40554560-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
tail.2<4057af20-00000320> tail<4057af20-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
SaveOnlyUpdatedKeysW.41<40554640-00000028> SaveOnlyUpdatedKeysW<40554640-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iMeasureW.13<4055afde-00000012> iMeasureW<4055afde-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sYearMonthW.40<4055b202-00000016> sYearMonthW<4055b202-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
default_sysdirW.6<4055d2a0-00000024> default_sysdirW<4055d2a0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
wNameFormat.1<4055e398-00000006> wNameFormat<4055e398-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
userprofileW.34<40554512-00000018> userprofileW<40554512-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
TypeW.22<40554388-0000000a> TypeW<40554388-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
s1159W.20<4055b062-0000000c> s1159W<4055b062-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
SessionW.1<4055cde0-00000072> SessionW<4055cde0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
nt_reg_pathW.4<40554060-00000030> nt_reg_pathW<40554060-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sListW.28<4055b0e6-0000000c> sListW<4055b0e6-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
whence.1<40558300-0000000c> whence<40558300-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
exeW.0<4055d1ac-0000000a> exeW<4055d1ac-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
code_sel32.0<4057b6d8-00000002> code_sel32<4057b6d8-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
creation_name.5<4057a1d4-00000014> creation_name<4057a1d4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iDateW.7<4055af52-0000000c> iDateW<4055af52-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
SnoopIncludeW.3<4055e9a4-0000001a> SnoopIncludeW<4055e9a4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
default_rootW.0<40561170-00000004> default_rootW<40561170-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
slashcW.11<4055d33c-0000000a> slashcW<4055d33c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
escapes.0<40553fe0-00000020> escapes<40553fe0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
idsrW.14<405559ac-0000000c> idsrW<405559ac-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sMonGroupingW.31<4055b124-0000001a> sMonGroupingW<4055b124-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
env_keyW.1<4055d1c0-0000008a> env_keyW<4055d1c0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
w16Mutex.0<4057b5c0-00000004> w16Mutex<4057b5c0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
com1W.17<40561400-00000024> com1W<40561400-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
beep.0<40556ca0-00000001> beep<40556ca0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
already_mapped.1<4057b2e8-00000004> already_mapped<4057b2e8-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
nulW.11<405613bc-00000008> nulW<405613bc-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
softwareW.14<40554260-00000034> softwareW<40554260-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
SysidW.4<40557098-0000001c> SysidW<40557098-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iFirstWeekOfYearW.10<4055afa0-00000022> iFirstWeekOfYearW<4055afa0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
profileW.33<40554502-00000010> profileW<40554502-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
winver.5<4057b88e-00000002> winver<4057b88e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
comW.13<405613cc-00000008> comW<405613cc-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sGroupingW.26<4055b0be-00000014> sGroupingW<4055b0be-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
tempW.30<405544e6-0000000a> tempW<405544e6-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
User32DllW.4<40557d16-00000016> User32DllW<40557d16-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
wineW.24<40554440-0000004e> wineW<40554440-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iNegCurrW.14<4055aff0-00000012> iNegCurrW<4055aff0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iFirstDayOfWeekW.9<4055af80-00000020> iFirstDayOfWeekW<4055af80-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
cdfsW.9<4056134c-0000000a> cdfsW<4056134c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
prnW.12<405613c4-00000008> prnW<405613c4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iNegNumberW.15<4055b002-00000016> iNegNumberW<4055b002-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
dotVxDW.0<405619da-0000000a> dotVxDW<405619da-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
intlW.43<4055b230-0000000a> intlW<4055b230-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
szFormat.45<4055b372-00000006> szFormat<4055b372-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
drive_types_keyW.1<40561180-0000003a> drive_types_keyW<40561180-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sMonThousandSepW.32<4055b140-00000020> sMonThousandSepW<4055b140-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
index.2<4057b5bc-00000004> index<4057b5bc-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
proc.0<4057b440-00000004> proc<4057b440-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
system_datW.18<40554330-00000018> system_datW<40554330-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sPositiveSignW.35<4055b198-0000001c> sPositiveSignW<4055b198-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
console_wait_event.3<4057b240-00000004> console_wait_event<4057b240-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iDigitsW.8<4055af5e-00000010> iDigitsW<4055af5e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iPaperSizeW.16<4055b018-00000016> iPaperSizeW<4055b018-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
buffer.0<4057ae60-00000050> buffer<4057ae60-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
hRunOnce.3<4057b3c4-00000004> hRunOnce<4057b3c4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
rtsW.13<405559a2-0000000a> rtsW<405559a2-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iLDateW.11<4055afc2-0000000e> iLDateW<4055afc2-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
tmpW.31<405544f0-00000008> tmpW<405544f0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
special.2<40556428-0000001e> special<40556428-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
lpt1W.18<40561440-00000024> lpt1W<40561440-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
dtrW.12<40555998-0000000a> dtrW<40555998-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
ValueName.0<4055cda0-00000038> ValueName<4055cda0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iCurrDigitsW.5<4055af26-00000018> iCurrDigitsW<4055af26-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
ntfsW.8<40561342-0000000a> ntfsW<40561342-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
Clone.10<40554180-0000002a> Clone<40554180-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
onW.2<4055592c-00000006> onW<4055592c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
deflt.3<40556446-00000002> deflt<40556446-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
argsW.9<4055d300-0000002c> argsW<4055d300-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
empty_strW.5<4055e3b0-00000002> empty_strW<4055e3b0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
LocaleW.1<4055aeb2-0000000e> LocaleW<4055aeb2-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
__JCR_END__<4057a9c4-00000000> __JCR_LIST__<4057a9c4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
cached_memstatus.0<4057b3e0-00000020> cached_memstatus<4057b3e0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
info_size.42<4055b22c-00000004> info_size<4055b22c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
systemW.26<4055449e-0000000e> systemW<4055449e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sNativeDigitsW.33<4055b160-0000001c> sNativeDigitsW<4055b160-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
tmp.3<4055ce58-00000008> tmp<4055ce58-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
UseDNSW.1<405563c0-00000026> UseDNSW<405563c0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
nt_disposition.6<40558334-00000014> nt_disposition<40558334-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
soW.8<4055d2d6-00000008> soW<4055d2d6-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
comspecW.10<4055d32c-00000010> comspecW<4055d32c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
offW.3<40555932-00000008> offW<40555932-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
odsrW.10<40555980-0000000c> odsrW<40555980-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
cmdlineA.0<4057b300-00000004> cmdlineA<4057b300-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
pifW.1<4055bba4-0000000a> pifW<4055bba4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
auxW.10<405613b4-00000008> auxW<405613b4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
configW.1<40560e80-00000044> configW<40560e80-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sDecimalW.25<4055b0ac-00000012> sDecimalW<4055b0ac-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
formatW.44<4055b23a-0000000a> formatW<4055b23a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
updateValues.0<4055ae80-00000032> updateValues<4055ae80-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
octsW.11<4055598c-0000000c> octsW<4055598c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
dotDLL.4<4055bbda-0000000a> dotDLL<4055bbda-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
IdentifierW.3<40557082-00000016> IdentifierW<40557082-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
classesW.1<40554000-00000012> classesW<40554000-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
fatW.7<4056133a-00000008> fatW<4056133a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
NumShapeW.41<4055b218-00000012> NumShapeW<4055b218-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sTimeW.39<4055b1f6-0000000c> sTimeW<4055b1f6-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
PathW.2<405611ba-0000000a> PathW<405611ba-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
stopbits15W.1<40555924-00000008> stopbits15W<40555924-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
leadin.0<4055f740-00000012> leadin<4055f740-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
NLS_LocaleIndices.0<40559880-0000005a> NLS_LocaleIndices<40559880-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
UserW.36<4055453a-0000000a> UserW<4055453a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
ENV_program_name.0<40560062-0000001e> ENV_program_name<40560062-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
PeriodicSaveW.42<40554668-0000001a> PeriodicSaveW<40554668-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sMonDecimalSepW.30<4055b106-0000001e> sMonDecimalSepW<4055b106-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
rootW.15<405613dc-00000008> rootW<405613dc-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sShortDateW.36<4055b1b4-00000016> sShortDateW<4055b1b4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
NLS_NegCyFormats.2<40559a90-00000010> NLS_NegCyFormats<40559a90-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
ProfileW.7<4055410e-00000010> ProfileW<4055410e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
s2359W.21<4055b06e-0000000c> s2359W<4055b06e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
drive_types_keyW.23<405543a0-0000003a> drive_types_keyW<405543a0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
load_win_reg_filesW.39<405545c0-00000032> load_win_reg_filesW<405545c0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
coninW.3<40558316-0000000e> coninW<40558316-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
securityW.16<405542e0-00000034> securityW<405542e0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
AutoW.2<40557d0c-0000000a> AutoW<40557d0c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
pipeW.7<40558348-0000000c> pipeW<40558348-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
init_done.0<4057b3cc-00000004> init_done<4057b3cc-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
comW.0<405558e0-00000008> comW<405558e0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
szLocaleKeyName.46<4055b378-0000000e> szLocaleKeyName<4055b378-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
comW.0<4055bb9a-0000000a> comW<4055bb9a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
winsysdirW.28<405544ba-00000014> winsysdirW<405544ba-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iCountryW.4<4055af14-00000012> iCountryW<4055af14-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
system_1stW.17<40554314-0000001c> system_1stW<40554314-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
hUser32.0<4057b5b0-00000004> hUser32<4057b5b0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
dataW.6<40555956-0000000c> dataW<40555956-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
Software.9<40554140-00000022> Software<40554140-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
already_done.0<4057b2e4-00000004> already_done<4057b2e4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
appdefaultsW.2<40560ec4-0000001a> appdefaultsW<40560ec4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
StatDataW.3<40554020-00000036> StatDataW<40554020-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
windirW.3<4055d262-0000000e> windirW<4055d262-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
DefaultW.37<40554544-00000012> DefaultW<40554544-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iTimeW.19<4055b056-0000000c> iTimeW<4055b056-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
coninW.1<40556ca2-0000000e> coninW<40556ca2-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
default_windirW.5<4055d284-00000016> default_windirW<4055d284-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
cpuflags.6<40560ef0-00000014> cpuflags<40560ef0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
user_datW.20<40554362-00000014> user_datW<40554362-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
fpuW.1<40557020-0000002e> fpuW<40557020-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
System.8<4055411e-0000001e> System<4055411e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
mhzKeyW.5<405570b4-0000000a> mhzKeyW<405570b4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sDateW.24<4055b0a0-0000000c> sDateW<4055b0a0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
parityW.5<40555946-00000010> parityW<40555946-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
DeviceW.3<405611c4-0000000e> DeviceW<405611c4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
parallelportsW.5<405612a0-00000060> parallelportsW<405612a0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
com0W.16<405613e4-00000012> com0W<405613e4-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
windirW.27<405544ac-0000000e> windirW<405544ac-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
szAlternateSortsKeyName.47<4055b3a0-00000020>
szAlternateSortsKeyName<4055b3a0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
stopW.7<40555962-0000000c> stopW<40555962-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sys_timer.1<4057b40c-00000002> sys_timer<4057b40c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sLanguageW.27<4055b0d2-00000014> sLanguageW<4055b0d2-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
temp.4<4055ce60-0000000a> temp<4055ce60-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
__bss_start<4057ad88-00000000> _edata<4057ad88-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
cachedsi.7<4057b2c0-00000024> cachedsi<4057b2c0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
info_size.2<4055ce54-00000004> info_size<4055ce54-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
versionW.3<40560ede-00000012> versionW<40560ede-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
pathW.3<4055bbd0-0000000a> pathW<4055bbd0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
SnoopExcludeW.4<4055e9be-0000001a> SnoopExcludeW<4055e9be-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
MachineW.35<4055452a-00000010> MachineW<4055452a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
winsysdirW.4<4055d270-00000014> winsysdirW<4055d270-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
pathW.32<405544f8-0000000a> pathW<405544f8-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
cached_path.2<4057b434-00000004> cached_path<4057b434-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
load_global_reg_filesW.40<40554600-00000030>
load_global_reg_filesW<40554600-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
serialportsW.4<40561240-0000005c> serialportsW<40561240-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
NLS_PosCyFormats.3<40559aa0-00000004> NLS_PosCyFormats<40559aa0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
current.0<4057a428-00000004> current<4057a428-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
dosver.4<4057b88c-00000002> dosver<4057b88c-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sLongDateW.29<4055b0f2-00000014> sLongDateW<4055b0f2-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
buffer.1<4057aec0-00000050> buffer<4057aec0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
audiocdW.6<40561328-00000012> audiocdW<40561328-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
conW.8<40558354-00000006> conW<40558354-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sTimeFormatW.38<4055b1de-00000018> sTimeFormatW<4055b1de-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
cache.6<4057b2a0-00000004> cache<4057b2a0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
RelayExcludeW.2<4055e98a-0000001a> RelayExcludeW<4055e98a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
samW.15<405542a0-0000002a> samW<405542a0-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
sCountryW.22<4055b07a-00000012> sCountryW<4055b07a-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
AeDebugW.0<40557c80-0000007a> AeDebugW<40557c80-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
windowsW.25<4055448e-00000010> windowsW<4055448e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
quotesW.12<4055d346-0000000a> quotesW<4055d346-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
envW.29<405544ce-00000018> envW<405544ce-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
iTimePrefixW.18<4055b03e-00000018> iTimePrefixW<4055b03e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
reg_datW.21<40554376-00000012> reg_datW<40554376-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
module.0<4057b408-00000004> module<4057b408-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
wValueFormat.2<4055e39e-00000008> wValueFormat<4055e39e-00000000>
fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>:
wNewLine.3<4055e3a6-00000006> wNewLine<4055e3a6-00000000>
0x404cc4fe INSTR_EmulateInstruction [instr.c:449] in kernel32: movb
0x0(%edi),%dl
Unable to open file instr.c
Wine-dbg>
Ctrl-C
Ctrl-C: stopping debuggee
Ctrl-C
Ctrl-C: stopping debuggee
WineDbg terminated on pid 0x8
/home/j/.wine updated successfully.
Created /home/j/.wine/config using default Wine configuration.
You probably want to review the file, though.
Installation complete for now. Good luck (this is still alpha software).
If you have problems with WINE, please read the documentation first,
as many kinds of potential problems are explained 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2297
------- Additional Comments From wine(a)ambridge.freeserve.co.uk 2004-18-06 05:58 -------
Ok, so the attachment is too large to upload
Please obtain it from:
http://home.btconnect.com/stinky_ric/wine_files.tar.bz2
[root@cartman video]# md5sum wine_files.tar.bz2
612e7b2cb3f4d9e9947a8efc45d81beb wine_files.tar.bz2
[root@cartman video]# ls -l wine_files.tar.bz2
-rw-r--r-- 1 root root 11020760 Jun 18 10:32 wine_files.tar.bz2
--
…
[View 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2297
------- Additional Comments From wine(a)ambridge.freeserve.co.uk 2004-18-06 04:45 -------
Im about to upload an attachment.
The wine_files.tar.bz2 contains files to untar into your wine C drive location.
It will create a directory Program Files with two sub directories;
Digiguide_new and Digiguide_notcrash
If you run wine in Digiguide_notcrash as wine client.exe it will not crash
If you run wine in Digiguide_new as wine client.exe it will …
[View More]crash
In the Digiguide_new folder is some output files with +relay,+seh set in
WINEDEBUG, there are three files:
WINE_OUTPUT_stderr.log
WINE_OUTPUT_stdout.log -these two are from one run of the program, wine
client.exe > WINE_OUTPUT_stdout.log 2> WINE_OUTPUT_stderr.log
WINE_run2_OUTPUT_stdandstderr.log - this is from wine client.exe >
WINE_run2_OUTPUT_stdandstderr.log 2>&1
(sorry about the unbzipped file being
-rw-r--r-- 1 root root 287528960 Jun 18 10:32 wine_files.tar
LARGE)
Enjoy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2297
Summary: digiguide crash with marker containing
$SingleLineDescription
Product: Wine
Version: 20040505
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)ambridge.freeserve.co.uk
Digiguide 6.1 - build 443 crashes …
[View More]when I try to use Markers which contain the
$SingleLineDescription output in the arguments to an external program.
Digiguide can run external programs with a marker when you set an alert,
Menu->Edit->All Markers
The Alert can run a program, and the program can take arguments,
http://www.digiguide.com/dg/faq/reminder-arguments.shtml
If I use the $SingleLineDescription argument, wine will crash. This argument
will contain a large string in the output.
Addtitional files hopefully will be attached here.
I am using wine20040505-1rh9winehq
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2296
Summary: pcb123 installer runs, but installation dialogs are
'non-interactive'.
Product: Wine
Version: 20040505
Platform: Other
URL: http://pcb123.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)slacy.com
Go …
[View More]to http://pcb123.com and download the installer program for this application.
Upon running the application, the installer appears to correctly launch, and the
first dialog box of the installation appears, asking me to choose an
installation language. There are two buttons available, one for "Next >" and
the other for "Cancel"
At this point, the dialog seems functional, as I can select different languages
from the list, but upon clicking on either button, nothing happens. The buttons
appear to know they're being clicked (you can tell by the way they indent
themselves) but no action is taken to go to the next step of the installation.
The only way to exit is to close the dialog, which then produces an exception.
I will attach some output of:
# WINEDEBUG=+dialog,+atom wine pcb123.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2295
Summary: Wine crashes in Agent
Product: Wine
Version: 20040615
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kenneth_teagan(a)hotmail.com
Wine 20040615 shuts down in Agent 1.93 when you go to post a usenet
message. Had same problem …
[View More]with 20040505. Running Mandrake 10.0 Linux.
Thanks, keep up the good work!
Ken
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2294
Summary: Wine preloader segfaults
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)tpetaccia.com
Ever since the wine-preloader was first checked into CVS before 20040615 was
released, it has constantly …
[View More]segfaulted when loaded. If I invoke wine-pthread
manually, windows executables work though. Today, I did a clean recompile of
WINE with only the CFLAGS "-O2 -pipe" and got the following from GDB:
---
Starting program: /usr/local/bin/wine-preloader
Program received signal SIGSEGV, Segmentation fault.
0x780011d0 in write ()
(gdb)
---
I'm not sure if this helps or makes problems worse, but with my original CFLAGS
of "-O2 -march=athlon -frename-registers -fomit-frame-pointer" I got a different
error message from GDB. It printed out a memory address followed by open64(),
which I find odd. Also, when I allow it to dump a core file, and backtrace
that, it says:
---
Program terminated with signal 11, Segmentation fault.
#0 0x7800106e in open64 ()
(gdb)
---
I hope the information I've provided is useful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2292
------- Additional Comments From julliard(a)winehq.com 2004-17-06 18:07 -------
This should be fixed 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=2293
Summary: passing Help Context IDs to winhelp doesn't work
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivanr(a)syncad.com
when debuginng wine with these parameters -- winhelp -
-i260 /helpdir/…
[View More]somehelpfile.hlp the HLPFILE_Hash does not give the right
index. 260 is a Context ID for the file being tested. HLPFILE_Hash is
implemented in /programs/winhelp/hlpfile.c
OS: Linux Red Hat 7.5
Thanks in advance!
Ivan
ivanr(a)syncad.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=1780
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-17-06 15:17 -------
this bug is fixed in 20040615 due to patches from Robert i think. please
retest.
--
…
[View 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2292
bon(a)elektron.ikp.physik.tu-darmstadt.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-17-06 15:07 -------
I also noted the trashed files, with a lot of zeros at the …
[View More]start.
I propose you send you patch at least to wine-devel, perhaps also to
wine-patches, as you will find a wider audience there.
Bye
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2290
------- Additional Comments From mike(a)tashcorp.net 2004-17-06 12:54 -------
Wine 20040615 was just released. Have you retried with the latest version?
Also, could you post the command line output from the program when it fails?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
Oli1417(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #610|See comment above |xst.Debug-Session-2.txt.bz2
description| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or …
[View More]are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2290
mike(a)tashcorp.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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-17-06 12:44 -------
The problem occures also with the CVS version 20040615
I've created several debugging logs, which I will still attach:
o xst.Debug-Session-2.txt.bz2:
The log of winedbg session until the problem occures. It's done with
winedbg 2040505, since the latest winedbg somehow didn't work.
The log contains *COMMENT* markers, where I explain things.
o xst.debug.extract.grep_-…
[View More]A_1000_-B_1000_-E_xst_work_hdllib.ref.bz2
A log with wine20040615 and +file,+ntdll,+relay. I grep for the
xst/work/hdllib.ref file and extracted +-1000 lines arround it. The programs
runs extremely slow with +relay and produces gigs of debugging output. Normal
runtime of this case is ~10sec.
o xst.debug.extract.grep_-i_file.bz2
Same as above, but I grep for everything with i/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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2292
Summary: Corrupted file problem Wine20040613,20040505 with Xilinx
XST 6.2i
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Oli1417(a)gmx.net
I've a strange problem with Xilinx XST (ISE) 6.2i, a
…
[View More]Software for FPGA developement. A sort of silicon compiler
for Xilinx Fpgas chips.
System is: Suse 9.1, Linux cassix 2.6.4-52-default #1 Wed Apr 7
02:08:30 UTC 2004 i686 i686 i386 GNU/Linux
The XST program while running usually does a lot of file processing
and creates libraries-files etc and so on.
One of those files is a simple ascii file called "hdllib.ref". It
usually looks like more or less like this, size around some k-bytes.
[...]
AR hex2led hex2led_arch F:/Test/watchvhd_u/hex2led.vhd sub00/vhpl09
EN hex2led NULL F:/Test/watchvhd_u/hex2led.vhd sub00/vhpl08
AR smallcntr inside F:/Test/watchvhd_u/smallcntr.vhd sub00/vhpl01
[...]
When I'm running the XST program with wine, this file gets corrupted
by leading zero-bytes in the beginning of the file:
[0x00 0x00 0x00 0x00 ... all bytes are zero until some time the
text starts.]
AR hex2led hex2led_arch F:/Test/watchvhd_u/hex2led.vhd sub00/vhpl09
EN hex2led NULL F:/Test/watchvhd_u/hex2led.vhd sub00/vhpl08
AR smallcntr inside F:/Test/watchvhd_u/smallcntr.vhd sub00/vhpl01
[...]
I debugged a bit and found out, that this file is 'rewritten' several
times during the program run (see debugging output below).
The problem seems to be, that each time is written new, the new data
is appended to the end of the file, instead of being put in the
beginning !? For some reason the previous data in the file is put to 0x00.
The problem does not occure under Win XP.
While debugging I grepped through the wine source, to track down
what's happening - I don't know the wine internals at all (now more
then before) - and changed following file:
wine20040613/wine/server/file.c
[...]
static struct object *create_file( const char *nameptr, size_t len, unsigned
int access,
unsigned int sharing, int create, unsigned
int options,
unsigned int attrs )
[...]
switch(create)
{
case FILE_CREATE: flags = O_CREAT | O_EXCL; break;
case FILE_OVERWRITE_IF: /* FIXME: the difference is whether we trash
existing attr or not */
case FILE_SUPERSEDE: flags = O_CREAT | O_TRUNC; break;
case FILE_OPEN: flags = 0; break;
case FILE_OPEN_IF: flags = O_CREAT | O_TRUNC; break;
^^^^^^^^^ CHANGED here
case FILE_OVERWRITE: flags = O_TRUNC; break;
default: set_error( STATUS_INVALID_PARAMETER ); goto error;
}
=>> Now it works ;) !?!?
Well - I know that in fact I don't know really what I did (that's life)
... perhaps I did break something else now.
But it might give a hint for the Wine Pros here, for a possible
improvement. IT'S A GREAT PROJECT BTW!!!
Fell free to ask for more info, in case.
Cheerio,
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=638
------- Additional Comments From listas(a)ono.com 2004-17-06 03:25 -------
It was documented as command line options in early versions of the guide.
It should still be documented.
Also, it should be documented that a command line option "--debug" existed, and
it's now obsoleted, and the new way of obtaining the same effects.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: ------…
[View More]-
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2291
Summary: Crash running ExpressPCBSetup.exe
Product: Wine
Version: 20040505
Platform: Other
URL: http://expresspcb.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)slacy.com
Hello. I am trying to install the software from http://…
[View More]expresspcb.com, and the
system is crashing when I run wine. I'm running 20040505 on Fedora Core 2,
installed wine from RPMs and newrpms. Here's the debug info I have so far:
# wine ExpressPCBSetup.exe
wine: Unhandled exception (thread 0026), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x557b7700,1) - no error checking or
testing yet
WineDbg starting on pid 1c
Can't find file for ELF 'wine-kthread' ((nil))
No debug information in ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x5500c480 (_end+0x44ef8480)
No debug information in ELF '/usr/lib/libwine.so.1' (0x55019000)
No debug information in ELF '/lib/tls/libpthread.so.0' (0x55049000)
No debug information in ELF '/lib/tls/libc.so.6' (0x5505b000)
No debug information in ELF '/lib/libdl.so.2' (0x55176000)
No debug information in ELF '/lib/ld-linux.so.2' (0x55000000)
No debug information in ELF '/usr/lib/wine/ntdll.dll.so' (0x5517b000)
No debug information in ELF '/usr/lib/libwine_unicode.so.1' (0x551f0000)
No debug information in ELF '/lib/tls/libm.so.6' (0x552fa000)
No debug information in ELF '/lib/libnss_files.so.2' (0x55334000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x55450000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x55880000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x559d1000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x55a5b000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x55a8f000)
No debug information in ELF '/usr/lib/libz.so.1' (0x55af4000)
No debug information in ELF '/usr/lib/libfontconfig.so.1' (0x55b05000)
No debug information in ELF '/usr/lib/libexpat.so.0' (0x55b2c000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x55b4b000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x55bcb000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x55bd3000)
No debug information in ELF '/usr/X11R6/lib/libXxf86dga.so.1' (0x55bea000)
No debug information in ELF '/usr/X11R6/lib/libXxf86vm.so.1' (0x55bf0000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x55bf5000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x55bfa000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x55c08000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x55cd0000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1.0.2' (0x55d4a000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x55d53000)
No debug information in ELF
'/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2' (0x55d61000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x55d63000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x55daa000)
No debug information in ELF '/usr/lib/wine/imm32.dll.so' (0x55dc7000)
No debug information in 32bit DLL 'E:\ExpressPCBSetup.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x551a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x55480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x55a70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x559f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x558a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x55b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x55dd0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x558fa100).
In 32-bit mode.
0x558fa100 (DIALOG_GetCharSize+0x1280 in USER32.DLL): movl $0x0,0x0(%eax)
Wine-dbg>bt
Backtrace:
=>0 0x558fa100 (DIALOG_GetCharSize+0x1280 in USER32.DLL) (ebp=5587fd50)
1 0x558fa8d0 (CreateDialogIndirectParamAorW+0x40 in USER32.DLL) (ebp=5587fd74)
2 0x558fa924 (CreateDialogIndirectParamA+0x44 in USER32.DLL) (ebp=5587fd98)
3 0x558fa7e3 (CreateDialogParamA+0x73 in USER32.DLL) (ebp=5587fdbc)
4 0x00401380 (ExpressPCBSetup.exe..text+0x380 in ExpressPCBSetup.exe)
(ebp=5587fe8c)
5 0x004044eb (ExpressPCBSetup.exe.EntryPoint+0x14b in ExpressPCBSetup.exe)
(ebp=5587ff20)
6 0x554d3702 (SetThreadExecutionState+0x1c52 in KERNEL32.DLL) (ebp=5587fff4)
7 0x5501d931 (wine_switch_to_stack+0x11 in libwine.so.1) (ebp=00000000)
Wine-dbg>q
WineDbg terminated on pid 1c
Let me know what else I can help to diagnose 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2290
Summary: DirectX prob.
Product: Wine
Version: 20040505
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xboxrulz(a)aemail.uni.cc
Whenever I try to run a game called "Tiberian Sun" by Westwood Studios, it always hangs or
freeze in the game. …
[View More]The installer works but not the game. This is mostly because of the
DirectX DLLs. Please fix these DLLs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=1964
------- Additional Comments From newsletters(a)wm1.at 2004-16-06 11:30 -------
This bug can be closed, it works with 0.0.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=80
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |dpaun(a)rogers.com
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=530
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dpaun(a)rogers.com 2004-16-06 08:19 -------
Ferenc created winetest which bundles and run the regression tests on Windows.
--
Configure …
[View More]bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2288
Summary: missing file tests.rc in wine-20040615
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: treeve01(a)pi.be
unable to build wine
cp ../../dlls/winsock/tests/ws2_32_test.exe.so ws2_32_test.exe.so &&…
[View More]amp; strip
ws2_32_test.exe.so
LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" ../../tools/wrc/wrc
--nostdinc -I. -I. -I../../include -I../../include -fowinetest.res
winetest.rc
winetest.rc:24:1: Error: Unable to open include file tests.rc
make[3]: *** [winetest.res] Error 1
make[3]: Leaving directory `/usr/src/wine-20040615/programs/winetest'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2268
------- Additional Comments From x_13(a)hotmail.com 2004-15-06 14:47 -------
I have the same error message, version 20040505, when trying to install
Dreamweaver MX. I also could not install DCOM98 but I copied all of its DLLs to
the windows/system folder.
fixme:seh:check_resource_write Broken app is writing to the resource data,
enabling work-around
fixme:ntdll:FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL
--
Configure bugmail: …
[View More]http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-15-06 09:35 -------
Just to clarify the information on affected versions: Wine 20040309 apparently
has no trouble on either Fedora Core 1 or Fedora Core 2. Wine 20040408 and
20040505 also work fine on FC1, but on FC2 they both have this problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are …
[View More]the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2287
m.d.nagy(a)worldnet.att.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Error updating Free Agent |Error updating Free Agent
|message list ("rename |message list ("rename
|primary: File already |primary: File already
|exists") |exists")
…
[View More] |Forte Free Agent error |
|saving database file |
|("rename primary: File |
|already exists") |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
Forte Free Agent error saving database file ("rename primary: File already exists")
X-Bugzilla-Reason: AssignedTo
http://bugs.winehq.org/show_bug.cgi?id=2287
Summary: Error updating Free Agent message list ("rename primary:
File already exists")
Forte Free Agent error saving database file ("rename
primary: File already exists")
Product: Wine
Version: 20040505
Platform: PC
URL: …
[View More]http://www.forteinc.com/agent/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.d.nagy(a)worldnet.att.net
When Free Agent downloads new message headers, it sometimes produces an error
dialog with a message of the form "Unable to save changes to database file
[something.IDX, depending on the newsgroup being updated] (rename primary: File
already exists)". The error seems to occur more often when the application has
been open for a long time and/or in relatively heavy use. The message list for
the group generally appears corrupted afterward, and usually can't be updated
successfully after the error occurs unless the application is first restarted.
This happens with Wine 20040408 and 20040505 on Fedora Core 2; it doesn't appear
to happen with Wine 20040309 or Fedora Core 1.
I generated a log file documenting one instance of the error; the steps used
(YMMV, unfortunately) were:
(1) Started Free Agent on FC2, using Wine 20040505 compiled with a patch that
allows the use of the F12 key to toggle tracing (the error occurs without the
patch, but the log file is too large then). Specifically, the following
commands were entered on a KDE Konsole command line, in the directory containing
agent.exe:
export WINEDELAY=1
export WINEDEBUG=+relay
setarch i686 wine agent.exe &> wine.log
(2) Downloaded all message headers for alt.os.linux.redhat,
alt.usenet.offline-reader.forte-agent, comp.emulators.ms-windows.wine, and
linux.redhat.misc.
(3) Marked all the headers in the above four groups for retrieval, pressed the
"get marked message bodies" button, and waited for the messages to download.
(4) Posted a couple of messages.
(5) Pressed F12 to turn on tracing; then selected Free Agent's option to
retrieve new messages for the four groups. Shortly afterward, the error dialog
appeared.
(6) Pressed F12 again to turn off logging.
Besides the error message dialog, the other strange thing I noticed was this
line in the directory listing (output of "ls -l"), which was there after the
test but not before:
?--------- ? ? ? ? ? 000011b1.bid
All the other lines output by "ls -l" showed apparently normal attributes
instead of question marks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2286
Summary: Foobar2000 audio player has redraw problems
Product: Wine
Version: 20040408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: askoff(a)luukku.com
Foobar2000 (http://www.foobar2000.org/) is best audio player (for me) in
Windows, and is …
[View More]having couple anoying issues with Wine.
First: The main playlist screen won't redraw at all, if user won't use it.
Second: In Foobar preferences page, all setups are not selectable in left side.
(Try pressing the + box in Core)
Third: Order, Visualization and Seekbar won't remember their position if changed
in top of the main screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2285
Summary: BadMatch in Wadauthor
Product: Wine
Version: 20040505
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpakkane(a)yahoo.com
I was using a Doom level editor called WadAuthor (see bug 2269 for more info on
it). It can crash Wine …
[View More]consistently. The steps are as follows:
- start program
- load a wad file
- zoom in until items are shown with bitmaps
- panning around the map causes a crash
Here's the output Wine prints:
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:ntdll:NtCreateFile L"\\??\\C:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\C:" (status c0000034)
(The above repeats several times)
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 43126
Current serial number in output stream: 43126
Wine failed with return code 1
The crash is definitely caused by the item bitmaps. If you disable the bitmaps
with tools > options > views > disable thing bitmaps, the crash does not occur.
This might be related with bug 447.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2284
------- Additional Comments From aguenther(a)collab.net 2004-14-06 15:16 -------
Hm, that's odd. I just replaced my patch with the original server.c version and
it got compiled without errors. The only difference I have is that everything
else is already compiled and wine installed. What's up with that? Starting from
scratch results in the above error, that is that I am only able to reproduce
this when I start with a clean build.
--
Configure …
[View More]bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2284
------- Additional Comments From aguenther(a)collab.net 2004-14-06 15:14 -------
Forgot to paste the error output:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_USER32_
-D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o dde/server.o dde/server.c
dde/server.c:580: pointers are not permitted as case values
--
Configure bugmail: http://bugs.winehq.…
[View More]org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2284
Summary: dde/server.c:580: pointers are not permitted as case
values
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aguenther(a)collab.net
PROBLEM DESCRIPTION
Using 'gcc (GCC) 3.2.2 20030222 (…
[View More]Red Hat Linux 3.2.2-5)' I ran into a compile
error with the CVS checkout of wine HEAD after executing '/tools/wineinstall'.
...
I am using RedHat 9 with a native Kernel (no customization) on an IBM ThinkPad 40.
MY WORAROUND
Looking up 'case' compile problems with newer gcc compilers I found the
following thread discussion:
http://www.winehq.org/hypermail/wine-devel/2002/11/1283.html
My temporary fix was to apply the following patch, which made me happy, but I am
not sure whether that'll cause other problems or not:
>>> Patch Start
Index: ./dlls/user/dde/server.c
===================================================================
RCS file: /home/wine/wine/dlls/user/dde/server.c,v
retrieving revision 1.16
diff -u -r1.16 server.c
--- ./dlls/user/dde/server.c 26 Apr 2004 23:29:44 -0000 1.16
+++ ./dlls/user/dde/server.c 14 Jun 2004 19:44:18 -0000
@@ -577,7 +577,7 @@
WDML_PostAck(pConv, WDML_SERVER_SIDE, 0, FALSE, FALSE, pXAct->atom,
pXAct->lParam, WM_DDE_REQUEST);
break;
- case CBR_BLOCK:
+ case (WORD)CBR_BLOCK:
ret = WDML_QS_BLOCK;
break;
default:
>>> Patch End
Feel free to route this issue as appropriate or close if invalid.
Thanks for a great product,
-Andreas
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2283
Summary: "warning: use of cast expressions as lvalues is
deprecated"
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
When building WINE CVS, I get the following compiler …
[View More]warnings:
--
make[2]: Entering directory `/home/joeljkp/Wine/wine/tools/wrc'
gcc -c -I. -I. -I../../include -I../../include
-DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g
-O2 -o dumpres.o dumpres.c
gcc -c -I. -I. -I../../include -I../../include
-DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g
-O2 -o genres.o genres.c
gcc -c -I. -I. -I../../include -I../../include
-DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g
-O2 -o newstruc.o newstruc.c
newstruc.c: In function `handle_ani_list':
newstruc.c:805: warning: use of cast expressions as lvalues is deprecated
newstruc.c: In function `new_ani_curico':
newstruc.c:916: warning: use of cast expressions as lvalues is deprecated
gcc -c -I. -I. -I../../include -I../../include
-DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g
-O2 -o readres.o readres.c
--
These are minor, and don't cause any problems that I can see, but should
probably be fixed nonetheless. Here's my gcc info:
--
$ gcc --version
gcc (GCC) 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2282
Summary: IBM Translation Manager v.6.0.4 crashes while loading
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phil(a)mail.ru
The program loads a DLL, and Wine starts importing
this DLL's imports from kernel32.…
[View More]dll. It crashes on the first import
in import_dll() function at dlls/ntdll/loader.c:453, which says:
thunk_list->u1.Function = (PDWORD)find_named_export( imp_mod, exports, exp_size,
pe_name->Name,
pe_name->Hint );
This causes an exception because thunk_list happens to be located in
.rdata section of the DLL, which is readonly.
Currently I have hacked this around by making all PE sections
read-write in map_image() in dlls/ntdll/virtual.c, and the program
works.
If a Wine guru would like to fix it, I can give any
support (e.g., ssh access to my computer with the program).
If not - I will be using this hacked version of Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2157
------- Additional Comments From phil(a)mail.ru 2004-13-06 09:11 -------
The change which breaks everything is reverted in Dmitry Timoshkov's "Various
MDI children activation fixes" patch, and it fixes the bug. Thanks, Dmitry! But
the patch is not in the CVS yet ;(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2281
Summary: SQLite seems incompatible with WINE
Product: Wine
Version: 20040505
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rstephens(a)gmail.com
Hi
SQLite is an open source database system that stores a complete database in a
file. I …
[View More]have written a windows app that uses it and works fine on wine but when
I do anything with the database, wine gives me a whole lot of (to me)
meaningless errors and a debug prompt I have no idea how to use.
(by the way, I'm dynamically linking to the sqlite DLL)
By the way, does anyone have any suggestions how I can fix this in my app? I
really want to make my app compatible with linux but then if I write it in
linux, i've just ignored the windows users, which I don't need to say, is a much
larger group
Here is the first page or so of errors that appear:
err:module:import_dll Library sqlite.dll (which is needed by L"F:\\AGE.exe") not
found
err:module:LdrInitializeThunk Main exe initialization for L"F:\\AGE.exe" failed,
status c0000135
[richard@cpe-144-136-146-113 richard]$ setarch i386 wine AGE.exe
fixme:msvcrt:_XcptFilter (-529697949,0x556feddc)semi-stub
wine: Unhandled exception (thread 0013), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x55631cf4,1) - no error checking or
testing yet
WineDbg starting on pid 12
Can't find file for ELF 'wine-kthread' ((nil))
Loaded debug information from ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x0021a480 (_end+0x108170)
Loaded debug information from ELF '/usr/local/lib/libwine.so.1' (0x5501a000)
No debug information in ELF '/lib/tls/libpthread.so.0' ((nil))
No debug information in ELF '/lib/tls/libc.so.6' ((nil))
No debug information in ELF '/lib/libdl.so.2' ((nil))
No debug information in ELF '/lib/ld-linux.so.2' ((nil))
Loaded debug information from ELF '/usr/local/lib/wine/ntdll.dll.so' (0x55033000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so.1' (0x550b7000)
No debug information in ELF '/lib/tls/libm.so.6' ((nil))
No debug information in ELF '/lib/libnss_files.so.2' (0x551c2000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so' (0x552e0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=387
benjamin-d(a)ntlworld.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From benjamin-d(a)ntlworld.com 2004-12-06 13:32 -------
has worked correctly for some time.
--
Configure bugmail: http://bugs.winehq.org/…
[View More]userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2280
Summary: BACKSPACE and LEFT ARROR not responding with FirstClass
v7.112
Product: Wine
Version: 20040505
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin-d(a)ntlworld.com
The BACKSPACE and LEFT ARROW keys do not work …
[View More]while editting a message using
firstclass v7.112, available from www.firstclass.com, with Wine 2004-05-05.
These keys appear to work elsewhere withing firstclass and within other programs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]