Author |
Message |
MaxM
|
Posted: Wed Aug 04, 2010 2:34 am |
|
 |
Level 1 |
 |
|
Joined: Wed Aug 04, 2010 2:07 am Posts: 8
|
Hi,
an interesting new feature of wine 1.2 is it's 64-bit support. Many Windows chess engines gain about 50-80% speed increase when running at 64-bit. Most provide 32-bit and 64-bit engines. But on my 64-bit Ubuntu 10.04 only an error message appears i.e. with the free Stockfish 1.8.
Code: max@ub64:~/Downloads$ uname -a Linux ub64 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC 2010 x86_64 GNU/Linux
max@ub64:~/Downloads$ wine --version wine-1.2
max@ub64:~/Downloads$ ll st* -rw-r--r-- 1 max max 357888 2010-07-02 12:22 stockfish-18-64-ja.exe -rw-r--r-- 1 max max 919965 2010-08-03 18:14 stockfish-18-win.zip
max@ub64:~/Downloads$ wine ./stockfish-18-64-ja.exe Trying to load PE image for unsupported architecture (AMD-64) err:process:create_process starting 64-bit process L"Z:\\home\\max\\Downloads\\stockfish-18-64-ja.exe" not supported on this environment wine: Fehlerhaftes EXE-Format f�r Z:\home\max\Downloads\stockfish-18-64-ja.exe
I tested the 64-bit versions of these free chess engines
Hannibal 1.0a: http://sites.google.com/site/edapostol/hannibal
Houdini 1.03a Single core: http://www.cruxis.com/chess/houdini.htm
Stockfish 1.8 for Windows: http://www.stockfishchess.com/download/
Rybka 2.3.2a: http://www.rybkachess.com/free/Rybka232a.zip
in console mode .. but had no success and got same error.
Any idea what is wrong with my system  Are there some additional settings to apply? And was somebody lucky running a 64-bit windows chess engine with wine 1.2?
-Max
|
|
 |
|
 |
John Drescher
|
Posted: Wed Aug 04, 2010 6:44 am |
|
|
On Wed, Aug 4, 2010 at 3:34 AM, MaxM <wineforum-user@winehq.org> wrote:
Quote: Hi,
an interesting new feature of wine 1.2 is it's 64-bit support. Many Windows chess engines gain about 50-80% speed increase when running at 64-bit. Most provide 32-bit and 64-bit engines. But on my 64-bit Ubuntu 10.04 only an error message appears i.e. with the free Stockfish 1.8.
Code: max@ub64:~/Downloads$ uname -a Linux ub64 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC 2010 x86_64 GNU/Linux
max@ub64:~/Downloads$ wine --version wine-1.2
max@ub64:~/Downloads$ ll st* -rw-r--r-- 1 max max 357888 2010-07-02 12:22 stockfish-18-64-ja.exe -rw-r--r-- 1 max max 919965 2010-08-03 18:14 stockfish-18-win.zip
max@ub64:~/Downloads$ wine ./stockfish-18-64-ja.exe Trying to load PE image for unsupported architecture (AMD-64) err:process:create_process starting 64-bit process L"Z:\\home\\max\\Downloads\\stockfish-18-64-ja.exe" not supported on this environment
It looks like you are running a 32 bit wine instead of 64 bit wine on
your 64 bit machine.
John
|
|
 |
|
 |
MaxM
|
Posted: Wed Aug 04, 2010 7:43 am |
|
 |
Level 1 |
 |
|
Joined: Wed Aug 04, 2010 2:07 am Posts: 8
|
John Drescher wrote: It looks like you are running a 32 bit wine instead of 64 bit wine on your 64 bit machine.
That seems likely, but there is just one flavour of wine 1.2 after
Code: sudo add-apt-repository ppa:ubuntu-wine/ppa
Expected, that on a 64-bit system, wine 1.2 would be 64 bit by default. Howto install wine 64 bit instead on Ubuntu 10.04?
Thanks
-Max
|
|
 |
|
 |
vitamin
|
Posted: Wed Aug 04, 2010 8:41 am |
|
 |
Moderator |
 |
|
Joined: Sat Feb 23, 2008 2:29 pm Posts: 6605
|
MaxM wrote: Expected, that on a 64-bit system, wine 1.2 would be 64 bit by default. Not really. You sill need 2 separate Wine versions 32-bit and 64-bit. MaxM wrote: Howto install wine 64 bit instead on Ubuntu 10.04?
If it's not available for your distro - compile yourself.
|
|
 |
|
 |
MaxM
|
Posted: Wed Aug 04, 2010 10:50 am |
|
 |
Level 1 |
 |
|
Joined: Wed Aug 04, 2010 2:07 am Posts: 8
|
vitamin wrote: If it's not available for your distro - compile yourself.
Thanks,
checked the wiki and got
- compile gcc 4.5.1 from source
- install build prerequisites
- build 64-bit wine from source
- build a shared WoW64 setup
Sounds pretty easy to me  that's wine 1.2 64-bit feature?
Should better change my distro ... if there is any with wine 64-bit support out-of-the-box? Would be great for chess.
-Max
|
|
 |
