Search found 141 matches

by Travis
Thu Oct 15, 2020 7:15 pm
Forum: Vensim
Topic: How can I run a Vensim game over the web?
Replies: 8
Views: 3524

Re: How can I run a Vensim game over the web?

Not yet, but that could be added. Right now it would be a hack of some inputs.

But thanks for pointing out Game Mode -- I missed that in the OP.
by Travis
Thu Oct 15, 2020 2:27 pm
Forum: Vensim
Topic: Loading Data, Constants, Lookups from .csv files in WebAssembly
Replies: 5
Views: 3628

Re: Loading Data, Constants, Lookups from .csv files in WebAssembly

Jeff -- why aren't you and Todd going with SDEverywhere? Is it not working with your model? It already supports external data files.
by Travis
Thu Oct 15, 2020 2:24 pm
Forum: Vensim
Topic: How can I run a Vensim game over the web?
Replies: 8
Views: 3524

Re: How can I run a Vensim game over the web?

I think an easier approach would be to use SDEverywhere. This converts an MDL file to WASM which you could then call. You'll need to do webapp coding to have some web sockets and such, but the model can run locally or on a server (Node.js). SDEverwhere can also generate standalone C code, if that is...
by Travis
Fri Sep 25, 2020 6:59 pm
Forum: Vensim
Topic: XMILE Model Error dialog box is unhelpful
Replies: 1
Views: 1165

XMILE Model Error dialog box is unhelpful

After struggling to import an XMILE formatted model, the imported MDL code has errors. I understand that importing might not always work. But the error reported after Check Model (cmd-T) is simply "Syntax Error". There is nothing actionable with the message. It doesn't help the modeler eve...
by Travis
Fri Sep 25, 2020 6:56 pm
Forum: Vensim
Topic: BUG: XMILE file crashes upon opening
Replies: 1
Views: 1207

BUG: XMILE file crashes upon opening

I have a working Stella model that I save out to the XMILE file format. macOS Vensim 8.1.1 opens the file and gives an error. Sometimes this causes a crash. One time, after it failed, I tried again and it open (with model errors), but for some reason it did open. Willing to share the model privately.
by Travis
Fri Sep 25, 2020 6:51 pm
Forum: Vensim
Topic: SD models like C-ROAD
Replies: 4
Views: 2168

Re: SD models like C-ROAD

Sorry -- missed your question. Vensim's new web publishing features are in Vensim 8.1, so make sure you have the latest.

You can find the documentation here: <https://www.vensim.com/documentation/in ... e-inte.htm>
by Travis
Fri Sep 25, 2020 6:49 pm
Forum: Vensim
Topic: SD models like C-ROAD
Replies: 4
Views: 2168

Re: SD models like C-ROAD

I'd be happy to help you try http://SDEverywhere.org also. We've done quite a bit of work making it fast and able to handle large models. We're actively using it and expanding it, with many performance improvements this summer. SDE already supports external data files. Of course there is Stella, too...
by Travis
Fri Sep 25, 2020 4:57 pm
Forum: Vensim
Topic: BUG: Table windows open in random locations
Replies: 5
Views: 2408

Re: BUG: Table windows open in random locations

Just double checking: The new table tool can't have time run down, right?
by Travis
Thu Sep 24, 2020 4:56 pm
Forum: Vensim
Topic: BUG: Table windows open in random locations
Replies: 5
Views: 2408

Re: BUG: Table windows open in random locations

