Skip to content

ERROR: LoadError: AssertionError: Target platform is Windows, but can’t find valid FMU binary #81

Answered by ThummeTo
Amuri44 asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @Amuri44,

a 64-bit application is not capable of loading (and executing) a 32-bit binary. Because you are using a 64-Bit application, there are no executable files in a 32-bit FMU. So if you want to use a 32-bit FMU, you can try to install a 32-bit Julia and run it in compatibility mode on your 64-bit OS. See here: Stackoverflow.
And finally, I did not implement 32-bit support, but if someone is using it and Julia is availabel for 32-bit Windows I can do so (only 3 lines of code).

EDIT: 32-bit support added in version 0.3.11

Best regards,
Tobias

PS: This is more a question. For Q&A, please use the discussion function. The "issue"-function is meant to be for library related issues/bug…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ThummeTo
Comment options

@ThummeTo
Comment options

@Amuri44
Comment options

@ThummeTo
Comment options

@Amuri44
Comment options

Answer selected by ThummeTo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #80 on January 28, 2022 06:45.