I've seen this on the Mac, and I'm not sure why it doesn't wait (it should).
An email address would be great, if it's a problem we haven't seen before, I can then get in touch.
Search found 4665 matches
- Fri Oct 04, 2024 7:43 pm
- Forum: Vensim
- Topic: The error report was sent to us.
- Replies: 2
- Views: 53
- Fri Oct 04, 2024 7:41 pm
- Forum: Vensim
- Topic: Saving files
- Replies: 6
- Views: 1170
Re: Saving files
Almost certainly a permissions issue. You'll need to search the web for how to allow an application on MacOS access folders.
- Fri Oct 04, 2024 7:40 pm
- Forum: Vensim
- Topic: loading of data
- Replies: 5
- Views: 109
Re: loading of data
Your only option is to load it into a lookup table. Vensim PLE does not support external data.
- Wed Oct 02, 2024 3:58 pm
- Forum: Vensim
- Topic: Converting Stella model to Vensim
- Replies: 1
- Views: 66
Re: Converting Stella model to Vensim
If you can email the model to us, we may be able to get it to load.
- Mon Sep 30, 2024 7:02 am
- Forum: Vensim
- Topic: Finding unique feedback loops
- Replies: 3
- Views: 167
Re: Finding unique feedback loops
No. Even for small models, the number of loops can run into millions.
- Wed Sep 25, 2024 4:21 pm
- Forum: Vensim
- Topic: Issue with Python Integration of Vensim Model (Reinstall Vensim Error 977)
- Replies: 4
- Views: 174
Re: Issue with Python Integration of Vensim Model (Reinstall Vensim Error 977)
Your profile says you are a PLE user, the DLL does not come with PLE.melistugrul wrote: ↑Tue Sep 24, 2024 6:28 pm Hi, I have the same problem too. When I reinstall Vensim, dll file is automatically downloaded to "c:\program files (x86)\vensim" file. What can I do in that situation?
Or did you get the DLL from somewhere else?
- Fri Sep 20, 2024 10:34 am
- Forum: Vensim
- Topic: Issue with Python Integration of Vensim Model (Reinstall Vensim Error 977)
- Replies: 4
- Views: 174
Re: Issue with Python Integration of Vensim Model (Reinstall Vensim Error 977)
Your path to the DLL is wrong. Why did you move the DLL to "c:\program files (x86)\vensim"?
- Fri Sep 20, 2024 9:08 am
- Forum: Vensim
- Topic: Delay Fixed
- Replies: 5
- Views: 212
Re: Delay Fixed
I think the sample model is a poor demonstration of the function. I'll replace it in the near future.
- Fri Sep 20, 2024 8:59 am
- Forum: Vensim
- Topic: Print-Every table bug?
- Replies: 1
- Views: 91
Re: Print-Every table bug?
It's a bug, and will be fixed in the next release.
- Thu Sep 19, 2024 7:30 am
- Forum: Vensim
- Topic: Switch to Light mode
- Replies: 4
- Views: 174
Re: Switch to Light mode
Yes, we'll get this fixed.
- Wed Sep 18, 2024 3:33 pm
- Forum: Vensim
- Topic: Switch to Light mode
- Replies: 4
- Views: 174
Re: Switch to Light mode
No, you cannot switch the app itself into light mode. You can switch the sketch though (under the view menu).
- Mon Sep 16, 2024 7:17 am
- Forum: Vensim
- Topic: How to convert .mdl code to R code
- Replies: 2
- Views: 155
- Fri Sep 13, 2024 8:14 am
- Forum: Vensim
- Topic: Help for Market Match X01 or alternatives?
- Replies: 7
- Views: 566
Re: Help for Market Match X01 or alternatives?
We've done it twice in the past. Way back (25 years ago), I implemented the simplex code from numerical recipes. And I know Tom wrote code a few years ago include LP Solve in Vensim. Both efforts were via external functions. What we have is certainly out of date by now. I'll create a ticket in our i...
- Tue Sep 10, 2024 3:07 pm
- Forum: Vensim
- Topic: cannot change the font of the equation editor
- Replies: 8
- Views: 810
Re: cannot change the font of the equation editor
I'm guessing you are using a relatively small display. Try a point size of 9, then 10, then 11 and see if that helps.
- Tue Sep 10, 2024 9:05 am
- Forum: Vensim
- Topic: cannot change the font of the equation editor
- Replies: 8
- Views: 810
Re: cannot change the font of the equation editor
And how large is your display? What is the resolution?
- Tue Sep 10, 2024 7:30 am
- Forum: Vensim
- Topic: cannot change the font of the equation editor
- Replies: 8
- Views: 810
Re: cannot change the font of the equation editor
What point size have you selected for the font?
- Mon Sep 09, 2024 7:23 am
- Forum: Vensim
- Topic: cannot change the font of the equation editor
- Replies: 8
- Views: 810
Re: cannot change the font of the equation editor
Try making the font smaller.
Vensim tests to see if the editor can fit on screen when it's started. If it cannot, it reverts to a small size, so it's likely the font you've selected is too large.
This will change when we enable the new editor (coming soon).
Vensim tests to see if the editor can fit on screen when it's started. If it cannot, it reverts to a small size, so it's likely the font you've selected is too large.
This will change when we enable the new editor (coming soon).
- Fri Sep 06, 2024 11:22 am
- Forum: Vensim
- Topic: Compile Errors on macOS
- Replies: 32
- Views: 25916
Re: Compile Errors on macOS
This is working fine for me.
Are you using a file sync application at all? Maybe the .c file that Vensim creates is being marked as in use?
Are you using a file sync application at all? Maybe the .c file that Vensim creates is being marked as in use?
- Fri Sep 06, 2024 10:28 am
- Forum: Vensim
- Topic: Compile Errors on macOS
- Replies: 32
- Views: 25916
Re: Compile Errors on macOS
ok, I'll test. Hopefully it's something very simple like a permissions issue.
- Thu Sep 05, 2024 4:28 pm
- Forum: Vensim
- Topic: DLL vensim_get_vecvals
- Replies: 1
- Views: 372
Re: DLL vensim_get_vecvals
Always check the return value when calling into the DLL, if it returns zero, something has not worked correctly. For example, you are not checking the result of the call
vensim_dll.vensim_get_vecvals(vec.ctypes.data_as(POINTER(c_float)), fp, len(Variable))
vensim_dll.vensim_get_vecvals(vec.ctypes.data_as(POINTER(c_float)), fp, len(Variable))
- Wed Sep 04, 2024 2:19 pm
- Forum: Vensim
- Topic: Copying models to new application
- Replies: 3
- Views: 639
Re: Copying models to new application
You can also use sub-models if you want to include an existing model in a new one.
- Wed Sep 04, 2024 2:17 pm
- Forum: Vensim
- Topic: Copying models to new application
- Replies: 3
- Views: 639
Re: Copying models to new application
Yes, you can just copy/paste.
Make sure you have Tools->Options->General, "Close active model on open/new" unticked.
Make sure you have Tools->Options->General, "Close active model on open/new" unticked.
- Tue Sep 03, 2024 7:09 am
- Forum: Vensim
- Topic: Setting Auxiliary With Lookup
- Replies: 2
- Views: 1963
Re: Setting Auxiliary With Lookup
I'm not sure if you need a lookup.
Can you explain the relationship between "Vacancies" and "number of active workers"?
Can you explain the relationship between "Vacancies" and "number of active workers"?
- Fri Aug 30, 2024 3:08 pm
- Forum: Vensim
- Topic: Disappearing Control Panel window on second display
- Replies: 8
- Views: 3175
Re: Disappearing Control Panel window on second display
For the control panel, if I toggle it on/off again, it appears back on the main screen.
- Fri Aug 30, 2024 3:07 pm
- Forum: Vensim
- Topic: Disappearing Control Panel window on second display
- Replies: 8
- Views: 3175
Re: Disappearing Control Panel window on second display
Hmm. This is bizarre.
If I move the Vensim main window onto the other monitor, the dialog re-appears.
I'll need time to investigate this.
If I move the Vensim main window onto the other monitor, the dialog re-appears.
I'll need time to investigate this.