• Login
sketchucation logo sketchucation
  • Login
ℹ️ GoFundMe | Our friend Gus Robatto needs some help in a challenging time Learn More

MSPhysics 1.0.3 (16 October 2017)

Scheduled Pinned Locked Moved Plugins
920 Posts 170 Posters 882.8k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    thomthom
    last edited by 18 Jul 2016, 21:35

    Anton, are you using ENV variables to obtain the path?

    Thomas Thomassen — SketchUp Monkey & Coding addict
    List of my plugins and link to the CookieWare fund

    1 Reply Last reply Reply Quote 0
    • B Offline
      Bryan K
      last edited by 19 Jul 2016, 01:26

      Thanks Anton. It's odd because the program installed without any trouble.

      Is there a specific order the AMS library and MS Physics should be installed? I ask because I installed MS first, then AMS second.

      See my portfolio at https://delphiscousin.blogspot.com/

      1 Reply Last reply Reply Quote 0
      • A Offline
        Anton_S
        last edited by 19 Jul 2016, 05:00

        Bryan, the order doesn't matter. I tested it on Win7 with IE11 and it works very well. I could reproduce what you have only by renaming/removing the CSS folder. So I don't know. It looks like the dialog.html can't determine the CSS paths or the CSS folder or the files within it are missing.

        1 Reply Last reply Reply Quote 0
        • A Offline
          Anton_S
          last edited by 19 Jul 2016, 06:22

          Brian, I'll test it out on my Windows 7 with IE11. So far it works fine on my Win7 and IE9.


          Thomthom, as far as I recall I don't use ENV variables to obtain the paths. I rather modify one of them, particularly ENV['PATH'], so that msp_lib.so knows where to look for the required Dlls and this is only necessary on the Windows side. And instead of overwriting the ENV['PATH'] variable with the new path(s), I simply append another path to it. I don't think that should hurt other plugins or anything. Of course, I acknowledge that it would be a good idea to reset it to original paths after all the loading is done.
          Edit: On the OS X Side I use install name tool to set the relative load path to the required dylibs. This can be done with xCode by adding a post build script.

          1 Reply Last reply Reply Quote 0
          • A Offline
            Anton_S
            last edited by 19 Jul 2016, 06:37

            @faust07 said:

            Hi Anton, do you see an opportunity to revise your MIDI-Piano for version 0.9.0?

            Hi faust. I updated the MIDI piano a few days ago. It should work fine now 😄

            1 Reply Last reply Reply Quote 0
            • F Offline
              faust07
              last edited by 19 Jul 2016, 08:16

              Hi Anton. Thank you very much! I've found it already. I enjoy the magic sound. PituPhysics updated his MSPhysics models too. So there is much stuff to learn. 👍
              On my side, on Win7 and Win8.1 with IE11 MSPhysics works like a charm (except to record Replay...). 😎

              1 Reply Last reply Reply Quote 0
              • B Offline
                Bryan K
                last edited by 20 Jul 2016, 03:52

                All paths and files are verified in the right location. Everything seems to work except the UI menu tabs.

                See my portfolio at https://delphiscousin.blogspot.com/

                1 Reply Last reply Reply Quote 0
                • A Offline
                  Anton_S
                  last edited by 20 Jul 2016, 07:26

                  Bryan, if everything worked fine, your UI should have looked like this:
                  msphysics_ui.png
                  The screenshot that you posted above resembles a UI with missing CSS/JS files, which make it look/work improperly. Can you once again ensure that all of these files exist in your SU2015 plugins folder because at the moment I have no idea what could be the other cause:

                  • MSPhysics/css/chosen.css
                  • MSPhysics/css/tabs.css
                  • MSPhysics/css/dialog.css
                  • MSPhysics/css/expander.css
                  • MSPhysics/js/jquery.js
                  • MSPhysics/js/chosen.js
                  • MSPhysics/js/chosen.js
                  • MSPhysics/js/ace/ace.js
                  • MSPhysics/js/ace/ext-statusbar.js
                  • MSPhysics/js/dialog.js
                  • MSPhysics/js/expander.js
                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    Bryan K
                    last edited by 20 Jul 2016, 18:44

                    The only difference I see is that the file path I have includes "Roaming"

                    I really appreciate you taking the time to help with this. I'm sure we'll figure it out. Thanks again.


                    MSP UI too large file folder.JPG

                    See my portfolio at https://delphiscousin.blogspot.com/

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      Anton_S
                      last edited by 26 Jul 2016, 10:31

                      Announcing 0.9.1.
                      Refer to CHANGELOG for info: http://www.rubydoc.info/github/AntonSynytsia/MSPhysics/file/CHANGELOG.md

                      Faust, the save Replay data to model should be working now.

                      Bryan K, I think the dialog displayed improperly because HTML files used HTML5 DOCTYPE deceleration. Try this version as it might be fixed here.

                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        Bryan K
                        last edited by 26 Jul 2016, 22:03

                        Thanks Anton. Will do.

                        See my portfolio at https://delphiscousin.blogspot.com/

                        1 Reply Last reply Reply Quote 0
                        • F Offline
                          faust07
                          last edited by 26 Jul 2016, 22:34

                          Thanks for the improvements! But still have some problems:

                          • Full Screen Mode is not properly stored in MSP UI (still active but no check mark in the box).
                          • If one will store a large simulation in Replay there should be an information about the processing in the status bar. It could be that minutes nothing happens and the user doesn't know what's going on.
                          • there are problems to save and to open model files with large simulations stored (- No temporary space available, - partial the access to the directory in which the model is to be saved is denied by the system, - bug splats, - SketchUp crashes etc.)
                          1 Reply Last reply Reply Quote 0
                          • A Offline
                            Anton_S
                            last edited by 27 Jul 2016, 00:53

                            Thanks for feedback, faust. I'll see what I can do about it. I was thinking about saving replay data into a separate file (that would be placed right where the model is), but hesitated because I was worried that two files would make it inconvenient. However, right now I'm thinking that saving Replay data into a separate file won't be a bad idea. You have any thoughts about it?

                            1 Reply Last reply Reply Quote 0
                            • F Offline
                              faust07
                              last edited by 27 Jul 2016, 07:06

                              Yes that is a good idea. These data should possibly be stored in a subdirectory with a copy of the model to ensure that the model geometry and the replay data match later. A warning that by changing the Physics-relevant geometry no replay is possible, would be good.

                              1 Reply Last reply Reply Quote 0
                              • A Offline
                                Anton_S
                                last edited by 28 Jul 2016, 22:40

                                Faust, I'm thinking of making it simpler. The file would be stored at the same location of the model, named [model_name].mspr. It will load whenever the associated model is opened, and be written to whenever the associated model is closed (if replay data is changed). If for instance the geometry doesn't match or the data becomes corrupt, it will display an error message, and then erase the associated mspr file. I want to avoid creating subdirectories and saving copies of the model because it might make it a little complicated. If the user wants to make changes to the model, they could first make a copy of the model and the associated mspr file, then proceed making changes.

                                1 Reply Last reply Reply Quote 0
                                • A Offline
                                  Anton_S
                                  last edited by 29 Jul 2016, 03:46

                                  Okay faust, I updated it. Upgrade to 0.9.2 and replay data would be saved to a separate file.

                                  1 Reply Last reply Reply Quote 0
                                  • J Offline
                                    junaramaro
                                    last edited by 29 Jul 2016, 12:15

                                    my sketchup 2016 crashes when starting the simulation... don't know if i'm just wrong... without putting any parameters...i just click the play button... then boom, a bug splat T^T....

                                    1 Reply Last reply Reply Quote 0
                                    • F Offline
                                      faust07
                                      last edited by 29 Jul 2016, 14:32

                                      Anton, regarding separate replay data file:
                                      after long tests and reducing my ice-mountain-model to the minimum the following results:
                                      Small models with moderate simulations work very well (up to 15 - 20 Mb mspreplay file size).
                                      Large models with much physics simulated and emitted objects (mspreplay files larger 20 Mb) work until you save and exit the model.
                                      Opening the model again, crashes or stops during loading the replay data. The replay file is then lost.
                                      The completely reduced file example (in my post with questions and examples) after saving Replay data, exit and reopen the model Replay runs but nothing happens.
                                      In the test file you can see an other problem too - the viewport problem with emitted objects if you try it often enough. Running the simulation the viewport goes, comes back, running replay the viewport stays away. (think that some emitted object fly into space with high speed before end of its lifetime ...)
                                      Thanks for your efforts!

                                      1 Reply Last reply Reply Quote 0
                                      • A Offline
                                        Anton_S
                                        last edited by 29 Jul 2016, 21:24

                                        Junaramaro, more details would be preferred, like OS version, SU version, and of course the model that crashed.


                                        Faust, thanks for testing. I'll see what I can do there.

                                        1 Reply Last reply Reply Quote 0
                                        • M Offline
                                          micceo
                                          last edited by 31 Jul 2016, 14:13

                                          Hi! Curious about this plugin but can't get it started.
                                          I'm on SketchUp 2016, 16.1.1449 64 bit, Windows 10 Version 1511 (10586. 494)

                                          Tried the .exe-setup and the .rbz, but it ends with the same error.

                                          **```
                                          Error Loading File C;/Users/Användaren/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/MSPhysics/main.rb
                                          Error; #<Exception; An exception occurred while loading MSPhysics library. The exception occurred due to one or more of the following reasons;

                                          • Encoding;;CompatibilityError; incompatible character encodings; Windows-1252 and UTF-8
                                          • Encoding;;CompatibilityError; incompatible character encodings; Windows-1252 and UTF-8

                                          C;/Program Files/SketchUp/SketchUp 2016/Tools/extensions.rb;197;in require' C;/Program Files/SketchUp/SketchUp 2016/Tools/extensions.rb;197;in load'
                                          C;/Users/Användaren/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/MSPhysics.rb;90;in register_extension' C;/Users/Användaren/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/MSPhysics.rb;90;in <module;MSPhysics>'
                                          C;/Users/Användaren/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/MSPhysics.rb;72;in `<top (required)>'

                                          
                                          Plugin dir
                                          **```
                                           Directory of C;\Users\Användaren\AppData\Roaming\SketchUp\SketchUp 2016\SketchUp\Plugins
                                          
                                          2016-07-31  14;17    <DIR>          .
                                          2016-07-31  14;17    <DIR>          ..
                                          2016-07-31  14;13    <DIR>          ams_Lib
                                          2016-07-31  14;18             1 577 ams_Lib.rb
                                          2016-07-16  20;17    <DIR>          as_flatten
                                          2016-07-16  20;17             3 070 as_flatten.rb
                                          2016-07-31  14;13    <DIR>          MSPhysics
                                          2016-07-31  14;17             3 498 MSPhysics.rb
                                          2016-07-26  17;59             3 498 MSPhysics.rbx
                                          2016-07-31  14;05    <DIR>          SketchUcation
                                          2016-07-31  14;05             5 508 SketchUcation.rb
                                          2016-05-21  00;35    <DIR>          su_advancedcameratools
                                          2016-02-24  12;28             1 715 su_advancedcameratools.rb
                                          2016-05-21  00;35    <DIR>          su_dynamiccomponents
                                          2016-02-24  12;28             1 780 su_dynamiccomponents.rb
                                          2016-05-21  00;35    <DIR>          su_sandbox
                                          2016-02-24  12;28             1 706 su_sandbox.rb
                                          2016-05-21  00;35    <DIR>          su_trimble_connect
                                          2016-02-24  12;28             1 339 su_trimble_connect.rb
                                          2016-05-21  00;35    <DIR>          su_webtextures
                                          2016-02-24  12;28             1 299 su_webtextures.rb
                                          
                                           Directory of C;\Users\Användaren\AppData\Roaming\SketchUp\SketchUp 2016\SketchUp\Plugins\MSPhysics
                                          
                                          2016-07-31  14;13    <DIR>          .
                                          2016-07-31  14;13    <DIR>          ..
                                          2016-07-31  14;17            53 883 body.rb
                                          2016-07-31  14;17            16 487 body_context.rb
                                          2016-07-31  14;17             5 978 CHANGELOG.md
                                          2016-07-31  14;17            24 128 collision.rb
                                          2016-07-31  14;17             8 561 common_context.rb
                                          2016-07-31  14;17             1 269 contact.rb
                                          2016-07-31  14;17               230 controller_context.rb
                                          2016-07-31  14;17             9 154 control_panel.rb
                                          2016-07-31  14;13    <DIR>          css
                                          2016-07-31  14;17           100 030 dialog.rb
                                          2016-07-31  14;17             1 174 djoint_angular_gear.rb
                                          2016-07-31  14;17             1 166 djoint_linear_gear.rb
                                          2016-07-31  14;17             1 206 djoint_rack_and_pinion.rb
                                          2016-07-31  14;17             6 759 double_joint.rb
                                          2016-07-31  14;17             2 682 Examples.md
                                          2016-07-31  14;13    <DIR>          external
                                          2016-07-31  14;17             1 992 FAQ.md
                                          2016-07-31  14;17               613 hit.rb
                                          2016-07-31  14;13    <DIR>          html
                                          2016-07-31  14;13    <DIR>          images
                                          2016-07-31  14;17             6 904 joint.rb
                                          2016-07-31  14;17             5 022 joint_ball_and_socket.rb
                                          2016-07-31  14;17            48 285 joint_connection_tool.rb
                                          2016-07-31  14;17             5 729 joint_corkscrew.rb
                                          2016-07-31  14;17            10 167 joint_curvy_piston.rb
                                          2016-07-31  14;17             7 951 joint_curvy_slider.rb
                                          2016-07-31  14;17               677 joint_fixed.rb
                                          2016-07-31  14;17             7 489 joint_hinge.rb
                                          2016-07-31  14;17             4 307 joint_motor.rb
                                          2016-07-31  14;17             5 645 joint_piston.rb
                                          2016-07-31  14;17             5 645 joint_servo.rb
                                          2016-07-31  14;17             3 513 joint_slider.rb
                                          2016-07-31  14;17             5 683 joint_spring.rb
                                          2016-07-31  14;17             7 322 joint_tool.rb
                                          2016-07-31  14;17             5 900 joint_universal.rb
                                          2016-07-31  14;17             2 819 joint_up_vector.rb
                                          2016-07-31  14;13    <DIR>          js
                                          2016-07-31  14;17             1 107 LICENCE.txt
                                          2016-07-31  14;17             1 649 LICENSE.FLAC.txt
                                          2016-07-31  14;17            25 892 LICENSE.mikmod.txt
                                          2016-07-31  14;17                59 LICENSE.modplug.txt
                                          2016-07-31  14;17               950 LICENSE.NewtonDynamics.txt
                                          2016-07-31  14;17             1 625 LICENSE.ogg-vorbis.txt
                                          2016-07-31  14;17            25 873 LICENSE.smpeg.txt
                                          2016-07-31  14;17            49 927 main.rb
                                          2016-07-31  14;17             3 945 material.rb
                                          2016-07-31  14;17             1 424 materials.rb
                                          2016-07-31  14;13    <DIR>          models
                                          2016-07-31  14;17             4 881 MSPhysics.hash
                                          2016-07-31  14;13    <DIR>          osx32
                                          2016-07-31  14;13    <DIR>          osx64
                                          2016-07-31  14;17            15 179 Overview.md
                                          2016-07-31  14;17               428 README-SDL.txt
                                          2016-07-31  14;17             1 019 README-SDL_mixer.txt
                                          2016-07-31  14;17             2 948 README.md
                                          2016-07-31  14;17           120 465 replay.rb
                                          2016-07-31  14;17            10 556 scene_data.rb
                                          2016-07-31  14;17               753 script_exception.rb
                                          2016-07-31  14;17            12 618 settings.rb
                                          2016-07-31  14;17           135 307 simulation.rb
                                          2016-07-31  14;17             1 011 TODO.md
                                          2016-07-31  14;13    <DIR>          win32
                                          2016-07-31  14;13    <DIR>          win64
                                          2016-07-31  14;17            14 115 world.rb
                                          ```**
                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 17
                                          • 18
                                          • 19
                                          • 20
                                          • 21
                                          • 45
                                          • 46
                                          • 19 / 46
                                          19 / 46
                                          • First post
                                            375/920
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement