Re: [Guide] RoR Under Linux
Posted: Sun May 15, 2016 4:03 pm
So many thanks, it worked for me with latest Manjaro linux.
Warhammer Online
https://returnofreckoning.com/forum/
Hi!hogo2hogo wrote:Hello, Sorry to be a necromancer.
If anyone could help me out with an updated response (I have looked the forums etc, and this is the most relative post that I could find) to the instructions of how to use RoR in Ubuntu, that would be much appreciated.
Some background info, I have installed Wine + Winetricks , I am not very familiar with ubuntu/terminal/wine, I have downloaded and run various software using wine (so I assume it works?) but I would like someone to guide me step by step to avoid F***** things up.
Code: Select all
X alsa cups fontconfig gecko gsm jpeg lcms ldap mono mp3 ncurses nls opengl perl png pulseaudio realtime run-exes ssl staging threads truetype udev udisks xcomposite xinerama xml
Code: Select all
app-emulation/wine ~amd64
app-emulation/winetricks ~amd64
Code: Select all
pre_src_prepare() {
[[ ${EAPI:-0} == [012345] ]] || return
if ! type epatch_user > /dev/null 2>&1; then
local names="EPATCH_USER_SOURCE epatch_user epatch evar_push evar_push_set evar_pop estack_push estack_pop"
source <(awk "/^# @(FUNCTION|VARIABLE): / { p = 0 } /^# @(FUNCTION|VARIABLE): (${names// /|})\$/ { p = 1 } p { print }" ${PORTDIR}/eclass/eutils.eclass)
fi
epatch_user
for name in $names; do
unset $name
done
}
Code: Select all
sudo mkdir -p /etc/portage/patches/app-emulation/wine-1.9.19-r1
Code: Select all
sudo wget -O /etc/portage/patches/app-emulation/wine-1.9.19-r1/vertex-blending.patch 'https://bugs.winehq.org/attachment.cgi?id=54568'
Code: Select all
emerge app-emulation/wine{,tricks}
Code: Select all
WINEPREFIX=/home/XXXXX/.local/share/wine32 WINEARCH=win32 wine wineboot
Code: Select all
WINEPREFIX=/home/XXXXX/.local/share/wine32 WINEARCH=win32 winecfg
Code: Select all
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Code: Select all
WINEPREFIX=/home/XXXXX/.local/share/wine32 winetricks orm=backbuffer glsl=disable
Code: Select all
WINEPREFIX=/home/XXXXX/.local/share/wine32 winetricks comctl32ocx comctl32 comdlg32ocx d3dx9_{26,28,31,35,36,39,42,43} msxml3
Code: Select all
WINEPREFIX=/home/XXXXX/.local/share/wine32 winetricks dotnet40
Code: Select all
WINEPREFIX=/home/XXXXX/.local/share/wine32 wine directx_june2010_redist.exe
WINEPREFIX=/home/XXXXX/.local/share/wine32 wine /tmp/directx9_redist/DXSETUP.EXE
Code: Select all
WINEPREFIX=/home/XXXXX/.local/share/wine32 wine "/tmp/Performance Counter Rebuilder.exe"
Code: Select all
#!/bin/bash
pushd '/home/XXXXX/.local/share/wine32/drive_c/Program Files/WAR-ROR/'
WINEPREFIX=/home/XXXXX/.local/share/wine32 wine /home/XXXXX/.local/share/wine32/drive_c/Program\ Files/WAR-ROR/RoRLauncher.exe
popd
Code: Select all
user@localhost ~ $ sudo nmap -sS 5.196.208.101 -p 80,443
Starting Nmap 7.12 ( https://nmap.org ) at 2016-11-05 21:28 CDT
Nmap scan report for 5.196.208.101
Host is up (0.18s latency).
PORT STATE SERVICE
80/tcp open http
443/tcp open https
Nmap done: 1 IP address (1 host up) scanned in 0.48 seconds
Code: Select all
user@localhost ~ $ nc 5.196.208.101 80
nc: using stream socket