http://bugs.winehq.org/show_bug.cgi?id=6541
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-27-10 17:35 -------
um...it's correctly failing because cscript.exe is not found in system32. You
need to install Windows Scripting Host, as this installer expects it to be
installed.
--
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=5326
------- Additional Comments From the3dfxdude(a)gmail.com 2006-27-10 17:30 -------
Initial xinerama support was added. Try again with wine 0.9.24.
--
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=6502
------- Additional Comments From nlaw(a)nildram.co.uk 2006-27-10 17:30 -------
Hi Alexander,
The last comment about ATI cards causing wow to crash hard is not strictly true.
I have an ATI 9550 an my system and I've never seen wow crash.
Either the crashing is specific to the X series ATI cards or some other reason.
The only problem I see with my 9550 is the minimap turn white when I go inside a
building, as soon as I exit the building it's back to normal.
This is in opengl not direct3D
--
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=6541
Summary: makemsi fails to install
Product: Wine
Version: 0.9.23.
Platform: Other
URL: http://www.softpedia.com/get/Authoring-tools/Setup-
creators/MAKEMSI.shtml
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
>From the downloadpage:
"MAKEMSI is a freeware tool which allows you to quickly and automatically create
MSI based installers.
Once set up subsequent rebuilds take minutes and in general require no MSI skills."
Unfortunately it doesn't install.....It pops up a messagebox that CSCRIPT caould
not be found. In the console only 3 lines:
err:msi:read_properties_from_data propid 10 has unknown type
err:msidb:WHERE_VerifyCondition Couldn't find column L"The"
err:msi:ITERATE_Actions Execution halted, action L"AbortIfCa001" returned 1627
--
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=6502
------- Additional Comments From atrauzzi(a)gmail.com 2006-27-10 17:14 -------
* sorry, not interface garbage....
"console garbage"
--
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=6502
------- Additional Comments From atrauzzi(a)gmail.com 2006-27-10 17:13 -------
Actually, running "wow.exe -opengl" causes ATI cards to crash hard. Doesn't
even start up the program. Just blurts out a lot of interface garbage and exits.
--
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=6502
------- Additional Comments From the3dfxdude(a)gmail.com 2006-27-10 17:11 -------
This bug is basically describing the same thing as in bug 4143 response #55. Now
the problem may have changed a bit since then? When were ATI cards fixed? I want
to understand why this is only an Nvidia problem at this point.
--
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=6012
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2006-27-10 16:25 -------
The problem is that we don't handle continuous cabs correctly. I'll be sending
patches in for this shortly.
--
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=3236
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2006-27-10 16:23 -------
Patch was accepted:
http://winehq.org/pipermail/wine-cvs/2006-October/027326.html
One thing to note, there is a tricky process to switching disk in Unix. If
you're current directory in bash is the directory of the cdrom, the kernel
thinks there's a hold on the cdrom and it won't let you eject, so you have to
follow these steps when running an install:
1) cd /media/cdrom
2) wine setup.exe & (<-- the & is important so you can cd out of the cdrom directory
3) cd / (anywhere but the cdrom directory)
4) wine eject (when it asks for the next disk)
5) winecfg (you might have to setup up the cdrom drive in winecfg->drives if you
don't have the right version of hal)
6) Press 'Retry'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.