Sup,
Does anyone have registry file for win xp? I've tried to rerun my serv after logserv bug, but it's crushing and i can't even run DB. When i'm using my old registry file, it doesn't contains DB's ip, when i'm using the original one (for 64 bit system) it contains everything, but i can't run DB on it.
I'd be gracefull for that registry file for win xp, thanks.
Sup,
Does anyone have registry file for win xp? I've tried to rerun my serv after logserv bug, but it's crushing and i can't even run DB. When i'm using my old registry file, it doesn't contains DB's ip, when i'm using the original one (for 64 bit system) it contains everything, but i can't run DB on it.
I'd be gracefull for that registry file for win xp, thanks.
it is easy to make your own.
Take the 64-bit .reg file, load it into wordpad and remove all the places where you see "Wow6432Node\". Save that and bingo. You have a 32-bit registry file.
Well, after that it's not working anyways.. any ideas what might cause, that DB doesn't want to start up? Only shows up max 4 lines, then shuts it selfs down.
When I have seen that is was mostly running on a 64-bit OS with MSSQL 2008 R2 Express 64-bit on a hand-built server Virtual Machine.
When I ran with the 32-bit version of the DB - even on the 64-bit OS and BOTH registry trees (with and without the "Wow6432Node\") containing the same values it worked fine. I also found I needed to change every place the database server name was used to the server's IP address.
Be sure also to set up the RohanUser.db.TServer table with the right IP addresses as well. Also be user you got the 'sa' account set up with the right password.
You are missing 2 modules there the one for RohanUser and the one for RohanGame
To fix it do this
1.Right click > New > Sring Value
2.Name it GameDB
3.Double click it and put this in it "DRIVER={SQL Server};Your SQL Server Name;UID=sa;PWD=YourSQLSERVERPWD;DATABASE=RohanGam e" (Place without the ")
4. Save it
5.Make a new String Value and name it LoginDB
6.Put this in it "DRIVER={SQL Server};Your SQL Server Name;UID=sa;PWD=YourSQLSERVERPWD;DATABASE=RohanUse r" (Place withou the ")
Hope it helps if not add me on skype il help you via teamview
(my skype id robert.sexy1)
DayZ Registry 12/24/2012 - DayZ - 1 Replies Hey Leute, ich habe mir einen neuen Acc geholt, weil mein altes OA gebannt war, nun ist die Frage, darf ich einfach so mein neues OA starten? Oder muss ich noch irgendwas bezgl. der Registry machen?
[Question] Registry 06/27/2012 - CO2 Programming - 7 Replies Hey ya'll,
So I was just fucking around a little and bped on RegOpenKeyEx where Conquer tries to read account names from: HKEY_LOCAL_MACHINE\SOFTWARE\Tqdigital\Accounts\
Only those keys don't exist? isn't it read from GameSetup.ini anyway?
I came across that because there's a check I noticed that compares the Conquer folder in the registry, I don't know if that's a check I don't want but I disabled it non the less. This is probably old but I just wondered if anyone knew why they try to...