http://bugs.winehq.org/show_bug.cgi?id=2057
------- Additional Comments From zthg4821(a)gmail.com 2006-29-04 07:23 -------
I confirm the above behavior using eMule 0.47a under Wine 0.9.12.
On eMule's "Servers" form, the Server Info and Log tabs (also the Verbose tab,
if enabled in Options --> Extended) will only display one line of text at the
top of the richedit pane, and each subsequent line displayed overwrites the
previous one. No vertical scrollbar ever 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=5142
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-04 07:06 -------
here you go:
[root@h185158 sprite]# WINEDEBUG=trace+msi,trace+process wine
/tmp/neighbors_from_hell2_eng.exe 2>&1 | grep -i msiexec.exe
trace:process:CreateProcessW app L"c:\\windows\\system32\\MsiExec.exe" cmdline
L" /i \"C:\\windows\\temp\\~ektut\\BN2XS.msi\" "
trace:process:open_exe_file looking for L"c:\\windows\\system32\\MsiExec.exe"
trace:process:CreateProcessW starting L"c:\\windows\\system32\\MsiExec.exe" as
Win32 binary (0x10000000-0x10004000)
trace:process:__wine_kernel_init starting process
name=L"C:\\windows\\system32\\msiexec.exe" argv[0]=""
--
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=2765
------- Additional Comments From fgrieco(a)gmail.com 2006-29-04 06:48 -------
I can confirm that on my Gentoo, with Wine 0.9.12 (compiled with flags: X alsa
cups gif jpeg ncurses opengl oss scanner truetype xml), also recreating a new
~/.wine directory with wineprefixcreate, in the file user.reg there isn't the
string "Programs"="c:\\windows\\Start Menu\\Programs" under
[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders\\]
If i manually add it to the file, i can run starcraft setup.
--
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=5142
neftune(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |neftune(a)gmail.com
------- Additional Comments From neftune(a)gmail.com 2006-29-04 06:32 -------
I don't see this with 0.9.12. What log do you get when you running
WINEDEBUG=trace+msi,trace+process wine neighbors_from_hell2_eng.exe 2>&1 | grep
-i msiexec.exe
by the way, bugzilla made me to change the keywords from "download, regression"
to "regression, download"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3311
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Keywords|NoAppDBEntry |
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2006-29-04 05:55 -------
It works in 0.9.12, so FIXED for now.
--
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=2926
------- Additional Comments From SirKillalot(a)gmx.net 2006-29-04 05:47 -------
"I get around this problem by right-clicking on the password box, and then when the
cut and paste menu appears, click back in the password entry box. It works for me,
for now."
This works very well! Thank you man!
--
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=4323
------- Additional Comments From lionel(a)mamane.lu 2006-29-04 04:03 -------
After installing DCOM like mentioned on http://wiki.winehq.org/NativeDcom and
running the app with WINEDLLOVERRIDES=ole32,oleaut32,dnsapi,rpcrt4=n, it still
doesn't work. Wine gives no error, but the application gives "error 201".
The full debug log (WINDEBUG=+all) is too big to attach here, even compressed;
but if you give me a reasonable value for WINEDEBUG, I'll use it and send the log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2398
------- Additional Comments From rapsys(a)free.fr 2006-29-04 03:30 -------
> Answer to FBO here, because my mail to buggzilla hasn't been take in
care :'(
The problem is not the perf issue, think of simple case where it will be
used :
Nnw editor : the preview of the map, the preview of unit, etc...
Same for other game editor.
For 3d program it the same a display window too.
The only problematic case is the real time display, like a video player in
opengl or a complex alway in movement scene.
Before implementing this and choose if you need revert back to old model, make
a modular model (the two engine) or keep the new model with a dirty hack...
It would be great (as this feature is missing for so long time right now), to
think in the majority of use and limit the break/perf issue for other case...
I don't know lot in wine programming, but wine has still lot of small but
realy anoying crash, before re-breaking the whole things, this time as lionel
said, please take in care the final use of that...
ps : they are still few bugs that may be interesting to solve before that
like :
- screen depth capacitied (800x600,1024...) that don't works in many case or
video feature. (many 3d editor/game/apps use that to set the default config)
- the propriety/configuration dialog box that makes the whole editor crash
(I speak of warcraft3 and few other I tested)
- etc...
Maybe this message is useless, but I think it's better to think NOW about the
case we will find that feature (as we have lot of example yet), to select the
better/cleaner/less dirty hack...
That will avoid deception like lionel had and counter-productive wasted time.
I don't blame anyone here, as you do a great job, but it's anoying to get now
bugs with new (close to final) version of wine that didn't exists in
2004mmdd...
--
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=4323
------- Additional Comments From lionel(a)mamane.lu 2006-29-04 03:27 -------
Setting Wine to Windows 98 emulation doesn't work; the app lists only 2000SP2
and XP as supported platforms.
--
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.