Good question. It is the old Table tool because I like time running down. I would love to use the new table layout with time running down. Also, with the new table tool, it does open in the same place, but it is same place on the non-Vensim display, which is a bit weird given the focus (both window ...
by Travis
Thu Sep 24, 2020 3:51 pm
Forum: Vensim
Topic: BUG: Table windows open in random locations
Replies: 5
Views: 2408

BUG: Table windows open in random locations

I have two displays. Currently I'm working with Stella on one and Vensim on the other. When I open use the table analysis tool in Vensim, the table window open on the Stella display. I move it to the Vensim display and close it, thinking that maybe it will remember. That doesn't work. I then simply ...
by Travis
Thu Sep 17, 2020 8:11 pm
Forum: Vensim
Topic: New Sketch leads to weird menu state
Replies: 1
Views: 1208

New Sketch leads to weird menu state

On macOS Catalina, with Vensim 8.1.1: I have a model open. I choose to use the new Sketch view. That closes the current model (I think). I re-open my model. I then close my model (cmd-w). This leave another blank "new model' window. This window doesn't respond to cmd-W. I click the red close-wi...
by Travis
Wed Sep 09, 2020 9:35 pm
Forum: Vensim
Topic: Resizing Subscripts window doesn't draw correctly (macOS)
Replies: 0
Views: 2978

Resizing Subscripts window doesn't draw correctly (macOS)

Resizing the subscripts window, so it is larger and more useable, causes the window to become blank.

I recorded a screen capture but I can't upload mp4 to this site.
by Travis
Wed Sep 09, 2020 9:30 pm
Forum: Vensim
Topic: Crashes frequently on Windows 10
Replies: 19
Views: 8596

Re: Crashes frequently on Windows 10

We've also had crashes in Windows 10. This thread looks like a specific issue, and we can't narrow our situation down. Often it happens when in SyntheSim mode in and trying to hunt down behavior in a large model.
by Travis
Fri Apr 10, 2020 2:31 pm
Forum: Vensim
Topic: How do I remove toolbar labels?
Replies: 2
Views: 1819

Re: How do I remove toolbar labels?

I got a message saying that Vensim would need to be restarted. Then the model window flashed, which I assumed meant Vensim closed and relaunched. Is that the case? if not, flashing is weird. Eventually Vensim crashed and I had to relaunch, and the toolbars didn't have labels. So I guess Vensim didn'...
by Travis
Fri Apr 10, 2020 12:48 pm
Forum: Vensim
Topic: How do I remove toolbar labels?
Replies: 2
Views: 1819

How do I remove toolbar labels?

I feel I've done this in the past, but this is a clean installation of Vensim on Windows... How do I remove the toolbar button labels? I'm trying to regain screen real estate. I tried uncheck "Show labels", using smaller icons, etc. Vensim does relaunch, but the labels remain. Here are my ...
by Travis
Mon Feb 24, 2020 3:11 pm
Forum: Vensim
Topic: BUG: Vensim (macOS) Need to implement Hide
Replies: 9
Views: 4442

Re: BUG: Vensim (macOS) Need to implement Hide

You might not be trying to follow official guidelines like a good macOS app, but it should be easy to capture a keystroke and call the correct command. It can be platform specific code that is #ifdef'd if needed. Doable if you want to spend the time.
by Travis
Wed Aug 28, 2019 1:11 pm
Forum: Vensim
Topic: Diff-able fileformat in Version 8
Replies: 5
Views: 2820

Re: Diff-able fileformat in Version 8

the more that I use Vensim with my MDL in a git repository, the more that I really wish Reform and Clean were enabled by default. I suggest turning it on by default, using the "Alphabetical by Group" and "Terse" settings. Or maybe "As originally entered" by default, but...
by Travis
Wed Aug 28, 2019 2:33 am
Forum: Vensim
Topic: BUG: Mouse-over variable descriptions are garbled
Replies: 0
Views: 3745

BUG: Mouse-over variable descriptions are garbled

in macOS Vensim v8.0, if you hover your mouse over a variable, the Comments and Units text that you'd like to see are horribly garbled. Screenshot attached.
by Travis
Tue Aug 27, 2019 8:01 pm
Forum: Vensim
Topic: BUG: Page Up/Down not work to change views
Replies: 2
Views: 1798

BUG: Page Up/Down not work to change views

In Vensim macOS v8.0, Page Up and Page Down don't change views unless you click in the diagram window. Reproduce: 1. using the view menu (lower left corner) choose any view. 2. Try using Page Up/Down to move to another view. (Doesn't work) (FYI: on macbook, Page Up is fn-UpArrow and Page Down is fn-...
by Travis
Tue Aug 27, 2019 7:57 pm
Forum: Vensim
Topic: BUG: Bottom of text cut off in Equation Editor Variable Name text field
Replies: 0
Views: 3768

BUG: Bottom of text cut off in Equation Editor Variable Name text field

The bottom of the variable name text is cut off in the Equation Editor window. This makes text harder to read.

Screenshot attached.
by Travis
Tue Aug 27, 2019 7:54 pm
Forum: Vensim
Topic: BUG: Units Mismatch errors window text doesn't wrap
Replies: 0
Views: 3749

BUG: Units Mismatch errors window text doesn't wrap

The text in a Units Mismatch window doesn't wrap, making it useless.

Screenshot attached.
by Travis
Tue Aug 27, 2019 7:51 pm
Forum: Vensim
Topic: BUG: Can't copy/paste in Equation Editor window
Replies: 0
Views: 3980

BUG: Can't copy/paste in Equation Editor window

In macOS v8, you can't copy and paste text.

Try: highlight the units text, press cmd-C, click in the Comments text field, cmd-V to paste. This doesn't work.
by Travis
Tue Aug 27, 2019 7:49 pm
Forum: Vensim
Topic: BUG: Can't use tool keyboard shortcuts to diagram efficiently
Replies: 0
Views: 3984

BUG: Can't use tool keyboard shortcuts to diagram efficiently

Vensim has some really handy keyboard shortcuts/accelerators. One big set is the number key row for choosing your tools, instead of clicking toolbar buttons. On macOS v8, there are so many different mouse focus and window focus issues that using the keyboard is basically impossible. For instance, yo...
by Travis
Thu Aug 22, 2019 12:00 pm
Forum: Vensim
Topic: BUG: Drawing variable text
Replies: 0
Views: 3827

BUG: Drawing variable text

Maybe similar to the double-line graph artifacts, I'm seeing that the text of variables names gets doubled up when I switch between the Lock tool and the Hand tool.

Version 8.0 macOS

Screenshots of both tools are attached.

Hand tool is okay; Lock tool has the doubled text.
by Travis
Wed Aug 21, 2019 7:28 pm
Forum: Vensim
Topic: CRASH: Vensim 8 macOS; while modifying graphs
Replies: 1
Views: 1865

CRASH: Vensim 8 macOS; while modifying graphs

I was clicking to move and close a custom graph definitions window (that you get when click "Modify" in the custom graphs window) and Vensim just disappeared. Total crash. Happened so suddenly I'm not sure how I could reproduce. Stack trace below. ================================== Process...