MathMod-1.0-RC
Goto page 1, 2  Next
 
Post new topic   Reply to topic    K3DSurf forum Forum Index -> MathMod Progress & features
View previous topic :: View next topic  
Author Message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Wed Jun 04, 2014 7:52 am    Post subject: MathMod-1.0-RC Reply with quote

Hi all,
MathMod release candidates 1.0 are available for download from:
https://sourceforge.net/projects/mathmod/files/MathMod-1.0/Release%20Candidate/


The release candidate contains all features that should be in the MathMod 1.0 version but I still have to fix some minor issue in the code.
_________________
Cheers,
Abderrahman


Last edited by nextstep on Thu Jun 05, 2014 4:57 am; edited 2 times in total
Back to top View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Thu Jun 05, 2014 4:55 am    Post subject: MathMod-1.0-RC2 is available Reply with quote

Hi all,
The second release candidate MathMod-1.0-RC2 is available to correct two tickets shown at:
https://sourceforge.net/p/mathmod/tickets/13/ and
https://sourceforge.net/p/mathmod/tickets/12/
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
inode



Joined: 27 Jan 2007
Posts: 127
Location: Austria

PostPosted: Sat Jun 07, 2014 7:50 am    Post subject: MathMod-1.0-RC2(WIN64) crashes Reply with quote

After installing MathMod-1.0-RC2(WIN64).exe under Windows 7 Pro SP1 64 Bit and trying to start it, I get this error message:
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
---------------------------
OK
---------------------------

Any idea who to bring it run?

Or can you please publish an additional 32 bit version too?
Back to top View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sat Jun 07, 2014 5:31 pm    Post subject: Reply with quote

Hi,
The third release candidate MathMod-1.0-RC3 is available to correct two tickets shown at:
https://sourceforge.net/p/mathmod/tickets/14/ and
https://sourceforge.net/p/mathmod/tickets/15/

@inode
Can you please try to desinstall MathMod firt and reinstall the last release RC3? there is also a a ziped package of the RC3 that you can try...I had the same error message before including a new dll in the RC2 package and it looks like after installing the RC2 in your machine, an old dll from the MathMod-1.0-Beta version wasn't updated!
I'll upload a 32 Bit version later

_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sat Jun 07, 2014 11:06 pm    Post subject: Reply with quote

Hi Gerd,
I discovered a memory leak in the RC2 and RC3 version that is probably the cause of the crash you experiencing, because it happens if you don't have enought RAM on your machine. I'll fix it later
Ticket:
https://sourceforge.net/p/mathmod/tickets/16/
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sun Jun 08, 2014 12:10 am    Post subject: Reply with quote

Hi,
The fourth release candidate MathMod-1.0-RC4(WIN32) and MathMod-1.0-RC4(WIN64) are available to correct the bug shown at:
https://sourceforge.net/p/mathmod/tickets/16/
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
inode



Joined: 27 Jan 2007
Posts: 127
Location: Austria

PostPosted: Sun Jun 08, 2014 8:01 am    Post subject: Uninstallation... Reply with quote

Hi Abderrahman

As you told me I was uninstalling MathMod to prevent the starting bug.
Okay, now I am able to start and test MathMod RC4...

Some notes about uninstalling:
- If MathMod is still in action, uninstalling will not be able to delete all files.
- Deinstallion process kills also modified / extented json scripts Sad

Wink Gerd
Back to top View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sun Jun 08, 2014 1:14 pm    Post subject: Reply with quote

Hi,
To prevent loosing your data, you can specify a new working folder other than the installation folder. For this, you have specify the working folder in the command line/link that lunch MathMod as an argument:
Code:
MathMod.exe   WorkingFolderName

or, change the "Target" property of the link in your Desktop from:
Code:
 "C:\Program Files (x86)\MathMod\MathMod.exe"


to something like:

Code:
"C:\Program Files (x86)\MathMod\MathMod.exe"  "C:\Users\Nextstep\Desktop\NewWorkingDir"


Also, you can give MathMod a .k3ds file that contain a mix of isosurfaces and parametric surfaces and it will generate a .js file
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
denisc



Joined: 24 Apr 2013
Posts: 92

PostPosted: Mon Jun 09, 2014 6:52 pm    Post subject: Reply with quote

hello


thanks for your new version.

In fact version x64 of RC4, is a 32bit version, because the installation path is in

programme'X86°


And the prog cannot have more 3G of memories.

(is just to say)

cheers

denisc
Back to top View user's profile Send private message Send e-mail
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Tue Jun 10, 2014 2:57 am    Post subject: Reply with quote

Hi Denisc,
Of course you can go up of 3GB Smile
I'll not recommend it but here is how:
You have to edit manually the file mathmodconfig.js and set the first tree fields to, for example :
Code:
{
    "IsoParam": {
        "MaxGrid": 400,
        "MaxPt": 50,
        "MaxTri": 80
    },
....
}

I have 8GB of RAM and MathMod can use something like 6.7GB with this configuration.
To test this:
1) Lunch MathMod after making the changes in the config file
2) click on the "MengerSpongeSubdivision" example.
3) click on the "Grid/colors" tabulation and uncheck the "XYZ" button
4) pull the "iso grid" bar to it's maximum value (400)
5) check the "XYZ" button and wait...
after a while, you should have something like the screenshot.
Of course if you have more than 8GB of RAM, you can push the specs a little bit further Smile

hightspecs by taha_ab, on Flickr
[/code]
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
denisc



Joined: 24 Apr 2013
Posts: 92

PostPosted: Thu Jun 19, 2014 12:01 am    Post subject: Reply with quote

THANKS for your solution.

it is possible to build fractales with new version of mathmod.

(to used complex numbers in fact with reel and imaginary)?
Back to top View user's profile Send private message Send e-mail
who8mypnuts



Joined: 13 May 2014
Posts: 7
Location: Ohio

PostPosted: Thu Jun 19, 2014 5:09 pm    Post subject: Reply with quote

Hurrah!

Thank you very much. Now when I click the menus the program doesn't crash! Very Happy
Back to top View user's profile Send private message Visit poster's website
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Thu Jun 19, 2014 11:27 pm    Post subject: Reply with quote

Hi ,
@denisc: The Sierpinski fractal is feasible but the 3D Mandelbrot should be a little bit more complicated to represent as a 3D isosurface. The big problem with the fractal definitions is that they use recursive functions and MathMod doesn't support such functions. Complex numbers are great but Mathmod doesn`t support them (for the moment ) Wink
@ who8mypnuts : you're welcome
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sat Jun 21, 2014 7:12 am    Post subject: Reply with quote

Hi all,
The next release will allow setting the Parametric maximum grid in the config file.
As for the isosurface representation, the parametric surfaces resolution will be limited only by the amount of the RAM in your machine.
K3DSurf was limited to 100x100 while MathMod will be virtually unlimited...
You better, however, have a good graphics GPU that can handle hight resolution models like this Shel with 64.6 Millions polygons.
Stay tuned Smile
ParametricShell by taha_ab, on Flickr
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sun Jun 22, 2014 5:43 pm    Post subject: MathMod-1.0-RC5(WIN64) Reply with quote

Hi,
The fifth release candidate MathMod-1.0-RC5 is available from:
https://sourceforge.net/projects/mathmod/files/MathMod-1.0/Release%20Candidate/RC5/
Enjoy Cool


Breathers by taha_ab, on Flickr
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    K3DSurf forum Forum Index -> MathMod Progress & features All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


2005 Powered by phpBB © 2001, 2005 phpBB Group


Start Your Own Video Sharing Site

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!
For Support, visit Forums.BizHat.com