Re: JDK

2006-01-10 Thread Robert Shearman

Uwe Bonnes wrote:


"Robert" == Robert Shearman <[EMAIL PROTECTED]> writes:
   



   Robert> Curro Amores wrote:
   >> I get this error when trying to install j2se with wine, i think is

   >> PE 0x004d-00522000 Deferred rpcrt4 PE 0x0068-0086c000
   >> Deferred msi PE 0x65f0-65fc2000 Deferred ole32
   >> 


   Robert> This isn't a user's list, but you might want to start by setting
   Robert> the above three DLLs to builtin. I can't fix bugs in native
   Robert> DLLs, but I can in Wine's.

Robert,

as we are on the devel list, can you tell what bug in what native library
you see? 
 



It expects there to be a Win9x shared heap present, but it isn't under 
NT or Wine. It makes invalid assumptions about the environment in which 
it is running.


--
Rob Shearman





Re: JDK

2006-01-10 Thread Uwe Bonnes
> "Robert" == Robert Shearman <[EMAIL PROTECTED]> writes:

Robert> Curro Amores wrote:
>> I get this error when trying to install j2se with wine, i think is

>> PE 0x004d-00522000 Deferred rpcrt4 PE 0x0068-0086c000
>> Deferred msi PE 0x65f0-65fc2000 Deferred ole32
>> 

Robert> This isn't a user's list, but you might want to start by setting
Robert> the above three DLLs to builtin. I can't fix bugs in native
Robert> DLLs, but I can in Wine's.

Robert,

as we are on the devel list, can you tell what bug in what native library
you see? 

Thanks

-- 
Uwe Bonnes[EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
- Tel. 06151 162516  Fax. 06151 164321 --




Re: JDK

2006-01-10 Thread Paul Vriens
> Curro Amores wrote:
>
>> I get this error when trying to install j2se with wine, i think is has
>> something to do with windows installer, but ihave installed
>> InstMSIA.exe manually with wine ( i dont get any error or see any
>> installation box with "wine InstMSI.exe").
>>
>> Has somebody tried to install JAva with wine?
>>
>> This is the output
>>
>> WINEDBG=+loaddll wine jdk-1_5_0_06-windows-i586-p.exe
>> wine: Unhandled page fault on read access to 0x80002b1c at address
>> 0x4d5d5b (thread 000c), starting debugger...
>> WineDbg starting on pid 0x9
>> Unhandled exception: page fault on read access to 0x80002b1c in 32-bit
>> code (0x004d5d5b).
>> In 32 bit mode.
>> Register dump:
>> CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
>> EIP:004d5d5b ESP:7fc8fd24 EBP:7fc8fd64 EFLAGS:00010282(   - 00  -
>> RIS1)
>> EAX:0009 EBX: ECX:80002b08 EDX:000c
>> ESI:80002b08 EDI:
>> Stack dump:
>> 0x7fc8fd24:  0048 004d5b8f  004d17c6
>> 0x7fc8fd34:  7fec0b40 004d15a4 00bfd1b0 00911f7c
>> 0x7fc8fd44:  7fc8fd64 00911fa2 7fc8fd34 7fc8f8e0
>> 0x7fc8fd54:  7fc8ff2c 004d53e8 00514a70 
>> 0x7fc8fd64:  7fc8fd84 00bcc611 004d 0001
>> 0x7fc8fd74:  0001 0001 0001 00bfd1b0
>> 0200: sel=1007 base=7befc000 limit=1fff 32-bit rw-
>> Backtrace:
>> =>1 0x004d5d5b in rpcrt4 (+0x5d5b) (0x004d5d5b)
>>  2 0x00bcc611 call_dll_entry_point+0x15 in ntdll (0x00bcc611)
>>  3 0x00bcd252 MODULE_InitDLL+0x12a
>> [/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:816] in ntdll
>> (0x00bcd252)
>>  4 0x00bcda98 process_attach+0x98
>> [/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:891] in ntdll
>> (0x00bcda98)
>>  5 0x00bcda6e process_attach+0x6e
>> [/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:883] in ntdll
>> (0x00bcda6e)
>>  6 0x00bcda6e process_attach+0x6e
>> [/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:883] in ntdll
>> (0x00bcda6e)
>>  7 0x00bcfe19 LdrInitializeThunk+0x319(main_file=0x0, unknown2=0x0,
>> unknown3=0x0, unknown4=0x0)
>> [/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:2001] in ntdll
>> (0x00bcfe19)
>>  8 0x005eff1f start_process+0x8b(arg=0x0)
>> [/home/curro/WineHQrpm/wine-0.9.5/dlls/kernel/process.c:1017] in
>> kernel32 (0x005eff1f)
>>  9 0x0033185b _IO_vfprintf_internal in libc.so.6 (0x0033185b)
>> 0x004d5d5b: cmpl0x14(%esi),%eax
>
> ...
>
>> PE  0x004d-00522000 Deferredrpcrt4
>> PE  0x0068-0086c000 Deferredmsi
>> PE  0x65f0-65fc2000 Deferredole32
>>
>
> This isn't a user's list, but you might want to start by setting the
> above three DLLs to builtin. I can't fix bugs in native DLLs, but I can
> in Wine's.
>
> --
> Rob Shearman
>
I've just tried the installation (with CVS of yesterday on a pretty clean
wine install) and don't see any issues. I didn't check if it's functional
though. I don't have any native dll's btw.

