Re: Real-world appdb

2005-02-06 Thread Scott Ritchie
On Mon, 2005-02-07 at 01:16 +0100, Holly Bostick wrote: > I had forgotten the precise URL directly to the appdb, so I had to > start from the main site, which brings me to my first useability > complaint: too long a trail to get to the app I'm looking for. > First of all, thank you for writing th

Re: Real-world appdb

2005-02-06 Thread Ivan Leo Puoti
Holly Bostick wrote: I had to go through 4 links just to get to the main application page. First, the sidebar link from the main site to the appdb front page. This front page is useless to me (and imo, fairly useless overall), since the majority of the "Gold" and "Silver' apps so prominently liste

Re: Real-world appdb

2005-02-06 Thread Jonathan Ernst
Le lundi 07 fÃvrier 2005 Ã 01:16 +0100, Holly Bostick a Ãcrit : > 1.2) The "Description" area is well-placed and sized, but the > information contained therein is generally pointless and should be a > "Summary" instead. Most of the descriptions I read told me what the > application is and does

Re: appdb : database error for screenshots

2005-02-06 Thread Jonathan Ernst
Le lundi 07 fÃvrier 2005 Ã 01:57 +0100, T'aZ a Ãcrit : > hi > > in the The top-10 Gold List from http://appdb.winehq.org/ > all links to the screenshots returns with an error : > Database Error! > Query: SELECT appData.*, appVersion.appId as appId FROM appData, > appVersion WHERE appVersion.versi

RE: Graphical debugging instead of winedbg

2005-02-06 Thread Oliver Stieber
--- Ann and Jason Edmeades <[EMAIL PROTECTED]> wrote: > >KDBG seems to be working ok, except when I select > run > >winedbg reports > > >Unknown packet request vCont? > >0015:0016: exception code=0x406d1388 > > >http://www.rons.net.cn/htp/gdb/gdb_33.html > > >vCount should be valid so

appdb : database error for screenshots

2005-02-06 Thread T'aZ
hi in the The top-10 Gold List from http://appdb.winehq.org/ all links to the screenshots returns with an error : Database Error! Query: SELECT appData.*, appVersion.appId as appId FROM appData, appVersion WHERE appVersion.versionId = appData.versionId AND type = 'image' AND appId = 1533 Column:

RE: Graphical debugging instead of winedbg

2005-02-06 Thread Oliver Stieber
> >vCount should be valid so I'll see if I can find > out > >what's not going on. > > > Weird - I just cannot get things working with this > one. I'm happy to try any > graphical environment, or update portions of my > Linux to get it working - > Any suggestions on where to start? kdbg and ddd wo

Real-world appdb

2005-02-06 Thread Holly Bostick
If I may interrupt and split off the various theoretical discussions about recoding the appdb, I'd like to report my experiences actually using the appdb as it is today. I wanted to use the appdb in order to (attempt to) solve some installation problems with several applications (two games, two app

Re: Regression in "DeusEx"

2005-02-06 Thread Carlos Lozano
Hello again, > The patch: > http://www.winehq.org/hypermail/wine-cvs/2004/10/0395.html > > Log message: >Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop >forever too if WM_PAINT is not handled properly. > > Causes regression in the game "DeusEx". > The game was playa

Re: Graphical debugging instead of winedbg

2005-02-06 Thread Oliver Stieber
--- Eric Pouech <[EMAIL PROTECTED]> wrote: > Ann and Jason Edmeades a écrit : > > Hi > > > > I was trying to get a gui replacement for winedbg > as I can never remember > > how to view memory etc, and saw > > > http://www.winehq.com/site/docs/wine-devel/dbg-others > > > where it talks about us

Regression in "DeusEx"

2005-02-06 Thread Carlos Lozano
Hello, The patch: http://www.winehq.org/hypermail/wine-cvs/2004/10/0395.html Log message: Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop forever too if WM_PAINT is not handled properly. Causes regression in the game "DeusEx". The game was playable before of the patch,

RE: Graphical debugging instead of winedbg

2005-02-06 Thread Ann and Jason Edmeades
>KDBG seems to be working ok, except when I select run >winedbg reports >Unknown packet request vCont? >0015:0016: exception code=0x406d1388 >http://www.rons.net.cn/htp/gdb/gdb_33.html >vCount should be valid so I'll see if I can find out >what's not going on. >I've tried ddd and get th

RE: Graphical debugging instead of winedbg

2005-02-06 Thread Ann and Jason Edmeades
Hi, >> 1. Winedbg: >> I can get to the trap by winedbg program.exe, cont, and it stops and >> displays everything ok >> >> 2. KDBG: I launch winedbg --gdb --no-start program.exe, and it starts and >> issues the line target remote localhost:32835 >> >> I then issue kdbg -r localhost:32835 /usr/lo

Re: Graphical debugging instead of winedbg

2005-02-06 Thread Oliver Stieber
--- Eric Pouech <[EMAIL PROTECTED]> wrote: > Ann and Jason Edmeades a écrit : > > Hi > > > > I was trying to get a gui replacement for winedbg > as I can never remember > > how to view memory etc, and saw > > > http://www.winehq.com/site/docs/wine-devel/dbg-others > > > where it talks about us

Re-examining SetThreadContext

2005-02-06 Thread Mike Hearn
Hi Alexandre, A user recently reported another app that doesn't work due to Armadillo copy protection. This scheme requires SetThreadContext/GetThreadContext to work properly and currently they do not. These two functions require the thread to be suspended, therefore they always return a bogus co

Regression in x11drv windows handling

2005-02-06 Thread Maxime Bellengé
I have one of my applications which no longer works correctly after this patch : ChangeSet ID: 15758 CVSROOT:/opt/cvs-commit Module name:wine Changes by: [EMAIL PROTECTED] 2005/01/28 11:25:50 Modified files: include: win.h dlls/x11drv: x11drv.h

Re: widl: let widl understand typedef enum

2005-02-06 Thread Mike Hearn
On Sat, 05 Feb 2005 12:37:08 -0600, Rob Shearman wrote: > Yeah, it seems strange, but I have a test program here that shows it is > 32-bits application-side for proxies/stubs. There's all kinds of brokenness going on in their variant marshalling, eg some types are mapped seemingly at random to ot

Re: Could not load 'KERNEL.DLL'

2005-02-06 Thread Andreas Mohr
Hi, On Sun, Feb 06, 2005 at 09:54:30PM +1100, Jeff Latimer wrote: > Andreas, I am suprised, my config is set to builtin, native by default > or at least that is what in in my config file. Goddammit, that was my nagging suspicion all the time, that I'm actually dead wrong on this. An additional W

Re: Could not load 'KERNEL.DLL'

2005-02-06 Thread Jeff Latimer
Andreas, I am suprised, my config is set to builtin, native by default or at least that is what in in my config file. Jeff Andreas Mohr wrote: Hi, On Sat, Feb 05, 2005 at 04:28:34PM +1100, Jeff Latimer wrote: 000a:trace:module:MODULE_LoadModule16 Trying native dll 'KERNEL.DLL' Your configuration