Re: Why is services.exe crashing like this?

2012-11-21 Thread Roger Cruz
Hold that thought.  I may have introduced a dependency from ntdll to kernel32.dll as I tried to debug something else.  I had forgotten about it and now I see it may be problematic. From: Roger Cruz To: Wine Devel Sent: Thursday, November 22, 2012 1:50 AM

Why is services.exe crashing like this?

2012-11-21 Thread Roger Cruz
eas why this is happening?  Why doesn't it happen when other programs such as wineboot and explorer.exe are started?  It only happens with services.exe.  I am using Wine 1.4.2 Roger R. Cruz Program received signal SIGSEGV, Segmentation fault. 0x4003c304 in wine_cp_wcstombs (table=0x0, flags

Question on debugging wineboot..

2012-11-11 Thread Roger Cruz
child process? Thanks in advance Roger R. Cruz

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: 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

Re: Wine's support for reporting calling conventions

2012-06-06 Thread Roger Cruz
piler flag.  I guess one more research task for me :-) Regards, Roger From: Eric Pouech To: Roger Cruz Cc: Wine Devel Sent: Wednesday, June 6, 2012 8:12 AM Subject: Re: Wine's support for reporting calling conventions dwarf4 allows each compiler vendor

Re: Wine's support for reporting calling conventions

2012-06-06 Thread Roger Cruz
to output that information? Maybe thru a target plugin? Thanks Roger On Jun 6, 2012, at 3:06 AM, Eric Pouech wrote: > that's a limitation of dwarf format (IIRC, from the specs, you have > either the default CC for your programming language/ABI, or a specific > one witho

Wine's support for reporting calling conventions

2012-06-05 Thread Roger Cruz
has a DW_AT_calling_convention field but when I examine a Wine DLL  with objdump, it does not show this field in use.     /* FIXME: assuming C source code */     sig_type = symt_new_function_signature(ctx->module, ret_type, CV_CALL_FAR_C); Thanks Roger

Re: SymEnumSymbolsForAddr in dbghelp.dll

2012-04-17 Thread Roger Cruz
obviously I haven't looked through this entire array to see if this function got inserted into the wrong place.  I will continue to debug this but I figure I ask first in case there is a known issue which has been address in a subsequent release.   Regards Roger  

Re: SymEnumSymbolsForAddr in dbghelp.dll

2012-04-17 Thread Roger Cruz
nfirm.  Sometimes I ask also to see if anyone else is working on something similar so I don't duplicate the work and to get additional pointers on who to talk to like Juan did.  Much greatful for your help and all of you other wine developers out there Regards, Rog

Re: SymEnumSymbolsForAddr in dbghelp.dll

2012-04-16 Thread Roger Cruz
merate the arguments.  I will let you know more soon. Roger ____ From: Roger Cruz To: "wine-devel@winehq.org" Sent: Monday, April 16, 2012 9:13 PM Subject: SymEnumSymbolsForAddr in dbghelp.dll I wrote a simple piece of code that uses dbghelp.dll'

SymEnumSymbolsForAddr in dbghelp.dll

2012-04-16 Thread Roger Cruz
not implemented?  Are there any plans to? Thanks Roger R. Cruz

Re: winebuild port to ARM?

2012-04-16 Thread Roger Cruz
more knowledge were willing to port this file for us, it would be a great start :-) but failing that, I can fold up my sleeves and take a crack at it. Roger From: André Hentschel To: Wine Devel Sent: Friday, April 13, 2012 11:13 AM Subject: Re: winebuild po

Re: winebuild port to ARM?

2012-04-12 Thread Roger Cruz
Is anyone interested in helping me port the x86 specific code in Winebuild to ARM so I can get the relay tracing working?  I am relatively new to ARM so any help would be appreciate it.   Thanks Roger R. Cruz From: Roger Cruz To: "wine-devel@winehq.org&qu

winebuild port to ARM?

2012-04-09 Thread Roger Cruz
Has anyone worked or is currently working on porting the x86 specific code in Winebuild to ARM?  Specifically the relay.c file? Thanks Roger R. Cruz

Tools under the <>tools/winapi directory

