Replying to the reply, to test something else.
Search found 23 matches
- Tue Aug 20, 2019 6:03 pm
- Forum: Fan Fiction
- Topic: For Want of a Nail - Misha Route (Updated 11/1/19)
- Replies: 585
- Views: 534476
- Wed Sep 10, 2014 8:11 pm
- Forum: Support
- Topic: Error on Linux x86_64
- Replies: 5
- Views: 8510
Re: Error on Linux x86_64
Here are some instructions on how to get KS running on Ubuntu 14.04.
http://lemmasoft.renai.us/forums/viewto ... 03#p338903
http://lemmasoft.renai.us/forums/viewto ... 03#p338903
- Wed Jul 09, 2014 12:32 pm
- Forum: Public Discussion
- Topic: Planned Downtime - Wed July 9
- Replies: 5
- Views: 3704
Re: Planned Downtime - Wed July 9
We're back up and running, in the new datacenter.
The problems with the forum loading were due to a RAID array check that was going on. That's finished, and I've configured things so future checks will steal less I/O from rest of the system.
The problems with the forum loading were due to a RAID array check that was going on. That's finished, and I've configured things so future checks will steal less I/O from rest of the system.
- Mon Jul 07, 2014 8:30 am
- Forum: Public Discussion
- Topic: Planned Downtime - Wed July 9
- Replies: 5
- Views: 3704
Planned Downtime - Wed July 9
There is going to be about an hour of planned downtime on Wednesday, July 9, 201 3 4, starting at about 11 AM Eastern Daylight Time. At that time, our server is going to be physically powered off and moved to a new datacenter. This will have a number of long-term benefits, such as improved ...
- Sat Apr 07, 2012 1:44 am
- Forum: Public Discussion
- Topic: Server Move + Forum Software Upgrade
- Replies: 16
- Views: 7928
Re: Server Move + Forum Software Upgrade
Editing the appropriate template and saving it again seems to have fixed the problem. If I had to guess, I'd guess that bad data was cached somehow, and that editing the template file cleared the cache and made things work again. (The edit itself was a debugging thing, and so wouldn't have fixed the ...
- Tue Apr 03, 2012 4:51 pm
- Forum: Public Discussion
- Topic: Server Move + Forum Software Upgrade
- Replies: 16
- Views: 7928
Re: Server Move + Forum Software Upgrade
Thanks for the improvement. I don't know if it is related to the change, but when I try to send PMs, my connection keeps resetting and I sometimes have trouble sending replies. I don't think that would be related to the upgrades. You don't connect directly to the server, but instead to the ...
- Mon Apr 02, 2012 9:58 am
- Forum: Public Discussion
- Topic: Server Move + Forum Software Upgrade
- Replies: 16
- Views: 7928
Server Move + Forum Software Upgrade
I've moved the Katawa Shoujo forums to a new server. Our new server is much faster than the older one, and costs me less per month to run (at least in the long run). As part of the move, I've upgraded the software that runs the forums to the latest version of phpBB. While this change shouldn't ...
- Sat Mar 03, 2012 5:36 pm
- Forum: Support
- Topic: Forum Problems
- Replies: 0
- Views: 3669
Forum Problems
The current style problems are my fault.
EDIT: But thankfully, the forum is backed up nightly.
EDIT: But thankfully, the forum is backed up nightly.
- Mon Jan 23, 2012 3:47 pm
- Forum: Support
- Topic: Board glitch/error
- Replies: 4
- Views: 2885
Re: Board glitch/error
My fault, an upgrade to php on the server managed to eat the timezone information.
- Thu Jan 19, 2012 7:15 pm
- Forum: Support
- Topic: Game keeps crashing at hospital scene.
- Replies: 3
- Views: 4873
Re: Game keeps crashing at hospital scene.
In renpy/display/scale.py, change: def rotozoom(surf, angle, scale): new_surf = pgrender.rotozoom(surf.surface, angle, scale) return ScaledSurface(new_surf) to: def rotozoom(surf, angle, scale): new_surf = pgrender.rotozoom_unscaled(surf.surface, angle, scale) return ScaledSurface(new_surf)
- Thu Feb 11, 2010 1:53 am
- Forum: Act 1 Preview
- Topic: Just how portable is KS and its installer?
- Replies: 2
- Views: 5031
Re: Just how portable is KS and its installer?
Actually, you don't need to do anything terribly complicated. Just create a directory named "Ren'Py Data" in the root of your flash drive, and the files will be saved there.
- Thu Feb 11, 2010 1:51 am
- Forum: Act 1 Preview
- Topic: Linux 64-Bit is it possible?
- Replies: 2
- Views: 4452
Re: Linux 64-Bit is it possible?
Ren'Py (and hence Katawa Shoujo) should run out of the box if you install the 32-bit libraries.
You only need 32-bit versions of the C libraries, ALSA or Pulseaudio, and X11.
You only need 32-bit versions of the C libraries, ALSA or Pulseaudio, and X11.
- Thu Jan 28, 2010 12:07 am
- Forum: Public Discussion
- Topic: An option for the blind?
- Replies: 37
- Views: 20616
Re: An option for the blind?
Screen reader support is something that's reasonable to add to Ren'Py. I'm not sure if or when I'll get to it, though. Do we have anyone that's actually waiting for this, or is this just a request out of principle? I'm more motivated to do things when actual, rather than theoretical, people will ...
- Fri May 08, 2009 12:54 pm
- Forum: Act 1 Preview
- Topic: APPCRASH/StackHash_eb97 as soon as the demo launches.
- Replies: 8
- Views: 5367
Re: APPCRASH/StackHash_eb97 as soon as the demo launches.
Can you try Ren'Py 6.9.2 from http://www.renpy.org?
- Fri May 01, 2009 1:21 pm
- Forum: Act 1 Preview
- Topic: APPCRASH/StackHash_eb97 as soon as the demo launches.
- Replies: 8
- Views: 5367
Re: APPCRASH/StackHash_eb97 as soon as the demo launches.
Are you running a 32 or 64 bit version of vista?