Wine and mono

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Phil Longstaff

Wine and mono

Post by Phil Longstaff »

I want to run a .net program (HoldemManager) under Linux. I can install wine
and mono but I still get an error when I try to run from the command line:

fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:module:LdrAddRefDll 0x7e4b0000 flags 1 not implemented
install the Windows version of Mono to run .NET executables
wine: Unhandled page fault on write access to 0x00000075 at address 0x4048da
(thread 00c7), starting debugger...
Unhandled exception: page fault on write access to 0x00000075 in 32-bit code
(0x004048da).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:004048da ESP:0032f228 EBP:0032ff08 EFLAGS:00010206( - 00 - RIP1)
EAX:ffff3fff EBX:00000000 ECX:00000000 EDX:7bca5340
ESI:00000024 EDI:00000003

Where do I find the windows version of mono?

Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine and mono

Post by austin987 »

On Sun, Mar 8, 2009 at 8:59 PM, Phil Longstaff <[email protected]> wrote:
I want to run a .net program (HoldemManager) under Linux.  I can install wine
and mono but I still get an error when I try to run from the command line:

fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:module:LdrAddRefDll 0x7e4b0000 flags 1 not implemented
install the Windows version of Mono to run .NET executables
wine: Unhandled page fault on write access to 0x00000075 at address 0x4048da
(thread 00c7), starting debugger...
Unhandled exception: page fault on write access to 0x00000075 in 32-bit code
(0x004048da).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:004048da ESP:0032f228 EBP:0032ff08 EFLAGS:00010206(   - 00      - RIP1)
 EAX:ffff3fff EBX:00000000 ECX:00000000 EDX:7bca5340
 ESI:00000024 EDI:00000003

Where do I find the windows version of mono?

Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
$ wget kegel.com/wine/winetricks
$ sh winetricks mono22

--
-Austin
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: Wine and mono

Post by DanKegel »

Phil Longstaff wrote:I want to run a .net program (HoldemManager) under Linux. I can install wine
and mono but I still get an error when I try to run from the command line:
...
install the Windows version of Mono to run .NET executables

Where do I find the windows version of mono?
Problem is, the Windows version of Mono doesn't help, either, at least at the moment. Nor does installing .net 2.0 with "winetricks dotnet20".

Installing Postgresql, as the app tells you to do, fails:
http://bugs.winehq.org/show_bug.cgi?id=15894

You might be somewhat out of luck here.

http://www.holdemresources.net/hr/linux ... acker.html and
http://appdb.winehq.org/objectManager.p ... &iId=12081
describe a related app that somebody did get working on Wine, FWIW.
Locked