User Tag List

Results 1 to 7 of 7

Thread: .cch - 404 (not found), please help!

  1. #1
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)

    Join Date
    Aug 2022
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation .cch - 404 (not found), please help!

    ECbEurD.png

    Hosting runs on Windows Server 2019, everything works on localhost. I think maybe the problem is in the handler mapping and I need to add support for .cch. But how is this format processed? Please help anyone who has encountered or understands. I say right away, I didn't make any mistakes in the Url, everything is correctly named. Tried to keep resources and .the js file is in the same folder along with the html, the same problem.

  2. #2
    Clicker Fusion 2.5
    Gigatron's Avatar
    Join Date
    Jun 2020
    Location
    France
    Posts
    349
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Snowluwu View Post
    ECbEurD.png

    Hosting runs on Windows Server 2019, everything works on localhost. I think maybe the problem is in the handler mapping and I need to add support for .cch. But how is this format processed? Please help anyone who has encountered or understands. I say right away, I didn't make any mistakes in the Url, everything is correctly named. Tried to keep resources and .the js file is in the same folder along with the html, the same problem.
    Hi , i think you have drawer structure problem, this mean
    remove like this : GROVVGAME/resources/grovvgame.cch

    resources/grovvgame.cch

    This will load grovvgame.cch ; if not please send the directory structure;

    Regards

  3. #3
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)

    Join Date
    Aug 2022
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gigatron View Post
    Hi , i think you have drawer structure problem, this mean
    remove like this : GROVVGAME/resources/grovvgame.cch

    resources/grovvgame.cch

    This will load grovvgame.cch ; if not please send the directory structure;

    Regards
    Hi! As I understand it, you wanted to tell me to combine everything into one directory? I hope I understood correctly, but there is still a problem.
    mstsc_6Xmh5JzKCU.jpg

  4. #4
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)

    Join Date
    Aug 2022
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Snowluwu View Post
    Hi! As I understand it, you wanted to tell me to combine everything into one directory? I hope I understood correctly, but there is still a problem.
    mstsc_6Xmh5JzKCU.jpg
    I have already tried to put everything in one folder, and also changed the paths. The problem remains.

  5. #5
    Clicker Fusion 2.5
    Gigatron's Avatar
    Join Date
    Jun 2020
    Location
    France
    Posts
    349
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Snowluwu View Post
    I have already tried to put everything in one folder, and also changed the paths. The problem remains.
    Hi,

    .cch & cc1; 9999.mp3 & M0001.png are in
    ressources drawer.

    index.html is correct
    web.config is correct
    Runtime.js is in src drawer; finally the fusion html5 drawer structure is like so;

    resources/
    src/
    index.html

    When you build all files are correctly placed in their respective places you don't need to place yourself anything exept when using special extension ;

    Regards

  6. #6
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)

    Join Date
    Aug 2022
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gigatron View Post
    Hi,

    .cch & cc1; 9999.mp3 & M0001.png are in
    ressources drawer.

    index.html is correct
    web.config is correct
    Runtime.js is in src drawer; finally the fusion html5 drawer structure is like so;

    resources/
    src/
    index.html

    When you build all files are correctly placed in their respective places you don't need to place yourself anything exept when using special extension ;

    Regards
    The problem remains even when the resources are correctly placed. I thought maybe index.html he can't find the file, that's why he placed them in the same folder and also changed the paths (of course), but the problem remains as it was. I think maybe the website doesn't support it. cch and I need to add a new handler. What do you think about this?

    I will look forward to your reply!

  7. #7
    Clicker Fusion 2.5
    Gigatron's Avatar
    Join Date
    Jun 2020
    Location
    France
    Posts
    349
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Snowluwu View Post
    The problem remains even when the resources are correctly placed. I thought maybe index.html he can't find the file, that's why he placed them in the same folder and also changed the paths (of course), but the problem remains as it was. I think maybe the website doesn't support it. cch and I need to add a new handler. What do you think about this?

    I will look forward to your reply!
    You are maybe right, you can then modify the index.html to find the correct file ,

    new Runtime("MMFCanvas", "GROVVGAME/resources/grovvgame.cch");


    hope this solution will help

Similar Threads

  1. .cch was not found
    By ajpopa in forum Fusion 2.5
    Replies: 3
    Last Post: 18th August 2020, 10:00 AM
  2. The SDK - URL not found
    By spyfrog in forum Extension Development
    Replies: 10
    Last Post: 28th January 2013, 02:51 AM
  3. I think ive found a bug!
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 14th November 2006, 04:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •