wanpeebaw
2020-12-24 08:28:09

hectometrocuadrado
2020-12-24 12:17:25

@hectometrocuadrado has joined the channel


hectometrocuadrado
2020-12-24 12:36:36

Hi! I’am having problems launching DrRacket. It opens a console window saying: ffi-lib: couldn’t open “libintl–9.dll” (The specified module could not be found.; errid=126). Do you know why? Thanks.


sorawee
2020-12-24 12:52:11

I can’t help, but it would be nice to have more information. I presume you are using Windows? Which Windows? Which version of Racket do you have, and which variant. Etc.


laurent.orseau
2020-12-24 12:57:15

I can’t help much either (I don’t have Windows), but quite likely either you are missing a dll, or it is already there but can’t be found (i.e., the path to the dll is not reachable from the %PATH% environment variable).


hectometrocuadrado
2020-12-24 13:16:27

Im using windows 10 and the latest version of Racket 7.9


hectometrocuadrado
2020-12-24 13:17:04

Anyway, i found the problem. I have to edit the config.rkt file, and i think i did something wrong


hectometrocuadrado
2020-12-24 13:17:25

I want to use the vulkan API


hectometrocuadrado
2020-12-24 13:18:15

I need to put the path where vulkan–1.dll is found


hectometrocuadrado
2020-12-24 13:19:21

I inserted inside the hash the line (lib-search-dirs . (“myPath”))


hectometrocuadrado
2020-12-24 13:20:07

And then the problem i said ocurrs


hectometrocuadrado
2020-12-24 13:22:31

If i eliminate that line all come back to normal


anything
2020-12-24 13:28:20

@hectometrocuadrado, if you’re loading vulkan–1.dll, then perhaps vulkan–1.dll needs the code in libintl–9.dll, so that would explain the message. You can try getting a hold of libintl–9.dll and then placing it in the same directory as vulkan–1.dll. (By the way, I don’t know anything about Vulkan or even DrRacket.)


hectometrocuadrado
2020-12-24 13:37:21

Ok, ill try it. Thanks.


rmathews
2020-12-24 14:55:23

@rmathews has joined the channel


raoul.schorer
2020-12-25 00:11:20

@raoul.schorer has joined the channel