RBuster's Forum Posts

  • I intend to update an app in Google Play but I am not able to sign my apk. First I thought it was the password that was wrong, but after I created a new keystore the same error happens when I try to sign the apk with it. This is the log with the error information:

    Error: Failed to load signer "signer #1" java.io.IOException: keystore password was incorrect at sun.security.pkcs12.PKCS12KeyStore.engineLoad(PKCS12KeyStore.java:2068) at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:238) at sun.security.provider.JavaKeyStore$DualFormatJKS.engineLoad(JavaKeyStore.java:71) at java.security.KeyStore.load(KeyStore.java:1445) at com.android.apksigner.ApkSignerTool$SignerParams.loadPrivateKeyAndCertsFromKeyStore(ApkSignerTool.java:613) at com.android.apksigner.ApkSignerTool$SignerParams.loadPrivateKeyAndCerts(ApkSignerTool.java:555) at com.android.apksigner.ApkSignerTool$SignerParams.access$200(ApkSignerTool.java:509) at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:215) at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:89) Caused by: java.security.UnrecoverableKeyException: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption. ... 9 more

    Please, some help to fix this issue.

  • Thanks for replying oosyrag

    I saw these expressions but I didn't any tutorial about them. I will try to implement the time bar using these expressions.

  • I am using a video object in my project but I am only able to include some controls but not a time bar to showing the video progress. Is it possible? If so, how can I do this? Thanks.

  • Thanks, but unfortunately I am not an SDK writer, and from what I realized it doesn't convert to c3

  • I have a MongoDB plugin that I bought from a forum user in 2018 that does not work with the C3 runtime. Could someone help me solve this? I can pass on the plugin to do that. Thanks.

  • Hi Ashley

    I am able to access the file. thanks for all the support

  • Ok. I will try to find out what it was and if I have another version. Thanks

  • Hi Ashley

    From what I understand the problem is related to the language. All lines start like this: Failed to find 'pt-BR' string plugins ...

    I copied the log to a text file if you want to check

    dropbox.com/s/esvkfnz7jcsymr5/log.rtf

  • Thanks for replying Ashley

    I will follow your instructions and I'll post the result here later

  • By the date of the file, it is February 2018. As I usually use the stable versions, I tried the R85 and R89 versions. The first version (R85) crashes the browser and the second version (R89) shows the same message as the most recent version

  • Nice. I will give it a try. Thanks.

  • Is there any possibility of opening a project produced in 2018 at Construct3? I need to make an edit and update this project and I am not able to open the file. Thanks for any help

  • Technically speaking I think it should be possible. It would take a lot of work though, and I'm 99% sure there is already software out there for this type of application developed with significantly more resources that would probably suit your needs better.

    The multiplayer plugin or a third party backend would indeed need to be utilized if you were to attempt it.

    Thanks, oosyrag

    I already imagined that it would be a lot of work. I just wish I could have control over everything. You said you are 99% sure that there is software that already does this. Any idea what it is and where can I find it?

  • I would like to use C3 to create a school app for students aged 8 to 12 years. My idea is to create some activities (with some theoric content first) and in these activities, I could have 10 students or just two that will not be interacting with each other, but the monitor/teacher can see what they are doing and also interact with all of them by chat (texting/speaking), for example.

    For the theoric content, the monitor/teacher would present some slides like a presentation while speaking to the class using a mic, and the students could talk to the teacher if they are authorized to do so (for example, the child wants to talk, she presses the button (as if she were raising her hand) and the teacher releases her sound input in the application

    Is it possible? Theoretically speaking, how could this be implemented? Would that have to be a multiplayer app?

    Thanks for any help/suggestions.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Some help?