http://bugs.winehq.org/show_bug.cgi?id=6417
------- Additional Comments From marcus(a)jet.franken.de 2006-10-10 15:51 -------
i can confirm it works better with this patch
--
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=6418
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
Summary|regression, due to "Move WGL|P³atnik crashes
|extension code to |
|winex11.drv" patch |
------- Additional Comments From vitaliy(a)kievinfo.com 2006-10-10 15:51 -------
Please upgrade to latest GIT / CVS version and try again. There was number of
bugs fixed since 0.9.21
And what is the problem again? Don't linkt to external pastebins, _attach_ error
messages to the bug itself.
--
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=6042
------- Additional Comments From truiken(a)gmail.com 2006-10-10 15:49 -------
I've sent in a patch to fix the first problem. The installer looks for the
SOURCEDIR property to find the Abcpy.ini file that contains the serial, but the
SOURCEDIR property was not set correctly. My patch correctly set SOURCEDIR in
the ResolveSource action, but we run into another problem now. The
CA_GetUserInfo custom action occurrs in both the InstallExecuteSequence and
InstallUISequence tables. Here are the values compared with the ResolveSource
action:
InstallExecuteSequence InstallUISequence
------------------------------------------
ResolveSource 850 CA_GetUserInfo 925
CA_GetuserInfo 862 ResolveSource 960
The way Wine's msi works right now, if an install is a UI install, we run
through the InstallUISequence, and then the InstallExecuteSequence. This means
CA_GetUserInfo runs before ResolveSource and SOURCEDIR won't be set. I have a
log of the install run in Windows, and it shows that native actually joins the
two tables together when doing a UI install and runs the new table, in order.
In this case, ResolveSource gets called before CA_GetUserInfo and SOURCEDIR is
set. I'm in the process of writing a test case for this and I have a patch for
the fix on the way too.
--
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=6341
------- Additional Comments From infyquest(a)gmail.com 2006-10-10 15:34 -------
I have made a patch for this:
If you wanna test it i can send it to you
--
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=6414
------- Additional Comments From vinicius(a)faculdadesmaringa.br 2006-10-10 15:30 -------
You can download a demo in http://testes.faculdadesmaringa.br/programa.tar.gz
The developer do not permit that i put the database with the program. But, the
problem is that wine can't even check for the database... it gets stuck in the
splash screen!
Tks for your attention.
Vinicius
--
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=6417
------- Additional Comments From truiken(a)gmail.com 2006-10-10 15:27 -------
How coincidental. I have a patch to send in that fixes another bug, and it just
happens to fix this bug too :)
--
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=6419
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From truiken(a)gmail.com 2006-10-10 15:17 -------
Closing.
--
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=6419
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-10-10 15:17 -------
Nick, this bug is invalid. Your old .wine has a lot of old garbage and data
that interferes with the new install. Wine is still beta, and as such, you have
to rm -rf .wine and wineprefixcreate every now and then to get all the new
goodies in .wine. You can move your old .wine to .wine-old and use
WINEPREFIX=.wine-old if you don't want to both reinstalling other apps.
--
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.