Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #71  
Old 09-13-2011, 04:42 PM
cadiz cadiz is offline
Kobold

cadiz's Avatar

Join Date: Nov 2009
Location: Dublin, Ireland
Posts: 118
Default

Quote:
Originally Posted by necrosaurio [You must be logged in to view images. Log in or Register.]
The Fedora 14 RPMs do not work in CentOS due to missing dependencies (liberation-narrow-fonts and similar).

I've left wine 1.3 patched and compiling and installing to /opt. I will check it when I get home.

I plan on creating a standalone RPM of wine-EQ for CentOS 6, with a SPEC file that should allow you to upgrade to the latest version without doing much work.
The problem with this is the way Fedora/RHEL builds wine, it's a set of modular packages. It seems like a lot of work and slightly inflexible to combine them into one RPM but if you're up for it by all means - building a new spec should work fine it's just a lot of effort.

-=>>rpm -qa | grep wine | wc -l
38

I'm curious, any reason why you wouldn't just run Fedora or a more progressive distribution with newer libraries, or do you have a specific reason to stick to CentOS?
__________________
Prexus: (00-04) <Clan nan Dreolan>
Cadiz (70 NEC) epic 1.0
Grumplescratch (65 WAR) epic 1.0
Tzartole (62 MNK) epic 1.0
Reply With Quote
  #72  
Old 09-13-2011, 04:51 PM
cadiz cadiz is offline
Kobold

cadiz's Avatar

Join Date: Nov 2009
Location: Dublin, Ireland
Posts: 118
Default

Quote:
Originally Posted by necrosaurio [You must be logged in to view images. Log in or Register.]
The Fedora 14 RPMs do not work in CentOS due to missing dependencies (liberation-narrow-fonts and similar).

I've left wine 1.3 patched and compiling and installing to /opt. I will check it when I get home.

I plan on creating a standalone RPM of wine-EQ for CentOS 6, with a SPEC file that should allow you to upgrade to the latest version without doing much work.
Do you have the EPEL repos installed? Looks like they are available there
__________________
Prexus: (00-04) <Clan nan Dreolan>
Cadiz (70 NEC) epic 1.0
Grumplescratch (65 WAR) epic 1.0
Tzartole (62 MNK) epic 1.0
Reply With Quote
  #73  
Old 09-23-2011, 04:52 PM
DoucLangur DoucLangur is offline
Fire Giant


Join Date: Jan 2011
Posts: 566
Default

Quote:
Originally Posted by mgellan [You must be logged in to view images. Log in or Register.]
Find? I wrote that from scratch LOL [You must be logged in to view images. Log in or Register.]
And from the AppDB [You must be logged in to view images. Log in or Register.] The vertex setting in source code was described there, luckily - or I wouldn't have been playing for months [You must be logged in to view images. Log in or Register.]

Thanks for the write-up though!

Cheers,

Slozem
Reply With Quote
  #74  
Old 11-04-2011, 08:59 PM
Lohlyfe Lohlyfe is offline
Large Rat


Join Date: Jun 2010
Posts: 5
Default

Is anybody currently running EQ in Linux via Wine?

Not only do I have the "no models" problem, even after modifying the source and compiling myself, but when I login, it tells me that I don't have the latest spell files. I have checked and re-checked to make sure I actually have the latest files... permissions look fine, as well.

The link to download the eqclient.ini in the original post is broken, so I don't know if there are crucial settings in there that I'm missing to get the models to show. I did turn off all pixelshader options in the ini file, but still no luck.

Any help would be greatly appreciated!

My config:
Kubuntu 11.10
ATI Radeon HD 5770 x2 (crossfire) w/proprietary drivers
Everquest Titanium
Reply With Quote
  #75  
Old 11-05-2011, 03:44 PM
charkis charkis is offline
Skeleton


Join Date: May 2011
Posts: 15
Default

Check to see if you have both a DSETUP.dll and dsetup.dll in your default folder. If so, try backing up/deleting the DSETUP.dll file.