2012-04-03 Thread Roger Cruz
  How are the tools under the winapi directory used?  I've tried running them but they all complain about the same error.   ~/sandbox/wine/sources/wine-1.3.36/dlls/kernel32$ ~/sandbox/wine/sources/wine-1.3.36/tools/winapi/winapi_extract winapi_extract: You must run this tool in the main Wine dire

OT: Looking for (paid) help with Wine development.

2012-04-03 Thread Roger Cruz
to sign a non-disclosure and non-compete agreement before proceeding.     If this is something that interests you, please email me privately at roger_r_cruz AT yahoo dot com   Warm Regards Roger R. Cruz

Re: Programmatically determining arguments to a WinAPI function

2012-04-02 Thread Roger Cruz
error. Is there any documentation on how to use these tools and what is their purpose? ~/sandbox/wine/sources/wine-1.3.36$ ~/sandbox/wine/sources/wine-1.3.36/tools/winapi/winapi_extract winapi_extract: You must run this tool in the main Wine directory or a sub directory Thank

Programmatically determining arguments to a WinAPI function

2012-04-02 Thread Roger Cruz
and need to come up to speed very fast.  Thanks in advance for any help you can provide me. Roger R. Cruz

Wine and Window Management

2012-03-24 Thread Roger Cruz
ll have to also provide my own window manager or whether what is in Wine is sufficient.  If there is a window manager in Wine, what type of functionality does it require from whatever I chose to replace X11 with?   Thanks Roger R. Cruz

Re: dosdevices/c not present.. how is it created?

2011-12-06 Thread Roger Cruz
Subject: Re: dosdevices/c not present.. how is it created? On 7/12/2011 11:30 AM, Roger Cruz wrote: > I'm getting the following error when running Wine. > > Using the debugger, I think I found where the problem is: > > 2140            int fd = open( unix_name, O_RDONLY | O_DIRECT

dosdevices/c not present.. how is it created?

2011-12-06 Thread Roger Cruz
ices drive_c user.reg # ls /data/winehome/dosdevices # How does that c: directory get created and by whom?  I have deleted the $WINEPREFIX several times already to no avail. Thanks Roger R. Cruz # ls /data/winehome system.reg dosdevices drive_c user.reg # ls /data/winehome/dosdevices #

Re: Compiling Wine without prelink

2011-11-27 Thread Roger Cruz
Great. Thanks for the explanation On Nov 27, 2011, at 6:32 PM, Vitaliy Margolen wrote: > On 11/27/2011 03:24 PM, Roger Cruz wrote: >> Could you expand what exactly would not work? > Some copy-protection systems, and any other programs that do dlls patching > using IPC. T

Re: Compiling Wine without prelink

2011-11-27 Thread Roger Cruz
My apologies on mispelling your name Maarten From: Roger Cruz To: Maarten Lankhorst Cc: "wine-devel@winehq.org" Sent: Sunday, November 27, 2011 5:24 PM Subject: Re: Compiling Wine without prelink Hi Marteen,   Could you expand what exactly woul

Re: Compiling Wine without prelink

2011-11-27 Thread Roger Cruz
0 p_offset=0x"   I'm looking for a way around this and not p;roviding a base address may do it.   Roger From: Maarten Lankhorst To: Roger Cruz Cc: "wine-devel@winehq.org" Sent: Sunday, November 27, 2011 4:45 PM Subject: Re: Compil

Compiling Wine without prelink

2011-11-27 Thread Roger Cruz
What is the proper way to ask the configure script not to use 'prelink' on the generated shared libraries?  I don't want to remove the prelink from my development platform but just tell the configurator to ignore it.   Thanks Roger R. Cruz

Re: Antw.: signal_arc.c failing to cross-compile

2011-10-28 Thread Roger Cruz
ile for Android as well. I'm guessing you must have hit this missing header file as well? Regards, Roger R. Cruz On Oct 28, 2011, at 3:05 AM, "André Hentschel" wrote: > Thats not a problem of cross compiling to ARM, but of android. Android is not > Linux, not fully. M

signal_arc.c failing to cross-compile