|
 |
James McKenzie
|
Posted: Wed Aug 04, 2010 10:29 pm |
|
|
MaxM wrote:
Quote: vitamin wrote: Quote: If it's not available for your distro - compile yourself.
Thanks, checked the wiki and got - compile gcc 4.5.1 from source - install build prerequisites - build 64-bit wine from source - build a shared WoW64 setup Sounds pretty easy to me [Shocked] that's wine 1.2 64-bit feature? Should better change my distro ... if there is any with wine 64-bit support out-of-the-box? Would be great for chess. I'll vote against that. I have an ANCIENT 32 bit system and I don't
want to hunt around for 32 bit applications. Also, there are very few
Windows64 bit applications that exist in and of themselves.
Yes, you might have to build Wine64 from source as described in a
different reply.
Jame McKenzie
|
|
 |
|
 |
MaxM
|
Posted: Thu Aug 05, 2010 1:35 am |
|
 |
Level 1 |
 |
|
Joined: Wed Aug 04, 2010 2:07 am Posts: 8
|
Hi James,
James McKenzie wrote: I'll vote against that. I have an ANCIENT 32 bit system and I don't want to hunt around for 32 bit applications.
agreed, but when you install wine on a 64-bit distro, then wine should be now (as version 1.2 claims this feature) capable for both: 32- and 64-bit windows. At least as an install option with binary packages.
Please let me quote from the wine wiki:
"Building a shared WoW64 setup
The previous paragraph explains how to build completely separate 32- and 64-bit trees. A more useful setup is to build a shared Wow64 installation, which allows 32-bit programs to invoke 64-bit ones and the other way around.
This again requires an out-of-tree build, with two separate build trees:"
Can't see what speak against delivering this prebuild.
-Max
|
|
 |
|
 |
dimesio
|
Posted: Thu Aug 05, 2010 8:20 am |
|
Joined: Tue Mar 25, 2008 10:30 pm Posts: 12025
|
MaxM wrote: Please let me quote from the wine wiki: "Building a shared WoW64 setup The previous paragraph explains how to build completely separate 32- and 64-bit trees. A more useful setup is to build a shared Wow64 installation, which allows 32-bit programs to invoke 64-bit ones and the other way around. This again requires an out-of-tree build, with two separate build trees:" Can't see what speak against delivering this prebuild. -Max From the very top of that same wiki page: Quote: /!\ Wine 64bit and it's WoW64 subsystem aren't ready for public consumption yet. We still recommend the 32bit Wine build for users.
Some distros are offering 64 bit Wine packages. Fedora, in particular, has had them for some time, and if you search the forum, you'll find lots of problems. openSUSE has 64 bit Wine packages for 11.3.
|
|
 |
|
 |
MaxM
|
Posted: Thu Aug 05, 2010 9:42 am |
|
 |
Level 1 |
 |
|
Joined: Wed Aug 04, 2010 2:07 am Posts: 8
|
dimesio wrote: .. and if you search the forum, you'll find lots of problems ..
maybe this forum is full with issues, but what would you expect when you read the wine 1.2 release notes? On the very top stands
Code: What's new in Wine 1.2 ======================
*** Core functionality
- Loading and running 64-bit Windows applications is now supported on x86-64 processors (only on Linux at this point).
And in reality you have to build gcc 4.5.1 first from source and then ... ... come on dear.
-Max
|
|
 |
|
 |
dimesio
|
Posted: Thu Aug 05, 2010 10:09 am |
|
Joined: Tue Mar 25, 2008 10:30 pm Posts: 12025
|
MaxM wrote: And in reality you have to build gcc 4.5.1 first from source and then ... ...
Not if your distro offers 64 bit packages. I've told of two that do. If your distro doesn't, contact them about it. Packaging is done by the distros.
|
|
 |
|
 |
MaxM
|
Posted: Fri Aug 06, 2010 3:28 am |
|
 |
Level 1 |
 |
