On Thu, Sep 9, 2010 at 11:39 AM, Reece Dunn wrote:
>> sh winetricks firefox flash
>> and fired it up... but it hung. (And it even hung my desktop
>> once; had to use CTL ALT F1, kill firefox, and ALT F7 to recover.
>> It must have hung while holding an X grab, that mysterious
>> problem describe
Am 09.09.2010 12:34, schrieb Dmitry Timoshkov:
> André Hentschel wrote:
>
CONTROL and INTEGER are standard defines, but ia64 and ARM don't define
CONTEXT_FLOATING_POINT
>>>
>>> ia64 does define CONTEXT_FLOATING_POINT, ARM probably should also do.
>>>
>> A standard ARM CPU doesn't has a
Perhaps making a hash based on app name and version in the appdb, and then
have wine reading the hash from the app to check against the appdb.
If anyone uses Fedora, their ABRT tool generates hashes for different bugs
and then searches their bugzilla before submitting the crash dump, to find
if a
On Thu, Sep 9, 2010 at 6:12 PM, Damjan Jovanovic wrote:
> On Thu, Sep 9, 2010 at 5:47 PM, Austin English
> wrote:
>> On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio
>> wrote:
>>> On Thu, 9 Sep 2010 00:59:32 -0700
>>> Dan Kegel wrote:
>>>
Watching Twitter, one fairly frequently seems peop
Le 09/09/2010 18:13, Jerome Leclanche a écrit :
Eric,
When running a program with "r" in winedbg, I get:
fixme:winedbg:dbg_run_debuggee Re-running current program with "\r" as
args is broken
Does this have anything to do with the EOL conversion issues?
no, it has been broken for years
(if
Adam Martinson writes:
> +extern inline const struct list* nsList_from_xmlDocPtr(xmlDocPtr doc);
Declaring an extern function inline doesn't make much sense. Also it
would be more generally useful if it didn't return a const pointer.
--
Alexandre Julliard
julli...@winehq.org
Alexandre Goujon writes:
> @@ -522,8 +522,18 @@ static HRESULT parse_display_name(IAssemblyNameImpl
> *name, LPCWSTR szAssemblyNam
> if (!str)
> return E_OUTOFMEMORY;
>
> -ptr = strstrW(str, separator);
> -if (ptr) *ptr = '\0';
> +ptr = strchrW(str, ',');
> +
> +i
Dan Kegel kegel.com> writes:
>
> So I wanted to quickly try youtube in wine to verify sound
> was working. I think I used to use Firefox for this, so
> I did
> sh winetricks firefox flash
This is a regression, this used to work a couple of months/ 1 year (?) ago, but
it hangs. If someone wi
On 9 September 2010 19:29, Dan Kegel wrote:
> So I wanted to quickly try youtube in wine to verify sound
> was working. I think I used to use Firefox for this, so
> I did
> sh winetricks firefox flash
> and fired it up... but it hung. (And it even hung my desktop
> once; had to use CTL ALT F1,
So I wanted to quickly try youtube in wine to verify sound
was working. I think I used to use Firefox for this, so
I did
sh winetricks firefox flash
and fired it up... but it hung. (And it even hung my desktop
once; had to use CTL ALT F1, kill firefox, and ALT F7 to recover.
It must have hung w
On 09/09/2010 04:09 PM, Luca Bennati wrote:
Hi Luca,
You need to add the UTF-8 pragma:
Warning: string "&Sì" seems to be UTF-8 but codepage 1252 is in use.
Warning: string "&Più finestre..." seems to be UTF-8 but codepage 1252
is in use.
--
Cheers,
Paul.
On Thu, Sep 9, 2010 at 5:47 PM, Austin English wrote:
> On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio wrote:
>> On Thu, 9 Sep 2010 00:59:32 -0700
>> Dan Kegel wrote:
>>
>>> Watching Twitter, one fairly frequently seems people trying
>>> and failing to run iTunes 10 and the like in Wine.
>>>
>>
Eric,
When running a program with "r" in winedbg, I get:
fixme:winedbg:dbg_run_debuggee Re-running current program with "\r" as
args is broken
Does this have anything to do with the EOL conversion issues?
J. Leclanche
On Wed, Sep 8, 2010 at 9:32 PM, Reece Dunn wrote:
> On 8 September 2010 21
On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio wrote:
> On Thu, 9 Sep 2010 00:59:32 -0700
> Dan Kegel wrote:
>
>> Watching Twitter, one fairly frequently seems people trying
>> and failing to run iTunes 10 and the like in Wine.
>>
>> Should we let them bash their heads against the wall like that
On Thu, Sep 9, 2010 at 8:06 AM, Luke Benstead wrote:
> I brought up a long time ago the idea of having something like this that
> checked the current rating in the appdb. So exe files are associated with
> the appdb entry and double-clicking would say something like: "This Windows
> application is
On 9 September 2010 15:53, Dan Kegel wrote:
> Scott wrote:
> > This would be relatively simple to implement, and would even
> > be doable with a shell script outside of Wine. Just md5sum
> > the .exe, compare it with a blacklist, pop the warning if so,
> > and if not pass it to the normal Wine p
Scott wrote:
> This would be relatively simple to implement, and would even
> be doable with a shell script outside of Wine. Just md5sum
> the .exe, compare it with a blacklist, pop the warning if so,
> and if not pass it to the normal Wine process.
You'd probably want to sha1sum only the first m
Rosanne DiMesio wrote:
>> Maybe we should detect the top ten apps that don't work
>> with Wine, and put up a warning dialog saying they are
>> known not to work, and people shouldn't try.
>
> Do you really want to prevent users from ever
> testing these apps in new versions of Wine,
> or trying to
On Thu, Sep 9, 2010 at 1:46 PM, Scott Ritchie wrote:
> This would be relatively simple to implement, and would even be doable
> with a shell script outside of Wine. Just md5sum the .exe, compare it
> with a blacklist, pop the warning if so, and if not pass it to the
> normal Wine process.
Wouldn
On Thu, 9 Sep 2010 00:59:32 -0700
Dan Kegel wrote:
> Watching Twitter, one fairly frequently seems people trying
> and failing to run iTunes 10 and the like in Wine.
>
> Should we let them bash their heads against the wall like that?
>
> Maybe we should detect the top ten apps that don't work
>
Hi Paul,
On Thu, Sep 9, 2010 at 2:19 AM, Paul Vriens wrote:
>
> todo_wine's that succeed are marked as failures so that means these are not
> fixed on (at least) AJ's box as otherwise previous patches would have been
> rejected.
>
The reason they didn't show up as test succeeded failures on wine
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=5160
Your paranoid android.
On 09/09/2010 12:59 AM, Dan Kegel wrote:
> Watching Twitter, one fairly frequently seems people trying
> and failing to run iTunes 10 and the like in Wine.
>
> Should we let them bash their heads against the wall like that?
>
> Maybe we should detect the top ten apps that don't work
> with Wine,
André Hentschel wrote:
> >> CONTROL and INTEGER are standard defines, but ia64 and ARM don't define
> >> CONTEXT_FLOATING_POINT
> >
> > ia64 does define CONTEXT_FLOATING_POINT, ARM probably should also do.
> >
> A standard ARM CPU doesn't has a FPU, so i guess that don't make sense.
Probably,
Am 09.09.2010 11:07, schrieb Dmitry Timoshkov:
> André Hentschel wrote:
>
>> CONTROL and INTEGER are standard defines, but ia64 and ARM don't define
>> CONTEXT_FLOATING_POINT
>
> ia64 does define CONTEXT_FLOATING_POINT, ARM probably should also do.
>
A standard ARM CPU doesn't has a FPU, so i
On 9 September 2010 02:40, Misha Koshelev wrote:
> +while (count < MAX_FVF_DECL_SIZE && (count == 0 ||
> declaration[count-1].Stream != 0xFF))
> +{
> +count++;
> +}
> +if (count > 1)
> +{
> +vertex_size = declaration[count-2].Offset +
> d3dx_decltype_size[decl
André Hentschel wrote:
> CONTROL and INTEGER are standard defines, but ia64 and ARM don't define
> CONTEXT_FLOATING_POINT
ia64 does define CONTEXT_FLOATING_POINT, ARM probably should also do.
--
Dmitry.
You could also add Office 2010 to the list. :)
Tom
On Thu, Sep 9, 2010 at 3:59 PM, Dan Kegel wrote:
> Watching Twitter, one fairly frequently seems people trying
> and failing to run iTunes 10 and the like in Wine.
>
> Should we let them bash their heads against the wall like that?
>
> Maybe we
Watching Twitter, one fairly frequently seems people trying
and failing to run iTunes 10 and the like in Wine.
Should we let them bash their heads against the wall like that?
Maybe we should detect the top ten apps that don't work
with Wine, and put up a warning dialog saying they are
known not t
29 matches
Mail list logo