Search found 5028 matches

by Vadi
Tue Apr 04, 2023 5:52 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 29
Views: 44796

Re: Windows build Environment cannot be installed anymore - need a hand

I think ccache. Can you check if it exists in C:\Program Files\ccache\ccache.exe ? Maybe it needs to be added to Windows PATH?
by Vadi
Mon Apr 03, 2023 7:20 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 29
Views: 44796

Re: Windows build Environment cannot be installed anymore - need a hand

I don't have a working Windows installation at the moment to test this with, but here is a replacement function which might be able to work: function InstallQt() { Step "Installing aqtinstall" New-Item -Path $Env:QT_BASE_DIR -ItemType Directory cd $Env:QT_BASE_DIR # go up to the root of Qt...
by Vadi
Mon Apr 03, 2023 7:15 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 29
Views: 44796

Re: Windows build Environment cannot be installed anymore - need a hand

What if you try to use https://github.com/miurahr/aqtinstall/r ... .4/aqt.exe directly? I think we can replace the whole pip thing with just that executable, which looks like is a new thing offered by the project.
by Vadi
Sat Apr 01, 2023 2:20 pm
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 29
Views: 44796

Re: Windows build Environment cannot be installed anymore - need a hand

> Still wondering why my development clone does not have the version of appveyor.functions.ps1 you referenced above. I don't think you are on the latest `development` branch. > Error: Failed cloning git repository. I think I know - the luarocks version that got installed is too old. Need to use the ...
by Vadi
Sat Apr 01, 2023 1:04 pm
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 29
Views: 44796

Re: Windows build Environment cannot be installed anymore - need a hand

> Error: 'git' program not found.

Install https://git-scm.com/download/win, that should get you the 'git' binary in the PATH. Perhaps that will fix things?
by Vadi
Sat Apr 01, 2023 11:19 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 29
Views: 44796

Re: Windows build Environment cannot be installed anymore - need a hand

Hey, one thing to check - how old is the code that you're working with? The latest version does not use the visual installer from Qt anymore, in part because that one requires you to supply a Qt account. See latest code at https://github.com/Mudlet/Mudlet/blob/development/CI/appveyor.functions.ps1#L...
by Vadi
Mon Feb 27, 2023 7:09 am
Forum: Help Forum
Topic: Bug? Disabled Group, Active Aliases
Replies: 2
Views: 8244

Re: Bug? Disabled Group, Active Aliases

I think it is an issue with the current implementation, it should not be telling you that an item is active if it's inactive due to an ancestor.
by Vadi
Fri Jan 06, 2023 5:15 pm
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 441
Views: 460446

Re: Generic Mapping Script

You can, just go into 'edit mode' first - it's not on by default so you don't accidentally mess something up. There is no undo for the mapper though.
by Vadi
Thu Jan 05, 2023 10:15 am
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 441
Views: 460446

Re: Generic Mapping Script

Hey, check the `map help ignore` - you can add those as Lua patterns to be ignored by the script.
by Vadi
Fri Dec 23, 2022 10:27 am
Forum: Scripts & Packages
Topic: Adjustable TabWindows
Replies: 4
Views: 30183

Re: Adjustable TabWindows

That looks great! Post it in show-and-tell in Discord as well :)