Coder Social home page Coder Social logo

ctb-mcmod's People

Contributors

tterrag1098 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ctb-mcmod's Issues

[1.7] Out of ram problems

Currently we use list-view thumbnails to list creations after loging into the creator-box. However, after clicking on anyone of them, there is full-view image downloaded and processed, which consumes lot of ram.

Is there a way to restrict maximum value of the size of generated images, and use only appriopriate thumbnails to do it?

For example - when user will create 2x2 creation, we don't need the 8.5 MB image to view it properly.

[1.7] Replacing creator-box causes game crash

I assume this can be related to #7

When I wanted to open the creator-box, my game crashed and it looked like server connection has been lost - notice, that I run gradlew runClient and launched the game via single player mode.

screenshot 2016-01-19 12 10 15

Then I was redirected to server listening screen

screenshot 2016-01-19 12 18 13

Steps to reproduce:

  • place creator-box and login into it
  • switch off the game, run game again and select previously created world.
  • when you try to access it, you should receive problem with server connection and game crashed

I also include logs here:

latest.log.zip

Rendering Error

Hi there,
at first thanks for the very great Mod. My Children and I loving it to decorate our Minecraft World with Art :) We play on an Server with 180 other Mods and your Mod runs fine.

Our Environment:
Minecraft 1.7.10
Forge: 7.99.40.1614
Optifine (Error are still there without Optifine)

In my Client Log I have found a error in combination with the Mod „NotEnoughItems“ (NEI)
(http://chickenbones.net/Pages/links.html)

[22:21:30] [NEI Item Loading/ERROR]: Ommiting com.creatubbles.ctbmod.common.painting.ItemBlockPainting@2d648adc:0 ItemBlockPainting
java.lang.NoSuchMethodError: com.creatubbles.ctbmod.common.painting.SubmapManagerPainting.getSubmapSmall()Lteam/chisel/ctmlib/TextureSubmap;
at com.creatubbles.ctbmod.common.painting.SubmapManagerPainting.getIcon(SubmapManagerPainting.java:105) ~[SubmapManagerPainting.class:?]
at com.creatubbles.ctbmod.common.painting.BlockPainting.func_149691_a(BlockPainting.java:275) ~[BlockPainting.class:?]
at net.minecraft.block.Block.func_149733_h(Block.java:583) ~[aji.class:?]
at net.minecraft.item.ItemBlock.func_77617_a(ItemBlock.java:42) ~[abh.class:?]
at net.minecraft.item.Item.func_77650_f(Item.java:440) ~[adb.class:?]
at codechicken.nei.ItemList$1.damageSearch(ItemList.java:165) [ItemList$1.class:?]
at codechicken.nei.ItemList$1.execute(ItemList.java:206) [ItemList$1.class:?]
at codechicken.nei.RestartableTask$1.run(RestartableTask.java:24) [RestartableTask$1.class:?]

One more, I think there is an issue with your Renderer, and the game crashes with this error: http://pastebin.com/ztRv3YT3

Did you need more Information, please tell me. Sry for my Google-Translation-Style English.
And thanks for your great Mods too.

Bye

Das_Offertorium

[1.7] Upload problem

There is a problem with uploading images after our latest updates.

From mod perspective, everything is ok, but the image isn't uploaded at all, and '[creation upload successful (Click to view)]' points to empty creation.

It was achieved on 1.7 dev mode and as well on 1.7 minecraft edu.

screenshot 2016-01-22 13 17 50

screenshot 2016-01-22 13 20 04

[1.7] [1.8] The problem with Uploading

  • I logged into the game, and to creatubbles using the command /ctb-login swilgosz mypassword then I received the access token
  • when I tried to upload a screenshot, it gave me the error visible on screenshot below. "An unknown error occured while attempting to perform this command".

minecraft_1_7_10

Moreover, the file indeed wasn't uploaded to https://www.creatubbles.com

screenshot 2016-01-18 16 06 08

[1.8] Problem with login to creator-box

I was able to login into creator box without any problems after removing user cache. This means that access_token is set to being expired (we already made a change to API to prevent that).

I added an issue #5 that creator-box doesn't remember logged in user. I decided to split those problems because that one appears on both branches, and this one only on 1.8.

The problem with it, is that I am unable to login second time to creator box. So everything I want to do with creations, I need to to before closing the creator-box.

screenshot 2016-01-18 16 13 01

This isn't just expired token, because the time-lapse between actions took only few seconds!

Paintings are too expensive

Lapis especially is a large gate. Maybe make them just use paper, or find another easier to come by resource to substitute for dye.

Revert screenshot grabbing order for upload

This need to be checked first, but the issue is:

by default, running /ctb-upload test1 will grab the oldest upload to proceed. We need to revert that, to grab the newest one instead.

  • ctb-upload "Title 1" 0 (or 'Tittle 1' or no attribute at all) would refer to the latest screenshot available in the queue of screenshots in memory (should be the most recent screenshot taken)
  • ctb-upload "Title 2" 1 > to refer to the screenshot taken before the last.
  • ctb-upload "Title 3" N > to refer to the screenshot taken N screenshots before

I think it would be more intuitive for minecraft users

[1.7][1.8] Paginate creations

The issue reported by Paul:
He tried to login into the creator-box several times without success. The screen seems to be hanged on:

pasted image at 2016_01_20 07_57 pm

Here are the logs:
logs.zip

Problem description

After loging in there are all creations downloaded from creatubbles. For Pau's account there is around a thousand. We have also teacher's accounts who manage their all student's creations and they collected even more on Creatubbles.

We should add a pagination system, to collect few API pages (maybe around 100) on one creator-box page.

Then we should generate separate requests after changing page number, not all at once.

[1.7] Unable to run with minecraft edu

I already run the mod on minecraft edu before. Now it seems to be broken again.

What did I do:

  • I downloaded .jar file from jenkins
  • I installed mod on server and client via minecraft EDU
  • when I tried upload creation, I met issue #4
  • when I tried to access creator-box, I have always lose my connection with local server.

screenshot 2016-01-18 16 49 43

Does anybody have an idea what it could appear?

Roadmap

I think since this is a collaborative mod it would be nice to lay out our thoughts for where it is going.

In my mind we need to

  1. Get the API interfacing figured out
    • Logging in to creatubbles
    • Downloading a specific creation from one's library
  2. Get the UX figured out
    • I think we should first maybe create something simple like a command, then once that is functional create a block/GUI.
  3. Art
    • I don't art. We need an artist.

As per their specifications the user should only be able to use creations from their own account, so they would need to log in before doing anything. This requires the mod to "know" their password for at least a short amount of time, but we can have a privacy policy etc, and of course we would not store that data, only the access token returned.

Feel free to add any other ideas/thoughts you have.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.