http://www.project1999.org/forums/sh...ad.php?t=48157
Last edited by charkis; 11-05-2011 at 03:44 PM.. Reason: can't spell
Reply With Quote
  #76  
Old 11-07-2011, 03:10 PM
Lohlyfe Lohlyfe is offline
Large Rat


Join Date: Jun 2010
Posts: 5
Default

Quote:
Originally Posted by charkis [You must be logged in to view images. Log in or Register.]
Check to see if you have both a DSETUP.dll and dsetup.dll in your default folder. If so, try backing up/deleting the DSETUP.dll file.

http://www.project1999.org/forums/sh...ad.php?t=48157
That was the case -- I haven't seen that before. I no longer get the "outdated error". Thanks.

I am still having the issue with the invisible char models. Am I doomed with the ATI cards? (5770 x 2)
Reply With Quote
  #77  
Old 11-07-2011, 10:08 PM
charkis charkis is offline
Skeleton


Join Date: May 2011
Posts: 15
Default

The only time I ever ran into that was when I either forgot to add pCaps->MaxVertexBlendMatrices=0x4; to directx.c, or put it in the wrong place, and then built wine. I never tried it with an ATI card so I can't offer any advice there.
Reply With Quote
  #78  
Old 01-02-2012, 05:40 AM
dorrax dorrax is offline
Large Rat


Join Date: Apr 2011
Posts: 6
Default

I installed on ubuntu 11.10, built wine according to instructions, fixed the DSETUP.dll problem, and dropped a copy of d3d3_30.dll into the everquest directory, and modified it's hex values, still no models (ATI gpu btw). Turning off the vertex shader in the ini file made the models show up, but everything was black.

I went into the ini and turned off the vertex shader and added these lines

HardwareTnL=FALSE
VSync=1
AccurateLighting=FALSE

This brought the textures back, but the models are messed up, the necks are too tall, and the arms and legs are all on the same side of the body. Any ideas about what to do?
Reply With Quote
  #79  
Old 01-07-2012, 02:29 PM
pragmus pragmus is offline
Skeleton


Join Date: Aug 2011
Posts: 17
Default

I've got the most recent version of Ubuntu, downloaded the latest version of uncompiled wine from the link provided, followed the commands (except the 64 bit functionality section since I'm running 32 bit Ubuntu) and when I try to compile wine i get this msg:

Code:
## ----------- ##
## Core tests. ##
## ----------- ##