|
Joined: Wed Aug 04, 2010 2:07 am Posts: 8
|
Thanks for helping!
Just made a vm with Suse 11.3 and installed wine 1.3.0 there. Both w32 and x64 chess engines of Hannibal, Houdini and Rybka (links in the first post) run well out-of-the-box.
Houdini 64-bit:
Code: max@linux-su64:~/Downloads> uname -a Linux linux-su64 2.6.34-12-desktop #1 SMP PREEMPT 2010-06-29 02:39:08 +0200 x86_64 x86_64 x86_64 GNU/Linux
max@linux-su64:~/Downloads> wine --version wine-1.3.0
max@linux-su64:~/Downloads> wine ./Houdini_x64_2CPU.exe Trying to load PE image for unsupported architecture (AMD-64) fixme:heap:HeapSetInformation 0x7fca70bfe000 0 0x7fca7458fd50 4 Houdini 1.03a x64 2_CPU build 2010-07-17 by Robert Houdart info string 128 MB Hash allocated uci id name Houdini 1.03a x64 2_CPU id author Robert Houdart option name Hash type spin default 128 min 4 max 16384 option name Threads type spin default 2 min 1 max 2 option name Split_Depth type spin default 10 min 8 max 99 option name Ponder type check default false option name Analysis_Contempt type check default false option name MultiPV type spin default 1 min 1 max 16 option name Large_Pages type check default false uciok quit Only Stockfish 64-bit crashedCode: max@linux-su64:~/Downloads> wine ./stockfish-18-64-ja.exe Trying to load PE image for unsupported architecture (AMD-64) wine: Unhandled page fault on write access to 0xf984fd30 at address 0x1403d287f (thread 001c), starting debugger... Unhandled exception: page fault on write access to 0xf984fd30 in 64-bit code (0x00000001403d287f). Register dump: rip:00000001403d287f rsp:00007f27f984fcf0 rbp:00000000f984fd18 eflags:00010206 ( R- -- I - -P- ) rax:0000000000000000 rbx:00007f27fb542000 rcx:00007f27fb542000 rdx:0000000000000000 rsi:0000000000000000 rdi:00007f27f9d15800 r8:00000000ffffffff r9:0000000000000000 r10:00007fff476db540 r11:00007f27faffefc0 r12:0000000000000000 r13:00007f27f99dcc30 r14:00000001400000f0 r15:00007f27fb53c000 Stack dump: 0x00007f27f984fcf0: 0000000000000000 0000000000000000 0x00007f27f984fd00: 0000000000000000 0000000000000000 0x00007f27f984fd10: 0000000000000000 0000000000000000 0x00007f27f984fd20: 0000000000000000 0000000000000000 0x00007f27f984fd30: 0000000000000000 0000000000000000 0x00007f27f984fd40: 0000000000000000 0000000000000000 0x00007f27f984fd50: 0000000000000000 0000000000000000 0x00007f27f984fd60: 0000000000000000 0000000000000000 0x00007f27f984fd70: 0000000000000000 0000000000000000 0x00007f27f984fd80: 00000001403d2873 00007f27f99dccef 0x00007f27f984fd90: 0000000140000000 0000000000000000 0x00007f27f984fda0: 0000000000000000 0000000000000000 Backtrace: 0x00000001403d287f: movq %rsi,0x0000000000000018(%rbp) Modules: Module Address Debug info Name (10 modules) PE 40000000- 403d4000 Deferred stockfish-18-64-ja PE f5d60000- f5d64000 Deferred uxtheme PE f6dc0000- f6dc4000 Deferred imm32 PE f7fa0000- f7fa4000 Deferred winex11 PE f8b90000- f8bbb000 Deferred comctl32 PE f8e80000- f8e84000 Deferred advapi32 PE f9100000- f9104000 Deferred gdi32 PE f93e0000- f9417000 Deferred user32 PE f9990000- f9a76000 Deferred kernel32 PE fa5a0000- fa5a4000 Deferred ntdll Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000016 0 00000015 0 00000014 0 00000010 0 0000000f 0 00000011 winedevice.exe 00000017 0 00000013 0 00000012 0 00000019 explorer.exe 0000001a 0 0000001b (D) Z:\home\max\Downloads\stockfish-18-64-ja.exe 0000001c 0 <== Backtrace:
Hope next Ubuntu fills this gap. Kudos to Suse!
-Max
|
|
 |
|
 |
Todd Walter
|
Posted: Fri Aug 06, 2010 10:06 am |
|
|
Use Gentoo. Given that you compile the source yourself you can easily
control whether or not you're running 64-bit binaries.
On Thu, 2010-08-05 at 10:09 -0500, dimesio wrote:
Quote: MaxM wrote: Quote: And in reality you have to build gcc 4.5.1 first from source and then ... ...
Not if your distro offers 64 bit packages. I've told of two that do. If your distro doesn't, contact them about it. Packaging is done by the distros.
Yes its a top post. Tough.
--
Todd Walter <twalter@rogers.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20100806/43ccbda5/attachment.htm>
|
|
 |
|
 |
MaxM
|
Posted: Sat Aug 07, 2010 3:31 am |
|
 |
Level 1 |
 |
