http://bugs.winehq.org/show_bug.cgi?id=3638
--- Comment #16 from Mark K <markk(a)clara.co.uk> 2011-12-10 13:18:39 CST ---
The installers for several CD-ROM titles published by GSP have a similar PIF
file issue, but it's slightly different. Titles I checked so far are 20000
Pictures volumes 1 and 2, Business Cards and Discovering Endangered Wildlife.
[Failing to run the batch files for these is not serious; they would just
delete temporary files created by the installer.]
Based on the PIF file contents, the installers seem to be created using a
program called PC-Install. The PIF file invokes COMMAND.COM instead of
specifying a batch file directly.
I'll attach a +winevdm trace but the most significant lines are these:
trace:winevdm:main GetCommandLine = 'winevdm.exe --app-name
"C:\users\mark\Temp\dosshell.pif" C:\users\mark\Temp\dosshell.pif /C
C:\users\mark\Temp\~0000.bat'
...
trace:winevdm:read_pif_file header: program "COMMAND.COM" title "PC-Install DOS
shell " startdir "" params ""
...
winevdm: can't exec 'C:\users\mark\Temp\dosshell.pif': file not found
In this case C:\users\mark\Temp\dosshell.pif does exist, so the message Wine
prints is slightly misleading. It should be a simple patch to check if
COMMAND.COM is specified in a PIF file and print a similar message to the .bat
file case.
--
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=6939
GyB <gyebro69(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gyebro69(a)gmail.com
--- Comment #9 from GyB <gyebro69(a)gmail.com> 2011-12-10 12:04:10 CST ---
Still an issue as of wine-1.3.34-202-gb0f704d, tested with the trial version of
ZMUD 7.21.
I had to either disable spell checking in the application, or use native
riched20.dll to work around the problem with the invisible text while typing.
--
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=29278
Bug #: 29278
Summary: Cannot read books with Amazon Kindle for PC
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamundso(a)gmail.com
Classification: Unclassified
+++ This bug was initially created as a clone of Bug #29045 +++
Kindle starts after deleting
~/.wine/drive_c/windows/winsxs/manifests/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_deadbeef.manifest
as per the comments. However, now trying to read any book causes another crash.
This worked with Fedora 15 and Wine 1.3.24.
--
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=22434
Summary: Hype - The Time Quest crashes when the game should
come up (looks like null pointer dereference to me)
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cvoeten(a)gmail.com
Created an attachment (id=27475)
--> (http://bugs.winehq.org/attachment.cgi?id=27475)
terminal output + backtrace
Hi,
This is a really ancient game (1998 I believe) and it uses DirectX 6 for
rendering. Unfortunately, the game crashes at the point at which the "Ubisoft"
screen should come up. I'm no C expert (scratch that, I know nothing of it at
all), but judging from the backtrace it looks like a null pointer dereference
error in dlls/wined3d/context.c, which is caused by these two errors:
fixme:ddraw:device_parent_CreateSwapChain (0x134324) CreateSwapChain failed,
returning 0x8876086a
err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_AttachD3DDevice failed,
hr = 8876086a
$ wine --version
wine-1.1.43-78-ga551dfe (latest git, to my knowledge)
$ uname -a
Linux pc-van-cesko 2.6.33.2-41.fc13.i686 #1 SMP Mon Apr 12 14:45:33 UTC 2010
i686 i686 i386 GNU/Linux
$ gcc -v
Ingebouwde specs worden gebruikt. (translation: using built-in specs)
Target: i686-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-ppl --with-cloog --with-tune=generic --with-arch=i686
--build=i686-redhat-linux
Thread model: posix
gcc versie 4.4.3 20100409 (Red Hat 4.4.3-16) (GCC)
CFLAGS are set to "-O3 -gdwarf-2"
I'd appreciate any help.
--
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=24365
Summary: Adobe Photoshop CS4 installer: completely white / ie6
workaround doesn't work
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwintorok(a)gmail.com
I built wine 1.3.2 from git like this:
$ cd ~/wine-git
$ git checkout wine-1.3.2
$ cd ../wine32
$ ../wine-git/configure
$ rm -rf /home/edwin/.wine-cs4/ && mkdir ~/.wine-cs4 &&
WINEPREFIX=$HOME/.wine-cs4 sh ~/winetricks msxml6 gdiplus gecko vcrun2005
So far so good, but the installer is all a white dialog (except for the
'checking your system profile part' which is shown):
I filed this as an shdocvw bug due to these messages, please change component
if this is not the cause:
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented group
{000214d1-0000-0000-c000-000000000046}
fixme:shdocvw:ClientSite_GetContainer (0x154270)->(0x32e6b0)
I tried using winetricks ie6, but that only leeds to the setup telling me it
encountered an error.
Tried with winetricks ie7, I got a white dialog there too.
I'll attach the logs now.
--
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=24323
Summary: Need for speed 3 crashes on startup
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=30651)
--> (http://bugs.winehq.org/attachment.cgi?id=30651)
console from wine-1.2-478-g69c8f0b ~ crashes
Need for speed 3 crashes on start-up.
1. I did a regression test between 1.2-rc6 and 1.3.0:
69c8f0b67d445493a83dc932aaacefc26bb42c09 is the first bad commit
commit 69c8f0b67d445493a83dc932aaacefc26bb42c09
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jul 26 15:30:26 2010 +0200
gdi32: Store the total visible rectangle in the DC.
:040000 040000 cb299898df840e878b607534fa811f1645e15dfe
ce21a9d4e09625cd3c8951233389b8312932d22d M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
--
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=24188
Summary: The Last Remnant demo: can't resize window to show
menu
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=30452)
--> (http://bugs.winehq.org/attachment.cgi?id=30452)
screen shot showing the problem
Bug 24078 is about incorrectly settings of resolution, which probably never
worked correctly in wine.
This one is about regression... When the game starts up, it doesn't show game
menu on right side, because it's cut off. Because the game by default runs in
windowed mode, i can stretch out the window. And this is broken since 1.1.41.
1. I did a regression test between 1.1.40 and 1.1.41:
commit 7c930589bc40097eb0ebb84310a3ea0ae6999edb
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Mar 17 21:59:54 2010 +0100
wined3d: Avoid some common invalid context accesses.
Unfortunately there are plenty of other places left. Perhaps we should
consider creating our own window when the context becomes invalid and
making
the context current on that instead.
:040000 040000 7a027acb69350838d93a7015bb759306d2c5b4f0
a06ad38974e0ca1a187451c3c423086c33c9ad87 M dlls
2. This commit was probably intended to fix bug 21384.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
--
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=24094
Summary: Baldur's Gate II doesn't like nVidia GT240
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=30318)
--> (http://bugs.winehq.org/attachment.cgi?id=30318)
console output from wine-1.3.1
Running BGMain.exe leads to crash after resolution change. This probably
happens only on GT240 (i'm not aware of having such problem with 8600GT).
1. I did a regression test between 1.1.35 and 1.1.36:
commit 0c582dca3adccc83a34727c0d8979989bd25fbb7
Author: William Waghorn <willw(a)litany.me.uk>
Date: Wed Dec 30 18:54:30 2009 -0800
wined3d: Added NVidia GT240 detection.
:040000 040000 39a49e6094b166eeb37e8a2d22645c64d64906ec
77332f2111e82c509cb3e55f8192033944cc54ab M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
--
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=24082
Summary: Plants vs Zombies Demo crashes during the start up
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.popcap.com/games/pvz#
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: hverbeet(a)gmail.com
Plants vs zombies demo crashes during the start up.
1. I did a regression test between 1.3.0 and 1.3.1:
commit 368e5eb87ae983e4ea2f66b3ca2f4154b36bbcda
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Aug 16 20:00:27 2010 +0200
wined3d: Avoid IWineD3DSurface_GetContainer().
:040000 040000 e3d5cb441067b2b4f259acdbdeb62d7ab2803fae
ebebfe741f963495edabc7c2c29d5e1ed46bc82b M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
--
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.