NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

Post a reply

Write your message and submit
Options
Humanity test

What is five + seven?

Go back

Topic review (newest first)

Waccoon
06-22-2008 21:02:07

Nullig wrote:

Also, I noticed some commented code for saving the "chi" file and was wondering if you've tried saving and reloading from the "chi" file?

At the moment, no.  The "chi" file is not an animation file, but a custom image format.  Whether or not it would be a good idea to support it depends on whether it will ever become an animation format.  According to Codexus, the author of Chibi Paint, it's likely animation data would be saved in a different format.

Ashass wrote:

I still have an sql error while archiving/unarchiving items

Yeah, that's another bug with the log system.

I have a new 1.3.14 beta available that fixes this and a few other things.  I'm getting closer to making the board XHTML compatible, too, so things like Lightbox/Slimbox will work properly.

If you have a modified board, you can disregard the new index and header files.

Ashass wrote:

Retouch also does not work correctly, it saves the new image, however it still displays the image that was done before the retouch.

That is a caching issue, and requires a code rewrite.  Reusing file names is generally a bad thing in web applications.

Ashass
06-22-2008 19:34:13

Nope, your update to recover.php took care of the entire problem. I still have an sql error while archiving/unarchiving items, which i posted under the general support section, but you made a good find big_smile

Nullig
06-22-2008 18:47:18

How did you update recover.php? Did you add some other code?

Ashass
06-22-2008 12:55:05

Retouch also does not work correctly, it saves the new image, however it still displays the image that was done before the retouch.

When you try to retouch the image again, the new one will show up - Try to save again and the old picture is still there.

[edit] After I updated recover.php, and tried to retouch, wip/recover and both seemed to be working correctly.

Nullig
06-21-2008 00:42:45

Just updated my sites to add ChibiPaint and noticed that the ChibiPaint was missing in the recover.php file. If you try to recover a chibi draw, it just bombs out.

Had to add:

            case '4':
                $use_app = 'chibipaint.php?';
                break;

To the:

        // Get applet type
        switch ($row['datatype']) {

function.

Also, I noticed some commented code for saving the "chi" file and was wondering if you've tried saving and reloading from the "chi" file?

Nullig

acwitness
06-18-2008 09:27:07

Well, I'm now using Firefox 3 with latest java plugin version. Sadly, the applet still doesn't work for me - and I still have the socket permission error with Paint. Bummer!

So here is the weird thing. I have another site hosted by Hostgator on another server. I set up another test board there and the applet works fine for me from there.

sfox8
06-16-2008 00:10:38

hmm... strangely enough... chibi paint is suddenly working now. It's submitting perfectly fine, no issues or anything. Shows up on the index just fine as well.

acwitness
06-14-2008 07:49:17

Well, FF3 is supposed to release on Tuesday, so we shall soon see.

Waccoon
06-14-2008 00:52:57

It's designed to be integrated with an oekaki board, a web server running dedicated software.

It really shouldn't matter whether you're using dedicated or shared hosting, because this issue doesn't involve sending data to the server.  The only thing I can think of is a really obscure Java security issue, along the lines of the SocketPermission() problem.  In other words, if Java can't verify that the server connection is authentic, Java may refuse to handle internal paths correctly, and thus, the reflection request to the path "cello.tablet.JTablet" will result in an exception.  I don't know much about Java, but I do know that it can be a real pain in the butt at times, and having looked at the Chibi Paint source code, it appears the applet is appropriately testing for the tablet plugin.  The only suggestion I'd have is that if the JTablet test fails, the applet should not try to test for it again.  The problem is that Chibi Paint is testing for the tablet every time the mouse cursor moves, because of the way the GUI listener works.

Why Java is putting up a fight is beyond me, though.  But then, I've seen all sorts of strange things in the last few years.  I wouldn't be surprised if this issue it fixed by updating to the new Java plugin when Firefox 3 is released.  If that's the case, then this issue is almost certainly related to the SocketPermission() problem.

acwitness
06-13-2008 08:51:08

OK, I removed the Jtablet plugin. And just out of curiosity, I registered at chibipaint's oekaki. I had no problem using the applet there.


I also registered on your board, and the applet works fine for me there as well. I tried redownloading all the files from you and chibipaint and uploading to my server again. It just won't work for me from my own site.


Well, I had a couple of my oekaki members try the applet and they had the same problems I did, so I'm back to thinking it's some issue with HostGator???


duh - I just read this in the readme file:
It's designed to be integrated with an oekaki board, a web server running dedicated software.
I have shared hosting - guess that answers that question. Now I'm disappointed!!

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB