Page 50 of 54

Re: Mudlet features and API requests

Posted: Sat Dec 23, 2017 6:24 pm
by Jor'Mox
Just downloaded 3.7, and I immediately notice two problems. For one, it resizes all my windows to some preset size it apparently likes, every time I restart it. And two, I get this error when I first connect to a profile:
[ ERROR ] - Cannot load code formatter, indenting functionality won't be available.
Lua error:[string "..."]:2: module 'lcf.workshop.base' not found:
no field package.preload['lcf.workshop.base']
no file '/lcf/workshop/base.lua'
no file '/Applications/Mudlet 3.7.app/Contents/MacOS/..
/3rdparty/lcf/workshop/base.lua'
no file './lcf/workshop/base.lua'
no file '/usr/local/share/lua/5.1/lcf/workshop/base.lua'
no file '/usr/local/share/lua/5.1/lcf/workshop/base/init.lua'
no file '/usr/local/lib/lua/5.1/lcf/workshop/base.lua'
no file '/usr/local/lib/lua/5.1/lcf/workshop/base/init.lua'
no file './lcf/workshop/base.so'
no file '/usr/local/lib/lua/5.1/lcf/workshop/base.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file '/Applications/Mudlet 3.7.app/Contents/MacOS/lib/lcf/workshop/base.so'
no file './lcf.so'
no file '/usr/local/lib/lua/5.1/lcf.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file '/Applications/Mudlet 3.7.app/Contents/MacOS/lib/lcf.so'

Re: Mudlet features and API requests

Posted: Sat Dec 23, 2017 7:28 pm
by Vadi
Found the issue, will fix.

Re: Mudlet features and API requests

Posted: Sun Dec 24, 2017 9:34 am
by Vadi
Fixed!

Re: Mudlet features and API requests

Posted: Sun Dec 24, 2017 7:15 pm
by Jor'Mox
Well, the error is definitely fixed. But just like 3.7, 3.7.1 still resizes windows to a really tiny size whenever I open a profile, which didn't happen in 3.6.1.

Re: Mudlet features and API requests

Posted: Mon Dec 25, 2017 6:50 am
by Vadi
Lets continue the discussion in https://github.com/Mudlet/Mudlet/issues/1491, this place is better for feature requests.

Re: Mudlet features and API requests

Posted: Wed Jan 17, 2018 2:47 pm
by Belgarath
I just opened Mudlet (3.7.1) on a fresh installation of Ubuntu GNOME and I'm getting the same issue with loading the code formatter...
[ ERROR ] - Cannot load code formatter, indenting functionality won't be available.
Lua error:[string "..."]:2: module 'lcf.workshop.base' not found:
no field package.preload['lcf.workshop.base']
no file '/usr/local/share/mudlet/lua/lcf/workshop/base.lua'
no file '/tmp/.mount_Mudleth2UWhV/../3rdparty/lcf/workshop/base.lua'
no file './lcf/workshop/base.lua'
no file '/usr/local/share/lua/5.1/lcf/workshop/base.lua'
no file '/usr/local/share/lua/5.1/lcf/workshop/base/init.lua'
no file '/usr/local/lib/lua/5.1/lcf/workshop/base.lua'
no file '/usr/local/lib/lua/5.1/lcf/workshop/base/init.lua'
no file '/usr/share/lua/5.1/lcf/workshop/base.lua'
no file '/usr/share/lua/5.1/lcf/workshop/base/init.lua'
no file './lcf/workshop/base.so'
no file '/usr/local/lib/lua/5.1/lcf/workshop/base.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/lcf/workshop/base.so'
no file '/usr/lib/lua/5.1/lcf/workshop/base.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file '/tmp/.mount_Mudleth2UWhV/lib/lcf/workshop/base.so'
no file './lcf.so'
no file '/usr/local/lib/lua/5.1/lcf.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/lcf.so'
no file '/usr/lib/lua/5.1/lcf.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file '/tmp/.mount_Mudleth2UWhV/lib/lcf.so'

Re: Mudlet features and API requests

Posted: Thu Feb 01, 2018 4:45 am
by Vooku
Can you lessen the difference between toolbar icon size 2 and 3? Size 2 are really small while size 3 are pretty darn big. Here are the sizes on my 10" tablet.

Image

Image

Re: Mudlet features and API requests

Posted: Thu Feb 01, 2018 12:31 pm
by SlySven
Each size is a multiple of 8px x 1,2,3 or 4 (so that is 8x8, 16,x16, 24x24 or 32x32) - what is probably not helping is that sizes 3 and 4 also include texts and some of those are a bit long IMHO - I plan to change "Package Manager" / "Module Manage" to just "Packages" / "Modules" - which should help - and then let me stuff in "Close" and/or "Mod. Exporter".

<aside> I would like to be able to close the (last) profile but not shut-down the application; I think others using a background IRC session (started BEFORE a profile is loaded) to coordinate with others to determine which side they want to log in on and play (or wait for the Server required time if that is a requirement, for say WoTMUD) so a close option is something I'd like to get in the code.</aside>

Re: Mudlet features and API requests

Posted: Thu Feb 01, 2018 5:40 pm
by Jor'Mox
Any chance we are going to see the window auto-resizing on restart fixed soonish? It has been really getting on my nerves of late.

Re: Mudlet features and API requests

Posted: Fri Feb 02, 2018 4:12 am
by Vadi
It's not something I've been able to replicate, and I'm the only one with access to a Mac (well, a hackintosh... which is dead right now) who works on Mudlet. It's pretty difficult to even find where the problem is in the code in an an OS-specific issue like this, and the faulty code might not even be in Mudlet, we don't really have different behaviour per OS. :/