http://bugs.winehq.com/show_bug.cgi?id=1222
------- Additional Comments From lionel.ulmer(a)free.fr 2003-01-14 15:27 -------
Well, it's working fine here with latest Wine CVS...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1222>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1213
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-01-14 09:43 -------
Just submitted a patch to change the main Russian keyboard's codepage to 1251.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1213>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1222
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-01-14 05:44 -------
Sounds like ddraw/d3d failure. CC'ing Lionel...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1222>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=434
------- Additional Comments From dclark(a)akamail.com 2003-01-13 18:41 -------
I don't know when the next release will come out. But I think it looks good to
get the patch in soon. Hopefully, Romero will also confirm that it is working
for all his other VFP apps.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=434>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1071
------- Additional Comments From pmcnett(a)pm-sc.com 2003-01-13 17:06 -------
The file locking issue described here also affects Microsoft Visual Foxpro. It will not hang Visual Foxpro, however, unlike what was reported for Access and BDE. Instead, Visual Foxpro will think it has a lock when in fact it does not, which will cause a surprise for people when they move their app to multi-user or multi-instance! The debug output is as follows: fixme:file:LockFile not implemented in server fixme:file:UnlockFile not implemented in server This bug needs to be fixed before Visual Foxpro developers can deploy to Linux/Wine. So much existing Foxpro code relies on getting file locks and range (record) locks. It is necessary to provide primary key values for native visual foxpro tables. If the record isn't actually locked, duplicate key values could be assigned. To reproduce the problem in Visual Foxpro, start up instance 1 and in the command window type: create table test (cid c(32)) use in test use test shared insert into test (cid) values ("1") insert into test (cid) values ("2") Now fire up instance #2 and in the command window type: use test shared browse Keeping the browse window open, click on the command window and type: ? rlock() The "Record Locked" message should appear in the status bar. Switch back to instance #1 of VFP and type: browse Now, change the value of record #1. Normally, this would be illegal since instance #2 has that record locked, but because locking hasn't been implemented in Wine you will be allowed to change the field without raising an exception in VFP. This will cause subtle problems that may not be noticed by Visual Foxpro developers until too late!!! (Note: to successfully run VFP you will probably need to apply the fix for the mouseclick problem by Duane Clark: found in the activity for bug 434. Either that or don't click with the mouse in the command window!) (Note: Samba has file locking correctly implemented... can their implementation be worked into Wine? For example, if I run Visual Foxpro on a Windows client, and the test table described above is located on a Samba share on Linux, the file and range locks will behave correctly.)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1071>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=434
------- Additional Comments From pmcnett(a)pm-sc.com 2003-01-13 14:44 -------
Duane's small patch of 2003/01/12 resolves the issue for me for all versions of
Visual Foxpro that I tested (5,6,7,8). This patched fixed the problem both for
the Visual Foxpro IDE as well as for applications built with Visual Foxpro.
Hopefully we'll see this patch or something comparable make it into the next
release!
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=434>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=434
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-01-13 12:34 -------
CC:ing wine-bugs
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=434>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1220
------- Additional Comments From jw1233219(a)hotmail.com 2003-01-13 05:37 -------
No other processes running.
Virgin wine environment.
This is the same fault has been reported elsewhere - somewhere in the mess that
is also known as Knowledge Base aka Faq-O-Matic.
Do you want the files? I mean that would be a much quicker way of testing
whether what I am saying is true or not.
Give me an email address and I will send them (only 1.2MB).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1220>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=871
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2003-01-13 04:32 -------
please provide at least some debugging info. Can we download the app somewhere? Do you have a debuglog?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=871>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.