Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2020, 11:14 PM
Scratch&Sniff Scratch&Sniff is offline
Kobold

Scratch&Sniff's Avatar

Join Date: Dec 2010
Location: The Waste
Posts: 175
Default

im a linux noob but i patched my files very carefully and getting xml error on start up. i did just like Ioramin said not sure what im doing wrong
__________________

<Grunny Swampskin>Retired
<Brennard>Retired
<Alton> Retired
<Vizuni>
Reply With Quote
  #2  
Old 04-21-2020, 11:49 AM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 10,604
Default

There's generally three things you can play with on Linux
  1. winecfg: run it and enable/disable the checkboxes for Emulate a Virtual Desktop; if that doesn't help, try enabling/disabling the two "windows controls" checkboxes next to it
  2. drivers (on Linux Mint use the Driver Manager in menu): switch to different versions of your graphics card driver (eg. proprietary instead of open source, or vice versa, or just slightly newer/older versions of each)
  3. wine itself: try playing with slightly different versions of Wine (eg. staging vs. development)

It's all a lot more of a guessing game than an exact science. Good luck.
__________________

Loramin Frostseer <Anonymous>, Hetch<Anonymous>, Tecla <Kingdom>, ...
Check out the "Where To Go For XP/For Treasure?" Guides

Anyone can improve the wiki! If you are new to the Blue or Green servers, you can improve the wiki to earn a "welcome package" of platinum and/or gear! Send me a forum message for details.
Last edited by loramin; 04-21-2020 at 11:52 AM..
Reply With Quote
  #3  
Old 05-10-2020, 09:37 AM
FTN806 FTN806 is offline
Large Rat

FTN806's Avatar

Join Date: May 2020
Posts: 5
Default

Hello there. I recently created a shell script to install Project1999 on Linux, specifically tested on Linux Mint. All you need is a torrent client, the rest is done for you.

A friend was tired of manually setting everything up on new machines. I did a little digging on the P99 on Linux wiki and threw together a small script. It should work on any Debian based distribution, but if you are using another distribution you can just install the required packages manually before running the script.

I'll add other distribution support in the future. Script was thrown together quickly and is a little rough, feel free to change it as you please.

https://github.com/ftn806/P99-Linux-Installer
Reply With Quote
  #4  
Old 07-15-2020, 05:36 AM
Naxy Naxy is offline
Sarnak

Naxy's Avatar

Join Date: Jul 2015
Location: Bristlebane.
Posts: 253
Default

Quote:
Originally Posted by FTN806 [You must be logged in to view images. Log in or Register.]
Hello there. I recently created a shell script to install Project1999 on Linux, specifically tested on Linux Mint. All you need is a torrent client, the rest is done for you.

A friend was tired of manually setting everything up on new machines. I did a little digging on the P99 on Linux wiki and threw together a small script. It should work on any Debian based distribution, but if you are using another distribution you can just install the required packages manually before running the script.

I'll add other distribution support in the future. Script was thrown together quickly and is a little rough, feel free to change it as you please.

https://github.com/ftn806/P99-Linux-Installer
I get a 404 when clicking on that link.
__________________
Naxy Dent
Cleric of Karana, Kingdom, Green
Once proudly in Veeshan's Fury on Bristlebane
Reply With Quote
  #5  
Old 05-10-2020, 11:23 AM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 10,604
Default

Looks neat. You might want to add a link to your GitHub page to https://wiki.project1999.com/EverQuest_in_Linux_Guide (your GitHub page already links to it [You must be logged in to view images. Log in or Register.]).
__________________

Loramin Frostseer <Anonymous>, Hetch<Anonymous>, Tecla <Kingdom>, ...
Check out the "Where To Go For XP/For Treasure?" Guides

Anyone can improve the wiki! If you are new to the Blue or Green servers, you can improve the wiki to earn a "welcome package" of platinum and/or gear! Send me a forum message for details.
Reply With Quote
  #6  
Old 07-16-2020, 05:23 PM
Naxy Naxy is offline
Sarnak

Naxy's Avatar

Join Date: Jul 2015
Location: Bristlebane.
Posts: 253
Default

I’ll answer it myself. It can be found at GitLab

https://gitlab.com/FTN806/P99-Linux-Installer
__________________
Naxy Dent
Cleric of Karana, Kingdom, Green
Once proudly in Veeshan's Fury on Bristlebane
Reply With Quote
  #7  
Old 07-18-2020, 08:15 PM
Tann Tann is offline
Planar Protector

Tann's Avatar

Join Date: Oct 2010
Posts: 1,122
Default

Ahh figured it out, was missing a couple packages like mono and gecko or whatever. Litrus detected that right away when I installed it and it checked my wine directory
__________________
< Knights Who Say Ni >
Qeynos questing and leveling (all quests nerfed) | Off the beaten path 24-40.
Reply With Quote
  #8  
Old 09-05-2020, 05:42 PM
elkboot elkboot is offline
Aviak


Join Date: Sep 2020
Posts: 50
Arrow Project1999 For Linux: Installation Script

Hello everyone, Elias here and author of the original script.
The Project1999 For Linux installation script has been upgraded and is a bit more robust/clean at this point.
The updated version can be found here: https://github.com/ejhpas/Project1999-For-Linux
Please check the Readme before running the script.

Still a lot of work to be done, but it is much better than it's previous state.
Feedback is very much appreciated. Thanks everyone.
Reply With Quote
  #9  
Old 09-11-2020, 06:25 PM
valithteezee valithteezee is offline
Sarnak

valithteezee's Avatar

Join Date: Jul 2011
Posts: 283
Default

Thank you Elboot for compiling that, it was very helpful! I do have one issue and that's with the sound. After following your video to the T as well as what you wrote about changing it within the winetricks program I still cannot get sound to work on my Linux Mint. I got this error in terminal:

"ALSA lib conf.c:3722[You must be logged in to view images. Log in or Register.]snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so (/usr/lib/i386-linux-gnu/alsa-lib/libasound_module_conf_pulse.so: libasound_module_conf_pulse.so: cannot open shared object file: No such file or directory)
ALSA lib seq.c:935[You must be logged in to view images. Log in or Register.]snd_seq_open_noupdate) Unknown SEQ default
0009:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work."

Would appreciate any help!
Reply With Quote
  #10  
Old 09-11-2020, 06:32 PM
elkboot elkboot is offline
Aviak


Join Date: Sep 2020
Posts: 50
Default

Quote:
Originally Posted by valithteezee [You must be logged in to view images. Log in or Register.]
Thank you Elboot for compiling that, it was very helpful! I do have one issue and that's with the sound. After following your video to the T as well as what you wrote about changing it within the winetricks program I still cannot get sound to work on my Linux Mint. I got this error in terminal:

"ALSA lib conf.c:3722[You must be logged in to view images. Log in or Register.]snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so (/usr/lib/i386-linux-gnu/alsa-lib/libasound_module_conf_pulse.so: libasound_module_conf_pulse.so: cannot open shared object file: No such file or directory)
ALSA lib seq.c:935[You must be logged in to view images. Log in or Register.]snd_seq_open_noupdate) Unknown SEQ default
0009:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work."

Would appreciate any help!
Winetricks route is not what I suggest, does your qsynth config look like these screenshots https://github.com/ejhpas/Project199...er/Screenshots ?
__________________
Riconosciuto Runesong - Antonican Minstrel - 40th Season
EverQuest Project 1999 Linux Installer

Lord Jesus Christ, Son of God, have mercy on me, a sinner.
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:40 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 - 2026, Jelsoft Enterprises Ltd.