|
Joined: Wed Aug 04, 2010 2:07 am Posts: 8
|
MaxM wrote: Just made a vm with Suse 11.3 and installed wine 1.3.0 there. Both w32 and x64 chess engines of Hannibal, Houdini and Rybka (links in the first post) run well out-of-the-box.
It looked like Suse 11.3 is THE choice for chess. But surprisingly wine failed there to install Fritz 11! Fritz 11 is a 32-bit chess-gui from ChessBase plus chess engine Fritz. To be sure that the issue is no regression of wine 1.3.0 I installed wine 1.2. Same here, wine fails to run the setup.exe from Fritz 11 DVD.
What a pitty, there is Ubuntu 10.04 (wine 1.2) installing & running Fritz 11 without problems, but no 64-bit chess engines. And there is Suse 11.3 (wine 1.2) running 32- and 64-bit engines, but no Fritz11-gui.
Error message from installation dialog (wine 1.2 @ Suse 11.3):
Code: Fehlercode: -5006 : 0x8000ffff Fehlerinformationen: >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\ObjectHolder.cpp (442) >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\ObjectHolder.cpp (442) >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\FileGroup.cpp (525) >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\FileGroup.cpp (525) >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\FileGroup.cpp (525) >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\FileGroup.cpp (525) >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\FileGroup.cpp (525) >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\FileGroup.cpp (525) >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\FileGroup.cpp (525) >Kernel\ServiceProvider.cpp (120) >Kernel\ServiceProvider.cpp (87) >Kernel\FileGroup.cpp (525) >Kernel\ServiceProvider.cpp (120) >K>SetupDLL\SetupDLL.cpp (1299) PAPP:Fritz11 PVENDOR:ChessBase (http://www.ChessBase.com) PGUID:1A637513-CC46-4C3B-8114-1E4F1D71CF42 $11.50.0.42618 @Windows XP Service Pack 3 (2600) BT_OTHER 2128.0 Messages from the terminal (wine 1.2 @ Suse 11.3): Code: max@su64:~> cd /media/Fritz11/Setup/ max@su64:/media/Fritz11/Setup> ll insgesamt 233901 -r-------- 1 max users 36006029 6. Nov 2007 data1.cab -r-------- 1 max users 582299 6. Nov 2007 data1.hdr -r-------- 1 max users 201583929 6. Nov 2007 data2.cab -r-------- 1 max users 553805 6. Nov 2007 engine32.cab -r-------- 1 max users 31703 6. Nov 2007 layout.bin -r-------- 1 max users 121064 6. Nov 2007 setup.exe -r-------- 1 max users 396492 6. Nov 2007 setup.ibt -r-------- 1 max users 462 6. Nov 2007 setup.ini -r-------- 1 max users 236731 6. Nov 2007 setup.inx
max@su64:/media/Fritz11/Setup> wine --version wine-1.2 max@su64:/media/Fritz11/Setup> wine ./setup.exe
max@su64:/media/Fritz11/Setup> fixme:heap:HeapSetInformation 0x7fcb9a71b000 0 0x7fcb9f61fcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=1e0000001f, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7f736f1bb000 0 0x7f73740bfcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=3100000032, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7f8da83ab000 0 0x7f8dad2afcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=3a0000003b, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7f5f0ee5b000 0 0x7f5f13d5fcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=4300000044, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7fdc75b1b000 0 0x7fdc7aa2fcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=2600000021, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7fdee8bab000 0 0x7fdeedaafcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=3500000034, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7f8b626db000 0 0x7f8b675dfcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=3f0000003d, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7feb1dbbb000 0 0x7feb22abfcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=4700000046, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7fdb4c52b000 0 0x7fdb5143fcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=2b0000002e, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7f19072fb000 0 0x7f190c20fcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=3800000033, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7fe2f968b000 0 0x7fe2fe59fcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=410000003c, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7fa7d4c7b000 0 0x7fa7d9b8fcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=90000000c, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7ff299eab000 0 0x7ff29edbfcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=1f00000029, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7fd6fe57b000 0 0x7fd70348fcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=3100000037, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:heap:HeapSetInformation 0x7f3dc3e5b000 0 0x7f3dc8d5fcb0 4 fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000) err:ole:marshal_object couldn't get IPSFactory buffer for interface {7871bfad-dad5-402f-9007-2593e9a07532} err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=3a00000040, oid=2 err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d *** buffer overflow detected ***: C:\users\max\Temp\set261c.tmp terminated ======= Backtrace: ========= /lib/libc.so.6(__fortify_fail+0x40)[0xf756c6f0] /lib/libc.so.6(+0xe84e7)[0xf756a4e7] /usr/bin/../lib/wine/shell32.dll.so(+0x6d421)[0x7ea8d421] /usr/bin/../lib/wine/shell32.dll.so(ShellExecuteExA+0x30a)[0x7ea8ef3a] [0x100056be] /usr/bin/../lib/wine/user32.dll.so(+0xb234a)[0x7edb534a] /usr/bin/../lib/wine/user32.dll.so(+0xb2926)[0x7edb5926] ======= Memory map: ======== 00010000-00110000 rw-p 00000000 00:00 0 00110000-00220000 rwxp 00000000 00:00 0 00220000-00222000 rwxp 00000000 00:00 0 00222000-00223000 ---p 00000000 00:00 0 00223000-00230000 ---p 00000000 00:00 0 00230000-00232000 rwxp 00000000 00:00 0 00232000-00240000 ---p 00000000 00:00 0 00240000-00242000 ---p 00000000 00:00 0 00242000-00341000 rwxp 00000000 00:00 0 00341000-00350000 ---p 00000000 00:00 0 00350000-00351000 r-xp 00000000 00:00 0 00351000-00360000 ---p 00000000 00:00 0 00360000-00361000 rwxp 00000000 00:00 0 00361000-00370000 ---p 00000000 00:00 0 00370000-00371000 rwxp 00000000 00:00 0 00371000-00390000 ---p 00000000 00:00 0 00390000-00399000 ---p 00000000 00:00 0 00399000-003a0000 ---p 00000000 00:00 0 003a0000-003c4000 ---p 00000000 00:00 0 003c4000-003d0000 ---p 00000000 00:00 0 003d0000-003f7000 r-xp 00000000 08:03 393730 /home/max/.wine/drive_c/users/max/Temp/isp2a33.tmp/_Setup.dll 003f7000-00400000 ---p 00000000 00:00 0 00400000-00401000 r-xp 00000000 08:03 393714 /home/max/.wine/drive_c/users/max/Temp/set261c.tmp 00401000-00414000 r-xp 00000000 00:00 0 00414000-0043f000 rwxp 00000000 00:00 0 0043f000-0052f000 ---p 00000000 00:00 0 0052f000-00530000 ---p 00000000 00:00 0 00530000-00532000 ---p 00000000 00:00 0 00532000-00650000 rwxp 00000000 00:00 0 00650000-00740000 ---p 00000000 00:00 0 00740000-00768000 r-xp 00000000 08:03 393702 /home/max/.wine/drive_c/Programme/Gemeinsame Dateien/InstallShield/Professional/RunTime/11/50/Intel32/iGdi.dll 00768000-0076c000 rwxp 00028000 08:03 393702 /home/max/.wine/drive_c/Programme/Gemeinsame Dateien/InstallShield/Professional/RunTime/11/50/Intel32/iGdi.dll 0076c000-0076e000 rwxp 00000000 00:00 0 0076e000-00773000 r-xp 0002c000 08:03 393702 /home/max/.wine/drive_c/Programme/Gemeinsame Dateien/InstallShield/Professional/RunTime/11/50/Intel32/iGdi.dll 00773000-00783000 rwxp 00000000 00:00 0 00783000-00883000 ---p 00000000 00:00 0 00883000-00890000 ---p 00000000 00:00 0 00890000-00933000 r-xp 00000000 08:03 393699 /home/max/.wine/drive_c/Programme/Gemeinsame Dateien/InstallShield/Professional/RunTime/11/50/Intel32/iKernel.dll 00933000-0093c000 rwxp 000a3000 08:03 393699 /home/max/.wine/drive_c/Programme/Gemeinsame Dateien/InstallShield/Professional/RunTime/11/50/Intel32/iKernel.dll 0093c000-00954000 rwxp 00000000 00:00 0 00954000-00961000 r-xp 000ac000 08:03 393699 /home/max/.wine/drive_c/Programme/Gemeinsame Dateien/InstallShield/Professional/RunTime/11/50/Intel32/iKernel.dll 00961000-009d1000 rwxp 00000000 00:00 0 009d1000-00a71000 ---p 00000000 00:00 0 00a71000-00af8000 rwxp 00000000 00:00 0 00af8000-00c00000 ---p 00000000 00:00 0 00c00000-00c02000 ---p 00000000 00:00 0 00c02000-00d00000 rwxp 00000000 00:00 0 00d00000-10000000 ---p 00000000 00:00 0 10000000-10033000 r-xp 00000000 08:03 393701 /home/max/.wine/drive_c/Programme/Gemeinsame Dateien/InstallShield/Professional/RunTime/11/50/Intel32/setup.dll 10033000-10039000 rwxp 00033000 08:03 393701 /home/max/.wine/drive_c/Programme/Gemeinsame Dateien/InstallShield/Professional/RunTime/11/50/Intel32/setup.dll 10039000-1003b000 rwxp 00000000 00:00 0 1003b000-10053000 r-xp 00039000 08:03 393701 /home/max/.wine/drive_c/Programme/Gemeinsame Dateien/InstallShield/Professional/RunTime/11/50/Intel32/setup.dll 10053000-20000000 ---p 00000000 00:00 0 7b800000-7b810000 r-xp 00000000 08:02 666403 /usr/lib/wine/kernel32.dll.so 7b810000-7b811000 rw-p 00000000 00:00 0 7b811000-7b891000 r-xp 00011000 08:02 666403 /usr/lib/wine/kernel32.dll.so 7b891000-7b892000 ---p 00091000 08:02 666403 /usr/lib/wine/kernel32.dll.so 7b892000-7b893000 r--p 00091000 08:02 666403 /usr/lib/wine/kernel32.dll.so 7b893000-7b89b000 rw-p 00092000 08:02 666403 /usr/lib/wine/kernel32.dll.so 7b89b000-7b89d000 rwxp 0009a000 08:02 666403 /usr/lib/wine/kernel32.dll.so 7b89d000-7b981000 rw-p 0009c000 08:02 666403 /usr/lib/wine/kernel32.dll.so 7bc00000-7bc10000 r-xp 00000000 08:02 666478 /usr/lib/wine/ntdll.dll.so 7bc10000-7bc11000 rw-p 00000000 00:00 0 7bc11000-7bcab000 r-xp 00011000 08:02 666478 /usr/lib/wine/ntdll.dll.so 7bcab000-7bcac000 r--p 000aa000 08:02 666478 /usr/lib/wine/ntdll.dll.so 7bcac000-7bcb5000 rw-p 000ab000 08:02 666478 /usr/lib/wine/ntdll.dll.so 7bcb5000-7bcc8000 rw-p 00000000 00:00 0 7bf00000-7bf02000 r-xp 00000000 08:02 548517 /usr/bin/wine 7bf02000-7bf03000 r--p 00001000 08:02 548517 /usr/bin/wine 7bf03000-7bf04000 rw-p 00002000 08:02 548517 /usr/bin/wine 7c000000-7c002000 r-xp 00001000 08:02 548518 /usr/bin/wine-preloader 7c003000-7c004000 rw-p 00003000 08:02 548518 /usr/bin/wine-preloader 7c004000-7c1ed000 rw-p 00000000 00:00 0 [heap] 7dfa2000-7dfbe000 r-xp 00000000 08:02 12746 /lib/libgcc_s.so.1 7dfbe000-7dfbf000 r--p 0001b000 08:02 12746 /lib/libgcc_s.so.1 7dfbf000-7dfc0000 rw-p 0001c000 08:02 12746 /lib/libgcc_s.so.1 7dfd6000-7dfe0000 r-xp 00000000 08:02 666427 /usr/lib/wine/mpr.dll.so 7dfe0000-7dfe1000 rw-p 00000000 00:00 0 7dfe1000-7dff4000 r-xp 0000b000 08:02 666427 /usr/lib/wine/mpr.dll.so 7dff4000-7dff5000 r--p 0001d000 08:02 666427 /usr/lib/wine/mpr.dll.so 7dff5000-7dff6000 rwxp 0001e000 08:02 666427 /usr/lib/wine/mpr.dll.so 7dff6000-7dffb000 rw-p 0001f000 08:02 666427 /usr/lib/wine/mpr.dll.sowine: Assertion failed at address 0xffffe430 (thread 001c), starting debugger... Unhandled exception: assertion failed in 32-bit code (0xffffe430). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:ffffe430 ESP:003387a8 EBP:00338ee0 EFLAGS:00000296( - -- I S -A-P- ) EAX:00000000 EBX:00001625 ECX:00001625 EDX:00000006 ESI:00000400 EDI:f75e8ff4 Stack dump: 0x003387a8: 00338ee0 00000006 00001625 f74ad7ff 0x003387b8: f75e8ff4 003388dc f74af140 00000006 0x003387c8: 0033885c 00000000 003388b0 00000001 0x003387d8: f758e70d f77814e4 7ed08674 00000209 0x003387e8: 7edb5926 7c008d40 00000000 00000209 0x003387f8: 00338868 00000013 00000039 f754d04c Backtrace: =>0 0xffffe430 (0x00338ee0) 1 0xf756c6f0 __GI___fortify_fail+0x3f() in libc.so.6 (0xf75ac8c9) 0xffffe430: popl %ebp Modules: Module Address Debug info Name (71 modules) PE 3d0000- 3f7000 Deferred _setup PE 400000- 41f000 Deferred set261c.tmp PE 740000- 773000 Deferred igdi PE 890000- 961000 Deferred ikernel PE 10000000-10053000 Deferred setup ELF 7b800000-7b981000 Deferred kernel32<elf> \-PE 7b810000-7b981000 \ kernel32 ELF 7bc00000-7bcc8000 Deferred ntdll<elf> \-PE 7bc10000-7bcc8000 \ ntdll ELF 7bf00000-7bf04000 Deferred <wine-loader> ELF 7dfa2000-7dfc0000 Deferred libgcc_s.so.1 ELF 7dfd6000-7dffb000 Deferred mpr<elf> \-PE 7dfe0000-7dffb000 \ mpr ELF 7dffb000-7e05e000 Deferred wininet<elf> \-PE 7e000000-7e05e000 \ wininet ELF 7e05e000-7e09e000 Deferred rsaenh<elf> \-PE 7e060000-7e09e000 \ rsaenh ELF 7e09e000-7e149000 Deferred crypt32<elf> \-PE 7e0b0000-7e149000 \ crypt32 ELF 7e1bb000-7e1f2000 Deferred uxtheme<elf> \-PE 7e1c0000-7e1f2000 \ uxtheme ELF 7e1f2000-7e1f8000 Deferred libxfixes.so.3 ELF 7e1f8000-7e204000 Deferred libxcursor.so.1 ELF 7e204000-7e208000 Deferred libxcomposite.so.1 ELF 7e208000-7e211000 Deferred libxrandr.so.2 ELF 7e211000-7e21c000 Deferred libxrender.so.1 ELF 7e21c000-7e222000 Deferred libxxf86vm.so.1 ELF 7e222000-7e226000 Deferred libxinerama.so.1 ELF 7e226000-7e249000 Deferred imm32<elf> \-PE 7e230000-7e249000 \ imm32 ELF 7e249000-7e269000 Deferred libxcb.so.1 ELF 7e269000-7e26f000 Deferred libuuid.so.1 ELF 7e26f000-7e28a000 Deferred libice.so.6 ELF 7e28a000-7e3c5000 Deferred libx11.so.6 ELF 7e3c5000-7e3d7000 Deferred libxext.so.6 ELF 7e3d7000-7e484000 Deferred winex11<elf> \-PE 7e3f0000-7e484000 \ winex11 ELF 7e4f9000-7e523000 Deferred libexpat.so.1 ELF 7e523000-7e559000 Deferred libfontconfig.so.1 ELF 7e559000-7e56d000 Deferred libz.so.1 ELF 7e56d000-7e5f4000 Deferred libfreetype.so.6 ELF 7e60a000-7e713000 Deferred oleaut32<elf> \-PE 7e620000-7e713000 \ oleaut32 ELF 7e713000-7e790000 Deferred rpcrt4<elf> \-PE 7e720000-7e790000 \ rpcrt4 ELF 7e790000-7e8ba000 Deferred ole32<elf> \-PE 7e7b0000-7e8ba000 \ ole32 ELF 7e8ba000-7e9b4000 Deferred comctl32<elf> \-PE 7e8c0000-7e9b4000 \ comctl32 ELF 7e9b4000-7ea20000 Deferred shlwapi<elf> \-PE 7e9c0000-7ea20000 \ shlwapi ELF 7ea20000-7ec08000 Deferred shell32<elf> \-PE 7ea30000-7ec08000 \ shell32 ELF 7ec08000-7ec6b000 Deferred advapi32<elf> \-PE 7ec10000-7ec6b000 \ advapi32 ELF 7ec6b000-7ed03000 Deferred gdi32<elf> \-PE 7ec80000-7ed03000 \ gdi32 ELF 7ed03000-7ee4a000 Deferred user32<elf> \-PE 7ed20000-7ee4a000 \ user32 ELF 7ee4a000-7ee64000 Deferred version<elf> \-PE 7ee50000-7ee64000 \ version ELF 7efc0000-7efea000 Deferred libm.so.6 ELF 7efec000-7f000000 Deferred lz32<elf> \-PE 7eff0000-7f000000 \ lz32 ELF f7472000-f747b000 Deferred libsm.so.6 ELF f747d000-f7482000 Deferred libdl.so.2 ELF f7482000-f75ed000 Export libc.so.6 ELF f75ed000-f7608000 Deferred libpthread.so.0 ELF f7609000-f760d000 Deferred libxau.so.6 ELF f761e000-f7760000 Deferred libwine.so.1 ELF f7761000-f7782000 Deferred ld-linux.so.2 Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000014 0 00000010 0 0000000f 0 00000011 winedevice.exe 00000018 0 00000017 0 00000013 0 00000012 0 00000019 explorer.exe 0000001a 0 0000001b (D) C:\users\max\Temp\set261c.tmp 0000001d 0 0000001c 0 <== 00000022 rpcss.exe 00000028 0 00000025 0 00000024 0 00000023 0 Backtrace: =>0 0xffffe430 (0x00338ee0) 1 0xf756c6f0 __GI___fortify_fail+0x3f() in libc.so.6 (0xf75ac8c9)
-Max
|
|
 |
