Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #11  
Old 07-29-2023, 03:10 AM
joppykid joppykid is offline
Planar Protector

joppykid's Avatar

Join Date: Jan 2011
Posts: 1,217
Default

Not sure if you're still around but how did you get middlemand to run in crostini? I can't get it to start with the script
__________________
Sloppay 60 Monk
Jopp 60 Rogue
Kodiakk Wintergreen 60 Druid Founder of Dial A Port
Reply With Quote
  #12  
Old 07-29-2023, 04:44 AM
Brinkman1 Brinkman1 is offline
Decaying Skeleton


Join Date: Mar 2021
Posts: 3
Default

You have to compile it first.
Reply With Quote
  #13  
Old 07-29-2023, 11:21 AM
joppykid joppykid is offline
Planar Protector

joppykid's Avatar

Join Date: Jan 2011
Posts: 1,217
Default

Quote:
Originally Posted by Brinkman1 [You must be logged in to view images. Log in or Register.]
You have to compile it first.
Ah, I see. Tried on two machines and I get this error when I try to compile with make -f Makefile

cc -c -o build/main.o src/main.c -O2 -Wall -Wno-strict-aliasing
make: cc: No such file or directory
make: *** [Makefile:30: build/main.o] Error 127

Not sure what I am doing wrong lol. Wish I never got rid of my compiled version I had way back.
__________________
Sloppay 60 Monk
Jopp 60 Rogue
Kodiakk Wintergreen 60 Druid Founder of Dial A Port
Reply With Quote
  #14  
Old 07-29-2023, 11:30 AM
joppykid joppykid is offline
Planar Protector

joppykid's Avatar

Join Date: Jan 2011
Posts: 1,217
Default

I might have gotten it to work. Looks like I was able to get it compiled on the macbook lol. Thanks for getting me in the right direction.
__________________
Sloppay 60 Monk
Jopp 60 Rogue
Kodiakk Wintergreen 60 Druid Founder of Dial A Port
Reply With Quote
  #15  
Old 07-29-2023, 11:44 AM
joppykid joppykid is offline
Planar Protector

joppykid's Avatar

Join Date: Jan 2011
Posts: 1,217
Default

Well it's compiled but I just can't get it to run in Crostini. I have EQ opening no problem, I just can't see the servers so need this to run ��. Tried a VPN but that didn't seem to help.
__________________
Sloppay 60 Monk
Jopp 60 Rogue
Kodiakk Wintergreen 60 Druid Founder of Dial A Port
Reply With Quote
  #16  
Old 07-29-2023, 12:10 PM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 9,343
Default

Quote:
Originally Posted by joppykid [You must be logged in to view images. Log in or Register.]
Well it's compiled but I just can't get it to run in Crostini. I have EQ opening no problem, I just can't see the servers so need this to run ��. Tried a VPN but that didn't seem to help.
If both the software and the VPN isn't working, you might have an issue with your network (eg. your router could be messing things up).

More networking-savvy people could probably provide some diagnostic tool you could use to determine this, but all I can suggest is trying to get it working on Windows (if you have a Windows laptop handy that you could install it on briefly), or trying to play with the settings on your router (or temporarily substitute a different router).

If it works on Windows, you know it's Linux's problem, and if it works with a different router you know it's a router problem ... but I'd check all that because for me personally (running Linux Mint) I don't need either middleman or a VPN anymore (although in the past a VPN did help).
__________________

Loramin Frostseer, Oracle of the Tribunal <Anonymous> and Fan of the "Where To Go For XP/For Treasure?" Guides
Anyone can improve the wiki! If you are new to the Blue server, you can improve the wiki to earn a "welcome package" of up to 2k+ platinum! Message me for details.
Reply With Quote
  #17  
Old 07-29-2023, 12:30 PM
Indefinite Indefinite is offline
Kobold

Indefinite's Avatar

Join Date: Apr 2014
Posts: 139
Default

Quote:
Originally Posted by joppykid [You must be logged in to view images. Log in or Register.]
Ah, I see. Tried on two machines and I get this error when I try to compile with make -f Makefile

cc -c -o build/main.o src/main.c -O2 -Wall -Wno-strict-aliasing
make: cc: No such file or directory
make: *** [Makefile:30: build/main.o] Error 127

Not sure what I am doing wrong lol. Wish I never got rid of my compiled version I had way back.
It looks like there could be missing files during the compile? I've used a similar tool by Zaela called eqemu-login-helper, which I think has a similar but different solution to the login server packet order issue. After a git clone and a `make` it leaves a binary in the bin directory. Have yet to run in to any issues compiling it on debian.
__________________
Reply With Quote
  #18  
Old 07-29-2023, 02:14 PM
joppykid joppykid is offline
Planar Protector

joppykid's Avatar

Join Date: Jan 2011
Posts: 1,217
Default

Quote:
Originally Posted by loramin [You must be logged in to view images. Log in or Register.]
If both the software and the VPN isn't working, you might have an issue with your network (eg. your router could be messing things up).

More networking-savvy people could probably provide some diagnostic tool you could use to determine this, but all I can suggest is trying to get it working on Windows (if you have a Windows laptop handy that you could install it on briefly), or trying to play with the settings on your router (or temporarily substitute a different router).

If it works on Windows, you know it's Linux's problem, and if it works with a different router you know it's a router problem ... but I'd check all that because for me personally (running Linux Mint) I don't need either middleman or a VPN anymore (although in the past a VPN did help).
This is just an issue of me not knowing Linux very well haha. I work in IT, networking is fine. What I meant by the VPN not working is that is it didn't make the servers show up as some have mentioned. EQ works just fine in my windows environment.
__________________
Sloppay 60 Monk
Jopp 60 Rogue
Kodiakk Wintergreen 60 Druid Founder of Dial A Port
Reply With Quote
  #19  
Old 07-29-2023, 02:15 PM
joppykid joppykid is offline
Planar Protector

joppykid's Avatar

Join Date: Jan 2011
Posts: 1,217
Default

Quote:
Originally Posted by Indefinite [You must be logged in to view images. Log in or Register.]
It looks like there could be missing files during the compile? I've used a similar tool by Zaela called eqemu-login-helper, which I think has a similar but different solution to the login server packet order issue. After a git clone and a `make` it leaves a binary in the bin directory. Have yet to run in to any issues compiling it on debian.
So I was able to compile it on my macbook without issue but I think since it's an M1 Macbook that its now not working when I copied it over because my Chromebook is an i3 and its trying to execute it as ARM.

I will take a look at the link you sent. Thank you!
__________________
Sloppay 60 Monk
Jopp 60 Rogue
Kodiakk Wintergreen 60 Druid Founder of Dial A Port
Reply With Quote
  #20  
Old 07-29-2023, 02:29 PM
joppykid joppykid is offline
Planar Protector

joppykid's Avatar

Join Date: Jan 2011
Posts: 1,217
Default

I finally was able to get it to compile on the Chromebook. I had to do sudo apt install build-essential and it finally worked. Installing just make didnt work for some reason.


Servers are now showing up as intended. Thanks for the help folks! Working and logged in now!
__________________
Sloppay 60 Monk
Jopp 60 Rogue
Kodiakk Wintergreen 60 Druid Founder of Dial A Port
Last edited by joppykid; 07-29-2023 at 02:41 PM.. Reason: updating status
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:01 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.