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>
Wine and mono
Wine and mono
On Sun, Mar 8, 2009 at 8:59 PM, Phil Longstaff <[email protected]> wrote:
$ sh winetricks mono22
--
-Austin
$ wget kegel.com/wine/winetricksI 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>
$ sh winetricks mono22
--
-Austin
Re: Wine and 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".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?
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.