PDA

View Full Version : Running 317 RSPS client using shell not .bat



Ahmedo0o
February 22nd, 2013, 12:16 PM
Hi, this is my first post in this forums

I'm kinda new to Ubuntu and I used to play RSPS ( runescape private server ) on windows 7, now when I updated to ubuntu I noticed that I can't run .bat other than using a program called wine which I didn't like, so I need to create a .sh file to run the client

this is the run.bat


@ECHO OFF
color 81
echo Dragon-History Client
echo Made by Aintaro
JAVA -Xmx500m EGUI

and this is my shell command that I made


#!/bin/bash

JAVA -Xmx500m EGUI

now when I run the run.sh it opens and closes fast .. *I use run in terminal*

albandy
February 22nd, 2013, 12:53 PM
Linux is case sensitive, change JAVA to java, also I recommend you to do the tests in an previous opened terminal.

Ahmedo0o
February 22nd, 2013, 01:36 PM
Linux is case sensitive, change JAVA to java, also I recommend you to do the tests in an previous opened terminal.

okay I changed JAVA to java and the client showed up
but I get this error in the terminal


Error: loaderror Starting up 20
urlstream

albandy
February 22nd, 2013, 01:54 PM
okay I changed JAVA to java and the client showed up
but I get this error in the terminal


Error: loaderror Starting up 20
urlstream

Check what jvm are you using:
java -version

Ahmedo0o
February 22nd, 2013, 01:59 PM
Check what jvm are you using:
java -version


java version "1.7.0_15"
Java(TM) SE Runtime Environment (build 1.7.0_15-b03)
Java HotSpot(TM) Server VM (build 23.7-b01, mixed mode)

Ahmedo0o
February 22nd, 2013, 02:06 PM
Check what jvm are you using:
java -version

Btw, I think It's something about the cache getting ..
cuz in the server I couldn't run it until I changed "config\\" to "config//"

Perfect Storm
February 22nd, 2013, 04:15 PM
I'm moving this thread from Gaming to Programming talk. You might get better help there.

regards
A.I.

Ahmedo0o
February 22nd, 2013, 05:07 PM
I'm moving this thread from Gaming to Programming talk. You might get better help there.

regards
A.I.

Okay, thanks

albandy
February 26th, 2013, 09:12 AM
Where can I download the program you're trying to run?