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
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
child process?
Thanks in advance
Roger R. 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
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
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
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
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
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
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
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'
not implemented? Are there any plans to?
Thanks
Roger R. 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
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
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
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
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
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
and
need to come up to speed very fast. Thanks in advance for any help you can
provide me.
Roger R. 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
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
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
#
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
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
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
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
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
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
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.
return 0;
}
Thanks in advance
Roger R. 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
'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
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
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
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.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
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
> &
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
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
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
> 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
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
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 --
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
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
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
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
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
7;ll let you know as I know you are
busy, I
see your name in the wine weekly newsletter a lot :-)
Thanks, Roger
thread for starters:
http://forum.grid.org/phpBB/viewforum.php?f=5&sid=c887122b234167fa1514f6c2d61f4aaf
Thanks, Roger
rsions, and this call is only win98 and newer.
Thanks, 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
full wine and the "ps -Afm" results saved.
Thanks 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
53 matches
Mail list logo