[XP] RPG Maker XP Online System (RMX-OS)

Started by Blizzard, June 20, 2009, 11:52:23 am

Previous topic - Next topic

Ryex

you would have to compile the file your self. is there a reason that the 32bit version wouldn't work? cause it really shouldn't matter
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

Noob

its a 64bit machine that im trying to run it on. i have no idea how to do it myself.........any suggestions? or a way to get it to work? i get this invalid elf 32 error thing or something like that when i try running it....

Blizzard

Actually 64 bit Windows can run 32 bit programs and DLLs without problems. IDK about how Linux does it, maybe 64 bit Linux doesn't support 32 bit programs and SOs. :/
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Noob

ok so i will try compiling it for a 64 bit....blizzard could you (or someone else with access to it) give me the compileable source code for the mysql.so file? thanks very much:)

Blizzard

Sorry, I don't have it. You can find it online, though.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Noob

ok...what should i google?

Blizzard

MySQL source obviously.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Futendra

Hey, is there a possibility to show an animation if typing in the chat?

Because I want it to show up a bubble with ... in it (like the ! and ? marks)

tSwitch

JFTR every time I see this thread I think RPG Maker XP - Operating System.


FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: tSwitch.us | Twitter | Tumblr

Blizzard

Alright, here's an update after quite some time. I did one of the two last remaining thing that I wanted to do to finish this system. I have changed the data exchange subsystem. The last thing that needs to be done is finishing the documentation. This will be v1.2 which will be the final version.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Noob

Lately I've been getting this error when I try running the server:
==========================================================================
RMX-OS Server v1.15
==========================================================================
Loading extensions...
'blizzabsrmxos.rb' v1.1 loaded and initialized.
--------------------------------------------------------------------------
> Starting TCP Server at '69.10.56.122:12025'...
> Connecting to MySQL database 'test_rmxos'...
Unexpected error occured!
Can't connect to MySQL server on '127.0.0.1' (111)
./RMX-OS_Server/Data/Server.rb:93:in `new'
./RMX-OS_Server/Data/Server.rb:93:in `connect_to_database'
./RMX-OS_Server/Data/Server.rb:60:in `start'

./RMX-OS_Server/rmxos.rb:58:in `main'
./RMX-OS_Server/rmxos.rb:173


RMX-OS Server is being terminated...
RMX-OS Server has been terminated.
Restart in: 5 4 3 2 1

Then I get that same text repeating over and over until I close it. Any ideas?

Ryex

is your sql server running?, is the configuration for the sql server right?
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

Noob

January 25, 2011, 11:17:36 pm #1032 Last Edit: January 26, 2011, 12:40:23 am by Ryex
My SQL configuration in the cfg. file was at 127.0.0.1. So I changed it to vlexofree.com's shared IP address, and it still didn't work. Do you think I just need to find out the IP address of vlexo's SQL server?

I take it you were running it on your computer and it worked but it stopped working when you moved the server to a host? then the answer is yes. you can usually find the IP in the mysql config section of Cpanel or whatever the host gives you for maintaining your site.

Wizered67

I'm pretty sure you don't need to change the database ip if you're still hosting the data base.

Blizzard

Does your host allow remote SQL connections? If not, you won't be able to connect.
If you have the server running on a host on the database is also on that host, then you still have to use 127.0.0.1 as SQL host IP. After all, the database is on the same server where RMX-OS is executed.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Noob

Okay, that could be problematic.....I asked about it on vlexo's support forums. Here's what I said:

My server program needs to locate the mySQL database I made on vlexo using either an IP adress of the machine the database is located on, or a URL that will re-direct to the database. What IP Adress or URL should I enter that will redirect it to my account's mySQL database? (I tried 127.0.0.1 and the shared IP 69.10.56.122). Any suggestions? Thanks! 

And here's what they replied:

All access to mysql must be done within the server. Access to it outside the server is blocked for security reasons.
If you want access to it within the server use "localhost".

So does that mean it won't work with vlexo? If so, would it work with a linux shell that includes mySQL and ruby?
If not (meaning it still might work with vlexo), then what am I doing wrong?
Thanks! :)

Ryex

no just change the mysql ip to localhost thats what they said
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

Noob

But localhost is 127.0.0.1.....isn't it?

Ryex

yes, but try it anyway. make sure that the mysql port is right too
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

Noob

Well the error describes something being wrong with the IP Address rather than the port, and are you certain that even with the resctrictions I told you about it would still work. blizz said if there wasn't remote mySQL access permitted it wouldn't work. Isn't this saying that there isn't remote mySQL access permmitted?:

Quote from: Noob on January 26, 2011, 04:31:27 pm
I asked about it on vlexo's support forums. Here's what I said:

My server program needs to locate the mySQL database I made on vlexo using either an IP adress of the machine the database is located on, or a URL that will re-direct to the database. What IP Adress or URL should I enter that will redirect it to my account's mySQL database? (I tried 127.0.0.1 and the shared IP 69.10.56.122). Any suggestions? Thanks! 

And here's what they replied:

All access to mysql must be done within the server. Access to it outside the server is blocked for security reasons.
If you want access to it within the server use "localhost".

So does that mean it won't work with vlexo? If so, would it work with a linux shell that includes mySQL and ruby?
If not (meaning it still might work with vlexo), then what am I doing wrong?
Thanks! :)