Re: winebuild port to ARM?

2012-07-07 Thread André Hentschel
Am 07.07.2012 16:04, schrieb Roger Cruz: > I worked around it by not needing the information about the number of > arguments and their sizes which is what I was asking for at the time. > However, I still have the need for that data so once Wine makes it available, > I can change my code to cons

Re: winebuild port to ARM?

2012-07-07 Thread Roger Cruz
I worked around it by not needing the information about the number of arguments and their sizes which is what I was asking for at the time.  However, I still have the need for that data so once Wine makes it available, I can change my code to consume it.   Regards Roger Cruz  

Re: [PATCH] ntdll: Add stubs for WinSqmStartSession / WinSqmEndSession

2012-07-07 Thread André Hentschel
Am 07.07.2012 01:08, schrieb Detlef Riekenberg: > It was to simple for a stub. > I added more parameter, until the 32-Bit app stopped crashing. > > -- > By by ... Detlef > --- > dlls/ntdll/rtl.c | 18 ++ > 1 files changed, 18 insertions(+), 0 deletions(-) > > diff --git a/dlls/

Re: winebuild port to ARM?

2012-07-07 Thread André Hentschel
Am 07.07.2012 09:39, schrieb Roger Cruz: > That is great Andre. I managed to work-around the issue for the time-being > but having this work properly on ARM is a great step. Looking forward to > your contribution. How did you work around it? Can i please get a patch if available? -- Best

Re: Debugging wine/windows applications

2012-07-07 Thread John Yani
Actually, to enable attach, I had to make ptrace more permissive: https://wiki.ubuntu.com/SecurityTeam/Roadmap/KernelHardening#ptrace_Protection by doing "echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope" To run it under eclipse I had to choose Traditional Attach to process instead of DSF. On

Re: Debugging wine/windows applications

2012-07-07 Thread John Yani
Attach works. Thanks!

Re: Debugging wine/windows applications

2012-07-07 Thread John Yani
So, you didn't try to build wine? Installed wine also works for me.

Re: Debugging wine/windows applications

2012-07-07 Thread Marcus Meissner
On Sat, Jul 07, 2012 at 01:25:12PM +0300, John Yani wrote: > I tried "WINELOADER=./wine winedbg --gdb notepad" > > And its output is the same as "./wine winedbg --gdb notepad" Well, i have a installed wine... but doing this there: wine winedbg.exe --gdb notepad.exe 0042:0043: create process 'C

Re: Debugging wine/windows applications

2012-07-07 Thread John Yani
Maybe it's because I'm building on chrooted Ubuntu x32 and run on Ubuntu x64?

Re: Debugging wine/windows applications

2012-07-07 Thread John Yani
I tried "WINELOADER=./wine winedbg --gdb notepad" And its output is the same as "./wine winedbg --gdb notepad"

Re: Debugging wine/windows applications

2012-07-07 Thread John Yani
Unfortunately, it doesn't work: ./wine winedbg --gdb notepad.exe err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\notepad.exe" failed, status c022 0023:0024: create process ''/0x1106c0 @0x7ebe233c (0<0>) fixme:dbghelp:EnumerateLoadedModulesW64 If this happens,

Re: Debugging wine/windows applications

2012-07-07 Thread Marcus Meissner
On Sat, Jul 07, 2012 at 01:11:42PM +0300, John Yani wrote: > Did you mean './wine winedbg --gdb notepad'? Because I can't find winedbg > binary. This would be the same. There usually is a "winedbg" wrapper installed that does the same, but for all purposes its the same thing. Ciao, Marcus

Re: Debugging wine/windows applications

2012-07-07 Thread John Yani
Did you mean './wine winedbg --gdb notepad'? Because I can't find winedbg binary.

Re: winebuild port to ARM?

2012-07-07 Thread Roger Cruz
That is great Andre.  I managed to work-around the issue for the time-being but having this work properly on ARM is a great step.  Looking forward to your contribution.   Regards, Roger   From: André Hentschel To: wine-devel@winehq.org; Roger Cruz Sent: Frida