|
 |
James McKenzie
|
Posted: Sun Aug 08, 2010 9:07 am |
|
|
MaxM wrote:
Quote: MaxM wrote: Quote: Just made a vm with Suse 11.3 and installed wine 1.3.0 there. Both w32 and x64 chess engines of Hannibal, Houdini and Rybka (links in the first post) run well out-of-the-box. It looked like Suse 11.3 is THE choice for chess. But surprisingly wine failed there to install Fritz 11! Fritz 11 is a 32-bit chess-gui from ChessBase plus chess engine Fritz. To be sure that the issue is no regression of wine 1.3.0 I installed wine 1.2. Same here, wine fails to run the setup.exe from Fritz 11 DVD. What a pitty, there is Ubuntu 10.04 (wine 1.2) installing & running Fritz 11 without problems, but no 64-bit chess engines. And there is Suse 11.3 (wine 1.2) running 32- and 64-bit engines, but no Fritz11-gui. [Evil or Very Mad] As it was said before the WindowsOnWindows engine still needs work. Are
you able to run other 32 bit programs from the 64 bit version of Wine?
Right now, you will need a 64 bit and a 32 bit installation of Wine and
separate Wine prefixes for both.
You might run into the same error.
James McKenzie
|
|
 |
|
 |
MaxM
|
Posted: Sun Aug 08, 2010 11:32 am |
|
 |
