Questions tagged [ghosts-in-the-machine]

7 questions
2
votes
1 answer

Shutdown script hits computer not in the list

I have a shutdown list I've made that's supposed to read off a list of strings and shut down computers in this list. It uses pstools for the psshutdown feature, and it's really short: cd "C:\Users\Administrator.\Desktop\Fun…
1
vote
2 answers

C - Losing pointee struct values

**Updated. Sorry to those whose answers no longer make sense. So I figured out that no matter what I put on the line after Data_pair_node, after it executes, thats when the thing is reset! WTH? : int insert(Table *t, const char *key, const char…
Aymon Fournier
  • 4,323
  • 12
  • 42
  • 59
1
vote
0 answers

Permissions on "Temporary ASP.NET Files" directory disappear overnite

Every morning, I get the same error: The current identity (myMachine\ASPNET) does not have write access to 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'. I re-add the permissions, and everything works for the day. This…
chris
  • 36,094
  • 53
  • 157
  • 237
1
vote
3 answers

Objective-C/cocoa losing array values

I have multiple arrays, however, they are not retaining their data for use in another method. Here's how I have it set up (simplified) .h NSArray *array; @property (nonatomic, copy) NSArray…
Matt S.
  • 13,305
  • 15
  • 73
  • 129
1
vote
1 answer

NSTableView not refreshing

I have a table view that gets refreshed two different ways. Both are through a button, and as a matter of fact, both are through the same IBAction in the same class! Here's my problem: The buttons are in two different .xib files, the button in the…
Matt S.
  • 13,305
  • 15
  • 73
  • 129
0
votes
1 answer

"false" appearing next to ob_start()

I appear to have a ghost. I'm loading a page (normally loaded inside another page, if that helps, but the bug still appears when I load the page by itself) and at the top of the output, before everything else, I get a random false. It is output…
0
votes
3 answers

Cocoa app not launching on build & go but launching manually

I have quite the interesting problem. Yesterday my program worked perfectly, but now today I'm getting exc_bad_access when I hit build and go, but if I launch the app from the build folder it launches perfectly and there seems to be nothing…
Matt S.
  • 13,305
  • 15
  • 73
  • 129