[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Bug reports
. . -> [Subject]  Random small msgbox @ Program Start up

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?
(New message)
Subject: Random small msgbox @ Program Start up
Name:
Your forum user name.
Register forum user name
Password:
Your forum password.
Forgotten password?
Message:
Message to be posted (in English, please).
Forum codes:
Check this if your message uses 'forum codes' or templates (auto-detected for new posts).
Forum codes Templates

Save this message ...


Subject review (reverse sequence)

Pages: 1 2  3  

Posted by Poromenos   Greece  (1,037 posts)  [Biography] bio
Date Thu 09 Dec 2004 10:58 PM (UTC)  quote  ]
Message
True, I could make an executable to add all the settings and launch MC... I just might...

Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it!
[Go to top] top

Posted by Tsunami   USA  (204 posts)  [Biography] bio
Date Thu 09 Dec 2004 04:41 PM (UTC)  quote  ]
Message
I used to have that problem since I'm using MC on a computer where I don't have the rights to edit the registry. However, I just installed it a home, exported the correct branch from the registry (I forget which one now) and copied regedit to a disk. Now, before I use MC I just drag the .reg file onto regedit, et voila, all my personal settings, no nag screen, mysterious box with a x in it, or help file!
[Go to top] top

Posted by Poromenos   Greece  (1,037 posts)  [Biography] bio
Date Wed 08 Dec 2004 10:02 PM (UTC)  quote  ]
Message
I'm using 3.50 or something, I really just need the color triggers on that. They delete the registry settings after each logoff and it's very annoying, I don't know why they don't just let us keep our settings.

Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it!
[Go to top] top

Posted by Nick Gammon   Australia  (18,772 posts)  [Biography] bio   Forum Administrator
Date Wed 08 Dec 2004 09:53 PM (UTC)  quote  ]
Message
if (!bWine)
  {
  // Connect the COleTemplateServer to the document template.
  //  The COleTemplateServer creates new documents on behalf
  //  of requesting OLE containers by using information
  //  specified in the document template.
  m_server.ConnectTemplate(clsid, m_pWorldDocTemplate, FALSE);

  // Register all OLE server factories as running.  This enables the
  //  OLE libraries to create objects from other applications.
  COleTemplateServer::RegisterAll();
	  // Note: MDI applications register all server objects without regard
	  //  to the /Embedding or /Automation on the command line.
  }


The line in bold.

I don't have the other problems with my guest account. It remembered my registration and didn't put up other boxes.

You probably want version 3.57 if you are just carrying around the .exe because that doesn't insist on finding the Lua DLLs.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Poromenos   Greece  (1,037 posts)  [Biography] bio
Date Wed 08 Dec 2004 09:44 PM (UTC)  quote  ]
Message
Actually opening the helpfile and the new installation dialog are the more annoying, in that order, because it never stores the settings and it always thinks it's the first time, and also it can't find the helpfile because i only have the .exe, so it asks me to browse for it.

Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it!
[Go to top] top

Posted by Poromenos   Greece  (1,037 posts)  [Biography] bio
Date Wed 08 Dec 2004 09:43 PM (UTC)  quote  ]
Message
Ah, I see. Which call is that? Does it still display the box if you pass NULL as the text or something? It's not really that big a problem, just being curious.

Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it!
[Go to top] top

Posted by Nick Gammon   Australia  (18,772 posts)  [Biography] bio   Forum Administrator
Date Wed 08 Dec 2004 09:36 PM (UTC)  quote  ]
Message
Quote:

Can you remove it altogether ...


I don't do the message, I call the code that eventually does the message. If I remove it then it may fail to register under "normal" situations, like when you really want it to register itself.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Nick Gammon   Australia  (18,772 posts)  [Biography] bio   Forum Administrator
Date Wed 08 Dec 2004 09:35 PM (UTC)  quote  ]
Message
I should point out however that you can still update the registry for personal use. For example, I registered my copy under the Guest account.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Poromenos   Greece  (1,037 posts)  [Biography] bio
Date Wed 08 Dec 2004 09:34 PM (UTC)  quote  ]
Message
Can you remove it altogether and make it a statusbar message or a notepad warning? It's kinda annoying having to click it each and every time.

Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it!
[Go to top] top

Posted by Nick Gammon   Australia  (18,772 posts)  [Biography] bio   Forum Administrator
Date Wed 08 Dec 2004 09:33 PM (UTC)  quote  ]
Message
In fact, I think I'll reword it to:

Quote:

Unable to register as an OLE server. This may happen if you are using a Guest account. You can safely ignore this message.


- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Nick Gammon   Australia  (18,772 posts)  [Biography] bio   Forum Administrator
Date Wed 08 Dec 2004 09:29 PM (UTC)  quote  ]
Message
OK, I've got to the bottom of it.

When MUSHclient starts up it tries to register itself as an OLE server (so other apps can use the world object in scripting). On the guest account it can't, and the error message string was not in the executable. It should read:

Quote:

Failed to update the system registry.
Please try using REGEDIT.


I'm not sure that is a heap more helpful - try using Regedit to do what?

Anyway, I've added that string into version 3.57.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Poromenos   Greece  (1,037 posts)  [Biography] bio
Date Wed 08 Dec 2004 07:16 PM (UTC)  quote  ]
Message
Programs can still write at HKCU, I *think*, just not HKLM et al. Maybe it's not so on the guest account.

Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it!
[Go to top] top

Posted by Zeno   USA  (2,867 posts)  [Biography] bio   Moderator
Date Wed 08 Dec 2004 03:28 PM (UTC)  quote  ]
Message
Hmm, looks like this is why. If you can't edit the registry, it'll do this.

I'm at Cisco now:
Quote:
---------------------------
Registry Editor
---------------------------
Registry editing has been disabled by your administrator.
---------------------------
OK
---------------------------


*nod*

Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org
[Go to top] top

Posted by Poromenos   Greece  (1,037 posts)  [Biography] bio
Date Tue 07 Dec 2004 08:56 PM (UTC)  quote  ]
Message
OK, this is what I did:
Clean installed WinXP SP2 (although it happens on 2k for me too)
Enabled guest account, logged in as guest.
Copied MC, lua.dll and lualib.dll to the desktop.
Started MC.
Got message box.

Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it!
[Go to top] top

Posted by Zeno   USA  (2,867 posts)  [Biography] bio   Moderator
Date Tue 07 Dec 2004 07:19 PM (UTC)  quote  ]
Message
Might be. Tomorrow when I am back at Cisco I'll try regedit. Although I'm pretty sure I can edit it, that's what needs to be done in Cisco Networking anyways.

Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


9,331 views.

This is page 1, subject is 3 pages long: 1 2  3  [Next page]

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]