re: First contact

2010-11-03 Thread Dan Kegel
It's probably your game's copy protection. We can't advise you on circumventing it. The question probably belongs on wine-users, not wine-devel...

Re: First contact

2010-11-03 Thread Andréas LIVET
Hi everyone, Sorry for flooding, but I'm stuck with my bug, I try several debug output channel (+heap, +snoop etc.) but the log shows nothing. It's like I click on the "start" button and boom! Access_violation exception. And what's weird is that the game is still running. I thought that an access

Re: First contact

2010-10-27 Thread Andréas LIVET
Hi all, Back to my bug with Paraworld, I finally manage to get WINEDELAY patch working as I wanted and to stop the program execution with winedbg. Winedbg stop either into the glib or into NtDelayExecution or into binary code, so not so usefull for now... But, if launch the game with those optio

Re: First contact

2010-10-27 Thread Andréas LIVET
Hi, Thanks for the usefull links Dan Welcome aboard. I hope you have more than 1 hour / week, it takes a > while to come up the learning curve. > :) I hope too, but as I am a professional developer, most of the time I haven't the energy to code at home... I think my time on wine will depend on m

Re: First contact

2010-10-26 Thread Andréas LIVET
On Wed, Oct 27, 2010 at 1:04 AM, Austin English wrote: > On Tue, Oct 26, 2010 at 10:58 PM, Andréas LIVET > wrote: > > For the patch, I think I understand the concept (I never use git before > and > > never apply a patch), I have to selection the diff text and save it into > a > > file (let's say

Re: First contact

2010-10-26 Thread Dan Kegel
On Tue, Oct 26, 2010 at 10:58 PM, Andréas LIVET wrote: > For the patch, I think I understand the concept (I never use git before and > never apply a patch), I have to selection the diff text and save it into a > file (let's say debug.patch) Copy and paste sometimes screws up patches. Better to s

Re: First contact

2010-10-26 Thread remc...@gmail.com
On Wed, Oct 27, 2010 at 00:44, Andréas LIVET wrote: > Other question, is there a way with winedbg to "pause" program execution > without having set any breakpoint. In my case, I don't know where to put the > breakpoint so I wanted to break the program execution and see where it ends. Press Ctrl-C

Re: First contact

2010-10-26 Thread Austin English
On Tue, Oct 26, 2010 at 10:58 PM, Andréas LIVET wrote: > For the patch, I think I understand the concept (I never use git before and > never apply a patch), I have to selection the diff text and save it into a > file (let's say debug.patch) and then type : > > git apply debug.patch > > Is that rig

Re: First contact

2010-10-26 Thread Andréas LIVET
For the patch, I think I understand the concept (I never use git before and never apply a patch), I have to selection the diff text and save it into a file (let's say debug.patch) and then type : git apply debug.patch Is that right? I got some error with this patch. I've try with a more recent ve

First contact

2010-10-26 Thread Andréas LIVET
Hi all wine developers, I read this mailing list for about one year I guess but I think I never send a message. Because until this Monday, I was a spectator, now I wanna become an "actor", I want to learn how to hack wine :). I don't have a lot of time, 1 hour/week, maybe more, but I just want to