The file system is yaffs2 but I am able to create the softlink by hand. Let me
try stepping through that code now that you pointed me to the right place.
Thank you!!
From: Ben Peddell
To: wine-devel@winehq.org
Sent: Tuesday, December 6, 2011 8:46 PM
Subjec
On 7/12/2011 11:30 AM, Roger Cruz wrote:
> I'm getting the following error when running Wine.
>
> Using the debugger, I think I found where the problem is:
>
> 2140int fd = open( unix_name, O_RDONLY | O_DIRECTORY );
[snip]
> When I look in my $WINEPREFIX directory, I can see that the
I'm getting the following error when running Wine.
err:process:init_windows_dirs directory L"C:\\windows" could not be created,
error 2
err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be
created, error 3
Using the debugger, I think I found where the problem is:
214
On Tue, Dec 6, 2011 at 17:40, Francois Gouget wrote:
> This makes it possible to reorder the format string placeholders in message
> translations.
> Also add a WCMD_format_string() function to mirror the WCMD_output*() ones
> and so all resources can use the same formatting style.
> This also si
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=15780
Your paranoid android
This patches are broken, please ignore them. I'll need to implement
locale reference counters inside msvcrt first.