http://bugs.winehq.org/show_bug.cgi?id=8051
Stefan Dösinger <stefandoesinger(a)gmx.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kwixbit(a)gmail.com
--- Comment #37 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2008-03-29 06:25:37 ---
*** Bug 11946 has been marked as a duplicate of this bug. ***
--
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=9238
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-03-29 05:51:54 ---
Kent, can you please get the log requested by Jesse. Also, is there an updated
url for the demo? That link is dead.
--
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=5850
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.softprogres.sk/pr
| |og_winamb.php
Severity|critical |normal
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-03-29 05:21:42 ---
Not critical. Anyone speak slovakian and can try this? Reporter isn't
responding and I'm tempted to close it as abandoned.
--
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=5841
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-03-29 03:25:31 ---
Still present in wine 0.9.58.
--
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=8439
--- Comment #12 from Dan Kegel <dank(a)kegel.com> 2008-03-28 20:36:20 ---
Hmm. With today's git, the installer exits quite early,
saying
"Setup was unable to copy the file D:\\ to your temporary directory. Please
make sure that this file exists and rerun setup."
This message came becaus a SHFileOp call failed.
It turned out it was a copy without FOF_MULTIDESTFILES set,
and the caller seemed to have a single filename dest list,
without a terminating second null; after the first filename
was garbage. I tried a few things, but the only
way to get the installer past that problem without
breaking any tests was to treat invalid filenames
as list terminators. I'll attach that patch.
I'm afraid to write a test to verify that's correct
behavior, it seems a bit flimsy :-)
--
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=8571
--- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-03-28 17:43:03 ---
Still not working today. Often seems to hang.
Sometimes aborts with a font-y sort of stack dump
which 'winetricks corefonts' might help. But tracking
this down is frustrating as it usually seems to hang
(right after loading awt?)
--
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=7331
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-03-28 17:02:48 ---
Today the app's installer puts up this error dialog:
"Unable to load
C:\\windows\\temp\\{7CA413A2-E00B-478B-9903-C0D2A82EC6F4}\\G7AppUtils.dll"
Turns out that file exists but wineserver rejects it
because it has bad magic; it fails this test:
if (dos.e_magic != IMAGE_DOS_SIGNATURE) goto error;
If you click OK, though, it installs, no matter what serial
number you typed in.
On Windows XP, the app won't install, even if you
type in the right serial number, it tells you it's
invalid. An Amazon review says same thing happened to
him.
So this software is not worth spending time on.
--
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.