Hello, First I am on a Mac not Linux so some of this may or may not apply but I will post it all so maybe you can find similar options in the Linux version. I am using Wineskin to create wine apps,(
). Mac is based on unix as is Linux so most of this should apply, it's just how you select the options in Linux that you will need to figure out.
I was receiving the same "Failed to create empty document." error what I had to do was add some dll overrides
*comctl32 (native, builtin)
*riched30 (native, builtin)
riched20 (native, builtin)
riched32 (native, builtin)
in wineskin what I did was choose wine cfg, which gave me a windows line configuration window: Libraries tab, DLL overrides then I chose each of those.
That is all I remember doing different but I'm not 100% sure since I didn't write it down.
Basically the "riched" ones are Rich text Edit controls (the text box you type in within the Guide) and adding them allows the empty document to be created.
Hope this is enough to point you in the right direction with Linux. Let me know if you figure it out and the steps that need to be taken.
On Saturday, October 20, 2012 5:50:14 PM UTC-4, Luki wrote:
Hi,
tried to launch it from wine on linux
and got "Failed to create empty document."
without any explanations. Is it possible to make The Guide work under wine?