http://bugs.winehq.org/show_bug.cgi?id=3164
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-05-09 12:53:24 ---
Closing bugs fixed in 1.0-rc1.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7800
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #29 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-09 08:49:04 ---
Should be fixed in GIT.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7332
--- Comment #10 from Dan Kegel <dank(a)kegel.com> 2008-05-08 20:42:27 ---
Still no joy; it now fails with a dialog box after about the fourth
installer screen:
trace:text:DrawTextExW L"Unable to load
C:\\windows\\temp\\{7769C85E-57B8-438E-8E4D-AAE75BFF0E4F}\\G7AppUtils.dll", -1,
[(0,0)-(380,26)] 00000850
Oddly enough,
~/.wine/drive_c/windows/temp/{7769C85E-57B8-438E-8E4D-AAE75BFF0E4F}/G7AppUtils.dll
does in fact exist.
It seems LoadLibrary on that dll fails in server/mapping.c's
get_image_params():
trace:module:load_native_dll Trying native dll
L"C:\\windows\\temp\\{7769C85E-57B8-438E-8E4D-AAE75BFF0E4F}\\G7AppUtils.dll"
...
0027: create_mapping( access=000f0005, attributes=00000000, size=000000000,
protect=192, file_handle=0x170, objattr={rootdir=(nil),sd={},name=L""} )
0027: create_mapping() = INVALID_FILE_FOR_SECTION { handle=(nil) }
...
warn:module:load_dll Failed to load module
L"C:\\windows\\temp\\{7769C85E-57B8-438E-8E4D-AAE75BFF0E4F}\\G7AppUtils.dll";
status=c0000020
I'd track it down more but gotta run, maybe tomorrow morning.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13047
Summary: Wine 0.9.6x breaks "GTA: San Andreas"
Product: Wine
Version: 0.9.61.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_105(a)gmx.de
Created an attachment (id=12803)
--> (http://bugs.winehq.org/attachment.cgi?id=12803)
console output
After updating to Wine 0.9.61, GTA: San Andreas crashes reproducibly after the
NVIDIA logo. 0.9.59 works fine though. Due to a broken Wine 0.9.60 RPM packet
for SuSE 10.3 I wasn't able to check if the problem first occurred in .60 or
.61.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13062
Summary: $HOME environment variable is not passed to Wine
Product: Wine
Version: 0.9.61.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)gabriana.com
I don't know if it is intentional, but if I do a SET command in Wine CMD, most
environment variables present in bash gets passed on to CMD, but HOME is
conspicuously absent.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8132
--- Comment #22 from Alex Villacís Lasso <a_villacis(a)palosanto.com> 2008-05-08 18:57:50 ---
(In reply to comment #21)
> (In reply to comment #20)
> > Desperate check: Please locate the place where you built your copy of wine, and
> > the copy supposedly installed at /usr/local/lib/wine, and post the sizes of the
> > files for riched20.dll.so, like this:
> >
> > [alex@srv64 ~]$ ls -l install/wine-build/dlls/riched20/riched20.dll.so
> > -rwxrwxr-x 1 alex alex 991279 may 5 12:11
> > install/wine-build/dlls/riched20/riched20.dll.so
> > [alex@srv64 ~]$ ls -l /usr/local/lib/wine/riched20.dll.so
> > -rwxr-xr-x 1 root root 991279 may 5 13:26 /usr/local/lib/wine/riched20.dll.so
> >
>
> Doing this gives me the following, and these two files have identical md5
> checksums, too.
>
> andrew@box:~/wine> ls -l ~/wine/dlls/riched20/riched20.dll.so
> -rwxr-xr-x 1 andrew users 989158 2008-05-08 20:57
> /home/andrew/wine/dlls/riched20/riched20.dll.so
> andrew@box:~/wine> ls -l /usr/local/lib/wine/riched20.dll.so
> -rwxr-xr-x 1 root root 989158 2008-05-08 21:05
> /usr/local/lib/wine/riched20.dll.so
>
Please post a WINEDEBUG=+richedit,+richedit_lists,+richedit_style when the
problem occurs with the patches applied. Something is not right in your
installation of wine, and maybe this will show what it is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3362
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #12 from Lei Zhang <thestig(a)google.com> 2008-05-08 16:23:00 ---
I believe this is no longer an issue. Users have to install their own VFW
codecs, i.e. xvid or what not, but movie creation works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8132
--- Comment #21 from Andrew Talbot <Andrew.Talbot(a)talbotville.com> 2008-05-08 15:22:07 ---
(In reply to comment #20)
> Desperate check: Please locate the place where you built your copy of wine, and
> the copy supposedly installed at /usr/local/lib/wine, and post the sizes of the
> files for riched20.dll.so, like this:
>
> [alex@srv64 ~]$ ls -l install/wine-build/dlls/riched20/riched20.dll.so
> -rwxrwxr-x 1 alex alex 991279 may 5 12:11
> install/wine-build/dlls/riched20/riched20.dll.so
> [alex@srv64 ~]$ ls -l /usr/local/lib/wine/riched20.dll.so
> -rwxr-xr-x 1 root root 991279 may 5 13:26 /usr/local/lib/wine/riched20.dll.so
>
Doing this gives me the following, and these two files have identical md5
checksums, too.
andrew@box:~/wine> ls -l ~/wine/dlls/riched20/riched20.dll.so
-rwxr-xr-x 1 andrew users 989158 2008-05-08 20:57
/home/andrew/wine/dlls/riched20/riched20.dll.so
andrew@box:~/wine> ls -l /usr/local/lib/wine/riched20.dll.so
-rwxr-xr-x 1 root root 989158 2008-05-08 21:05
/usr/local/lib/wine/riched20.dll.so
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.