Level 1 |
 |
|
Joined: Wed Aug 04, 2010 2:07 am Posts: 8
|
James McKenzie wrote: As it was said before the WindowsOnWindows engine still needs work. Are you able to run other 32 bit programs from the 64 bit version of Wine?
Right now, you will need a 64 bit and a 32 bit installation of Wine and separate Wine prefixes for both.
Yes, other 32-bit (chess) programs run well!
As mentioned, the six 32-bit and 64-bit chess engines (Hannibal, Houdini & Rybka), worked with Suse 11.3. You can test it easy yourself .. just download (links in my first post), unzip and start the *.exe in terminal with wine. Then type "uci" and you get some program info. Type "go" for calculating a move from the start position and "quit" to exit.
BTW, the 32-bit Chessbase download version Deep Fritz 12 installed without any probem!  Unfortunately the gui looks a bit scrambled, but it works too (almost).
-Max
|
|
 |
|
 |
Aake
|
Posted: Wed Oct 27, 2010 6:41 am |
|
 |
Level 1 |
 |
|
Joined: Mon Apr 06, 2009 5:33 am Posts: 8
|
Hi
Now my winboard64 works fine + crafty64
Ubuntu 10.10 + git cloned wine sources.
1. Install blank Ubuntu 10.10 Desktop
Get copiler + dev packages
1. wget http://winezeug.googlecode.com/svn/trun ... ne-deps.sh
2 chmod 755 ./install-wine-deps.sh; install-wine-deps.sh
Get last wine + compile:
1. sudo apt-get install git-core
2. git clone git://source.winehq.org/git/wine.git ~/wine-git
3. mkdir wine64
4. cd wine64
5. ../wine-git/configure --enable-win64
6. make
7. sudo make install
8. winecfg
9. Wineboot
google winboard64:
Download and open folder
Click "Open with wine windows loader" + Just install.
Now You get menu Wine - Programs - Winboard64
Start Winboard64: Winboard64 Startup Dialog: Crafty64+Crafty64
New version 23.3 64-bit crafty gives error in:
http://www.webkikr.com/
Have a nice Chess....
|
|
 |
