Mudlet features and API requests

Jor'Mox
Posts: 1142
Joined: Wed Apr 03, 2013 2:19 am

Re: Mudlet features and API requests

Post 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'

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet features and API requests

Post by Vadi »

Found the issue, will fix.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet features and API requests

Post by Vadi »

Fixed!

Jor'Mox
Posts: 1142
Joined: Wed Apr 03, 2013 2:19 am

Re: Mudlet features and API requests

Post 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.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet features and API requests

Post by Vadi »

Lets continue the discussion in https://github.com/Mudlet/Mudlet/issues/1491, this place is better for feature requests.

User avatar
Belgarath
Posts: 232
Joined: Fri Jul 26, 2013 7:19 am
Discord: macjabeth#7149

Re: Mudlet features and API requests

Post 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'

Vooku
Posts: 72
Joined: Sun Aug 21, 2016 2:42 pm

Re: Mudlet features and API requests

Post 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

User avatar
SlySven
Posts: 1019
Joined: Mon Mar 04, 2013 3:40 pm
Location: Deepest Wiltshire, UK
Discord: SlySven#2703

Re: Mudlet features and API requests

Post 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>

Jor'Mox
Posts: 1142
Joined: Wed Apr 03, 2013 2:19 am

Re: Mudlet features and API requests

Post 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.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet features and API requests

Post 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. :/

Post Reply