http://bugs.winehq.org/show_bug.cgi?id=5226
------- Additional Comments From davem(a)mich.com 2007-06-03 15:00 -------
I forgot to note that Eudora Pro v4.2 was working with wine v0.9.9
I upgraded to v0.9.32 and started having this problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5226
------- Additional Comments From davem(a)mich.com 2007-06-03 14:58 -------
Created an attachment (id=5259)
--> (http://bugs.winehq.org/attachment.cgi?id=5259&action=view)
Errors when running Eudora v4.2 and v5.1
"mswmsg" not supported
looks like I am getting:
fixme:rpc:alloc_serverprotoseq protseq "mswmsg" not supported
each time I try to open a mailbox.
Maybe caused by bug 5226?
Same problem using Eudora Pro v4.2 and v5.1
winecfg, app set to run under Win-ME and using built-in libs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 14:57 -------
Note also the different behavior when the locale does not exist:
bd@shion:~$ LC_ALL=ja_JP.SJIS ./testlocale
LC_ALL(6) = (null)
LC_CTYPE(0) = (null)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 14:50 -------
Created an attachment (id=5258)
--> (http://bugs.winehq.org/attachment.cgi?id=5258&action=view)
setlocale() test program
I have used the attached test program to verify my C library supports ja_JP:
bd@shion:~$ gcc -o testlocale testlocale.c
bd@shion:~$ ./testlocale
LC_ALL(6) = en_US.UTF-8
LC_CTYPE(0) = en_US.UTF-8
bd@shion:~$ LC_ALL=ja_JP ./testlocale
LC_ALL(6) = ja_JP
LC_CTYPE(0) = ja_JP
Somehow wine is not using setlocale() properly, or clobbering the environment
variables before calling it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 14:45 -------
However the locale in question is one which I manually generated. Indeed.
running LC_ALL=ja_JP.UTF-8 vim gets me japanese UI text; as does
LC_ALL=ja_JP.UTF-8 wine notepad in wine 0.9.24. However this is apparently not
supported in wine 0.9.32.
Indeed, running locale -a (Write names of available locales) prints:
bd@shion:~$ locale -a
C
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
ja_JP.eucjp
ja_JP.utf8
POSIX
However even matching case exactly with LC_ALL=ja_JP.utf8 wine notepad does not
work in wine 0.9.32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7651
Summary: Graphics Gale [ Pen/Drawing Tools Draw Larger Area ]
Product: Wine
Version: 0.9.29.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel(a)dattrix.com
Version 1.83. The pen tool selection is just a bunch of white boxes and when you
go to draw anything it uses a ~25x25 box pen no matter what. If somebody can
resolve this I think GraphicsGale is ready for Platinum, and that would be great!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From julliard(a)winehq.com 2007-06-03 14:34 -------
It's not really a regression, just a different behavior. Wine used to accept any
random locale string that you threw at it, but it now requires the locale to be
supported by the C library. That's the only way to ensure proper
interoperability between Wine and other Unix libraries.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 14:29 -------
ja_JP is supported by my system. Compare:
bd@shion:~$ LC_ALL=ja_JP locale
LANG=en_US.UTF-8
LC_CTYPE="ja_JP"
LC_NUMERIC="ja_JP"
LC_TIME="ja_JP"
LC_COLLATE="ja_JP"
LC_MONETARY="ja_JP"
LC_MESSAGES="ja_JP"
LC_PAPER="ja_JP"
LC_NAME="ja_JP"
LC_ADDRESS="ja_JP"
LC_TELEPHONE="ja_JP"
LC_MEASUREMENT="ja_JP"
LC_IDENTIFICATION="ja_JP"
LC_ALL=ja_JP
bd@shion:~$ LC_ALL=cn_TW locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="cn_TW"
LC_NUMERIC="cn_TW"
LC_TIME="cn_TW"
LC_COLLATE="cn_TW"
LC_MONETARY="cn_TW"
LC_MESSAGES="cn_TW"
LC_PAPER="cn_TW"
LC_NAME="cn_TW"
LC_ADDRESS="cn_TW"
LC_TELEPHONE="cn_TW"
LC_MEASUREMENT="cn_TW"
LC_IDENTIFICATION="cn_TW"
LC_ALL=cn_TW
I will post a log with ja_JP.UTF-8, however please note that this is a
/regression/, and I have narrowed it to a specific patch above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7620
------- Additional Comments From jcgarbage(a)comcast.net 2007-06-03 14:20 -------
When I repeated the same test with the wine Linux binaries removed from the
path, notepad started up in debug mode with no problem.
I will try to repeat this with the slackware 11 installation used in my first
comment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From julliard(a)winehq.com 2007-06-03 14:07 -------
setlocale is returning "C", not "ja_JP", it looks like ja_JP is not a locale
that your system supports. Try a more explicit name like ja_JP.UTF-8.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
bdonlan(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5251 is|0 |1
obsolete| |
------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 13:52 -------
Created an attachment (id=5255)
--> (http://bugs.winehq.org/attachment.cgi?id=5255&action=view)
(corrected) output from LC_ALL=ja_JP WINEDEBUG=+nls wine notepad in wine 0.9.32
Sorry, 5251 was from 0.9.24. This is 0.9.32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7636
------- Additional Comments From winehq.20.noos(a)spamgourmet.com 2007-06-03 13:42 -------
I've tried the help decompiler on the indows 32-bit API help file and it just
produces an RTF file that's unreadable by both AbiWord and OpenOffice. I've tried
processing the help decompiler's output with Microsoft's HTML Help Workshop, in an
attempt to convert the .hlp file to a .chm file, but that failed too. I've tried
Herdsoft's Help to RTF, but it fails to compile on amd64. I've tried ABC Amber HLP
Converter but it crashes when trying to read such a large help file. Unfortunately,
there aren't too many other options for converting .hlp files, and they've all
failed to work with this large file. And there are virtually no other options for
directly viewing .hlp files, so at this point winhelp.exe is really my only hope.
And I agree, winhelp should be a lot faster, and have indexing and search
capabilities to be useful for anything but tiny help files.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7571
inckie(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5253 is|0 |1
obsolete| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7571
------- Additional Comments From inckie(a)gmail.com 2007-06-03 13:39 -------
Created an attachment (id=5254)
--> (http://bugs.winehq.org/attachment.cgi?id=5254&action=view)
Full +font,+xrender log after applying third patch version
Look for the string 'Teste de '.
This shows the conversion error is at work again (lines 198004-198005), and,
like before, the charset is 186 (line 198003).
I hope this helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7571
------- Additional Comments From inckie(a)gmail.com 2007-06-03 13:39 -------
Created an attachment (id=5253)
--> (http://bugs.winehq.org/attachment.cgi?id=5253&action=view)
Full +font,+xrender log after application of third patch version
Look for the string 'Teste de '.
This shows the conversion error is at work again (lines 198004-198005), and,
like before, the charset is 186 (line 198003).
I hope this helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7344
------- Additional Comments From flexo(a)holycrap.org 2007-06-03 13:29 -------
2. is caused by missing LVS_EX_DOUBLEBUFFER implementation (also flickers with
native comctl32 <6).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7571
------- Additional Comments From inckie(a)gmail.com 2007-06-03 13:27 -------
Created an attachment (id=5252)
--> (http://bugs.winehq.org/attachment.cgi?id=5252&action=view)
Behavior with the third patch try
Unfortunately, this last patch brought back the missing fonts, but the
situation with the accents is pretty much the same as before... I'll upload
another log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7609
------- Additional Comments From vladimirkadlec(a)gmail.com 2007-06-03 12:55 -------
Yes it is, I tested shifts and alts. Thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7641
------- Additional Comments From rmay(a)ou.edu 2007-06-03 12:36 -------
Any idea what channel I could trace to see if InitCommonControlsEx is called in
either version?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7650
Summary: regression: visual glitch in open file dialog
Product: Wine
Version: CVS
Platform: PC
OS/Version: All
Status: NEW
Keywords: regression
Severity: trivial
Priority: P3
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flexo(a)holycrap.org
CC: dmitry(a)codeweavers.com
In any open file dialog (for example Regedit / Import Registry) the folder icons
have a 1px black line at the bottom. The commit which caused this is:
commit 79909e7e5ac29804c4b691d1859a02c4c877a11d
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Thu Feb 15 19:46:26 2007 +0800
comctl32: Change internal imagelist bitmap storage in the way applications
with pre-compiled imagelists expect it.
CCing author.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7507
ehoover(a)mines.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5082 is|0 |1
obsolete| |
------- Additional Comments From ehoover(a)mines.edu 2007-06-03 10:18 -------
Created an attachment (id=5250)
--> (http://bugs.winehq.org/attachment.cgi?id=5250&action=view)
For for text rendering for Wine 0.9.32
Updated patch for Wine 0.9.32, no significant differences.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7336
------- Additional Comments From sagar.mittal+wine(a)gmail.com 2007-06-03 09:43 -------
Interesting. I've been having a problem since the ntdll commit with even simple
test applications crashing in something to do with thread management. The
terrible sound quality was a separate issue; I spent a long time during the
summer of my SoC project trying to improve it. As far as I could tell, the
problem was at DirectSound or deeper; I stopped digging after a week or so to
focus on the primary part of my project.
Was adding an mpeg stream splitter sufficient to get audio working? If you need
help testing your patches, I'd be glad to help.
I implemented support for MP3 using FFMPEG as part of my SoC project; if you're
interested in what I did, a tarball of my test applications and patches is at
http://people.clemson.edu/~sagarm/soc.tgz.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7492
chris.r.walton(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx-d3d |wine-directx-dsound
Summary|Counter-Strike 1.6: Start-up|Counter-Strike 1.6 freezes
|Menu does not show up |on startup with ALSA
Version|0.9.31. |0.9.32.
------- Additional Comments From chris.r.walton(a)gmail.com 2007-06-03 09:41 -------
I updated to Wine 0.9.32 and did a few more tests.
Success - I was able to actually play!
The culprit is ALSA. As long as ALSA is not selected in winecfg, it starts up
just fine. OSS works (sound too). I also tried it with a few different
acceleration settings, with the same results - OSS works, ALSA doesn't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7381
------- Additional Comments From m.pisetta(a)int-software.it 2007-06-03 09:24 -------
Please, no body is interested in solving the multi-windows wrong cascade?
I attach an example, please download the .exe file and run it under wine.
If you open more than one window, the form width is wrong, about 30% larger
than the original size. I use the form.Arrange method, it seem dosent work
correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7381
------- Additional Comments From m.pisetta(a)int-software.it 2007-06-03 09:24 -------
Please, no body is interested in solving the multi-windows wrong cascade?
I attach an example, please download the .exe file and run it under wine.
If you open more than one window, the form width is wrong, about 30% larger
than the original size. I use the form.Arrange method, it seem dosent work
correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7381
------- Additional Comments From m.pisetta(a)int-software.it 2007-06-03 09:13 -------
WARNING : The Additional Comment #6 From Mariano Pisetta 2007-02-16 02:47 is in
wrong site it would be in the in Bug 7422 and deleted from here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7649
Summary: DipTrace 1.3 fails to start.
Product: Wine
Version: CVS
Platform: Other
URL: http://www.diptrace.com/downloads/diptrace_en.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)science.su
DupTrace is useful engineering software (for PCB design and such). But
unfortunately when I try to run DipTrace, it gives me unhandled page fault at
early stage of its initialization. After quick look into this problem I suppose
this problem is related to bug in kernel32 implementation (see debug log
for details).
To reproduce this bug, download this program, install it and then try to run
Pcb.exe.
You can download demo-version here (~21 MiB):
http://www.diptrace.com/downloads/diptrace_en.exe
You also can download "light" freeware version (~9 MiB):
http://www.diptrace.com/downloads/dipwl_free.exe
It has same bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7237
liquitsnake(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|catia r5v16 doesn't install |catia r5v16 doesn't install
------- Additional Comments From liquitsnake(a)gmx.net 2007-06-03 08:58 -------
Catia uses services. These are not supported by Wine, so it won't work.
Besides, Catia is such a big piece of software, there's no way in hell there are
no major bugs so you would be able to use it properly :/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7492
------- Additional Comments From chris.r.walton(a)gmail.com 2007-06-03 08:55 -------
I did a few more tests ... dialing up a server in Steam directly, then
launching Counter-Strike will also only show the background but doesn't do
much more then. I also dragged a few windows over it and notices that the
window does not redraw itself (so apparently, it hangs somewhere). I also
tried this in windowed mode (which I didn't do before), and it does the same.
However, I did notice some output by Wine on the console:
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x198e78) : stub,
simulating 64MB for now, returning 64MB left
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x197f20)->((nil),00000008)
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x197f20)->((nil),00000008)
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
fixme:shdocvw:ViewObject_SetAdvise (0x1d0988)->(1 00000002 0x10b3110)
fixme:shdocvw:PersistStreamInit_InitNew (0x1d0988)
fixme:shdocvw:WebBrowser_put_RegisterAsBrowser (0x1d0988)->(ffffffff)
fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x1d0988)->(ffffffff)
fixme:wave:DBSB_MMAPLoop Can't access sound driver's buffer directly.
fixme:wave:widDsCreate DirectSoundCapture not implemented
fixme:wave:widDsCreate The (slower) DirectSound HEL mode will be used instead.
err:dsound:DSOUND_MixOne underrun on sound buffer 0x1fd0e8
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7636
------- Additional Comments From lich(a)math.spbu.ru 2007-06-03 08:54 -------
If the point is the large files, then winhelp should be rewritten completely.
It process them VERY slow, unlike windows native one.
If you really need to view them fast and perform search, you may try
decompressors like http://www.geocities.com/mwinterhoff/helpdeco.htm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7571
------- Additional Comments From dmitry(a)codeweavers.com 2007-06-03 08:45 -------
Today I sent a test case to wine-patches that shows correct behaviour
of EnumFontFamilies. Once the test made to pass cleanly under Wine this
bug should be fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7530
------- Additional Comments From thestig(a)google.com 2007-06-03 08:36 -------
Rather, can you do a regression test to see where it broken between Wine 0.9.28
and 0.9.29? (I would but I only have a ppc mac ATM)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7571
------- Additional Comments From inckie(a)gmail.com 2007-06-03 08:35 -------
I have just re-tested the first version and it allows me to select from my whole
font list (quite a bunch, by the way).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7629
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7628
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7234
------- Additional Comments From thestig(a)google.com 2007-06-03 08:32 -------
Ben, can you test the latest Wine and confirm the bug has been fixed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7629
liquitsnake(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://downloads.gamezone.co
| |m/demos/d2002.htm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7609
------- Additional Comments From florianskarten(a)web.de 2007-06-03 08:04 -------
Tested alt and shift keys, you fixed the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7621
------- Additional Comments From frans.kool(a)gmail.com 2007-06-03 07:52 -------
Hi, the same problems occur when starting Atlantis III. This game also seemed
to work with 0.9.31, but in 0.9.32 is now crashes with these messages:
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
fixme:d3d:IWineD3DDeviceImpl_Release (0x165df8) Device released with resources
still bound, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x1b22d8 with type
1,WINED3DRTYPE_SURFACE
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x1659c8)->((nil),00000008)
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
wine: Unhandled page fault on write access to 0x00000001 at address 0x4d521d
(thread 001a), starting debugger...
Unhandled exception: page fault on write access to 0x00000001 in 32-bit code
(0x004d521d).
So this seems to confirm this bug in Fallout Tactics.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7637
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-03 07:26 -------
Then properly compile Wine and attach readable backtrace!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7637
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.bmc.com/products/
| |proddocview/0,2832,19052_194
| |29_22735072_106757,00.html
------- Additional Comments From dank(a)kegel.com 2007-06-03 07:12 -------
I don't think there's a free trial. ARS seems to be part of
Remedy, which is used at large companies for problem tracking.
How did you compile Wine? What distribution are you using?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7530
------- Additional Comments From daniel.kauker(a)web.de 2007-06-03 07:07 -------
it does not work with 0.9.32:
mach.c: In function 'get_thread_context':
mach.c:165: error: storage size of 'state' isn't known
mach.c:181: error: 'x86_DEBUG_STATE32' undeclared (first use in this function)
mach.c:181: error: (Each undeclared identifier is reported only once
mach.c:181: error: for each function it appears in.)
mach.c:165: warning: unused variable 'state'
mach.c: In function 'set_thread_context':
mach.c:197: error: storage size of 'state' isn't known
mach.c:221: error: 'x86_DEBUG_STATE32' undeclared (first use in this function)
mach.c:197: warning: unused variable 'state'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7060
------- Additional Comments From xeros(a)irc.pl 2007-06-03 07:03 -------
Created an attachment (id=5247)
--> (http://bugs.winehq.org/attachment.cgi?id=5247&action=view)
Log from Wine 0.9.32 with PITy2006NG
Log from running PITy2006NG with printing debug - open saved document, print,
close application.
Note that crash happens only when closing application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.