|
 |
Jesse Gersenson
|
Posted: Tue Dec 21, 2010 11:37 am |
|
 |
Newbie |
 |
|
Joined: Tue Dec 21, 2010 11:21 am Posts: 3
|
based on Aake's ideas, I wrote this script.
It installs 32-bit and 64-bit wine on Ubuntu 10.10. Rybka 4.exe and the other 64-bit engines I've tested have all worked.
automated compile of 64/32 bit wine for Ubuntu 10.10:
http://www.jesseo.com/chess/64-bit-wine-ubuntu.sh
perhaps someone could tell me how I turn this script into a deb file.
|
|
 |
|
 |
triso
|
Posted: Wed Dec 22, 2010 7:43 pm |
|
Joined: Mon May 18, 2009 8:30 pm Posts: 37 Location: Canada
|
MaxM wrote: Hi,
an interesting new feature of wine 1.2 is it's 64-bit support. Many Windows chess engines gain about 50-80% speed increase when running at 64-bit. Most provide 32-bit and 64-bit engines. But on my 64-bit Ubuntu 10.04 only an error message appears i.e. with the free Stockfish 1.8.
Why are you running these chess engines and viewers under Wine? Most of these are available as native Linux programs.
|
|
 |
|
 |
Jesse Gersenson
|
Posted: Thu Feb 17, 2011 2:46 pm |
|
 |
