RBuster's Forum Posts

  • dop2000 and AllanR

    Thank you so much for these amazing examples.

    I will study these examples and then try to implement them in my demonstration.

    The only thing I can't imagine is what to do for another object to act on the wire, as in the simulator I gave as an example if you move the component the wire accompanies it. This is also the case when you move the tip of the multimeter to measure the voltage and the wire accompanies it wherever it goes. Any examples of that?

  • I need to create a demonstration of a simulator like this one: phet.colorado.edu/sims/html/circuit-construction-kit-dc/latest/circuit-construction-kit-dc_en.html

    But the wires needed to be flexibles like the wires in real life, including the wires of the multimeter when the user drags the red/black tips. Could someone help me with ideas and examples of how to do this?

    Thanks

  • 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.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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?