http://bugs.winehq.org/show_bug.cgi?id=5521
kde(a)3danim.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From kde(a)3danim.de 2007-21-02 17:03 -------
The video memory value can now be changed in the wine 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=7514
Summary: winecfg too slow when network is up
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pacho(a)condmat1.ciencias.uniovi.es
When network is up and I launch "winecfg", I have to wait more than five minutes
for view the window appear. If I shutdown network, winecfg works properly.
I am using GentooLinux
wine-0.9.31
ipw3945-1.2.0
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network
Connection (rev 02)
Thanks a lot
--
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=7513
Summary: root partion accessible although not linked via
dosdevices
Product: Wine
Version: 0.9.22.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seschulz0031(a)gmx.de
Hi,
I executed a malware via wine and parts of my linux filesystem, that were
writeable to my account (including my linux home directory) were deleted.
I had a single link under .wine/dosdevices : that is c: -> ../drive_c
So I thought that this is the only path windows programs executed via wine
'see'. After this accident I saw in a another program under wine that the
complete linux root filesystem is accessible for windows programs under wine.
'/' shows up not under 'My Computer' like the devices that I define via
.wine/dosdevices but it shows up directly under 'Desktop'.
Why is this so? Where can I disable this? I googled a lot, read the FAQ, forums,
looked for relevant options in the wine registry and winecfg, searched bugzilla.
But nothing.
Since I'm unable to disable this behaviour I decided to fill a bug report.
System: Kubuntu 6.10
Thanks in advance...
--
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=7510
------- Additional Comments From bryan.christ(a)gmail.com 2007-21-02 16:23 -------
Not sure. The installer aborts and asks me whether the partial installation
should be left to remain or the files should be removed. I'm attaching a file
of the terminal messages during installation.
--
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=7512
Summary: Problem with unicode comboboxes
Product: Wine
Version: 0.9.30.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wildchild778877(a)yahoo.com
I have been using a burning program called ImgBurn for a while now with good
results. The latest update of ImgBurn added support for UNICODE which has
created a problem with the text being shown in drop down combo boxes. I have a
thread started at the ImgBurn forums more detail of the problem can be found there.
http://forum.imgburn.com/index.php?showtopic=3366
LIGHTNING UK! is the author of the program and can be contacted at the forum. I
know you guys are very busy but any help you could offer would be great.
--
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=7342
------- Additional Comments From focht(a)gmx.net 2007-21-02 14:29 -------
Created an attachment (id=5044)
--> (http://bugs.winehq.org/attachment.cgi?id=5044&action=view)
outlook sr2 crash log
Hello,
hope you don't mind if i step in :)
I used Office/Outlook 97 SR2 install for this experiment, probably applies to
SR1 as well.
Modified wine 0.9.31 with MAPIAdminProfiles() patch
Arguments:
WINEDEBUG=+process,+seh,+tid,+loaddll,+mapi
(see attached crash log for full info)
Crashes in outlook dll.
I walked up the stack frames, thankfully frame #4 revealed the cause.
--- snip partial dump/analysis ---
NOTE: var_8 = LPMAPISESSION* lppSession
...
.text:6E1C477A push edi
.text:6E1C477B lea ecx, [ebp+var_8]
.text:6E1C477E call sub_6E1CCB1A
.text:6E1C4783 lea ecx, [ebp+var_4]
.text:6E1C4786 call sub_6E1E7DA9
.text:6E1C478B lea eax, [ebp+var_8]
.text:6E1C478E push eax ; [out]
LPMAPISESSION FAR * lppSession
.text:6E1C478F push [ebp+arg_C] ; FLAGS flFlags
.text:6E1C4792 push [ebp+arg_8] ; LPTSTR
lpszPassword
.text:6E1C4795 push [ebp+arg_4] ; LPTSTR
lpszProfileName
.text:6E1C4798 push [ebp+arg_0] ; ULONG
ulUIParam
.text:6E1C479B call MAPILogonEx@20
.text:6E1C47A0 test eax, eax
.text:6E1C47A2 jl loc_6E2E9DD8
.text:6E1C47A8 push [ebp+var_8] ; lppSession
.text:6E1C47AB mov ecx, esi
.text:6E1C47AD call sub_6E1C4805 ; <-- dereferencing
lppSession in nested calls
.text:6E1C47B2 mov eax, esi
...
--- snip partial dump/analysis ---
The problem lies in MAPILogonEx() stub which returns "SUCCESS" but does *not*
return a valid pointer to MAPISESSION.
"LPMAPISESSION *session" is an OUT parameter.
--- snip wine mapi32_main.c ---
HRESULT WINAPI MAPILogonEx(ULONG_PTR uiparam, LPWSTR profile,
LPWSTR password, ULONG flags, LPMAPISESSION *session)
{
FIXME("(0x%08lx %s %p 0x%08x %p) Stub\n", uiparam,
debugstr_w(profile), password, flags, session);
return SUCCESS_SUCCESS;
}
--- snip wine mapi32_main.c ---
You have two options:
1. Fix MAPILogonEx() to return some "failure" code like MAPI_E_LOGON_FAILED
2. Implement all necessary MAPI (session) stuff
Return failure will result in outlook displaying messagbox "logon failure" and
clean exit after confirmation (tested).
Implementing all the necessary MAPI stuff might be a somewhat tedious task ...
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=7506
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.nbpfaus.net/~pfau
| |/ftplib/ftplib-3.1-1.zip
Keywords| |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=1631
------- Additional Comments From tonglebeak(a)gmail.com 2007-21-02 14:08 -------
Confirming for .9.31 running Battlefield 1942 w/alsa on the ca0106 driver.
--
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.
The file that you say crashed it does not exist on the real Win NT
system either. In fact, there is no c:\windows directory at all.
Also, the software was never 'installed' under NT; it was just copied
there from a zip archive on another machine when we upgraded.
On Tue, 2007-02-20 at 17:44 -0600, Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=7502
>
>
> juan_lang(a)yahoo.com changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |RESOLVED
> Resolution| |INVALID
>
>
>
>
> ------- Additional Comments From juan_lang(a)yahoo.com 2007-20-02 17:44 -------
> Install it into wine first - it's crashed after looking for c:\windows\wpr.ini,
> which isn't there, since it was installed under NT.
>
--