2011-10-27 Thread Roger Cruz
Hi Andre et al, Wondering if any of you know how to get around this?  The compiler is barfing at the lack of ucontext_t when doing a typedef of SIGCONTEXT. Thanks in advance, Roger R. Cruz arm-linux-androideabi-gcc -c -I/home/rcruz/sandbox/wine-dev-branch/dlls/ntdll -I. -I/home/rcruz

Re: Wine's configure script when cross-compiling

2011-10-25 Thread Roger Cruz
Hi Dan, So far that autoconf script has been a nightmare.  It doesn't include string.h (where strerror.h is defined) directly BUT I did include unistd.h in order to get autoconf to find getpagesize().  I'm building under the Android development which uses GCC for cross-compiling for ARM.

Wine's configure script when cross-compiling

2011-10-25 Thread Roger Cruz
  return 0; } Thanks in advance Roger R. Cruz

Re: Compilation error when cross-compiling Wine to ARM.

2011-10-23 Thread Roger Cruz
Yes, exactly. So far so good with their toolchain except for this redefinition of routines. It looks like it needs some architecture specific implementations of these routines. Thanks Roger R. Cruz On Oct 23, 2011, at 12:07 PM, André Hentschel wrote: > Am 22.10.2011 20:07, schrieb Ro

Compilation error when cross-compiling Wine to ARM.

2011-10-22 Thread Roger Cruz
'strcasecmp_is_not_portable' /home/rcruz/sandbox/tools/toolchain9/bin/../sysroot/usr/include/strings.h:53: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strncasecmp_is_not_portable' Regards, Roger R. Cruz

Re: Error Invalid EXE Format when executing a exe.so built with winelib

2007-03-01 Thread Roger Wimbert
How can I verify that NPTL is in the kernel? Please excuse this question, but our Linux expert is at holidays ;) I've already found out that wine is using wine-pthread. A simple program without TLS works fine. Roger Robert Shearman schrieb: Roger Wimbert wrote: Here is the Debug o

Error Invalid EXE Format when executing a exe.so built with winelib

2007-02-28 Thread Roger Wimbert
Here is the Debug output: warn:module:load_builtin_dll failed to load .so lib for builtin L"Z:\\bb\\s\\bc\\wine\\dmsw.exe.so": /bb/home/.wine/dosdevices/z:/bb/s/bc/wine/dmsw.exe.so: cannot allocate memory in static TLS block warn:module:load_dll Failed to load module L"Z:\\bb\\s\\bc\\wine\\dms

Re: Looking for a good disassembler

2005-07-10 Thread Roger Young
elpDesk. > ext 4001 or email [EMAIL PROTECTED] -- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Dr. Roger Young Industrial Research Ltd Telephone: 64-4-5690-247 Applied Mathematics Fax: 64-4-5690-003 P O Box 31-310, Lower Hutt Internet: [EMAIL PROTECTED] New Zealand. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: Add time zone to TZ_Info

2004-10-31 Thread Roger
today and is used by TIME_GetTZAsStr(). If it appears beneficial, I'll be happy to change all the ..DT references to "Daylight Time" and resubmit. Duane Clark on Sunday, October 31, 2004 2:34 PM wrote: > Roger Olson wrote: > > RCS file: /home/wine/wine/dlls/ntdll/time.c,v > &

Re: Directx9

2004-09-14 Thread Roger Olson
with a grain of salt but my grain goes to the break it side of the scale with appropriate notification(s) and get this project to beta asap. If there is concern regarding user flack, run a test announcement, then reasses. Roger

Re: winecfg (was Re: W->A calls)

2004-09-11 Thread Roger Olson
a diff (English resource only at this time) for inclusion with your own work. Again, these are cosmetic changes only, nothing functional and only to the app tab. Thanks, Roger

Re: UltimaOnLine: X11DRV_CritSection deadlock

2004-09-08 Thread Roger Olson
and drug molecules in an attempt find a cure for cancer instead of looking for ET's. United Devices does not offer the Agent in native Linux or any other OS except win32, written in VB6. Thanks, Roger

Re: UltimaOnLine: X11DRV_CritSection deadlock

2004-09-08 Thread Roger Olson
> Diego "Flameeyes" Pettenò Sounds like a definate bug in Wine to me. The two threads involved in the blocking are app assgned Windows Normal(4) and Idle(1) so it may be related to how these relate to Linux Equivalents. Roger

Re: [ck] Re: Threading issues? [ck-request@vds.kolivas.org: ck Digest, Vol 3, Issue 16]

2004-08-30 Thread Roger Olson
again. I attached the outputs of ps -Afm --forest and top while Agent is in progress in the hopes of providing useful info. I also tried renice'ing the bg process threads and the wineserver to +19 but same problem so that doesn't appear to be a workaround for this app. Thanks, Roger

Re: CreateRemoteThread and related stuff (patch)

2004-08-26 Thread Roger Olson
p actually worked quite well with the exception of spurious blocked threads upon closing, what a surprise :). Any help greatly appreciated and since I'm on the Left Coast, I can say "I'll be Back" to hopefully offer some production input. Thanks, Roger - Original Message --

RE: Running United Devices Agent

2004-07-04 Thread Roger Olson
p properly. Feedback more than welcome! Thanks, Roger ** Proposed Patch Change CreateRemoteThread() from an unhandled exception to a fixme. Index: kernel/kernel32.spec === RCS file: /home/wine/wine/dlls/kerne

RE: Running United Devices Agent

2004-07-04 Thread Roger Olson
p properly. Feedback more than welcome! Thanks, Roger ** Proposed Patch Change CreateRemoteThread() from an unhandled exception to a fixme. Index: dlls/kernel/kernel32.spec === RCS file: /home/wine/wine/dlls/kerne

Re: Remote operations -- need for advice

2004-06-22 Thread Roger Olson
o and starting to get a handle on it but I have a lot to learn about posix and signaling yet and generally how things work. If you need or would like a volunteer to help test and troubleshoot using an actual app, my hand is up :-). Meantime, I'm continuing to try to learn how all this works Thanks, Roger

Re: Running "United Devices Agent" (was Unhandled API Call to Kernel32 Question)

2004-05-13 Thread Roger Olson
t to put things into perspective and started to study C using what reference materials I have at my disposal (MS Win32 SDK). I learned how to print "Hello World" on the screen using C and seriously, that is more than I knew yesterday. When I get up to speed, will contact with further questions. Thanks Again, Roger

Re: Running "United Devices Agent"

2004-05-11 Thread Roger Olson
set to win31. ;-) > I hadn't thought of that as I know the agent will not "install" with win95 or earlier but might run on earlier versions. Will give it a try later today and post results. Thanks, Roger

Re: Running "United Devices Agent" (was Unhandled API Call to Kernel32 Question)

2004-05-11 Thread Roger Olson
7;ll let you know as I know you are busy, I see your name in the wine weekly newsletter a lot :-) Thanks, Roger

Re: Unhandled API Call to Kernel32 Question

2004-05-10 Thread Roger Olson
thread for starters: http://forum.grid.org/phpBB/viewforum.php?f=5&sid=c887122b234167fa1514f6c2d61f4aaf Thanks, Roger

Re: Running "United Devices Agent"

2004-05-10 Thread Roger Olson
rsions, and this call is only win98 and newer. Thanks, Roger

Re: Running "United Devices Agent" (was: Re: Unhandled API Call to Kernel32 Question)

2004-05-10 Thread Roger
ice screen shots) per normal. Problem is, nothing is being processed. I have snips of ps -Afm and wine errors msgs I can attach which illustrate the PID/thread relationships and can diagram the PID equivalents under windows if desired. Thanks, Roger

Re: Running "United Devices Agent" (was Re: Unhandled API Call to Kernel32 Question)

2004-05-10 Thread Roger Olson
full wine and the "ps -Afm" results saved. Thanks Roger

Unhandled API Call to Kernel32 Question

2004-05-09 Thread Roger
o replicate the error and, if sucessful, will be happy to provide the exe and source to winehq if desired.   Any advice where I go from here as I want to dump win, get more hd space but I need this app?   Thanks, Roger