http://bugs.winehq.com/show_bug.cgi?id=1343
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |samlb(a)samlb.ws
------- Additional Comments From mike(a)theoretic.com 2003-27-05 04:14 -------
*** Bug 1383 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1383
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|INVALID |
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1435
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |mike(a)theoretic.com
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1435
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2003-27-05 03:47 -------
Accepting. I'm not sure why this patch is wrong, but I suspect it's something to
do with 16 bit vs 32 bit. I'll see if I can look into it tonight.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1469
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-27-05 02:48 -------
Mike,
if I understand your patch right, my patch was to simplicictic in only finding
"X:\" as root and not "X:\\". So this looks good.
Bye
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-26-05 16:40 -------
(under wine-20030508+cvs-may22)
~/.wine/config
[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[wine]
changing
"Temp" = "e:\\" to "Temp" = "e:" fails
then, mkdir /tmp/mitemp
and changing to "Temp" = "e:\\mitemp" works successfully under wine.
under win98 : setting TEMP=C:\ and TMP=C:\ in autoexec.bat
made the installer hang in memory but showed no output.
when I changed to TEMP=C: and TMP=C: in win98 , installer worked successfully
( "Temp" = "e:" -WITHOUT trailing '\\'- didn't work for me under wine
-installer shows error about creating "E:\" -WITH the trailing '\'-)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-26-05 16:35 -------
(under wine-20030508+cvs-may22)~/.wine/config[Drive E]"Path" = "/tmp""Type" = "hd""Label" = "Tmp Drive""Filesystem" = "win95"[wine]changing"Temp" = "e:\\"to "Temp" = "e:" failsthen, mkdir /tmp/mitempand changing to"Temp" = "e:\\mitemp" works successfullyunder win98 : setting TEMP=C:\ and TMP=C:\ in autoexec.batmade the installer hang in memory but showed no output.when I changed to TEMP=C: and TMP=C: in win98 , installer worked successfully( "Temp" = "e:" -WITHOUT trailing '\\'- didn't work for me under wine -installer shows error about creating "E:\" -WITH the trailing '\'-)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1486
Summary: Dynamically created menus do not work in Delphi apps
Product: Wine
Version: 20030508
Platform: Other
URL: http://www.starsoft.fi/jarto/wine-menubug.tgz
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jarto(a)starsoft.fi
If you create any menuitem in Delphi dynamically in TForm.Create, all menus stop
working in that form. Only the top menus are showed but they don't react to menu
clicks.
I made two small demos to demonstrate the bug. Both open a form with a menu and
a menuitem. MenuWorks.exe works, MenuBug.exe only shows the menu but refuses to
show the menuitem if clicked on the menu. The bug is reproducible always.
This bug is not only in the last wine build. I noticed it first October 2002 but
was able to find the reason and make a test app only now.
The tgz contains both executables and some traces created with --debugmsg
trace+menu and --debugmsg trace+win
Traces are run:
MenuBug: Start MenuBug.exe, click on the main menu and then close the form
MenuWorks: Start MenuWorks.exe, clikc on the main menu, select menuitem which
succesfully terminates the app.
The problems seems to be that MENU_FindItemByCoords doesn't find the Rect for
the top menu. My guess is that adding menus screwed them up somehow.
The bug exists in executables compiled with at least Delphi 5 and 7. I'm sure
that fixing this one lets us run many Delphi apps as they seem to work very well
with Wine otherwise.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1469
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-26-05 11:40 -------
I could successfully install on two machines.
After changing in ~/.wine/config [wine]
"Temp" = "l:\\temp"
to
"Temp" = "l:\\"
I could reproduce your behaviour.
"TEMP" = "l:" works.
Running with temp and tmp set to c: in Vmware/Nt40 succeeded however. Perhaps
DIR_Init should strip out trailing (back)slashes.
Retry
--
Configure bugmail: http://bugs.winehq.com/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.