Wow Version 4.0.6 (13623) menu

Shout-Out

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 82
  1. #61
    mancent's Avatar Member
    Reputation
    13
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the patcher.exe is located in the repack should be located here
    C:/World of Warcraft/patcher.exe

    this should be placed in your wow folder and you should click it once to patch your wow.exe and click it again to unpatch if you play retail.

    Wow Version 4.0.6 (13623)
  2. #62
    mancent's Avatar Member
    Reputation
    13
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I do not really have time to explain the repack but i found some problems with the client why it you guys get bad internet connection a lot.

    ya some times it can not pull the data back to the client from the web.
    The config.xml file gathers the personal data from that user and reads it to your client.. thats the only file that needs the web.

    And my host provider has problems some times.. I have mysql connection problems but i been fixing it.

    I kept all the connection open for every user. I have been added the close statement so it gathers the data then close and reopens when its in need..

    Its a fun project to work on and i thank you all who uses it and tested it out I hope you like it.

    I also added a comment posting section so you can ask questions or post a thought. been fixing the uploads and other stuff..
    I would have never seen these problems if it wasn't for you guys,, so I thank you all.

    in the core ill add some code to check if connection is good if good continue, if not or else continue with out feed..

    ---------- Post added at 02:50 PM ---------- Previous post was at 02:44 PM ----------

    I also learned something about the emu why the trade dose not work.. and other things. Blizzard has encrypted a stream and has another stream unecrypted. and 4.0.6 uses 2 streams one old and one new, the new stream is the problem this is why we need to patch our client.
    So this is why the NPC are unknown and trade and other issuse do not work.
    But what dose work on this repack and dose not work on other repacks is spirit healers guilds partitions barber shops and much more, I have fixed a shit load of crap.

  3. #63
    11a21b31c's Avatar Private
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does this work???

  4. #64
    mancent's Avatar Member
    Reputation
    13
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well does it work for you?
    2.7 will be released tonight..

  5. #65
    mancent's Avatar Member
    Reputation
    13
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i'm done for a while getting burned out.

  6. #66
    mancent's Avatar Member
    Reputation
    13
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IF you guys cant see to get past the bad internet connection here is all the fixes

    http://wow.wiistream.net/news.swf

    known issuses with 2.7 upgrade.. it trys to install in a new folder
    C:/World of Warcraft Repack Update 2.7

    this is wrong and needs to be changed to
    C:/World of Warcraft

    My bad..

  7. #67
    mancent's Avatar Member
    Reputation
    13
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IF you guys cant see to get past the bad internet connection here is all the fixes

    http://wow.wiistream.net/news.swf

    known issuses with 2.7 upgrade.. it trys to install in a new folder
    C:/World of Warcraft Repack Update 2.7

    this is wrong and needs to be changed to
    C:/World of Warcraft

    My bad..

    You guys have to set your config.xml file in your website htdocs to your username at wiistream and set your IP and server website name

    Or when you register it will not insert into your database.
    if you don't want it public set the config.xml file to 127.0.0.1

    Code:
    <?xml version="1.0"?>
    
    <config>
    	<your>
    		<username>WiiStream</username>
    		<ip>68.51.109.19</ip>
    		<sitename>Wow.WiiStream.net</sitename>
    	</your>
    </config>

    WiiStream
    is my users name this pulls all my news feed data and background picture and music.

    68.51.109.19
    is my IP and this tells the core to and website to register into my database
    it also tells the user who registers to remember to set realmlist.wtf to 68.51.109.19 to login to the server.

    Wow.WiiStream.net
    is my website and this is a welcome message to the users who register at my site that says welcome to Wow.WiiStream.net

    if you do not change this then when you register you are registering at my server not your own.. and you can not login to your own. but you can login at mine...

  8. #68
    thiefxxx3's Avatar Private
    Reputation
    1
    Join Date
    Nov 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    everything loads up find but when it seems ready i click the enter button adn nothing happens? Is this one of the bugs that are fixed in 2.8?

  9. #69
    mancent's Avatar Member
    Reputation
    13
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    start the core.exe file up then go to this website address

    http://127.0.0.1

    see if your httpd.exe is loaded from task manager also.. if your httpd.exe is not loaded or if you have something on port 80 the core.exe can not read the config.xml located at http://127.0.0.1

    and if it cant read that data then it will not load.. The problem is on your side.

  10. #70
    ClericSA's Avatar Private
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI Mancent

    so just wana say great work on everything. i have to problems i sit with. hoping you can maybe clear it up for me. i have patched to version 2.7. The first one is a side by side error i get when running the worldserver.exe or when the core.exe tries to start it up

    The application has failed to start bcos its side by side configuration is incorrect.

    Activation context generation failed for "C:\World of Warcraft\Core\server\realms\4.0.6\server1\worldserver.exe". Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e1 8e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.


    now i guessing its bcos i have a 64bit win 7 OS. if its not that could it be bcos i have VB 2010 loaded on my machine and its not finding the right DLL.

    the other problem i have is when i run core.exe it starts up except for the error on top and i get a welcome to WIIstrem with a enter button. but when i click it nothing happens. am i meant to get a WIIstream account? or should a consle just open up?

    any help on my issues will be greatly appreciated

    regards

    Cleric

  11. #71
    fleischi93's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2008
    Posts
    231
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol I tried so many things, just keep getting the Bad Internet Connection Error.
    I think it won't work on my Win7 (x64) so I'll give up ^-^
    Or as blizzard would put it, "users having fun in our game which is in direct conflict with our goals"
    I <3 MMOwned.com

  12. #72
    mancent's Avatar Member
    Reputation
    13
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ClericSA View Post
    HI Mancent

    so just wana say great work on everything. i have to problems i sit with. hoping you can maybe clear it up for me. i have patched to version 2.7. The first one is a side by side error i get when running the worldserver.exe or when the core.exe tries to start it up

    The application has failed to start bcos its side by side configuration is incorrect.

    Activation context generation failed for "C:\World of Warcraft\Core\server\realms\4.0.6\server1\worldserver.exe". Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e1 8e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.


    now i guessing its bcos i have a 64bit win 7 OS. if its not that could it be bcos i have VB 2010 loaded on my machine and its not finding the right DLL.

    the other problem i have is when i run core.exe it starts up except for the error on top and i get a welcome to WIIstrem with a enter button. but when i click it nothing happens. am i meant to get a WIIstream account? or should a consle just open up?

    any help on my issues will be greatly appreciated

    regards

    Cleric

    its because you do not have microsoft c++ installed on your computer thats why you go the side by side error.

    Visual C++ 2008 Express Edition
    Download Visual C++ 2008 Express Edition

    Microsoft Express Downloads - Visual Studio Express and SQL Server Express

    Im really sorry guys today was a bad day for wiistream.. my host provided really messed up things for my project..

    I will be making a fix for the repack. I am moving my host to a more stable service my host provider is just to unstable.

    Again im really sorry but right now the repack will not work with the core.exe.

    How ever you can still start your server up Manuel

    C:/World Of Warcraft/Core/dbon.exe

    C:/World Of Warcraft/Core/server/logon/authserver.exe

    C:/World Of Warcraft/Core/server/realms/4.0.6/server1/worldserver.exe

    This is all you need to run the server.. you can login with the username administrator password administrator.

    there are some good websites on here you can use to make other accounts..
    I would not use wiistream for the time.. its really messed up right now. like I said Im moving to a new host.

    ---------- Post added at 10:59 PM ---------- Previous post was at 10:58 PM ----------

    Originally Posted by fleischi93 View Post
    Lol I tried so many things, just keep getting the Bad Internet Connection Error.
    I think it won't work on my Win7 (x64) so I'll give up ^-^

    How ever you can still start your server up Manuel

    C:/World Of Warcraft/Core/dbon.exe

    C:/World Of Warcraft/Core/server/logon/authserver.exe

    C:/World Of Warcraft/Core/server/realms/4.0.6/server1/worldserver.exe

  13. #73
    ClericSA's Avatar Private
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI Mancent

    thanks for the help. i had VC 2010 loaded and after i installed 2008 it work. thx a mil.

    hope to hear from you soon about your ISP move.

    can i maybe ask you a huge favour. can you maybe make that DBon appl open a window just saying if you DB is running or not.

    other thing is how do i add more accounts to my DB. the account create command is not working. none of the admin commands work

    regards ClericSA
    Last edited by ClericSA; 04-21-2011 at 05:33 AM.

  14. #74
    fleischi93's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2008
    Posts
    231
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried to start it manually, but when I try to start the authserver.exe, there is an error message:

    "C:\World Of Warcraft\Core\server\logon\authserver.exe
    The application has failed to start because it's side-by-side configuration is incorrect. Please
    see the application event log or use the command line sxstrace.exe tool for more detail."

    EDIT: I can now start the Core.exe without bad Internet connection, but when I start WoW there comes the message "Login server not active"
    And when I try to start the servers manually there's the error message I described here.
    I ticked Logon Manager and World Manager in the core.exe
    Last edited by fleischi93; 04-21-2011 at 08:47 AM.
    Or as blizzard would put it, "users having fun in our game which is in direct conflict with our goals"
    I <3 MMOwned.com

  15. #75
    ClericSA's Avatar Private
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI Feischi93

    maybe i can help. i dont use the core.exe file.

    here is a set by step how i do it.

    i start with the DBon button in your core directory. this will start your sql database (Account, char, and world) you should see a sqld.exe in your task manager (if you have a sqlDB installed make sure that is it off before you start. IE no sqld.exe should be found in your taskmanager)
    then i start authserver.exe file found in C:\World of Warcraft\Core\server\logon. (if you get the side by side eorr load Visual basic C++ 2008 express) VC 2010 does not work
    then i start worldserver.exe file found in C:\World of Warcraft\Core\server\realms\4.0.6\server1. (if you get the side by side eorr load VC 2008 express) VC 2010 does not work
    then use SQLyog to connect to your DB. the password is in your worldserver.conf file. C:\World of Warcraft\Core\server\realms\4.0.6\server1\
    once you connect go to the accounts DB and select your table realmlist and change it to the IP of your hosting machine.(if you playing on the machine you running the server on then skip this step.)
    there after make sure your realmlist is set in your game. if its on the host machine the set it to 127.0.0.1
    you then you should be A for away
    if you know a bit about webpages then you can use the webon.exe it starts a web page that you will use to add extra accounts if needed later.

    ---------- Post added at 04:33 PM ---------- Previous post was at 04:28 PM ----------

    Hi mancent

    i got your webpage working now and i see it writes into the DB to create a game account but your web page what DB does it use to keep its in info. as if i delete info from the account DB it still see's it on my webpage. i also see the .account GM commands dont work but all the others do. so how do the players chnage there passwords? and how do i .learn spells.

    any help will be great.

    ClericSA
    Last edited by ClericSA; 04-21-2011 at 09:36 AM.

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Question] WoW Versions
    By Nueronious in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 06-09-2008, 06:02 PM
  2. 2 WoW versions?
    By thijsd in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 02-16-2008, 11:56 AM
  3. [EMU]Remove Item Cooldown WoW version 2.3
    By TheCrusher in forum WoW EMU Programs
    Replies: 34
    Last Post: 01-15-2008, 02:13 PM
  4. How can i degrade my wow version ?
    By durham222000 in forum World of Warcraft General
    Replies: 3
    Last Post: 06-10-2007, 08:44 PM
  5. Badger Badger Badger (WoW version)
    By LiquidShizzles in forum World of Warcraft General
    Replies: 3
    Last Post: 12-13-2006, 07:08 AM
All times are GMT -5. The time now is 12:34 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search