Page 1 of 1

Mod Store not working

PostPosted: Tue Apr 29, 2014 16:09
by raffahacks
Hello, I am trying to get MT's Mod Store work, but I just see a blank window under the "unsorted" tab. Search function also doesn't work
Can you help me?
Thanks

Re: Mod Store not working

PostPosted: Tue Apr 29, 2014 21:47
by lightonflux
Run minetest from the commandline via

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest --verbose


and look if

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
23:44:09: INFO[main]: minetest with SER_FMT_VER_HIGHEST_READ=26, VER=0.4.9 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1


USE_CURL is 1. If it is 0 your version is compiled with curl support which is needed to download stuff from the mod store.

Then you go to the person who compiled your windows version and ask that next version get compiled with libcurl.

Re: Mod Store not working

PostPosted: Sat May 03, 2014 12:44
by raffahacks
I've downloaded latest MinGW version for Windows, does it have cURL?

Re: Mod Store not working

PostPosted: Sat May 03, 2014 13:16
by Krock
raffahacks wrote:I've downloaded latest MinGW version for Windows, does it have cURL?

sfan5's Windows builds: 32-bit & 64-bit, LevelDB, LuaJIT
  • Latest git and stable version with Gettext, FreeType2, cURL, LuaJIT and LevelDB 7zip 64 bit

Yes. (sfan5 uses MinGW, so I think you downloaded that -dev version)

Re: Mod Store not working

PostPosted: Sat May 03, 2014 14:13
by sfan5
Krock wrote:
raffahacks wrote:I've downloaded latest MinGW version for Windows, does it have cURL?

sfan5's Windows builds: 32-bit & 64-bit, LevelDB, LuaJIT
  • Latest git and stable version with Gettext, FreeType2, cURL, LuaJIT and LevelDB 7zip 64 bit

Yes. (sfan5 uses MinGW, so I think you downloaded that -dev version)

There is also the 0.4.9 MinGW version on the Download Page, that version was compiled by me too and also has cURL.

On the original topic:
The mod store is currently broken and will probably get fixed soon.