I don't care you don't care

Posted by PY on July 25, 2011, 4:25 p.m.

because I care, and that's all that matters to me.

I won't write a blog to go with it, because nobody'll read it, but I will throw this at you: GitHub page, GitHub downloads page

I'm calling it 0.9, because as far as I can tell, everything works, but I'm just one man. I think it's awesome, I'm using it myself now and it makes window management a breeze, you guys may disagree - I'd love to know why. I also totally need an icon, both for the application itself and for the button that opens the menu, so if anybody wants to donate one that'd be super awesome.

Or you could skip over this blog and go comment on something that doesn't have shit to do with development, that's a good plan too.

Comments

PY 14 years ago

When you guys say "Doesn't run", what do you mean? Because it cleans itself up, dumps an error log, and exits silently for that sort of failure - but there should still be an error log in the directory you ran it from.

JID 14 years ago

@PY

I got an error log:

Critical Failure: Index was outside the bounds of the array.

I'm on Windows 7, 1366 * 768.

PY 14 years ago

oh dear, that's not a thing that should happen

What windows do you have open?

JID 14 years ago

Just IE9 and my game's .gmk.

Castypher 14 years ago

Same error.

Got Chrome, GM, and MS Word open.

Extravisual 14 years ago

I got the same error. I have foobar2000, Windows file manager, uTorrent, Pidgin, Firefox, Skype, and Notepad open. I'm running Windows 7 x64 with a resolution of 1920x1080.

Alert Games 14 years ago

blog isnt working.

i mean… the program didnt work for me cause i dont have the NET framework. I'll install that tonight.

PY 14 years ago

Hm, I get the same error on my fresh Win7 VM. Weird!

Alert Games 14 years ago

Yeah whats with that anyway? I never get that error for any other programs.

PY 14 years ago

oh, god DAMNIT, I'm an idiot

Open up the TWiMErc and kill all the window rules

I forgot to put any bounds checking for the monitor stuff, so now it's trying to set up a window rule for a monitor that doesn't exist, and, obviously, crashing. See, this is why I need testers! :P