http://bugs.winehq.org/show_bug.cgi?id=3570
------- Additional Comments From willie(a)froq.net 2005-30-10 08:44 -------
You were right! Running a +process trace shows something. The executable
extracts a file to Windows\Temp, called "License Cleanup ESD.0001". That one's
a win32 executable as well, and gets executed. As soon as it's started, the
popup appears.
The license/ protection system seems to be somewhat common, it's not by
Pixologic (and therefore not part of the demo), and might be used for a few
other applications as well. I'll try to find out more!
--
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=3561
------- Additional Comments From I-SAngeli(a)siriush.com 2005-30-10 08:02 -------
This is what i see from konsole when I run wine /mnt/dvd/Bin/ACADFeui/setup.exe
fixme:msi:MsiInstallProductW L"acad.msi" L"
WISE_SETUP_EXE_PATH=\"Z:\\mnt\\dvd\\Bin\\ACADFeui\\setup.exe\" "
fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for type 1 (key path
L"CLSID\\{CCB4EC60-B9DC-11D1-AC80-00A0C9034873}\\InprocServer32", value (null))
fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for type 0 (key path
L"Software\\[Manufacturer]\\[ACADREGPRODUCTNAME]\\[ACADVER15]\\[ACAD15COOKIE]",
value L"Location")
fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for type 0 (key path
L"Software\\[Manufacturer]\\[ACADREGPRODUCTNAME]\\[ACADVER15]\\[ACAD15COOKIE]",
value L"AcadLocation")
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:ACTION_CostFinalize cost should be diff in size
err:msi:ITERATE_Actions Execution halted due to error (1603)
This is also a listing of this folder:
acad1.cab clean15.lst m14.cab m21.cab m28.cab m34.cab m40.cab m47.cab
m53.cab m9.cab upgrade.lst
acad.ico docs m15.cab m22.cab m29.cab m35.cab m41.cab m48.cab
m54.cab Msi version.lst
acad.msi Eula m16.cab m23.cab m2.cab m36.cab m42.cab m49.cab
m55.cab readme.hlp Windows System Drivers
autorun.exe m10.cab m17.cab m24.cab m30.cab m37.cab m43.cab m4.cab
m5.cab setup.exe
autorun.inf m11.cab m18.cab m25.cab m31.cab m38.cab m44.cab m50.cab
m6.cab setup.ini
backup.lst m12.cab m19.cab m26.cab m32.cab m39.cab m45.cab m51.cab
m7.cab sharecount.lst
clean14.lst m13.cab m20.cab m27.cab m33.cab m3.cab m46.cab m52.cab
m8.cab support
I hope there is someone able to solve this msi issue. I hope not to grow old
before running AutoCad on Linux. :-)
Thank you,
Spiro
--
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=3683
guess.who(a)freesurf.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From guess.who(a)freesurf.fr 2005-30-10 07:39 -------
Ok !
With 0.9.1 version the problem is solved :)
Thx, it works fine :)
--
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=3217
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-30-10 07:00 -------
i'm afraid there's no simple fix this now. However, if you add a simple
Sleep(5); in dlls/winmm/time.c right here:
/**************************************************************************
* timeGetTime [MMSYSTEM.607]
* timeGetTime [WINMM.@]
*/
DWORD WINAPI timeGetTime(void)
{Sleep(5);
#if defined(COMMENTOUTPRIORTODELETING)
.
.
the game runs just fine. Also make sure to add a key Managed=N under
HKCU/Software/Wine/x11drv, otherwise an annoying window will be on top of the
game. Audio set to OSS emulation. With these simple hacks you can play the game
at least quite nice for now until someone has a real fix.
--
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=2858
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-30-10 04:45 -------
* KnuX wrote:
|
| Many applications needs Internet Explorer to be installed. It will be very
| good if ie6setup.exe can be run with a win2k wine version and this will be a
| good step for wine indeed.
So install and run IE in win98 mode, while keep your other applications in win2k
mode. I doubt they will see a difference. Wine infrastructure is quite more
unified than the whole 9x-to-NT Windows tree.
I write this not to close a bug, of course, which persists, but to make your
life easier. :)
If I am wrong, point us to those apps, which strightly depend on IE being
installed in w98 or w2k versions. Such reports can be transformed as a separate
bug reports, I believe.
--
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=3570
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-30-10 02:07 -------
| "trace+reg" gives an output
O dear, I misread this as "gives no output". :-]
I am Sorry.
Yet I think you should try running full version with several debug flag combination.
"warn+all" may give you some unusual warnings.
"+loaddll" or "+module" should show the dlls being loaded.
"+relay,+snoop,+msgbox" should give you some application activity just before it
pops up message box if you cut tail of some thousands of lines of Wine output.
"+file,+reg" should give another view of what app is doing.
"+process" will show any child processes launched (I imagine that may be a
reason of seeing no traces)
"+tid" adding this flag shows you what thread does every trace come from.
Then I'd try these:
"+hook",
"+ntdll",
"+nls"
"+server".
But it's hard to tell without having loaded dll list and without a relay trace.
Of course, it's hard to tell what is wrong at first sight. To find unusualities
you can use command 'diff -u' between the log of demo version and the full one.
Then lines belonging only to demo will be prepended with '-', while ones of
full version will get the '+'.
Also you can read some inspiring docs and find some usefull ideas on debugging
and finding how ZBrush copy protection works:
[1] http://www.winehq.org/site/developer-cheatsheet
[2] http://wiki.winehq.org/DebuggingTutorials
--
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=3701
Summary: Office XP corrupt installation source
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philip.kent(a)ntlworld.com
After some fiddling to get the Office System Update to install I got to yet
another Office problem. When I tell it to start the installation it half
completes the Prepairing to Install section when it reports that the
installation source is corrupt. This is not the case as it works fine on my
Windows computer. Please see the attached log
(after this I will try Office 2003 trial)
--
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=3681
philip.kent(a)ntlworld.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
------- Additional Comments From philip.kent(a)ntlworld.com 2005-30-10 01:27 -------
Thats ok. Ill try Office XP next :-D (and that may be a nightmare as that
installs Access!)
--
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.