1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Issue with downloading resource pack from server to client

Discussion in 'Help' started by muxebv, Mar 27, 2020.

  1. muxebv

    muxebv Creeper

    Messages:
    3
    Hello everyone, We are trying to install a Resource pack on our PocketMine 3.8.4. I added the official vanile pack from Bedrock and added it to the the yml file aswell, after that I zipped it up, made sure within the zip it was not in a zip folder.

    After Restarting the server and loading it up it shows a prompt of downloading the resource pack. Myself I remained stuck at 0.00 MB, One of the other editors managed to download 25 mb of the pack before the server kicked him out.

    The pack is 44 MB.

    Code:
    27.03 15:46:29 [Server] Startup Done (0.455s)! For help, type "help" or "?"
    27.03 15:46:29 [Multicraft] Received restart command
    27.03 15:46:29 [Multicraft] Stopping server!
    27.03 15:46:30 [Multicraft] Server shut down (stopping)
    27.03 15:46:30 [Multicraft] Server stopped
    27.03 15:46:34 [Multicraft] Loading server properties
    27.03 15:46:34 [Multicraft] Starting server!
    27.03 15:46:34 [Multicraft] Loaded config for "PocketMine-MP (3.8.4)"
    27.03 15:46:34 [Multicraft] Updating eula.txt file
    27.03 15:46:34 [Server] Server thread/INFO Loading pocketmine.yml...
    27.03 15:46:34 [Server] Server thread/INFO Loading server properties...
    27.03 15:46:34 [Server] Server thread/INFO Selected English (eng) as the base language
    27.03 15:46:34 [Server] Server thread/INFO Starting Minecraft: Bedrock Edition server version v1.14.0
    27.03 15:46:34 [Server] Server thread/NOTICE Online mode is enabled. The server will verify that players are authenticated to Xbox Live.
    27.03 15:46:34 [Server] Server thread/NOTICE To disable authentication, set "xbox-auth" to "false" in server.properties.
    27.03 15:46:34 [Server] Server thread/INFO Opening server on 8
    27.03 15:46:34 [Server] Server thread/INFO This server is running PocketMine-MP version 3.11.6
    27.03 15:46:34 [Server] Server thread/INFO PocketMine-MP is distributed under the LGPL License
    27.03 15:46:34 [Server] Server thread/INFO Loading resource packs...
    27.03 15:46:34 [Server] Server thread/INFO Loading BlockSniper v3.2.3
    27.03 15:46:34 [Server] Server thread/INFO Loading ServerTools v0.1.0
    27.03 15:46:34 [Server] Server thread/INFO Checking for updates...
    27.03 15:46:34 [Server] Server thread/INFO Loading ProfileUI v4.2.1
    27.03 15:46:34 [Server] Server thread/INFO Loading Vehicles v0.1.1
    27.03 15:46:34 [Server] Server thread/INFO Loading TradeGui v1.2.3
    27.03 15:46:34 [Server] Server thread/INFO Loading PlayerVaults v3.2.0
    27.03 15:46:34 [Server] Server thread/INFO Preparing world "world"
    27.03 15:46:34 [Server] Server thread/INFO Enabling BlockSniper v3.2.3
    27.03 15:46:34 [Server] Server thread/INFO [BlockSniper] Language selected: en
    27.03 15:46:34 [Server] Server thread/INFO Enabling ServerTools v0.1.0
    27.03 15:46:34 [Server] Server thread/INFO Enabling ProfileUI v4.2.1
    27.03 15:46:34 [Server] Server thread/NOTICE Enabled! - By Infernus101
    27.03 15:46:34 [Server] Server thread/INFO Enabling Vehicles v0.1.1
    27.03 15:46:34 [Server] Server thread/INFO Enabling TradeGui v1.2.3
    27.03 15:46:34 [Server] Server thread/INFO Enabling PlayerVaults v3.2.0
    27.03 15:46:34 [Server] Server thread/INFO Starting GS4 status listener
    27.03 15:46:34 [Server] Server thread/INFO Setting query port to 2
    27.03 15:46:34 [Server] Server thread/INFO Query running on 3
    27.03 15:46:34 [Server] Server thread/INFO Default game type: Creative Mode
    27.03 15:46:34 [Server] Startup Done (0.472s)! For help, type "help" or "?"
    27.03 15:47:09 [Multicraft] Skipped 3 lines due to rate limit (30/s)
    27.03 15:55:41 [Server] RakLibServer thread/NOTICE Blocked 7 for 300 seconds
    27.03 15:55:51 [Server] Server thread/INFO RoseCub000043[/] logged out due to timeout
    27.03 15:56:39 [Multicraft] Auto-saving world...
    27.03 15:56:39 [Server] Server thread/INFO [CONSOLE: Turned on world auto-saving]
    27.03 15:56:39 [Server] Server thread/INFO [CONSOLE: Saving server data...]
    27.03 15:56:39 [Server] Server thread/INFO [CONSOLE: Save completed in 0.026 seconds]
    27.03 15:57:19 [Server] Server thread/INFO ThoracicElf12[/8] logged out due to client disconnect
    27.03 15:59:34 [Server] Server thread/INFO ReekyTurtle554[/115] logged out due to client disconnect
    27.03 15:59:35 [Server] Server thread/INFO ThoracicElf12[/83.7:545] logged out due to client disconnect

    Update:

    I have changed force_resources to true like this:



    Code:
    #This configuration file controls global resources used on your PocketMine-MP server.
    
    #Choose whether players must use your chosen resource packs to join the server.
    #NOTE: This will do nothing if there are no resource packs in the stack below.
    
    force_resources: true
    
    resource_stack: - runechainpack.zip
    
      #Resource packs here are applied from bottom to top. This means that resources in higher packs will override those in lower packs.
      #Entries here must indicate the filename of the resource pack.
      #Example
      # - natural.zip
      # - vanilla.zip
      #If you want to force clients to use vanilla resources, you must place a vanilla resource pack in your resources folder and add it to the stack here.
    
    
    Which Responded in:

    Code:
    27.03 16:34:57 [Multicraft] Received restart command
    27.03 16:34:57 [Multicraft] Stopping server!
    27.03 16:34:57 [Server] Server thread/INFO [CONSOLE: Saving server data...]
    27.03 16:34:57 [Server] Server thread/INFO [CONSOLE: Save completed in 0.073 seconds]
    27.03 16:34:57 [Server] Server thread/INFO [CONSOLE: Stopping the server]
    27.03 16:34:57 [Server] Server thread/INFO Disabling TradeGui v1.2.3
    27.03 16:34:57 [Server] Server thread/INFO Disabling PlayerVaults v3.2.0
    27.03 16:34:57 [Server] Server thread/INFO Disabling BlockSniper v3.2.3
    27.03 16:34:57 [Server] Server thread/INFO Disabling ServerTools v0.1.0
    27.03 16:34:57 [Server] Server thread/INFO Disabling ProfileUI v4.2.1
    27.03 16:34:57 [Server] Server thread/NOTICE Disabled! - By Infernus101
    27.03 16:34:57 [Server] Server thread/INFO Disabling Vehicles v0.1.1
    27.03 16:34:57 [Server] Server thread/INFO RoseCub000043 left the game
    27.03 16:34:57 [Server] Server thread/INFO RoseCub000043[/826] logged out due to Server closed
    27.03 16:34:57 [Server] Server thread/INFO ThoracicElf12 left the game
    27.03 16:34:57 [Server] Server thread/INFO ThoracicElf12[/88] logged out due to Server closed
    27.03 16:34:57 [Server] Server thread/INFO Unloading world "world"
    27.03 16:34:57 [Server] Server thread/INFO Stopping other threads
    27.03 16:34:58 [Multicraft] Server shut down (stopping)
    27.03 16:34:58 [Multicraft] Server stopped
    27.03 16:34:58 [Disconnect] User RoseCub000043 has disconnected, reason: Server shutting down
    27.03 16:34:58 [Disconnect] User ThoracicElf12 has disconnected, reason: Server shutting down
    27.03 16:35:01 [Multicraft] Loading server properties
    27.03 16:35:01 [Multicraft] Starting server!
    27.03 16:35:01 [Multicraft] Loaded config for "PocketMine-MP (3.8.4)"
    27.03 16:35:01 [Multicraft] Updating eula.txt file
    27.03 16:35:01 [Server] Server thread/INFO Loading pocketmine.yml...
    27.03 16:35:01 [Server] Server thread/INFO Loading server properties...
    27.03 16:35:01 [Server] Server thread/INFO Selected English (eng) as the base language
    27.03 16:35:01 [Server] Server thread/INFO Starting Minecraft: Bedrock Edition server version v1.14.0
    27.03 16:35:01 [Server] Server thread/NOTICE Online mode is enabled. The server will verify that players are authenticated to Xbox Live.
    27.03 16:35:01 [Server] Server thread/NOTICE To disable authentication, set "xbox-auth" to "false" in server.properties.
    27.03 16:35:01 [Server] Server thread/INFO Opening server on 37.187.24.29:26768
    27.03 16:35:01 [Server] Server thread/INFO This server is running PocketMine-MP version 3.11.6
    27.03 16:35:01 [Server] Server thread/INFO PocketMine-MP is distributed under the LGPL License
    27.03 16:35:02 [Server] Server thread/CRITICAL ErrorException: "yaml_parse(): scanning error encountered during parsing: block sequence entries are not allowed in this context (line 7, column 17)" (EXCEPTION) in "src/pocketmine/utils/Config" at line 185
    27.03 16:35:02 [Server] Server thread/DEBUG #0 (): pocketmine\utils\Utils::errorExceptionHandler(integer 2, string[131] yaml_parse(): scanning error encountered during parsing: block sequence entries , string[105] phar:///jar/pocketmine.phar/src/po, integer 185, array[5])
    27.03 16:35:02 [Server] Server thread/DEBUG #1 src/pocketmine/utils/Config(185): yaml_parse(string[703] #This configuration file controls global resources used on your PocketMine-MP se)
    27.03 16:35:02 [Server] Server thread/DEBUG #2 src/pocketmine/utils/Config(122): pocketmine\utils\Config->load(string[80] /resource_packs/resource_packs.yml, integer 2, array[0])
    27.03 16:35:02 [Server] Server thread/DEBUG #3 src/pocketmine/resourcepacks/ResourcePackManager(69): pocketmine\utils\Config->__construct(string[80] /resource_packs/resource_packs.yml, integer 2, array[0])
    27.03 16:35:02 [Server] Server thread/DEBUG #4 src/pocketmine/Server(1514): pocketmine\resourcepacks\ResourcePackManager->__construct(string[62] /resource_packs/, object pocketmine\utils\MainLogger)
    27.03 16:35:02 [Server] Server thread/DEBUG #5 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[47] /, string[55] /plugins/)
    27.03 16:35:02 [Server] Server thread/DEBUG #6 src/pocketmine/PocketMine(296): pocketmine\server()
    27.03 16:35:02 [Server] Server thread/DEBUG #7 (11): require(string[103] phar:///jar/pocketmine.phar/src/po)
    27.03 16:35:02 [Server] Server thread/EMERGENCY An unrecoverable error has occurred and the server has crashed. Creating a crash dump
    27.03 16:35:02 [Server] Server thread/EMERGENCY Please upload the "/crashdumps/Fri_Mar_27-16.35.02-CET_2020.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
    27.03 16:35:02 [Server] INFO --- Waiting 119 seconds to throttle automatic restart (you can kill the process safely now) ---
    
    I have hidden the personal IP Addresses..
    Any ideas
     
    Last edited: Mar 27, 2020
  2. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
  3. muxebv

    muxebv Creeper

    Messages:
    3
    Basically I managed to get it working without forcing it but the problem is that even then its completing the download, giving us acces but there is no change in the texture that I tried updating ( Grass ).

    unless the original vanilla textures are originally 16x16 (hardcoded) and therefor output our new 128x128 texture as a 16x16. Any idea on this?
     
  4. muxebv

    muxebv Creeper

    Messages:
    3
    Update:

    Basically its working now when I select the block in hand it shows the right texture but when placing the blocks on the ground or old grass blocks (as its the main grass texture, remain to have the old one

    update:

    solved that to it was another texture
     
    Last edited: Mar 27, 2020
  5. None

    None Creeper

    Messages:
    5
    How did you do to make it work? I had the same problem here. upload_2021-12-22_21-14-17.png
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.