http://bugs.winehq.org/show_bug.cgi?id=19325
Summary: Adobe After Effects fails to run in 1.1.25
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cemelmaci(a)hotmail.com
Created an attachment (id=22377)
--> (http://bugs.winehq.org/attachment.cgi?id=22377)
terminal output
Adobe After Effects fails to run in 1.1.25. for running must winetricks
vcrun2005 vcrun6 wmp10 (needed wmcore)
--snip--
wine: Call from 0x7ef97f80 to unimplemented function
GDI32.dll.CreateFontIndirectExW, aborting
--snip--
--
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=4267
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-07-14 20:12:14 ---
(In reply to comment #5)
> The bug is the fact that this message *DOES* come up in most applications.
>
> Why don't we simply write the missing stub?
Send a patch. Here's the source:
http://source.winehq.org/git/wine.git/?a=tree;f=dlls/shell32
> I hate reading this line thousand of times in my wine stdout logs.
WINEDEBUG=fixme-shell
--
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=8865
--- Comment #22 from endolith(a)gmail.com 2009-07-14 19:54:35 ---
(In reply to comment #21)
> Installs fine in Ubuntu with wine-1.1.25 from the PPA. Icons are still
> garbled.
Audition 1.5, specifically. The audio even works if I check "Limit to 16-bit"!
--
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=8865
--- Comment #21 from endolith(a)gmail.com 2009-07-14 19:50:22 ---
Installs fine in Ubuntu with wine-1.1.25 from the PPA. Icons are still
garbled.
--
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=7906
Miguel Regedor <miguelregedor(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |miguelregedor(a)gmail.com
--- Comment #2 from Miguel Regedor <miguelregedor(a)gmail.com> 2009-07-14 18:26:31 ---
I just installed the latest wine version and silkroad on ubuntu.. and
everything is working except animations, think this bug is back. It also
happens that the mouse in the game doesn't have transparency, so it shows a
square around it.
--
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=4267
Daniele C. <legolas558(a)email.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |legolas558(a)email.it
--- Comment #5 from Daniele C. <legolas558(a)email.it> 2009-07-14 17:43:02 ---
The bug is the fact that this message *DOES* come up in most applications.
Why don't we simply write the missing stub?
I hate reading this line thousand of times in my wine stdout logs.
If the message is useful to developers, go fix what's missing.
Otherwise remove the message.
--
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=1490
--- Comment #34 from David Moore <dvdmoore(a)ix.netcom.com> 2009-07-14 10:05:07 ---
My thanks go out to Rein Klazes and all others who contributed
information toward resolving this problem. I wouldn't have known where to start
if I hadn't been pointed toward manipulation of the environment variables.
Rein is right when he says that I am using the KDE desktop. Gnome may
require some different environment variables. Nevertheless, if I recall
correctly, it was by including the HOME=$HOME that I overcame problems with BCS
hanging after complaining that it could not find certain files.
David Moore
--
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=1490
--- Comment #33 from Rein Klazes <wijn(a)online.nl> 2009-07-14 09:29:21 ---
(In reply to comment #31)
> Thanks for the info, David. Good to hear that unsetting environment
> variables did indeed get around the problem.
>
> I wonder if unsetting just LS_COLORS might save enough space...
Glad also to hear that my suggestion in comment #10 proved right.
With the other application that I mentioned Seed Master, unsetting LS_COLORS is
enough here Gnome environment. For the user that was reporting the problem it
was not by far. He was using KDE, with lots more environmental variables.
BTW, for me to run Seed Master with minimal environment, I have to use:
env -i PATH=$PATH DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY wine SMW.EXE
If there are spaces in the paths involved it would be safer to use quotes:
env -i PATH="$PATH" DISPLAY=$DISPLAY XAUTHORITY="$XAUTHORITY" wine SMW.EXE
--
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=2666
--- Comment #30 from Jaime Rave <jaimerave(a)gmail.com> 2009-07-13 23:21:43 ---
Still a problem in Wine 1.1.25
--
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=1490
--- Comment #32 from David Moore <dvdmoore(a)ix.netcom.com> 2009-07-13 23:10:25 ---
Hi Dan,
It is true that LS_COLORS is a very large variable. I don't remember
every combination I tried, but it seems to me that I did try eliminating only
LS_COLORS and still had problems with lack of space in the environment.
With the three variables PATH, DISPLAY, and HOME as the only ones set, I
find that the BCS program runs without showing any ill effects for lack of
other environment variables.
Regards,
David
--
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=1490
--- Comment #31 from Dan Kegel <dank(a)kegel.com> 2009-07-13 22:55:48 ---
Thanks for the info, David. Good to hear that unsetting environment
variables did indeed get around the problem.
I wonder if unsetting just LS_COLORS might save enough space...
--
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=1490
--- Comment #30 from David Moore <dvdmoore(a)ix.netcom.com> 2009-07-13 22:48:45 ---
(In reply to comment #29)
> Is this still an issue in current (1.1.25 or newer) wine?
David Moore here who began this thread:
I finally resolved this on my Linux system and have Bible Companion
Series and its Gramcord functions running under Wine.
Since this was mainly a process of trial and error I may not remember
exactly every step, but I will post the most important matters and hope that
others may get their BCS and Gramcord up and running with Wine as well.
First of all, it is necessary to come up with an environment (speaking of
the computer operating system environment of course) under which BCS has room
to run. Through trial and error, I found that the minimum environment
variables which are needed are PATH, DISPLAY, and HOME. I was able to create
this reduced environment for BCS by prefixing the command that opens the BCS
program with the following code: env -i PATH=$PATH DISPLAY=$DISPLAY HOME=$HOME
If you want to understand some basics about the env command try this:
$ env --help
The help message explains that the env command with the -i variable following
creates an empty environment for the program being initiated. The addition of
PATH=$PATH DISPLAY=$DISPLAY HOME=$HOME reestablishes only these three values to
the environment under which BCS will run. This got me past the problem of "not
enough space in local heap."
I had copied my BCS directory from my Windows partition to
/home/my_username/.wine/drive_c, so my complete command line for starting BCS
under Wine was as follows:
$ env -i PATH=$PATH DISPLAY=$DISPLAY HOME=$HOME /usr/bin/wine "C:\bcs\Bcs.exe"
I did this from the command line and did not set up an icon on the desktop
until later, since working from the command line is a better way to read the
feedback.
Using this command did get me past the "not enough space in local heap,"
but the program soon hung again. Reading in the command window the steps that
the program had taken, I saw that a certain dll file was being requested by the
program. I located this file and copied it into the
/home/my_username/.wine/drive_c/bcs directory, and registered it with Wine
using the Wine utility that helps with dll files (sorry I don't recall the
utility program's name right now). This helped, but there were still minor
bugs.
I added a number of other dll files from different places. One which was
specifically called for in the feedback from the command window I was not able
to find on my Windows partition, so I located it on the Internet, copied it to
my Wine BCS directory and registered it with Wine using the utility mentioned
above. So now it works.
At one point in this process, after I had figured out the necessary
environment for BCS, I did an install under Wine from a Gramcord for Windows CD
(Series 1E). I don't know whether or not this affected the outcome.
When I put an icon on my desktop to start BCS, the command I used was as
follows:
env -i PATH=$PATH DISPLAY=$DISPLAY HOME=$HOME /usr/bin/wine "C:\bcs\Bcs.exe"
In the "Work path" space I put the following:
/home/my_username/.wine/drive_c/bcs
If you use these command lines, be sure that the capitalization of letters and
the filenames in all repects correspond to what you have in your
/home/your_username/.wine directory.
I can give no guarantees that what has worked for me will definitely work
on your system. But I recommend it as a way that I got my BCS-Gramcord program
up and running.
All the best,
David Moore
--
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=19236
Summary: division by zero in CreateUrlCacheEntryW in wininet
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dillinger417(a)yahoo.com
the value stored in register eax is being divided by the value stored in
register ecx which is 0.
--
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=9124
--- Comment #17 from Predatory QQmber <virtuousfox(a)gmail.com> 2009-07-13 16:04:45 ---
1.1.25 :(
people say that it may have something to do with EAX
--
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=8272
--- Comment #24 from Vit Hrachovy <vit.hrachovy(a)sandbox.cz> 2009-07-13 15:40:37 ---
When using audio driver 'Miles fast 2D positional audio' (default for this
game) the issue still persists in Wine 1.1.25.
When using 'RAD game tools RSX 3D audio' the game exits immediately but crashes
with page fault:
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 70
fixme:d3d_surface:surface_load_ds_location No up to date depth stencil location
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
wine: Unhandled page fault on read access to 0x02b51e18 at address 0x22d0d0e3
(thread 001b), starting debugger..
--
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=19311
Summary: IE8 "cannot find 'about:SecurityRisk'"
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/C/C/0/CC0BD555-
33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22358)
--> (http://bugs.winehq.org/attachment.cgi?id=22358)
IE8 XP Wine 1.1.25 console output
On loading Internet Explorer 8 for Windows XP (haven't yet tested other OS), IE
reports "Cannot find 'about:SecurityRisk'. Make sure the path or Internet
address is correct."
Clicking OK allows IE8 to load where it says it again. Clicking OK lets IE8
get on with it.
--
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=9036
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Version|unspecified |0.9.41.
Resolution| |FIXED
--- Comment #12 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-07-13 12:05:54 ---
Reported fixed. Reopen if not.
--
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=15152
Summary: Icewind Dale 1: Installation regression
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
An error occured during the move data process -117
Component: Full\English
File Group:
File: D:\CD2\Data\MVEfile1.bif
The game does not produce a log unfortunately. The only line I had is
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x8b2,
disabling mixer
Which I do not believe to have any connection with the issue. I could install
the game flawlessly on Wine 1.1.0, therefore I believe it is a regression.
--
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=14187
Summary: Dark Messiah of M&M : Setup fails to start
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Here is what I get when I try to install the game.
xavier@Xavier:/media/cdrom0/Disk1$ wine setup.exe
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
wine: could not load L"D:\\Disk1\\setup.exe": Bad EXE format for
xavier@Xavier:/media/cdrom0/Disk1$ X Error of failed request: BadWindow
(invalid Window parameter)
Major opcode of failed request: 38 (X_QueryPointer)
Resource id in failed request: 0x440000b
Serial number of failed request: 23
Current serial number in output stream: 23
Others have reported the issue in the game's file on AppDB as well.
--
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=8424
--- Comment #19 from Austin English <austinenglish(a)gmail.com> 2009-07-13 11:53:50 ---
Is this still an issue in current (1.1.25 or newer) wine?
--
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=8272
--- Comment #23 from Austin English <austinenglish(a)gmail.com> 2009-07-13 11:53:06 ---
Is this still an issue in current (1.1.25 or newer) wine?
--
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=1490
--- Comment #29 from Austin English <austinenglish(a)gmail.com> 2009-07-13 11:52:41 ---
Is this still an issue in current (1.1.25 or newer) wine?
--
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=7915
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |testcase
--- Comment #26 from Austin English <austinenglish(a)gmail.com> 2009-07-13 11:28:15 ---
Surely still present.
--
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=19302
Summary: Mozilla firefox: hard to minimize (dogfood)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://getfirefox.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
With firefox 3.5, run it as normal. Now, try to minimize it. It will pretend to
go to the tray, but then restore itself, without focus. If you try to minimize
it again without restoring focus, then it will minimize properly. But if it
regains focus (clicking anything other than minimize/close/maximize icons),
then minimize, the bug reappears.
Minor, but annoying.
--
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=15636
Summary: Colin McRae Rally 2.0 draws no background during race
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://cdn.gamezone.com/pub/gamezone/16/0/86/cmr2pcdemo.
zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=16677)
--> (http://bugs.winehq.org/attachment.cgi?id=16677)
screenshot. The black area in the lower right comes from the snapshot tool:
This area was not redrawn.
During race, Colin McRae Rally 2.0 draws neither road nor other
background (see attached picture), i.e. the game is unplayable.
This affects both the commercial and the demo version, available from
http://downloads.gamezone.com/demosfiles/t1582.htmhttp://cdn.gamezone.com/pub/gamezone/16/0/86/cmr2pcdemo.zip
This may be a driver issue. I'm using Ubuntu 8.04 with the Intel XOrg
video driver.
This could as well be a "Wine's DirectX6 not good enough" issue.
The in-game graphics selection menu displays no other "choice" than
"DirectDraw HAL", i.e. only DirectX6 is recognized.
Indeed, during install, a requester says "your machine is not ... for
DirectX7". The DirectX7a installer is distributed with the game.
So this could be a DirectX7 detection issue.
Alas, the game's configuration (Configuration/*.rcf) is a binary file, so I
cannot change the graphics driver.
Default trace output is attached. It contains a lot of
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_DXT5 to WINED3DFMT_A4R4G4B4
with XxYx16bit or
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_DXT5 to WINED3DFMT_A8R8G8B8
with a XxYx32bit resolution setting.
Could that be related to the missing background?
--
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.