Paul.





Re: JDK

2006-01-10 Thread Robert Shearman

Curro Amores wrote:

I get this error when trying to install j2se with wine, i think is has 
something to do with windows installer, but ihave installed 
InstMSIA.exe manually with wine ( i dont get any error or see any 
installation box with "wine InstMSI.exe").


Has somebody tried to install JAva with wine?

This is the output

WINEDBG=+loaddll wine jdk-1_5_0_06-windows-i586-p.exe
wine: Unhandled page fault on read access to 0x80002b1c at address 
0x4d5d5b (thread 000c), starting debugger...

WineDbg starting on pid 0x9
Unhandled exception: page fault on read access to 0x80002b1c in 32-bit 
code (0x004d5d5b).

In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
EIP:004d5d5b ESP:7fc8fd24 EBP:7fc8fd64 EFLAGS:00010282(   - 00  - 
RIS1)

EAX:0009 EBX: ECX:80002b08 EDX:000c
ESI:80002b08 EDI:
Stack dump:
0x7fc8fd24:  0048 004d5b8f  004d17c6
0x7fc8fd34:  7fec0b40 004d15a4 00bfd1b0 00911f7c
0x7fc8fd44:  7fc8fd64 00911fa2 7fc8fd34 7fc8f8e0
0x7fc8fd54:  7fc8ff2c 004d53e8 00514a70 
0x7fc8fd64:  7fc8fd84 00bcc611 004d 0001
0x7fc8fd74:  0001 0001 0001 00bfd1b0
0200: sel=1007 base=7befc000 limit=1fff 32-bit rw-
Backtrace:
=>1 0x004d5d5b in rpcrt4 (+0x5d5b) (0x004d5d5b)
 2 0x00bcc611 call_dll_entry_point+0x15 in ntdll (0x00bcc611)
 3 0x00bcd252 MODULE_InitDLL+0x12a 
[/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:816] in ntdll 
(0x00bcd252)
 4 0x00bcda98 process_attach+0x98 
[/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:891] in ntdll 
(0x00bcda98)
 5 0x00bcda6e process_attach+0x6e 
[/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:883] in ntdll 
(0x00bcda6e)
 6 0x00bcda6e process_attach+0x6e 
[/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:883] in ntdll 
(0x00bcda6e)
 7 0x00bcfe19 LdrInitializeThunk+0x319(main_file=0x0, unknown2=0x0, 
unknown3=0x0, unknown4=0x0) 
[/home/curro/WineHQrpm/wine-0.9.5/dlls/ntdll/loader.c:2001] in ntdll 
(0x00bcfe19)
 8 0x005eff1f start_process+0x8b(arg=0x0) 
[/home/curro/WineHQrpm/wine-0.9.5/dlls/kernel/process.c:1017] in 
kernel32 (0x005eff1f)

 9 0x0033185b _IO_vfprintf_internal in libc.so.6 (0x0033185b)
0x004d5d5b: cmpl0x14(%esi),%eax


...


PE  0x004d-00522000 Deferredrpcrt4
PE  0x0068-0086c000 Deferredmsi
PE  0x65f0-65fc2000 Deferredole32



This isn't a user's list, but you might want to start by setting the 
above three DLLs to builtin. I can't fix bugs in native DLLs, but I can 
in Wine's.


--
Rob Shearman