http://bugs.winehq.org/show_bug.cgi?id=2480
------- Additional Comments From pmad(a)biology.pl 2005-13-06 04:23 -------
Thank you very much that you are ready to help.
I stoped to try some months ago because I gave up hope.
Some people wrote me that I should use winehq with original windows libraries to
run this software - but this is not my target - I want to run this software
without need of installing windows.
There is no demo version of this software accesible for downloading - at least
for now.
I will contact the author and ask them to make demo version accesible.
I think such version may be useful for testing purposes.
Indepedently, I will get the latest version winehq and try to run this software
again.
Thank you again
Piotr Madanecki
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1301
------- Additional Comments From michaelarnauts2(a)hotmail.com 2005-13-06 03:58 -------
Is there some progress on this bug? I would really like to see this fixed as it
affects all windows-applications that use the tray-icon.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3058
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-13-06 02:43 -------
IMHO, it would be interesting to get a backtrace of another two threads:
> 00000032 (D) C:\Program Files\Return to Castle Wolfenstein\WolfSP.exe
> 00000021 0
> 00000036 15
> 00000033 0 <==
bt 0x21
bt 0x36
(at the winedbg prompt)
> Which channel would you like?
As an unskilled developer, I suggest you toying with such debug flags:
+mmtime
+ntdll
+file
+module
or even this:
warn+all
BTW, it would be nice to exclude some often repeating calls from the relay log.
I did this in my ~/.wine/config file some time ago:
[Debug]
"RelayExclude" =
"RtlEnterCriticalSection;RtlLeaveCriticalSection;_EnterSysLevel;_LeaveSysLevel;GDI_GetObjPtr;GDI_ReleaseObj;GetStockObject"
Maybe add ";RtlAllocateHeap;RtlFreeHeap" for your case.
> Sometimes i can't get it to crash at all until I go into a different area. I'm
> not sure what the pattern is.
Have you checked your machine with memtest86+ recently? =)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3058
------- Additional Comments From ivg2(a)cornell.edu 2005-13-06 02:05 -------
@Dustin
+trace did not produce anything interesting - I think
you need to specify a channel to trace: trace+channel..
Which channel would you like?
The rest of the logs were moved here - browse
at your convenience:
http://ivan.ivg2.net/wolf/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3058
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-12-06 23:40 -------
We still are interested in +tid,+seh log. It isn't related to sound hypothesis,
IMHO.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3058
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-12-06 23:01 -------
HMM.. Can you post the full log to your site? Ill check it out tomorrow night.
Maybe we need WINEDEBUG=+trace .. If you dont mind, can you attach -/+ 500 on
that one too, and post that full log to your site? Thanks in Advance. At least
with the +relay though I can confirm it.. There is definately an error
somewhere by this:
0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=004c828a
0009:Call kernel32.GetLastError() ret=004c8cd9
0009:Ret kernel32.GetLastError() retval=00000000 ret=004c8cd9
0009:Call kernel32.TlsGetValue(00000001) ret=004c8ce7
0009:Ret kernel32.TlsGetValue() retval=7f8a0f80 ret=004c8ce7
0009:Call kernel32.SetLastError(00000000) ret=004c8d33
0009:Ret kernel32.SetLastError() retval=00000000 ret=004c8d33
0009:Call kernel32.UnhandledExceptionFilter(2b75eb54) ret=004cc3aa
0009:Call ntdll.NtCreateEvent(2b75ea68,001f0003,2b75ea28,00000001,00000000)
ret=524632c5
0009:Ret ntdll.NtCreateEvent() retval=00000000 ret=524632c5
wine: Unhandled exception (thread 0009), starting debugger...
The (Get/Set)LastError ..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3048
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=3058
Speeddymon(a)gmail.com 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=3058
------- Additional Comments From Speeddymon(a)gmail.com 2005-12-06 21:12 -------
ok.. that didnt give us anything.. lets try this one..
WINEDEBUG=+relay
WARNING: This log will be huge. After it crashes, find the exception again, and
jump 500 lines before it. Cut from there to 500 lines after the exception
(basically 1000 lines total) and paste that into a new file and attach it here..
That should show us where it is crashing..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1740
------- Additional Comments From zempftman(a)yahoo.com 2005-12-06 20:30 -------
Created an attachment (id=927)
--> (http://bugs.winehq.org/attachment.cgi?id=927&action=view)
Wine error output (truncated) - continued like that for 7000 lines until i quit
I am receiving this error (file_set_error: Bad Address) on
FreeBSD 5.4-Stable
Wine 20050524
Wine 20050310
Warcraft III: ROC + 1.18a patch + NoCD Fixed exe 1.18
The error output continues as in the attachment for thousands of lines, until I
quit. I noticed some errors about sound, but I disabled sound in my wine config
(~/.wine/config), yet the problem persisted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3058
------- Additional Comments From ivg2(a)cornell.edu 2005-12-06 20:08 -------
The problem occurs with or without sound, so I guess
you won't need that trace, right?
======================
fixme:opengl:query_function_pbuffer gl_version is: "1.5.3 NVIDIA 71.74"
fixme:opengl:query_function_pbuffer glx_exts is: "GLX_EXT_visual_info
GLX_EXT_visual_rating GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGI_video_sync
GLX_SGI_swap_control GLX_ARB_multisample GLX_NV_float_buffer
GLX_ARB_get_proc_address "
fixme:opengl:query_function_pbuffer gl_version is: "1.5.3 NVIDIA 71.74"
fixme:opengl:query_function_pbuffer glx_exts is: "GLX_EXT_visual_info
GLX_EXT_visual_rating GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGI_video_sync
GLX_SGI_swap_control GLX_ARB_multisample GLX_NV_float_buffer
GLX_ARB_get_proc_address "
fixme:ole:CoCreateInstance no instance created for interface
{c50a7e93-f395-4834-9ef6-7fa99de50966} of class
{3901cc3f-84b5-4fa4-ba35-aa8172b8a09b}, hres is 0x88780078
fixme:ole:CoCreateInstance no instance created for interface
{279afa83-4981-11ce-a521-0020af0be560} of class
{47d4d946-62e8-11cf-93bc-444553540000}, hres is 0x88780078
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x39ccfdc8 in 32-bit code
(0x00435e18).
In 32 bit mode.
fixme:dbghelp:sffip_cb NIY on 'D:\wolf\src\Release\WolfSP.pdb'
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
EIP:00435e18 ESP:20adef80 EBP:20adf3f4 EFLAGS:00210202( - 00 - -RI1)
EAX:39ccfb80 EBX:790f0020 ECX:00000040 EDX:00000017
ESI:784071ae EDI:784071a0
Stack dump:
0x20adef80: 20adf3bc 00000001 00000000 00000000
0x20adef90: 00000000 20adf014 7f9cdc00 000003ff
0x20adefa0: 00000400 3ab8c900 00435f4c 20adf014
0x20adefb0: 7f9cdc00 00000400 20adefe4 0043401f
0x20adefc0: 00000021 20adf014 00000400 00000001
0x20adefd0: 3ab8c900 3a7c74c8 0043dd0e 20adefe4
0200: sel=1007 base=6236f000 limit=00001f97 32-bit rw-
Backtrace:
=>1 0x00435e18 in wolfsp (+0x35e18) (0x20adf3f4)
2 0x302c302c in cgamex86 (+0x2c302c) (0x302c3d73)
3 0x00000000 (0x00000000)
0x00435e18: testb $0x10,0x248(%eax)
Modules:
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3058
------- Additional Comments From reif(a)earthlink.net 2005-12-06 16:00 -------
Could you also gererate another dsound trace but add +tid,+seh?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3058
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-12-06 15:01 -------
You can always check this by disabling audio. IMHO, it is enought to uncomment
this line in your ~/.wine/config file:
[WinMM]
...
"Drivers" = "" ; to disable sound
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3058
------- Additional Comments From ivg2(a)cornell.edu 2005-12-06 14:22 -------
And btw, yes, there is background music before, and after,
and it gets reloaded. There's also threatening music right after you die.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2751
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 14:13 -------
just a harmless fixme messages... mark resolved/invalid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2781
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|starting app generates |MSI/InstallShield: starting
|'please report' error, and |app generates 'please
|doesn't start |report' error, and doesn't
| |start
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 13:55 -------
is there a download link? i dont find any on the website.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2985
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 13:50 -------
i need 1000 lines from the occurence of :seh: ... not from the end :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2831
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 13:46 -------
please try again with newer release.
this is work in progress, continuing to 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=2855
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 13:42 -------
no feedback
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2979
wm161(a)wm161.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://gamemaker.nl/beta.htm|http://gamemaker.nl/download
|l |.html
------- Additional Comments From wm161(a)wm161.net 2005-12-06 13:36 -------
The beta is unavailable because it is no longer in the beta stage. It is
currently at 6.1, and you can find the new version, with the same installer at
http://gamemaker.nl/download.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2979
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Installer of GameMaker not |copyprotection: GameMaker
|working |not working
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 13:32 -------
The installer works, although there is a lot of flicker.
The main exe is copy protected, which is the error now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=575
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 13:11 -------
considering abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From dclark(a)akamail.com 2005-12-06 13:08 -------
Just some initial info... If you set a WINEDEBUG environment variable to
"+advapi", then you can see where the program is getting stuck:
trace:advapi:OpenServiceA 0x40295818 "GIVEIO" 983551
trace:advapi:OpenServiceW 0x40295818 L"GIVEIO" 983551
trace:advapi:sc_handle_alloc sc_handle type=1 -> 0x40295560
trace:advapi:OpenServiceW returning 0x40295560
trace:advapi:StartServiceA (0x40295560,0,(nil))
trace:advapi:StartServiceW 0x40295560 0 (nil)
trace:advapi:LockServiceDatabase 0x40295818
trace:advapi:LockServiceDatabase returning 0x88
trace:advapi:UnlockServiceDatabase 0x88
trace:advapi:StartServiceW returning 0
trace:advapi:service_wait_for_startup 0x40295560
trace:advapi:QueryServiceStatus 0x40295560 0x4073f1c8
trace:advapi:QueryServiceStatus Failed to read service status
trace:advapi:QueryServiceStatus 0x40295560 0x4073f1c8
trace:advapi:QueryServiceStatus Failed to read service status
trace:advapi:QueryServiceStatus 0x40295560 0x4073f1c8
trace:advapi:QueryServiceStatus Failed to read service status
... apparently in an infinite loop waiting for service startup.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1475
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 13:08 -------
implemented as stub, and at least novell gwim likes 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=1461
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Palm desktop 4 not run |MSI Installer: Palm desktop
| |4 not run
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 13:01 -------
thew new palm desktop installer runs into builtin MSI issues right now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1317
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 12:58 -------
most likely fixed now
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1490
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 12:44 -------
please try again..
we cant really do much more right now:/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1010
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 12:43 -------
i get ole errors during installation.
ITypeInfo::GetIDsOfNames() fails and this gets errors.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1508
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 12:42 -------
very likely no longer an issue.
if it still is there or if youy have new info, please reopen
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1406
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 12:14 -------
should be fixed in the meantime ... please try again and reopen if still there
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1415
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 12:13 -------
most likely fixed now. no feedback for 2 years
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1407
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 12:10 -------
old stuff, we cant really fix without help. considering abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1379
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 12:09 -------
we merged and got rid of those ... now using wineprefixcreate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2932
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-12-06 11:15 -------
Closing...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2979
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-12-06 11:11 -------
beta version is unavailable at the moment... Shouldnt this be marked as a
duplicate of bug 2980
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2921
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-12-06 11:08 -------
2924 is fixed in CVS, please try this again with the latest release, and if it
still crashes, reopen bug 2924.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2904
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-12-06 11:05 -------
2924 is fixed in CVS, please try this again with the latest release, and if it
still crashes, reopen bug 2924.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2882
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-12-06 11:04 -------
2924 is fixed in CVS, please try this again with the lates release, and if it
still crashes, reopen bug 2924.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3058
------- Additional Comments From Speeddymon(a)gmail.com 2005-12-06 10:58 -------
Hm.. I dont know why (probably because the last message before the exception is
a dsound message), but I have a feeling this is dsound related. Can you run
wine with WINEDEBUG=+dsound ? Attach the output to the bug, please don't
copy/paste. Also, can you let us know if there is bg music when loading the
game after a death, and if so, under windows does it change when the game
reloads, or does it continue playing as though you were still alive?
If it loads the music up from the beginning when the game reloads after death,
it could be a function the game calls to restart the music, whereas the function
to start the music (when starting the game from the start screen) is a different
function (difference of start_music and restart_music)..
Either way, let us know.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 595, which changed state.
Bug 595 Summary: Age of Wonders fails with PE_fixup_imports
http://bugs.winehq.org/show_bug.cgi?id=595
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=595
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 10:57 -------
abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=901
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 10:40 -------
then mark it 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=3024
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 10:37 -------
installs better now.
i think this is because i fixed the "memory amount" detection/
fix should have been in wine version 20050524 already
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2012
Bug 2012 depends on bug 1568, which changed state.
Bug 1568 Summary: hang (in keyboard detection) running flashfxp
http://bugs.winehq.org/show_bug.cgi?id=1568
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1568
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 09:35 -------
the bug is not with the keyboard...
is this still happening? i think not...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1540
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 09:34 -------
most likely gone and 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=2694
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 09:14 -------
worksforme
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2904
Bug 2904 depends on bug 2924, which changed state.
Bug 2924 Summary: riched: run.c: ME_CalcRunExtent: assert(size.cx); fails and causes multiple apps to crash (METABUG)
http://bugs.winehq.org/show_bug.cgi?id=2924
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2921
Bug 2921 depends on bug 2924, which changed state.
Bug 2924 Summary: riched: run.c: ME_CalcRunExtent: assert(size.cx); fails and causes multiple apps to crash (METABUG)
http://bugs.winehq.org/show_bug.cgi?id=2924
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2882
Bug 2882 depends on bug 2924, which changed state.
Bug 2924 Summary: riched: run.c: ME_CalcRunExtent: assert(size.cx); fails and causes multiple apps to crash (METABUG)
http://bugs.winehq.org/show_bug.cgi?id=2924
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2887
Bug 2887 depends on bug 2924, which changed state.
Bug 2924 Summary: riched: run.c: ME_CalcRunExtent: assert(size.cx); fails and causes multiple apps to crash (METABUG)
http://bugs.winehq.org/show_bug.cgi?id=2924
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2924
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 08:48 -------
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=2924
Bug 2924 depends on bug 2933, which changed state.
Bug 2933 Summary: wrar342d.exe and pocketrar350b1de.exe installations fails with critikal error
http://bugs.winehq.org/show_bug.cgi?id=2933
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2933
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 08:48 -------
fixed in cvs and in newer wine releases
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3059
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Wine 20050524: |RAR archive recovery: crash
|fixme:ver:VERSION_GetLinkedD|in copy protection
|llVersion Unknown EXE OS |
|version 1.11 |
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 08:27 -------
changed summary to reflect problem better.
the program is copy protected and uses heavy code obfuscation and probably
other tricks to avoid copying/unlocking.
this is very difficult for us to debug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3056
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-12-06 08:20 -------
I am bad at debugging VB apps, but lets try this one:
WINEDEBUG=+nls,+module,+typelib,+ole
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2427
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 07:55 -------
try again, there was a scroll bug in the wine code which could cause this
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2465
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |major
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 07:18 -------
fixed the intial problem, sent patch to wine-patches
I now get a messagebox saying about missed typelib registration
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3055
------- Additional Comments From wdev(a)foltman.com 2005-12-06 07:04 -------
The same is true about mIRC 6.16 - it gets stuck unless channel list in mirc.ini
is empty. No fixmes from RICHEDIT at all (I don't quite understand what
triggered them in the bug 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=3055
------- Additional Comments From wdev(a)foltman.com 2005-12-06 06:55 -------
Oops. After removing all channels out of channel list in mirc.ini, 6.12 does
work correctly (at least at a first glance). If at least one channel is left,
mIRC gets into infinite loop involving several treeview functions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3055
------- Additional Comments From wdev(a)foltman.com 2005-12-06 06:49 -------
I don't get those richedit warnings in mIRC 6.12. However, I get stuck in a
seemingly infinite loop around treeview:
trace:treeview:TREEVIEW_WindowProc hwnd 0x20050 msg 110c wp=00000000 lp=4069ebe0
trace:treeview:TREEVIEW_UpdateDispInfo mask 14 callbackMask 0
trace:treeview:TREEVIEW_GetItemT item <0x403c85c8>, txt (nil), img 0x4069ebf8,
mask 14trace:treeview:TREEVIEW_WindowProc hwnd 0x20050 msg 110d wp=00000000
lp=4069ebe0
trace:treeview:TREEVIEW_SetItemT item 27,mask 14
trace:treeview:TREEVIEW_DoSetItemT item 0x403c85c8
trace:treeview:TREEVIEW_WindowProc hwnd 0x20050 msg 110c wp=00000000 lp=4069e370
trace:treeview:TREEVIEW_UpdateDispInfo mask 14 callbackMask 0
trace:treeview:TREEVIEW_GetItemT item <0x403c85c8>, txt (nil), img 0x4069e388,
mask 14trace:treeview:TREEVIEW_WindowProc hwnd 0x20050 msg 110a wp=00000004
lp=403c85c8
trace:treeview:TREEVIEW_GetNextItem flags:4, item 0x403c85c8;returns (nil)
trace:treeview:TREEVIEW_WindowProc hwnd 0x20050 msg 110a wp=00000001 lp=403c85c8
trace:treeview:TREEVIEW_GetNextItem flags:1, item 0x403c85c8;returns 0x403c8658
trace:treeview:TREEVIEW_WindowProc hwnd 0x20050 msg 110c wp=00000000 lp=4069e370
trace:treeview:TREEVIEW_UpdateDispInfo mask 14 callbackMask 0
I'm not sure if it's a coexisting bug, or the real reason of the hangup. But it
*does* hang up there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2283
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 06:34 -------
we fixed all of those now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2288
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 06:33 -------
tests.rc is generated by the programs/winetest/ makefile.
most likely just a temporary problem and fixed now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2334
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 06:32 -------
sorrty that we gave no feedback.
this is very likely a buildproblem on your side.
did it persist?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2393
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 06:30 -------
fixed now I think, at least i see ntdll traces and can ignreo them
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2459
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 06:26 -------
abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2455
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 06:25 -------
initial issue is fixed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2455
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 06:23 -------
*** Bug 2457 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2457
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 06:23 -------
*** This bug has been marked as a duplicate of 2455 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2453
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 06:22 -------
yes, another bug had it as left over WINAPI which got removed long time ago
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2480
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 05:20 -------
please try again.
if this app has a download link, please provide it. I checked the website,
but my polish is not so good , and there just might not be a download link at
all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2477
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 05:19 -------
i guess this got fixed in the meantime, right?
i am not seeing this in either gcc4.0 or gcc3.3 settings
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2465
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Xmedia player fails to start|Xmedia player fails to start
|due to |due ITypeLib handling
|"fixme:console:SetConsoleCtr|problems
|lHandler..." |
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 05:17 -------
still fails with 20050524.
problem is that it loads a typelib and searches it for "ISkinAppCtrl", but
does not find it... but does not handle the error apparently.
+ole,+typelib,+relay,+seh snippet:
0009:Call kernel32.MultiByteToWideChar(00000000,00000000,00458fc5
"ISkinAppCtrl",ffffffff,406
be544,00000100) ret=10007b62
0009:Ret kernel32.MultiByteToWideChar() retval=0000000d ret=10007b62
trace:ole:ITypeLib2_fnFindName (0x403bff50)slow! search for 1 with
L"ISkinAppCtrl": found 0 T
ypeInfo's!
trace:seh:__regs_RtlRaiseException code=c0000005 flags=0 addr=0x10007ba2
trace:seh:__regs_RtlRaiseException info[0]=00000000
trace:seh:__regs_RtlRaiseException info[1]=00000000
trace:seh:__regs_RtlRaiseException eax=00000000 ebx=00000000 ecx=40242dc8
edx=00000000 esi=1
00124b0 edi=406be760
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2489
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 05:16 -------
can you try again and report if behaviour changed?
I think some API really might have divided by 0, but so
far your report is the only one.
assuming fixed in the meantime
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2488
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 05:09 -------
patch was applied quite some time ago
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1302
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-12-06 04:22 -------
works a bit better now.
however it cannot handle the password dialog :/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1783
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-11-06 22:56 -------
WE no longer have tgz's (perhaps we should but thats a different issue). Anyways
I tried all the link to download the documentation and they are all single
uncompressed files that look good to me. Resolving as 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=2537
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-11-06 22:46 -------
Resolving FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2635
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-11-06 22:43 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3051
------- Additional Comments From Speeddymon(a)gmail.com 2005-11-06 21:06 -------
*** Bug 3054 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3054
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Speeddymon(a)gmail.com 2005-11-06 21:06 -------
dupe of 3051 not 3053
*** This bug has been marked as a duplicate of 3051 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3054
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 882, which changed state.
Bug 882 Summary: Alpha Centauri: Text does not show in the main screen menu
http://bugs.winehq.org/show_bug.cgi?id=882
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=882
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-11-06 21:00 -------
Patch committed to CVS. Resolving. If any issues remain that were previously
mentioned in this bug, reopen it, otherwise, file a new one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=882
gwurster(a)scs.carleton.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gwurster(a)scs.carleton.ca
------- Additional Comments From gwurster(a)scs.carleton.ca 2005-11-06 19:28 -------
Color problem should be fixed as a result of patch 18073.
Antialiasing of fonts fixed by patches: 15655, 15656, 15694
Other patches related to the fix: 14186, 14187, 14538, 15655, 15656, 16749
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From dclark(a)akamail.com 2005-11-06 18:30 -------
Just to verify that I am looking at the same thing, with an old version of Wine,
I get the application, a splash screen, and then a large dialog entitled
"Attempting to contact target...", with lots of available settings. With a newer
version of Wine, I get to the splash screen, but never get the dialog. This is
with my Wine "Version" set to win2k (my default).
To apply a patch, use a command like:
patch -p0 < patch.diff
To reverse a patch:
patch -p0 -R < patch.diff
The "-p0" can differ depending on how the patch was formed. For example, the
patches in CVS generally require "-p1" instead of "-p0". Read the patch man page
to understand what that is doing.
What is it you want to know about serial ports in Linux? Here is some simple C
code for accessing the serial port:
main(int argc, char *argv[])
{
char *ttyname="/dev/ttyS1";
int fd, i;
struct termios options;
unsigned char cdata[30], *cdata_p;
fd = open(ttyname, O_RDWR | O_NOCTTY | O_NDELAY);
if (fd == -1) {
sprintf(cdata, "Unable to open %s", ttyname);
perror(cdata);
return;
}
fcntl(fd, F_SETFL, FNDELAY);
/*
* Set to dumb RAW mode with no echo and no character interpretation.
*/
tcgetattr(fd, &options);
cfsetispeed(&options, B19200);
cfsetospeed(&options, B19200);
options.c_cflag &= ~PARENB; /* no parity */
options.c_cflag &= ~CSTOPB; /* a '1' causes 2 stop bits */
options.c_cflag &= ~CSIZE; /* Mask the character size bits */
options.c_cflag |= CS8|CREAD|CLOCAL;
options.c_iflag &= ~(IXON | IXOFF | IXANY); /* no software flow control */
options.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG); /* raw input */
options.c_oflag &= ~OPOST; /* raw output */
tcsetattr(fd, TCSANOW, &options);
sprintf(cdata, "mwr f000000c 0\r");
i = write(fd, cdata, strlen(cdata));
...
Be careful about checking whether all the data was read/written during a call;
that is, check and act on the returned value "i".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3057
Summary: MS Word doesn't work well with mixed language input
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krakov(a)gmail.com
X11DRV_ KeyboardLayout functions not working / working incorrectly
X11DRV_GetKeyboardLayout and X11DRV_GetKeyboardLayoutList work not as specified
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/WinU…,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winu…).
Other KeyboardLayout functions are stubs.
GetKeyboardLayout doesn't return current XKB keyboard layout / group - it
returns the layout of the curent locale, of all things.
Affected programs: Microsoft Word,Powerpoint (2000, maybe other version)
* Word decides paragraph language - thus spell checker to apply, paragraph
direction (right-to-left/left-to-right) and other properties - by the return
value of GetKeyboardLayout. Changing language of input doesn't change Word's
handling. Even using setxkbmap to change the map doesn't work, as the layout is
decided by locale.
* Trying to use Word under any RTL locale as Hebrew makes any LTR text rendered
backwards and caret location incorrect. The language of a paragraph can be
specified manually, but it keeps changing back any time Word checks the keyboard
layout.
* Spell checker sometimes fails to decide which dictionary to use when writing
mixed language text.
* List of possible languages is incorrect.
* Changing language using the language applet in the Word toolbar doesn't work.
Steps to reproduce:
* export LANG=he_IL.UTF-8
* run Word
* try writing in English
[ Note: might not mess paragraph directions if Word version is installed without
BiDi support ? ]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From ferchimi(a)gmail.com 2005-11-06 16:09 -------
About bug I reported (this one): The program that has this bug under wine SURELY
works on sincronous mode, since it uses the clock of the programming hardware
and two lines (I forgot to tell you this, sorry!)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From ferchimi(a)gmail.com 2005-11-06 16:05 -------
By the way.. how can I apply the patches (.diff)? I don't know how to do it...
And another thing, how do I use wine in debug mode??
Thanx...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From ferchimi(a)gmail.com 2005-11-06 16:00 -------
Regarding bug #2988, all I can tell you is that i've been using serial port in
versions from 2004-10-19 throug 2005-01-11 (includin to CVS 2005-01-14) without
a problem and this is post-this bug...
Regarding bug #2469 I say hope it work since I haven't the knowledge to tell if
this is right or wrong, I don't know anything about accessing to ports on
unix/linux (or windows or whatever is not DOS) but I'm looking forward to know
more about this since I am studying electronics engineering, despite this, I
dont know where to get material about ports in c/c++ in unix (any info about
this will be wellcome)...
Thus, I want to hack in wine too, it is pretty interesting, but I have a lot to
learn to do that...Untill that happens i will just be able to track buggy patches
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3056
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-11-06 10:25 -------
that's a VB app, seems to me, as there is "MSVBVM60.DLL" being unloaded. can
you, please, run it with +loaddll set and paste the log 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=3055
Summary: mIRC does not work with WINE versions after wine-
20040914-1fc2winehq
Product: Wine
Version: 20041019
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samlb(a)best.com
When I try to use mIRC with versions after wine-20040914-1fc2winehq, mouse and
keyboard events do not seem to be recognized, I cannot highlight anything, and
in more recent versions -- wine-20050524-1fc3winehq.i386.rpm -- I cannot type
either.
uname -a:
Linux otter 2.6.11-1.14_FC3 #1 Thu Apr 7 19:23:49 EDT 2005 i686 athlon i386
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.
http://bugs.winehq.org/show_bug.cgi?id=3051
------- Additional Comments From tlp(a)liquidx.org 2005-11-06 01:36 -------
Whoops. Due to browser issues, this problem report got submitted four times.
The duplicates are 3052, 3053, and 3054. I've marked them as duplicates.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3051
------- Additional Comments From tlp(a)liquidx.org 2005-11-06 01:32 -------
*** Bug 3053 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3053
tlp(a)liquidx.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tlp(a)liquidx.org 2005-11-06 01:32 -------
*** This bug has been marked as a duplicate of 3051 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3051
------- Additional Comments From tlp(a)liquidx.org 2005-11-06 01:31 -------
*** Bug 3052 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3052
tlp(a)liquidx.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tlp(a)liquidx.org 2005-11-06 01:31 -------
*** This bug has been marked as a duplicate of 3051 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3053
------- Additional Comments From tlp(a)liquidx.org 2005-11-06 01:29 -------
*** Bug 3054 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3054
tlp(a)liquidx.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tlp(a)liquidx.org 2005-11-06 01:29 -------
*** This bug has been marked as a duplicate of 3053 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3054
Summary: UNIX path names are not translated correctly and cause
some applications to fail
Product: Wine
Version: 20050419
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlp(a)liquidx.org
WINE 20050419 and 20050524 on FreeBSD 5.4-RELEASE appear not to translate UNIX
path names correctly, causing some applications to fail.
All Blizzard game updater applications I've tried have produced this error.
(StarCraft, Diablo II, World of WarCraft):
fixme:msvcrt:_spawnve :not translating name /usr/local/bin/wine to locate
program
wine: cannot find 'c:\Diablo'
It seems that spaces are not being handled properly, as the real path is 'c:
\Diablo II', not c:\Diablo.
Same goes for World of WarCraft. I get "wine: cannot find 'c:\Program'" when
the real path is "c:\Program Files\World of Warcraft\"
As I don't know much C, I do not have a patch or fix for this problem.
However, I am more than willing to test patches that are created.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3053
Summary: UNIX path names are not translated correctly and cause
some applications to fail
Product: Wine
Version: 20050419
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlp(a)liquidx.org
WINE 20050419 and 20050524 on FreeBSD 5.4-RELEASE appear not to translate UNIX
path names correctly, causing some applications to fail.
All Blizzard game updater applications I've tried have produced this error.
(StarCraft, Diablo II, World of WarCraft):
fixme:msvcrt:_spawnve :not translating name /usr/local/bin/wine to locate
program
wine: cannot find 'c:\Diablo'
It seems that spaces are not being handled properly, as the real path is 'c:
\Diablo II', not c:\Diablo.
Same goes for World of WarCraft. I get "wine: cannot find 'c:\Program'" when
the real path is "c:\Program Files\World of Warcraft\"
As I don't know much C, I do not have a patch or fix for this problem.
However, I am more than willing to test patches that are created.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3052
Summary: UNIX path names are not translated correctly and cause
some applications to fail
Product: Wine
Version: 20050419
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlp(a)liquidx.org
WINE 20050419 and 20050524 on FreeBSD 5.4-RELEASE appear not to translate UNIX
path names correctly, causing some applications to fail.
All Blizzard game updater applications I've tried have produced this error.
(StarCraft, Diablo II, World of WarCraft):
fixme:msvcrt:_spawnve :not translating name /usr/local/bin/wine to locate
program
wine: cannot find 'c:\Diablo'
It seems that spaces are not being handled properly, as the real path is 'c:
\Diablo II', not c:\Diablo.
Same goes for World of WarCraft. I get "wine: cannot find 'c:\Program'" when
the real path is "c:\Program Files\World of Warcraft\"
As I don't know much C, I do not have a patch or fix for this problem.
However, I am more than willing to test patches that are created.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3051
Summary: UNIX path names are not translated correctly and cause
some applications to fail
Product: Wine
Version: 20050419
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlp(a)liquidx.org
WINE 20050419 and 20050524 on FreeBSD 5.4-RELEASE appear not to translate UNIX
path names correctly, causing some applications to fail.
All Blizzard game updater applications I've tried have produced this error.
(StarCraft, Diablo II, World of WarCraft):
fixme:msvcrt:_spawnve :not translating name /usr/local/bin/wine to locate
program
wine: cannot find 'c:\Diablo'
It seems that spaces are not being handled properly, as the real path is 'c:
\Diablo II', not c:\Diablo.
Same goes for World of WarCraft. I get "wine: cannot find 'c:\Program'" when
the real path is "c:\Program Files\World of Warcraft\"
As I don't know much C, I do not have a patch or fix for this problem.
However, I am more than willing to test patches that are created.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3050
juan.melgarejo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From juan.melgarejo(a)gmail.com 2005-10-06 20:49 -------
Agreed. winetest-200506101000-paul-mingw.exe has the fixed 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.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From lhouk(a)lesliehouk.com 2005-10-06 17:02 -------
Just came across a possible fix for this problem in bug #2469.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From lhouk(a)lesliehouk.com 2005-10-06 16:59 -------
Could this be related to the serial port problem reported in bug #2988?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From burnus(a)gmx.de 2005-10-06 07:34 -------
> Lauri Tulmin submitted a patch which should fix this.
Hurray! It is doing what is written on the box :-)
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=3050
juan.melgarejo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3050
Summary: (win95) ddraw_test.exe lnked to missing export
DDRAW.DLL:DirectDrawCreateEx
Product: Wine
Version: CVS
Platform: PC
OS/Version: Windows 95
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan(a)virtual-orbis.com
ddraw_test.exe from winetest-200506091000-paul-mingw.exe doesn't run, shows
message of
"The DDRAW_TEST.EXE file is linked to missing export DDRAW.DLL:
DirectDrawCreateEx"
This is a regression because it used to run in winetest-200506071000-paul-mingw.
exe or earlier.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3025
yoytra(a)tiscalinet.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From yoytra(a)tiscalinet.it 2005-09-06 13:06 -------
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.
http://bugs.winehq.org/show_bug.cgi?id=3049
Summary: All text in Grim Fandango is invisible
Product: Wine
Version: 20050419
Platform: Other
URL: http://www.winehq.org/appview.php?appid=376
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ho(a)h3c.de
Neither Menu text, nor subtitles or dialogue text is visible.
When I press F1 for the menu the Grim Fandango writing appears but the menu
text that should be there is hidden. Menu interaction through keyboard works
but I can't see anything.
This bug also applies to wine version 20050524.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3046
------- Additional Comments From dclark(a)akamail.com 2005-09-06 10:11 -------
Can I take it from your comments that you have at least some C experience? Do
you plan to work on these CSpy bugs? If you didn't, I'll just mention that these
control bugs are some of the easiest to fix, because they rarely impact other
areas of the code, and the code is generally not very complicated. And even
better, the patches are easy to get into Wine, which of course makes you feel
good :-) I would suggest giving it a shot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2867
yradenac(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #914 is|0 |1
obsolete| |
------- Additional Comments From yradenac(a)free.fr 2005-09-06 09:00 -------
Created an attachment (id=924)
--> (http://bugs.winehq.org/attachment.cgi?id=924&action=view)
Trace with WINEDEBUG=+relay,+seh with wine 20050419
I have cut 200 lines before "starting debugger..."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2682
------- Additional Comments From julliard(a)winehq.com 2005-09-06 02:25 -------
AllocationBase never points to the ELF header. It looked like this because
we didn't actually allocate a view for the main exe, so VirtualQuery on it
returned a free block for that range. This is fixed now so check_resource_write
should work fine for builtin exes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=306
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-09-06 01:47 -------
abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=235
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-09-06 01:45 -------
most likely fixed now ... if not reopen
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=778
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-09-06 01:41 -------
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=898
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-09-06 01:40 -------
implemented now, considering 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=1928
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-09-06 01:33 -------
please retest. most likely fixed now
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2002
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-09-06 01:31 -------
no feedback
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2031
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-09-06 01:26 -------
most likely fixed now
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1982
------- Additional Comments From marcelotduarte(a)gmail.com 2005-08-06 22:54 -------
The command "wine wcmd" or "wcmd" produces to me the same results and I do not
see the errors described in this bug. Only the keyboard input is bad, but the
message is not displayed to me.
The command "wineconsole wcmd" runs well. My terminal is 80x50 and it display on
top 40x50.
Maybe the cause is fault export DISPLAY.
This bug is INVALID.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2682
felix.nawothnig(a)t-online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From felix.nawothnig(a)t-online.de 2005-08-06 21:40 -------
A recent patch by Alexandre kinda fixed this - rsrc is no longer readonly.
However, the right behaviour would be to reprotect rsrc and fix
check_resource_write().
check_resource_write() fails for winelib apps because AllocationBase from
VirtualQuery(), which points to the ELF header, is used as a HMODULE. If writing
to resources in loaded DLLs also causes a COW on Windows we should use
BaseAddress from LdrFindEntryForAddress() - otherwise we can simply pass
GetCurrentProcess() to RtlImageDirectoryEntryToData().
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1572
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-08-06 15:57 -------
someone applied a patch now
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1791
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-08-06 15:48 -------
try
WINEDLLOVERRIDES=*unicows=b wine sftp.exe
it is a problem in one of the native unicows.dll versions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3045
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2005-08-06 14:45 -------
Follow the steps on ttp://www.von-thadden.de/Joachim/WineTools/, best with the
most recent winetools. Install wine-20041019, as explained, and do the setup
needed with that version. I guess that will install Orcad, or at least succeed
much further.
Also build another wine tree with a recent versio, cvs. When running the
program, try both versions alternativly. You can run a non-installed version of
wine by giving the absolute path, like here "/spare/bon/wine-realclean/wine/wine
<exectubale.exe>"
B.t.w: Why don't you do a little work and edit away those zillions lines of
repeated messages, giving a short note about the edit, like (- repeated lines -).
That will make it easier for people to look for other errors.
Help others to help 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=3048
info(a)suscomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |239
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=3048
Summary: CSpy/Up-Down: Multiple Inconsistencies/Major Work needed
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)suscomputing.com
This control does not seem to have been fully implemented yet. In wine, the up
and down arrows do not appear next to the text box, and there is thus no way to
manipulate this control purely by the mouse (which is essential, since that is
the point of this control).
In addition to this, there is a consistency problem: If the value in the box is
out of range, the arrows no longer work for incrementing and decrementing the
value, and instead, the value is frozen. The correct behaviour (in windows) is,
when up or down is pressed, for the value to be reset to the closest value
within the specified range, and then to perform the operation, if possible. For
example, if the range is 3...9, and the value in the box is 0, upon pressing
"down" the result should be 3, but upon pressing "up" the result should be 4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3045
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Impossible to install Orcad |installshield problem:
|Demo 10.0 |Impossible to install Orcad
| |Demo 10.0
------- Additional Comments From marcus(a)jet.franken.de 2005-08-06 14:14 -------
classical installshield problem. we are working hard on 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=3047
info(a)suscomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |239
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=3047
Summary: CSpy/Tab: Cursor Select & Keyboard Navigation Not
Implemente/ Not Working
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)suscomputing.com
I'm not sure if this hasn't been implemented yet, or if it's just not working,
but keyboard navigation is not possible. In Windows, when a tab is clicked on,
the tab is highlighted with a dotted rectangle; from this point, the user can
navigate to other tabs with the left, right, and up arrows.
Under wine, I wasn't able to highlight the tabs in this manner, nor was I able
to perform any sort of keyboard navigation.
In the long run, keyboard navigation like this will be essential, for the
unusual cases in which we want the user to be able to perform full functionality
without a mouse. I know this sounds wacky and may strike others as superfluous,
but I can't even count how many times on Windows I have benefitted from the
ability to do anything without a mouse (one of the strong points of the Windows
interface). We should strive to preserve this quality of the windows interface.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3042
------- Additional Comments From lionel.ulmer(a)free.fr 2005-08-06 14:08 -------
I have a similar problem with GeneRally (a Skidmarks clone). What happens is
that the DSound mixing thread starts to mix a negative number of sample ...
which (of course) means that this thread enters an (almost) infinite loop.
Then the main thread of the game freezes due to a time-out waiting for the
DSound lock. It seems that your problem is a bit different, but well, they may
be linked (as going back in memory may link to segmentation faults).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3046
info(a)suscomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |239
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=3046
Summary: CSpy/Property Sheet: Initial Window Not Wide Enough
Product: Wine
Version: CVS
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)suscomputing.com
The initial window is not wide enough to display all the controls on the test
page. This could pose serious problems if it renders controls inaccessible, and
even if not, it's extremely ugly. Not quite sure what's causing this...is this
an auto-sized dialog? What controls the size? I'll look into this.
Also--I want a sense of whether this occurs on every OS/Window Manager, or if
it's limited to my environment (I'm working with KDE here). I plan on testing
some of this 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.
http://bugs.winehq.org/show_bug.cgi?id=3044
info(a)suscomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|trivial |minor
Priority|P5 |P4
------- Additional Comments From info(a)suscomputing.com 2005-08-06 13:54 -------
Additional inconsistencies: when the calendar pops up, and you then click in the
background, the date selector (opened as a separate window) stays popped up and
*ABOVE* the window clicked on (which may even be from another application).
This is a more serious design flaw, relative to the other, more cosmetic
problems. A tricky note here--to be consistent, we have to make sure that if
the date box is popped up, and the user clicks on another application, that the
popup box is not closed, but rather, the box stays above the original parent
window, but below the new window clicked on.
---
However, this seems tied to additional problems as well. For example, when you
click on the text portion of the combo box, while the calendar is popped up, in
windows, the calendar will disappear. However, under wine, the calendar stays
up while the text gets selected. This behaviour is bad because you can then
change the date by pressing the up and down arrows, but this change will not be
reflected in the displayed popup. It would be simpler and generate more
efficient code for us to not try to implement the new feature of updating the
date, but rather, just have the behaviour work exactly like windows--unpopup the
date box when the user clicks in the text part of the combo box.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2092
------- Additional Comments From posta10100(a)yahoo.it 2005-08-06 13:53 -------
The same problem there is with the full 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=3044
info(a)suscomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |239
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=3044
Summary: CSpy/Date and Time Picker: selection of commas or
weekday
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)suscomputing.com
The date and time picker allows selection (highlighting) of commas or the space
between month and day, by clicking on them, which is not allowed under Windows.
The width of the selection for the date field is also too big: the highlight
reaches too far to the left--only the word should be highlighted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3043
------- Additional Comments From dclark(a)akamail.com 2005-08-06 12:10 -------
Could you email the patch to wine-patches, please?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=239
Bug 239 depends on bug 3043, which changed state.
Bug 3043 Summary: CSpy/IP Address: IPM_SETFOCUS bug
http://bugs.winehq.org/show_bug.cgi?id=3043
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3043
info(a)suscomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From info(a)suscomputing.com 2005-08-06 11:59 -------
I think this is done?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3043
------- Additional Comments From info(a)suscomputing.com 2005-08-06 11:58 -------
Created an attachment (id=922)
--> (http://bugs.winehq.org/attachment.cgi?id=922&action=view)
Fixes the bug and has much smaller code
The behaviour now conforms 100% to the behaviour tested using microsoft's
ControlSpy on Windows 2000. It seems the first for loop was
unnecessary--Windows does not appear to make these checks. Also, there was a
bug in the previous code causing the index to be reset to 0 no matter what (if
(index < 9 || index > 3) index = 0;). This was what was causing the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3042
------- Additional Comments From nick(a)lionrampant.co.uk 2005-08-06 11:46 -------
Sorry, the versions I've tried are v1 and v.1.5, not v1.05
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3043
info(a)suscomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |239
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=3043
Summary: CSpy/IP Address: IPM_SETFOCUS bug
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)suscomputing.com
When Setfocus is called, wine sets the focus to the first field of the control
regardless of what is passed as the second parameter.
The behaviour in Windows 2000 is that the second parameter defines the field
into which the focus is set i.e. 1 sends the cursor to the second number, 3 to
the fourth number. The first field is selected if the parameter is out of range.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3042
Summary: Worms 2 hangs after a random amount of time
Product: Wine
Version: 20050419
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)lionrampant.co.uk
This occurs with the two versions of Worms 2 I tried, 1.00, and 1.05 (the latest
patch).
When playing either 1 or 2 player (strangely I have not been able to reproduce
this when pitching 2 CPU opponents against each other), after a seemingly random
amount of time the game will hang until it is killed. It should be noted that I
have to explicitly enable dsound emulation to get any sound in game, and if not
this problem does not occur. Also, continually (up until it hangs, that is),
every few seconds I recieve an error of the format:
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 1641, b
lock size = 2
with a differing length reported each time (but always odd). This seems to have
no impact on the game.
An example wine error log is at <a
href="http://www.spiraling.supanet.com/wine/worms/errorlog">http://www.spiraling.supanet.com/wine/worms/errorlog</a>,
and my wine config file is <a
href="http://www.spiraling.supanet.com/wine/worms/config">http://www.spiraling.supanet.com/wine/worms/config</a>.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3038
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wine crashes on SPSS 13 |installshield problem: wine
| |crashes on SPSS 13
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2976
posta10100(a)yahoo.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From posta10100(a)yahoo.it 2005-07-06 13:33 -------
OK, solved.
Thanks!!!!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2164
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-07-06 07:24 -------
pleasr try aghain, most likely 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=3028
------- Additional Comments From kelfe(a)gmx.de 2005-07-06 04:58 -------
Created an attachment (id=921)
--> (http://bugs.winehq.org/attachment.cgi?id=921&action=view)
updated testcase
new testcase
function FindFirstFileExW removes the mask *.* (don't know why)
the direct NtOpenFile call with c:\foo\*.* produces error 123 Invalid name
under wine instead of error 3 Path not found
windows:
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
c:\foo\bar.txt
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
c:\foo\
failed with error 2: Das System kann die angegebene Datei nicht finden.
c:\foo\*.*
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
wine:
failed with error 2: File not found
failed with error 3: Path not found
failed with error 2: File not found
c:\foo\bar.txt
failed with error 3: Path not found
c:\foo\
failed with error 2: File not found
c:\foo\*.*
failed with error 123: Invaid name
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
I get a dialog prompt that says "The loader can not find the 'Z:\home
\wlentz\windows\InstMsiA.exe' file necessary to load the Windows
Installer.". The setup then exits. No other errors, though.. The
complete program I'm trying to run is an 87MB MCRInstaller.exe, which
unzips to:
InstMsiW.exe, MCIInstaller.msi, Setup.exe, and Setup.ini
Thanks,
Will
On Mon, 2005-06-06 at 13:32 -0500, Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=3040
>
>
> marcus(a)jet.franken.de changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |RESOLVED
> Resolution| |WONTFIX
>
>
>
>
> ------- Additional Comments From marcus(a)jet.franken.de 2005-06-06 13:32 -------
> the code no longer exists.
>
> is there any other error? does the setup proigram not work?
>
http://bugs.winehq.org/show_bug.cgi?id=2970
------- Additional Comments From jm.detrez(a)cegetel.net 2005-06-06 14:29 -------
sorry, unfortunately i'm re-install the pc with mandrake and the patch was
gone ...
i'm curently making an other patch for socket.c (gethostbyname) , if you want
i could re-modify the ws_sockaddr_ws2u() funct.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3040
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2005-06-06 13:32 -------
the code no longer exists.
is there any other error? does the setup proigram not work?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1973
------- Additional Comments From willie(a)froq.net 2005-06-06 13:01 -------
One more thing: the buttons in DAZ|Studio (free Poser-like program) seem to be
affected by the same problem. At start-up, Studio complains that any color
depth but 32bit is unsupported, and the buttons are completely messed up. With
Studio, this bug only appears with WINVER set to win2k or winxp, with Mirage,
it always appears.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3040
Summary: VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: will_lentz(a)trimble.com
I'm running wine from the debian Linux package version 0.0.20050524-1.
I'm trying to install Matlab runtime libraries. Running "Setup.exe" gives the
following error:
fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0, please report !!
Is there a place I can upload Setup.exe to?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3028
------- Additional Comments From kelfe(a)gmx.de 2005-06-06 11:59 -------
dll/kernel/file.c
after about line 1504 the return code from NtOpenFile
"STATUS_OBJECT_NAME_NOT_FOUND" needs to be changed to
"STATUS_OBJECT_PATH_NOT_FOUND" if the mask was "*.*"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=796
felix.nawothnig(a)t-online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |felix.nawothnig(a)t-online.de
Status|NEW |ASSIGNED
------- Additional Comments From felix.nawothnig(a)t-online.de 2005-06-06 01:32 -------
Easy as NtQuerySystemInformation() is implemented now - working on 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=425
------- Additional Comments From burnus(a)gmx.de 2005-05-06 22:57 -------
Is this FIXED or not? Network + creation of the local links is not done
automatically, but one can use it.
http://bugs.winehq.org/show_bug.cgi?id=147
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-06 21:59 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1810
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-06 21:57 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2971
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-06 21:55 -------
What program is this? Is there a (leagaly) downloadable version somewhere?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2364
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-06 21:50 -------
Resolving as 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=2966
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=819
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2886
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-06 21:43 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=892
felix.nawothnig(a)t-online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|FreeBSD |All
------- Additional Comments From felix.nawothnig(a)t-online.de 2005-05-06 19:02 -------
We have 4 different GetSystemInfo() implementations now (including a CPUID one
for FBSD) - that's just stupid. Reading & parsing /proc/cpuinfo (which is
hopefully being replaced by /sys) on Linux is somewhat ugly too.
I think we should use sysconf() to get the clock frequency & number of
processors (the latter is not POSIX but most unices support it), CPUID for most
of the other stuff (which is mostly x86-specific anyway) and some assembly to
test for the fdiv-bug and similar *on any x86 system*.
Changing OS to All.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2764
felix.nawothnig(a)t-online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From felix.nawothnig(a)t-online.de 2005-05-06 18:51 -------
Confirmed. There was another try to fix issue 2 by Rein Klazes
(http://www.winehq.org/hypermail/wine-patches/2005/05/0579.html) with a more
correct patch but it wasn't applied either.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2906
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From wine.dev(a)web.de 2005-05-06 15:36 -------
The Search-Result is better, but not ok:
"http://appdb.winehq.org", enter "borland" and press "Search" : 2 matches
a) 1292: "Borland C++"
b) 42: "Delphi"
The Search-Function did not find:
c) 169: "C++Builder"
d) 1245: "Delphi Command line compiler dcc32"
----
"http://appdb.winehq.org", enter "borland.com" and press "Search" : 1 fuzzy-match
a) 1292: "Borland C++"
The Search-Function did not find:
b) 42: "Delphi"
c) 169: "C++Builder"
d) 1245: "Delphi Command line compiler dcc32"
----
"http://appdb.winehq.org", enter "borland delphi" and press "Search" : 1 fuzzy-match
a) 1292: "Borland C++"
The Search-Function did not find:
b) 42: "Delphi"
c) 1245: "Delphi Command line compiler dcc32"
----
"http://appdb.winehq.org", enter " delphi" (with a space in front of the name)
and press "Search" : 2 fuzzy-matches
a) 42: "Delphi"
b) 1847: "declic"
The Search-Function did not find:
c) 1245: "Delphi Command line compiler dcc32"
------------
Please include the Fields "Vendor" and "URL" in the search-index.
--
By by ...
... Detlef Riekenberg
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3026
------- Additional Comments From atari(a)gabo.pl 2005-05-06 14:37 -------
I had some problems with one of the paches (did not want to apply cleanly),
after some checking out, I applied it manually, I hope correctly.
(compiled from CVS)
This is what I got:
$ ./MOHAA.EXE
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:opengl:query_function_pbuffer gl_version is: "1.5.3 NVIDIA 71.74"
fixme:opengl:query_function_pbuffer glx_exts is: "GLX_EXT_visual_info
GLX_EXT_visual_rating GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGI_video_sync
GLX_SGI_swap_control GLX_ARB_get_proc_address "
fixme:opengl:query_function_pbuffer gl_version is: "1.5.3 NVIDIA 71.74"
fixme:opengl:query_function_pbuffer glx_exts is: "GLX_EXT_visual_info
GLX_EXT_visual_rating GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGI_video_sync
GLX_SGI_swap_control GLX_ARB_get_proc_address "
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
fixme:wave:ALSA_AddRingMessage two fast messages in the queue!!!! toget =
23(WINE_WM_UP DATE), tosave=24(UNKNOWN(0x00000000))
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
fixme:wave:ALSA_AddRingMessage two fast messages in the queue!!!! toget =
24(WINE_WM_UP DATE), tosave=25(UNKNOWN(0x00000000))
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
fixme:wave:ALSA_AddRingMessage two fast messages in the queue!!!! toget =
56(WINE_WM_UP DATE), tosave=57(UNKNOWN(0x00000000))
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
wine: Unhandled exception (thread 0009), starting debugger...
Usage: winedbg [--auto] [--gdb] cmdline
fixme:wave:ALSA_AddRingMessage two fast messages in the queue!!!! toget =
60(WINE_WM_UP DATE), tosave=61(UNKNOWN(0x00000000))
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77c876e8
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3032
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-05-06 13:54 -------
no, it is a glibc problem in fedora core.
It is worked around in WINE CVS now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3039
------- Additional Comments From mathieu_lacage(a)myrealbox.com 2005-05-06 12:50 -------
Created an attachment (id=918)
--> (http://bugs.winehq.org/attachment.cgi?id=918&action=view)
sample to reproduc ethe bug
I generated this sample binary file with the compiler tool provided in the TI
SDK. This sample file should be able to be fed to the sdkpc binary to generate
the final binary to upload to the calculator
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3039
Summary: fixme:seh:UnhandledExceptionFilter Unhandled error on
debug event: 0
Product: Wine
Version: 20050419
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathieu_lacage(a)myrealbox.com
I downloaded a set of win32 developer tools for ti-89 calculators from the TI
website (you can download them too, look for TI FLASH Studio). The
self-decompressing .exe installs a set of binaries in c:\SIERRA and a dll in
c:\windows\system32\TI68kTools.dll. I copied these binaries and the dll on a
linux box after decompression and I tried to run each of them with wine.
If I try to run the sdkpc.exe binary with the sample file attached to this
email, I get the following error:
[mathieu@mathieu Hello]$ wine ../SIERRA/BIN/sdkpc.exe 89 ./he foo
fixme:seh:UnhandledExceptionFilter Unhandled error on debug event: 0
fixme:seh:UnhandledExceptionFilter Unhandled error on debug event: 0
[mathieu@mathieu Hello]$
I also attached the output of the seh debugging log
[mathieu@mathieu Hello]$ WINEDEBUG=seh wine ../SIERRA/BIN/sdkpc.exe 89 ./he foo
2>err
[mathieu@mathieu Hello]$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3026
------- Additional Comments From todd.merrill(a)comcast.net 2005-05-06 11:31 -------
All patched, compiled, and installed. The patches had no effect. I'm still
getting the same types of error messages.
err:opengl:X11DRV_DescribePixelFormat unexpected iPixelFormat(140) >
nFormats(139), returns NULL
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 201,
block size = 2
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7499a6e0
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7499a6e0
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 75,
block size = 2
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 113,
block size = 2
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 263,
block size = 2
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 295,
block size = 2
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 353,
block size = 2
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7499a6e0
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 193,
block size = 2
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 169,
block size = 2
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 851,
block size = 2
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7499a6e0
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 277,
block size = 2
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 69,
block size = 2
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 81,
block size = 2
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7499a6e0
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 445,
block size = 2
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7499a6e0
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 333,
block size = 2
The dsound regression test still segfaults. I'm not sure what to use as
arguments for the winmm tests.
Here are my basic system specs:
X: X.Org 6.8.2
OS: Gentoo Linux
Kernel: 2.6.11.11
Video: GeForce 6800
Sound: Sound Blaster Audigy 2 ZS
I'm using Wine CVS with ALSA 1.0.9 at the moment. Let me know if you need any
more information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3026
------- Additional Comments From reif(a)earthlink.net 2005-05-06 10:56 -------
Install the first one. There should be no errors.
Install the second one with a fuzz of 3 (-F3).
You should get: Hunk #3 succeeded at 3417 with fuzz 3.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3036
danygradilla(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From danygradilla(a)hotmail.com 2005-05-06 10:27 -------
Sorry, didn't know new versions of Wine needed manual importing of the Windows
Registry.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2673
------- Additional Comments From danygradilla(a)hotmail.com 2005-05-06 10:24 -------
Not fixed in 20050524 yet, but I noticed something with Ultima Online. If I set
the game to fullscreen, it displays the colors correctly, and I get this same
debug message a ton of times.
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
It displays incorrectly in Windowed mode. I also noticed it displays incorrectly
in Fullscreen if I have RandR enabled in the XServer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3026
------- Additional Comments From todd.merrill(a)comcast.net 2005-05-06 09:51 -------
Should I try them individually, or both at the same time?
The last hunk of each patch conflicts with one another.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.