configure:2297: checking build system type
configure:2315: result: i686-pc-linux-gnu
configure:2337: checking host system type
configure:2352: result: i686-pc-linux-gnu
configure:2387: checking whether make sets $(MAKE)
configure:2409: result: yes
configure:2466: checking for gcc
configure:2493: result: ccache gcc
configure:2725: checking for C compiler version
configure:2733: ccache gcc --version >&5
./configure: line 2735: ccache: command not found
configure:2737: $? = 127
configure:2744: ccache gcc -v >&5
./configure: line 2746: ccache: command not found
configure:2748: $? = 127
configure:2755: ccache gcc -V >&5
./configure: line 2757: ccache: command not found
configure:2759: $? = 127
configure:2782: checking for C compiler default output file name
configure:2804: ccache gcc    conftest.c  >&5
./configure: line 2806: ccache: command not found
configure:2808: $? = 127
configure:2846: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.1.27"
| #define PACKAGE_STRING "Wine 1.1.27"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2852: error: in `/home/xxx/wine/wine-1.1.27':
configure:2855: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='ccache gcc'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_prog_ac_ct_CC='ccache gcc'
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALL_DLL_DIRS=''
ALL_IMPLIB_DIRS=''
ALL_MAKEFILES=''
ALL_MAKEFILE_DEPENDS=''
ALL_MAKERULES=''
ALL_PROGRAM_BIN_INSTALL_DIRS=''
ALL_PROGRAM_DIRS=''
ALL_PROGRAM_INSTALL_DIRS=''
ALL_TEST_DIRS=''
ALL_TOP_DIRS=''
ALL_WINETEST_DEPENDS=''
ALSALIBS=''
AR=''
ARFLAGS=''
AUDIOIOLIBS=''
BISON=''
BUILTINFLAG=''
CARBONLIB=''
CC='ccache gcc'
CFLAGS=''
COREAUDIO=''
COREFOUNDATIONLIB=''
CPP=''
CPPBIN=''
CPPFLAGS=''
CROSSCC=''
CROSSTARGETFLAGS=''
CROSSTEST=''
CRTLIBS=''
CUPSINCL=''
CXX=''
CXXFLAGS=''
DEFS=''
DEPENDENCIES=''
DISKARBITRATIONLIB=''
DLLEXT=''
DLLFLAGS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ESDCONFIG=''
ESDINCL=''
ESDLIBS=''
EXEEXT=''
EXTRACFLAGS=''
EXTRA_BINARIES=''
FLEX=''
FONTCONFIGINCL=''
FONTFORGE=''
FREETYPEINCL=''
FREETYPELIBS=''
GNUTLSINCL=''
GPHOTO2INCL=''
GPHOTO2LIBS=''
GREP=''
HALINCL=''
ICOTOOL=''
IMPLIBEXT=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
IOKITLIB=''
LCMSLIBS=''
LDAPLIBS=''
LDCONFIG=''
LDD=''
LDDLLFLAGS=''
LDEXECFLAGS=''
LDFLAGS=''
LDPATH=''
LDRPATH_INSTALL=''
LDRPATH_LOCAL=''
LDSHARED=''
LIBDL=''
LIBEXT=''
LIBKSTAT=''
LIBOBJS=''
LIBPOLL=''
LIBPTHREAD=''
LIBS=''
LINT=''
LINTFLAGS=''
LN=''
LN_S=''
LTLIBOBJS=''
MAINTAINER_MODE='#'
MINGWAR=''
NASLIBS=''
OBJEXT=''
OPENGL_LIBS=''
PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_NAME='Wine'
PACKAGE_STRING='Wine 1.1.27'
PACKAGE_TARNAME='wine'
PACKAGE_VERSION='1.1.27'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PNGINCL=''
PRELINK=''
RANLIB=''
RESOLVLIBS=''
RSVG=''
SANEINCL=''
SECURITYLIB=''
SET_MAKE=''
SHELL='/bin/bash'
SOCKETLIBS=''
STRIP=''
TARGETFLAGS=''
TOOLSDIR=''
WIN16_FILES=''
WIN16_INSTALL=''
XLIB=''
XMKMF=''
XML2INCL=''
XML2LIBS=''
XSLTINCL=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZLIB=''
ac_ct_AR=''
ac_ct_CC='ccache gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
ft_devel=''
gphoto2_devel=''
gphoto2port_devel=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sane_devel=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ------------------- ##
## File substitutions. ##
## ------------------- ##

MAKE_DLL_RULES=''
MAKE_IMPLIB_RULES=''
MAKE_PROG_RULES=''
MAKE_RULES=''
MAKE_TEST_RULES=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "Wine"
#define PACKAGE_TARNAME "wine"
#define PACKAGE_VERSION "1.1.27"
#define PACKAGE_STRING "Wine 1.1.27"
#define PACKAGE_BUGREPORT "wine-devel@winehq.org"

configure: exit 77
I tried:
CC="ccache gcc" LDFLAGS="-L./lib32" ./configure -v
CC="ccache gcc" ./configure -v
CC="ccache gcc" ./configure

I'm new to linux so forgive my ignorance. Any help would be appreciated =)
Last edited by pragmus; 01-07-2012 at 03:03 PM.. Reason: Added more info
Reply With Quote
  #80  
Old 01-17-2012, 12:34 AM
dorrax dorrax is offline
Large Rat


Join Date: Apr 2011
Posts: 6
Default

Pragmus, try something like this:

sudo apt-get build-dep wine wine-dev

you could be missing dependencies for wine, and this should get those for you. I'm not an expert either, so good luck.
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 07:07 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 - 2025, Jelsoft Enterprises Ltd.