http://bugs.winehq.org/show_bug.cgi?id=2470
------- Additional Comments From mike(a)globalgroup.co.za 2004-08-09 09:50 -------
Created an attachment (id=684)
--> (http://bugs.winehq.org/attachment.cgi?id=684&action=view)
Binaries of a proof of concept app (something to show the bug)
TestMenus is a proof of concept for a future TurboCash because:
1) It loads it's translations through a ZEOS-component db (in this case,
mysql-4.0)
2) It then changes the captions of the menus, lables etc from data gathered
from the db
Requirements:
A running MySQL4 server
Installation
1) Unzip all under a directory near you.
1) Copy the language-database (the language folder situated in the /data
folder) to your mysql folder with your other db's in and restart your mysql
server (read install the language database onto your mysql server)
Usage:
1) Click on the text box that says "Username here" and enter a username that
has read access to your newly created language db.
2) Then enter the text box that says "Password here" and enter the password for
the user that has access to your language db.
3) Then enter the text box that says "IP adress here" and enter the ip adress
of the mysql server with the language db.
4) Click on connect
5) Notice that it now loads a list of languages from the server
6) Change the item in the "Please select a language" combobox and notice how
the lables and menu-captions changes.
7) To exit, click on Look->Exit or Kyk->Maak toe depending on what language you
loaded
How it works:
Check the sourcecode, it is fully commented.
The Win32 binaries is located under /bin (wow..) You have my (Mike van
Niekerk's, the author of this app) full permission to edit and change this
program (even for commercial reasons, dont know how this is going to help you
commercially in anyway... :-)), and please post on
http://bugs.winehq.org/show_bug.cgi?id=2470 how got it work under wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2471
Summary: Path Setting is not effective in SuSE 9.1
Product: Wine
Version: 20040813
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bhoovi_s(a)rediffmail.com
In 20040615 - Wine on SuSE & RHEL, PATH was effective if it is set in
system.reg.
Where as in ver 20040813, PATH is effective only in RHEL and does not take
effect in SuSE when it is set in system.reg. But when it is set in user.reg, it
is effective both RHEL & SuSE.
Can you please make sure that it works uniformly in all flavours of linux.
My configuration is as follows
RHEL Desktop 3
wine binary used : wine-20040813-1wbl3winehq.i386.rpm
SuSE 9.1
wine binary used : wine-20040813-SuSELinux90.i586.rpm
Thanks
Bhuvaneswari S
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2354
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-08-09 02:37 -------
fixed in latest CVS (or next release)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2289
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-08-09 02:36 -------
fixed in cvs as of last night.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2289
------- Additional Comments From davidjnice(a)btinternet.com 2004-08-09 02:03 -------
I belive that this bug is the same as BUG2354. I 'worked around' this error and
Rein Klazes has written a patch to be tested. (See Below).
FROM 2354:
The line 342 of /usr/include/linux/fd.h has been updated as shown at
http://www.linuxhq.com/kernel/v2.6/7/include/linux/fd.h.
The line - void *data;
is now + void __user *data;
I made a backup of /usr/include/linux/fd.h and then edited the line to show
'void *data; and saved the file. Now when I run ./wineinstall it completes
sucessfully and I can run exe files when I need to.
------- Additional Comment #3 From Rein Klazes 2004-09-04 10:06 -------
Does this patch help (with original fd.h) ?
--- wine/dlls/winedos/int13.c 2004-08-18 15:25:52.000000000 +0200
+++ mywine/dlls/winedos/int13.c 2004-09-04 17:02:08.000000000 +0200
@@ -31,6 +31,9 @@
#endif
#include <fcntl.h>
#ifdef linux
+#ifndef __user
+#define __user
+#endif
# include <linux/fd.h>
#endif
I'm quite new to Bugzilla & Wine so I'm afraid I'm not sure how/who should close
bugs (if they do need closing at all), but I hope this is helpful...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2211
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1749
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2470
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-07-09 13:52 -------
This looks like a duplicate of bug 1486 which has a patch submitted. could you
please check 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.