Re: CreateFileA with /dev/random as WinNT filename

2009-06-13 Thread Karl Vogel
On Sat, Jun 13, 2009 at 4:53 PM, Jeff Zaroyko wrote: > > On Sun, Jun 14, 2009 at 12:43 AM, Karl Vogel wrote: > > In ran into a problem with a game, Dark Age of Camelot, where it locked up > > after logging into the game. After some tracing it became apparent that the > > game was trying to read by

Re: CreateFileA with /dev/random as WinNT filename

2009-06-13 Thread Jeff Zaroyko
On Sun, Jun 14, 2009 at 12:43 AM, Karl Vogel wrote: > In ran into a problem with a game, Dark Age of Camelot, where it locked up > after logging into the game. After some tracing it became apparent that the > game was trying to read bytes from /dev/random, but due to me working > remotely on the co

CreateFileA with /dev/random as WinNT filename

2009-06-13 Thread Karl Vogel
In ran into a problem with a game, Dark Age of Camelot, where it locked up after logging into the game. After some tracing it became apparent that the game was trying to read bytes from /dev/random, but due to me working remotely on the computer, not enough entropy was generated which stalled the g