[TUTORIALS FOR BEGINNERS] (Launching, errors...)
Forum rules
Please read the Install Guide before posting in this section.
Sticky threads cover the most common questions. Please review them before posting to avoid duplicate topics and help save time for both players and staff.
Thank you.
Please read the Install Guide before posting in this section.
Sticky threads cover the most common questions. Please review them before posting to avoid duplicate topics and help save time for both players and staff.
Thank you.
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
Literally just copy the RoR launcher, and paste it inside the game folder.
Ads
- MinTillMassacre
- Posts: 4
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
Hi! First of all, just want to say thanks for all the work you guys have put in. It's really impressive what a small team of you guys have done.
So, a few questions/concerns. I downloaded all the parts of the game client and the launcher. I created a second folder named "Warhammer Online" to extract them into and started the process. During this process it said that the first part of the download (Age_of_Reckoning_game_client I believe?) and client.z07 were corrupted. I redownloaded and replaced them with the new ones and got the same error.
Despite that, I went ahead and still tried to run the game. I did check these forums first and made sure the read-only was unchecked and ran the client as an administrator and also made sure the RoR launcher was in the Warhammer Online folder. This was my error log:
I also received another error that said the file "binkw32.dll" was missing. I have no idea what that means, so I'm hoping you guys can help me out.
Thanks in advance!
So, a few questions/concerns. I downloaded all the parts of the game client and the launcher. I created a second folder named "Warhammer Online" to extract them into and started the process. During this process it said that the first part of the download (Age_of_Reckoning_game_client I believe?) and client.z07 were corrupted. I redownloaded and replaced them with the new ones and got the same error.
Despite that, I went ahead and still tried to run the game. I did check these forums first and made sure the read-only was unchecked and ran the client as an administrator and also made sure the RoR launcher was in the Warhammer Online folder. This was my error log:
Spoiler:
Thanks in advance!
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
The first error means your game folder is write protected. Follow advices to make it unlocked.
- MinTillMassacre
- Posts: 4
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
I reinstalled the game using the torrent download and did followed all the tips with the read-only and all...Yaliskah wrote:The first error means your game folder is write protected. Follow advices to make it unlocked.
..and it works! Thanks a ton!
-
- Posts: 2
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
Im getting the error code "Your launcher is out of date due to your ISP problem". What do I need to do to fix this? Any help is greatly appreciated. Thx!
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
Did you download the launcher from the installation guide?
-
- Posts: 4
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
Could not connect to Login server
System.Net.Sockets.SocketException (0x80004005): Een verbindingspoging is mislukt omdat de verbonden party niet correct heeft geantwoord na een bepaalde tijd, of de gemaakte verbinding is mislukt omdat de verbonden host niet heeft geantwoord 178.32.58.46:8000
at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
at System.Net.Sockets.Socket.Connect(String host, Int32 port)
at RoRLauncher.Client.Connect()
System.Net.Sockets.SocketException (0x80004005): Een verbindingspoging is mislukt omdat de verbonden party niet correct heeft geantwoord na een bepaalde tijd, of de gemaakte verbinding is mislukt omdat de verbonden host niet heeft geantwoord 178.32.58.46:8000
at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
at System.Net.Sockets.Socket.Connect(String host, Int32 port)
at RoRLauncher.Client.Connect()
-
- Posts: 1
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
Hi I am getting this error,
Data.myp:
System.InvalidOperationException: Category does not exist.
at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
at System.Diagnostics.PerformanceCounter.InitializeImpl()
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
at MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
at RoRLauncher.Client.UpdateWarData()
What is the fix, the game loads but I do not have the option to make a new charter
Data.myp:
System.InvalidOperationException: Category does not exist.
at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
at System.Diagnostics.PerformanceCounter.InitializeImpl()
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
at MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
at RoRLauncher.Client.UpdateWarData()
What is the fix, the game loads but I do not have the option to make a new charter
Ads
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
Same hereZachattack0 wrote:Hi I am getting this error,
Data.myp:
System.InvalidOperationException: Category does not exist.
at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
at System.Diagnostics.PerformanceCounter.InitializeImpl()
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
at MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
at RoRLauncher.Client.UpdateWarData()
What is the fix, the game loads but I do not have the option to make a new charter
Re: [TUTORIALS FOR BEGINNERS] (Launching, errors...)
Skiantos wrote:
Same here
So you've posted about having 2 different problems? Interesting. Anyway...
If you're getting this line of code in your error log:
Code: Select all
at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
at System.Diagnostics.PerformanceCounterLib.get_NameTable()
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
How to manually rebuild performance counters:
1. Go to start, and type in the search box "cmd". Right click cmd, and run as administrator.
2. Type in the command console, "cd c:\windows\system32", and hit enter.
3. Then type "lodctr /r", and hit enter.
3. It will take a few seconds to perform the command.
Performance counters should be rebuilt. Try loading the game, again.
[/color]
Who is online
Users browsing this forum: Bing [Bot] and 2 guests