• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
RedGuides Launcher

RedGuides Launcher (1 Viewer) 1.1.0

No permission to download
I am fairly new and still feeling my way around... but my eqbc launches when I start mq2.

Looking at the MacroQuest.ini file (right click MQ2 and select "INI File" I see the setting mq2eqbc=1 I think this is the switch to auto launch it.
that is mq2eqbc the client plugin, these folks are asking about the eqbc SERVER
 
Ah okay. Thanks.

Under MQ2 I did the install eqbc server as a service.
I am guessing it is the MQ2EQBCS that is the server service ...

Looks like Windows is handling the startup of the server service.

1640651856046.png

It also looks like it is launching the MQ2eqbcs and not the Next service....or at least not out of the Next directory... does that matter ? Seems to be working fine..
 
Ah okay. Thanks.

Under MQ2 I did the install eqbc server as a service.
I am guessing it is the MQ2EQBCS that is the server service ...

Looks like Windows is handling the startup of the server service.

View attachment 36313

It also looks like it is launching the MQ2eqbcs and not the Next service....or at least not out of the Next directory... does that matter ? Seems to be working fine..
this means you had the launcher install the old version as a windows service. you can even see the path is going to your old mq2 install.

you should either a: update that to the new eqbcs in your next install, or just remove that
 
MQNext is no longer a server type?

MacroQuest - Live is our official macroquest version

1642082827870.png
 
(Sorry ahead if this is in the wrong area)

I know on the test server they are running on 64 bit already and I tried using the launcher to load legacy test. MQ test is still listed as patch day. Whats weird to me is that the EQ window I had open on a character select screen automatically shut down and exited me. Is this part of RG programming or is this potentially something on the EQ side?
 
(Sorry ahead if this is in the wrong area)

I know on the test server they are running on 64 bit already and I tried using the launcher to load legacy test. MQ test is still listed as patch day. Whats weird to me is that the EQ window I had open on a character select screen automatically shut down and exited me. Is this part of RG programming or is this potentially something on the EQ side?
I'm not familiar with behavior to do that

@Knightly might have some thoughts?

but yeah, test update is gonna be a while.
 
  • Fixed several issues related to launching eqbcs and the mesh updater
After updating launcher, EQBCS now no longer connects for me, error in game is

# gethostbyname error

Edit: looks like the installed service has gone.... now works if you open eqbcs.exe and leave the cmd window open (that's a bit annoying)
 
  • Fixed several issues related to launching eqbcs and the mesh updater
After updating launcher, EQBCS now no longer connects for me, error in game is

# gethostbyname error
would make sure to a: restart your computer, b: ensure you're only trying to run 1 eqbcs version (the launcher won't try and run one if you have one already running) - definitely make sure you're using/running the new eqbcs.exe in your next - and not something like an old version set as a windows service
 
would make sure to a: restart your computer, b: ensure you're only trying to run 1 eqbcs version (the launcher won't try and run one if you have one already running) - definitely make sure you're using/running the new eqbcs.exe in your next - and not something like an old version set as a windows service
The old installed service was disabled, but have uninstalled it now and rebooted.

When launching MQ with the eqbcs box ticked, I just get a cmd window... it works, but if that window is closed it disconnects.

Manually launching the eqbcs.exe in MQNext folder does the same, no option to install it as a service like the old one?
 
The old installed service was disabled, but have uninstalled it now and rebooted.

When launching MQ with the eqbcs box ticked, I just get a cmd window... it works, but if that window is closed it disconnects.

Manually launching the eqbcs.exe in MQNext folder does the same, no option to install it as a service like the old one?
yes, that window is the eqbc server, it needs to be running for you to connected to it
 
yes, that window is the eqbc server, it needs to be running for you to connected to it
I get that, but is there a way to install it as a service so that this window doesn't need to be open? like the old one did
 
the cmd window for EQBC has always been required to be open to use EQBC, dannet does not require a server window
 
Whats weird to me is that the EQ window I had open on a character select screen automatically shut down and exited me.
This appears to be related to the 64/32 bit thing when you use legacy and it tries to inject into the 32-bit process. MacroQuest Test doesn't cause the eqgame process to crash, but it doesn't really matter anyway, we just have to wait for the work to be done. There is no solution to using any version of MQ on Test right now.
 
yeah I figured on waiting for the 64 bit client is going to take time. (Major cheers to the developers working on this!).

I was just curious as to if that was a new DPG security feature or if that was just causing a crash due to non-compatibility or something.
 
I get that, but is there a way to install it as a service so that this window doesn't need to be open? like the old one did
FWIW this works for me:

1) Open Command Prompt as Administrator
2) run: sc.exe create SERVICENAME start= auto binpath= "PATH_TO_eqbcs.exe", ie:
sc.exe create MQ2EQBCS start= auto binpath= "c:\ProgramData\RedGuides\VeryVanillaMQ2\EQBCS.exe"
3) Reboot
4) Run services.msc and check that your service is present and running.
 
FWIW this works for me:

1) Open Command Prompt as Administrator
2) run: sc.exe create SERVICENAME start= auto binpath= "PATH_TO_eqbcs.exe", ie:
sc.exe create MQ2EQBCS start= auto binpath= "c:\ProgramData\RedGuides\VeryVanillaMQ2\EQBCS.exe"
3) Reboot
4) Run services.msc and check that your service is present and running.
Thank you - have run that, rebooted and the service is present but it won't run "Error 1053: The service did not respond to the start or control request in a timely fashion" :(
 
Thank you - have run that, rebooted and the service is present but it won't run "Error 1053: The service did not respond to the start or control request in a timely fashion" :(
I'm disabling it anyways ran into another problem. by creating a system service it's holding files open when the patcher runs so if you try to apply an update you get a warning that 'Everquest still has files open' when its actually the eqbcs server running. Guess I'll kill the service and go back to it opening a cmd window when I launch MQ. Hopefully this can be hidden in a future release.
 
I'm disabling it anyways ran into another problem. by creating a system service it's holding files open when the patcher runs so if you try to apply an update you get a warning that 'Everquest still has files open' when its actually the eqbcs server running. Guess I'll kill the service and go back to it opening a cmd window when I launch MQ. Hopefully this can be hidden in a future release.
Fair enough - I've realised what Sic was referring to with virtual desktop - that solution is great (Windows Key + Tab, open a new Desktop and just drag the cmd window into that)
 
If you hit WindowsKey + Tab you can "open a new desktop" at the very top of the screen.
Once the window is open you can run the eqbc on that "desktop"
Then switch back to the one you play EQ on and it would be hidden.
That's what I do when taskbar space is needed.

1642118556040.png
 
Somebody broke something?
the console and frame limiter is gone also, before update they would just come up after login.
 

Attachments

  • newupmq2.png
    newupmq2.png
    238.6 KB · Views: 21
Somebody broke something?
the console and frame limiter is gone also, before update they would just come up after login.
the mesh updater is a known thing.

this is in the works

the console and frame limiter are built in to mq - there is no way to make them go away.

your title post is kinda sad man. a lot of people are working real hard to bring good stuff, don't need to trash on their efforts.

plus i merged it into the launcher thread since you are asking about the mesh updater on the launcher.
 
the mesh updater is a known thing.

this is in the works

the console and frame limiter are built in to mq - there is no way to make them go away.

your title post is kinda sad man. a lot of people are working real hard to bring good stuff, don't need to trash on their efforts.

plus i merged it into the launcher thread since you are asking about the mesh updater on the launcher.
i want them back, not for them to go away... they are not their no longer?

CTRL + `
will open your console, that's the key left of your 1 on the keyboard in case it's hard to see.
Framelimiter is available in /mqsettings
Thanks!
 
With the recent change to MQNext being the new default and the launcher being updated, all of my plugins are now showing "install" instead of "update". So far they seem to be working, but I'm afraid of breaking them if I select "install" on any of those. Has anyone else come across this issue?

1642277630514.png
 
It is because it doesn't think you have installed them yet.

Based on your downloads, you haven't downloaded since the updater changes, which is probably why.


Install them and gtg.
 
Is something up with new launcher v1.0.74? it just upgraded and now it gets to server login screen and just sits there waiting to connect to EQ server? Just started with todays update for me. If i login with just EQ launcher by itself, it logs in but if i stop that and run MQ - live, it just sits there waiting for server just fyi.
Thanks, Tshadow
 
Is something up with new launcher v1.0.74? it just upgraded and now it gets to server login screen and just sits there waiting to connect to EQ server? Just started with todays update for me.
Thanks, Tshadow
Nope RedGuides launcher is working finedid you actually run macroquest?

Did you already do the migration so all your files are migrated including your login?


It is OFFICIAL! MacroQuest is the version of MacroQuest that we offer here at RedGuides.

>>> Migration guide to MacroQuest<<<
 
Yes, been running it for months. Was working yesterday and today it is stuck at the login to Server screen. I put in wrong password and that came back after a very long time. Login clean also tries to do autologin so not sure what happened.
 

Attachments

  • mq error on latest update for mq_Jan15.JPG
    mq error on latest update for mq_Jan15.JPG
    37.8 KB · Views: 5
Last edited:
Hello i updated my Launcher today and i seen it went back to Mq2live and Mq2next is gone from my lil drop down menu .. did something go wrong or is this right ?
 
Hello i updated my Launcher today and i seen it went back to Mq2live and Mq2next is gone from my lil drop down menu .. did something go wrong or is this right ?
It is OFFICIAL! MacroQuest is the version of MacroQuest that we offer here at RedGuides.

You will see this with "MacroQuest - Live" in the RG Launcher.

Please, check out this link: >>> Functions & Features Demo + Migration to the new MacroQuest<<<

mental notes:
1. mq2map click is Control+Shift+Click
2. new easyfind self travel is Control+Click (reminder in find window title bar)
3. new easyfind group travel is Control+Shift+Click
4. If you selected a destination in your zone guide and want to activate it you /travelto activate
5. /yes and /no are now aliases, there is no mq2yes plugin
 
did something go wrong or is this right ?

There is nothing wrong with your television.
Do not attempt to adjust the picture.
We are now controlling the transmission........
You are about to experience the awe and mystery which reaches from the deepest inner mind to the outer limits.
 
Following today's 1-19-22 EQ patch I'm unable to launch toons through MQ but get this message instead.
I've tried re-patching through the EQ Dashboard repeatedly, checked all my files to be sure they are up to date and still I cannot launch my toons through MQNext.
Any suggestions as to what might be wrong and what I can do about it?
Thanks.
EQ patch mismatch.jpg
 
RedGuides Launcher

Users who are viewing this thread

Back
Top
Cart