Re: dosdevices/c not present.. how is it created?

2011-12-06 Thread Roger Cruz
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

Re: dosdevices/c not present.. how is it created?

2011-12-06 Thread Ben Peddell
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

dosdevices/c not present.. how is it created?

2011-12-06 Thread Roger Cruz
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

Re: cmd: Use FormatMessage() for better internationalization support.

2011-12-06 Thread Frédéric Delanoy
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

Re: [2/2] msi/tests: Try harder to remove a shortcut file.

2011-12-06 Thread Marvin
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

Re: [PATCH 1/7] msvcrt: Added _get_current_locale impementation

2011-12-06 Thread Piotr Caban
This patches are broken, please ignore them. I'll need to implement locale reference counters inside msvcrt first.