http://bugs.winehq.org/show_bug.cgi?id=17210
Summary: Unable to uninstall Max Payne
Product: Wine
Version: 1.1.12
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: belegdol(a)gmail.com
I have recently tried to uninstall Max Payne, but it did not work. A window
popped up saying the following:
The InstallShield Engine (iKernel.exe) could not be launched. (0x80040155)
At the same time, the following can be seen in the console:
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{91814ebf-b5f0-11d2-80b9-00104b1f6cea}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{91814ebf-b5f0-11d2-80b9-00104b1f6cea}, 80040155
err:rpc:I_RpcReceive we got fault packet with status 0x80040155
fixme:ole:CoCreateInstance no instance created for interface
{91814ebf-b5f0-11d2-80b9-00104b1f6cea} of class
{91814ec0-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80040155
I am using the official Fedora packages.
--
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=18617
Summary: Regedit can't import registry from standard input
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: regression, source, testcase
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
Created an attachment (id=21305)
--> (http://bugs.winehq.org/attachment.cgi?id=21305)
Sample test program
Importing file like this works:
-------------------
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"UseGLSL"="enabled"
-------------------
However this command doesn't work:
echo -e
'REGEDIT4\n[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D]\n"UseGLSL"="enabled"\n'
| wine regedit -
This is due to this piece of code:
if (fread( s, 2, 1, reg_file) == 1)
{
if (s[0] == 0xff && s[1] == 0xfe)
{
processRegLinesW(reg_file);
} else
{
-> rewind(reg_file);
processRegLinesA(reg_file);
}
}
According to MS doing rewind on stdin clears the buffer. Sample program
attached.
--
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=18610
Summary: 1.1.22 regression prevents running Quicken 2009
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: allen(a)gtf.org
Created an attachment (id=21292)
--> (http://bugs.winehq.org/attachment.cgi?id=21292)
Output from "wine qw.exe"
Upon updating my Wine installation from 1.1.21 to 1.1.22, Quicken 2009 Rental
Property Manager has ceased to run. It starts, asks for the password of my
default Quicken file, and then fails. A small window titled "Crash" briefly
appears after which point the application exits.
I've gone back and forth between 1.1.21 and 1.1.22 several times to confirm
that the failure is repeatable. My environment is Fedora 10 x86-64. I build
each version of Wine myself using "tools/wineinstall".
Please find attached the log output when I run "wine qw.exe" from the command
line. Note that this fails the same way as when I start Quicken from the icon.
--
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=18516
Summary: Goldwave 5.25 File Save dialog no longer has options
for file format...
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jim(a)jima2z.net
Since Updating to wine 1.1.21, this app has lost its list-box dialog which let
you choose which bitrate, mono/stereo etc. You can still choose a file type
and enter a name, but the other choices are missing.... One can certainly
reopen the file in another editor and convert, but what a hassle...especially
when you are in the middle of a project. My guess is that a commondialog dll
is set wrong or something...
Many thanks in advance.
Running Ubuntu 8.10, Acer Pentium Dual Core, wine 1.1.21
--
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=17914
Summary: Using \n rather then \r\n breaks HTTP RFC with
HTTP_AddRequestHeadersW
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dn(a)devicenull.org
Half-Life 2 (and possibly other apps) uses \n characters to indicate a new line
when dealing with the InternetOpenUrl function. Windows accepts this fine, and
ends up with the correct output. Wine on the other hand blindly copies this
into the value as it parses the line, creating an invalid HTTP request.
The call looks like this:
trace:wininet:INTERNET_InternetOpenUrlW (0x1279fda0,
L"http://192.168.3.89/127.0.0.1/maps/de_dust3.bsp", L"Referer:
hl2://127.0.0.1:27015\n", 00000024, 84400000, 0c360e00)
the problem appears a bit later:
trace:wininet:HTTP_HttpAddRequestHeadersW copying header: L"Referer:
hl2://127.0.0.1:27015\n\0000"
trace:wininet:HTTP_HttpAddRequestHeadersW interpreting header L"Referer:
hl2://127.0.0.1:27015\n"
trace:wininet:HTTP_InterpretHttpHeader field(L"Referer")
Value(L"hl2://127.0.0.1:27015\n")
note the \n on the end of the value. This ends up being copied into the final
HTTP request, and breaking the HTTP RFC.
The fix seems to be to just accept \n as well as \r\n sequences in
HTTP_InterpretHttpHeader
--
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=17681
Summary: mcm2 Help immediately exists (Motocross Madness 2)
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://www.microsoft.com/games/motocross2/default.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=19882)
--> (http://bugs.winehq.org/attachment.cgi?id=19882)
part of backtrace and winedbg local variables output
This affects both demo and retail versions of Motocross Madness 2, although
there's a huge difference in .hlp file size.
Invoking the help shortly opens a window that immediately closes.
ps shows that it's calling c:\windows\system32\explorer.exe /desktop
Surprisingly, there's no trace output at all in the console!
However, with WINEDEBUG=+all,-syslevel,-..., there appears an exception and
invocation of the debugger, cf. attachment. (Actually, I suspect the exception
is not the cause of the bug but appears much later).
The .hlp file makes reference to at least one .dll supplied by the game. That
is not needed to test for the bug (MS-Windows' winhlp32 will display file
contents without them).
Maybe this file is a chm disguised as .hlp as it looks very different from
typical help files? (The menu is embedded in text instead of the usual buttons
and the top-left icon is not the help one, rather a question mark.)
IIRC, I've tried this file in a Gecko-enabled wine as well, it made no
difference.
Should I attach the 1MB mcm2help.hlp from the demo version, or are interested
persons expected to go to the demo download site (several more megabytes for
the whole game)?
This bug is rather annoying, as there's no printed manual, no .pdf and no
in-game help beside this file for this application.
--
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=17437
Summary: ATI and EVE Premium: no models display
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hpestilence(a)gmail.com
Created an attachment (id=19519)
--> (http://bugs.winehq.org/attachment.cgi?id=19519)
EVE shader log
Currently EVE Premium and ATI cards doesn't show any ship models on the login
screen or ingame. I tried all the premium option variations and nothing helps
(shadows on, hdr on to shadows off, hdr off).
I ran the Apocrypha beta on the test server to see if it would work under
"Premium lite" and it doesn't work either. I used everything from sm 2.0 lo to
sm 3.0 hi.
I ran it with WINEDEBUG=d3d_shader and apparently all the shaders compile fine
but then fails to link.
--
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=17433
Summary: gdiplus error in Photoshop CS4 with Interl GMA
unimplemented function
gdiplus.dll.GdipMeasureDriverString
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex.rayu(a)gmail.com
Created an attachment (id=19507)
--> (http://bugs.winehq.org/attachment.cgi?id=19507)
Builting GDIPLUS error log
wine: Call from 0x7edfe8b0 to unimplemented function
gdiplus.dll.GdipMeasureDriverString, aborting
--
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=16681
Summary: Adobe Photoshop CS4 fails to start, complains "Some of
the application components are missing..."
Product: Wine
Version: 1.1.11
Platform: Other
URL: http://adobe.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With today's git, Adobe Photoshop CS4 installs nicely.
However, it doesn't start up. To reproduce, assuming
you've already downloaded and unpacked
ADBEPHSPCS4_LS4.7z/ADBEPHSPCS4_LS4.exe:
$ rm -rf .wine
$ wine iexplore http://winehq.org
(to preload gecko)
$ wine "Adobe CS4"/setup.exe (or whereever you unpacked it to)
$ cd ~/".wine/drive_c/Program Files/Adobe/Adobe Photoshop CS4"
$ wine photoshop
This results in the dialog
"Some of the application components are missing from the Application directory,
Please reinstall the application."
Looking at the relay, it seems to do this after loading
amtservices.dll, waiting quite a while, and timing out.
(Loading native gdiplus doesn't help, not that I thought it would...)
--
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=16521
Summary: With separate x-screens, windowed applications in the
secondary screen are limited to resolution of primary
screen
Product: Wine
Version: 1.1.10
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ngoonee(a)hotmail.com
CC: ngoonee(a)hotmail.com
Problem is as stated above. This affects me when running separate x-screens (no
TwinView or Xinerama), Nvidia graphics card with proprietary binaries. Specific
case for me is my laptop having a native 1280x800 resolution being connected to
an external monitor having 1280x1024 resolution. Wine apps and games run fine
on my laptop LCD, with or without external monitor plugged in.
For the external monitor, apps run with a limit of 1280x800 resolution. The
apps I have tested so far are E-Sword and Office 2007. The Wine window can be
maximised, but the extra 224 pixels at the bottom are filled with artifacts,
and the app window itself does not extend to that area (the bottom of the app
is still visible, just above the 800 pixel mark).
I apologize for not having screen-shots, the external monitor is in my office
and I will not be able to access it for another 24 hours from this posting.
Known workaround: Using the explorer /desktop=<name>,<res> option gives me a
window where the app can properly maximize. Unfortunately this window cannot be
resized by my window manager (Compiz, but identical results in Metacity), so
presents a useability problem, for example with Office 2007 I may want to
resize it to only take half my screen while referring to some other app
displaying underneath.
Marked as 'minor', but may need to be upgraded to 'major', as I believe this
affects a large variety of applications (basically anything that is not meant
to be run full-screen.
Seeing as this is not a crash, am not sure whether to attach trace or debug
logs. Please advise on what additional information is needed. Screenshots will
be provided ASAP.
--
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.