Newbie |
 |
|
Joined: Tue Dec 21, 2010 11:21 am Posts: 3
|
@triso
because some of the engines, notably the two strongest, are not offered as native linux programs.
i've updated my ubuntu 64-bit wine install script to use wine 1.3.13
http://www.jesseo.com/chess/64-bit-wine-ubuntu-1.3.13.sh
i've gotten many engines to run from the terminal with this command
"/home/USERNAME/wine64/wine" cmd.exe /K DeepRybka4x64.exe
|
|
 |
|
 |
Aake
|
Posted: Thu Feb 24, 2011 7:57 am |
|
 |
Level 1 |
 |
|
Joined: Mon Apr 06, 2009 5:33 am Posts: 8
|
Jesse Gersenson wrote: @triso because some of the engines, notably the two strongest, are not offered as native linux programs. i've updated my ubuntu 64-bit wine install script to use wine 1.3.13 http://www.jesseo.com/chess/64-bit-wine-ubuntu-1.3.13.shi've gotten many engines to run from the terminal with this command "/home/USERNAME/wine64/wine" cmd.exe /K DeepRybka4x64.exe
Yes - Your scripts works fine.
Do you know why Winboard header is so messy ?
I downlooad new 4.5.1 version Winboard and run 64-bit crafty + gm2600
book. And it runs very fast as You know.
Winboard is not showing "thinkind information".
Any glue ?
http://www.sendspace.com/file/jrbb0h
Aake
|
|
 |
|
 |
Aake
|
Posted: Thu Feb 24, 2011 8:24 am |
|
 |
Level 1 |
 |
|
Joined: Mon Apr 06, 2009 5:33 am Posts: 8
|
Aake wrote: Jesse Gersenson wrote: @triso because some of the engines, notably the two strongest, are not offered as native linux programs. i've updated my ubuntu 64-bit wine install script to use wine 1.3.13 http://www.jesseo.com/chess/64-bit-wine-ubuntu-1.3.13.shi've gotten many engines to run from the terminal with this command "/home/USERNAME/wine64/wine" cmd.exe /K DeepRybka4x64.exe Yes - Your scripts works fine. Do you know why Winboard header is so messy ? I downlooad new 4.5.1 version Winboard and run 64-bit crafty + gm2600 book. And it runs very fast as You know. Winboard is not showing "thinkind information". Any glue ? http://www.sendspace.com/file/jrbb0hAake
OK - Winetriks makes The trick - add all fonts
Aake
|
|
 |
|
 |
|