[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] Windows.Forms
From: |
Rhys Weatherley |
Subject: |
Re: [Pnet-developers] Windows.Forms |
Date: |
Wed, 9 Jun 2004 08:24:29 +1000 |
User-agent: |
KMail/1.4.3 |
On Wednesday 09 June 2004 06:43 am, Herr Witten wrote:
> dlopening /usr/local/lib/wine/ntdll.dll.so
> done /usr/local/lib/wine/ntdll.dll.so
> wine: failed to initialize: dlcompat: file
> "/usr/local/lib/wine/ntdll.dll.so" not found
Hmmm .... it could be that the .exe is not an IL binary, but a regular Windows
binary, so ilrun fell back to Wine to execute it. Portable.NET cannot
execute regular Windows binaries, only IL bytecode-based ones.
If it is a regular Windows binary, then you will need to talk to the Wine guys
about why it doesn't run. Without more information on exactly what .exe you
tried, it will not be possible to diagnose this further.
Cheers,
Rhys.