Mooege- The Diablo 3 Emulator - Updated Master Compiles menu

User Tag List

Page 152 of 153 FirstFirst ... 52102148149150151152153 LastLast
Results 2,266 to 2,280 of 2288
  1. #2266
    Kikipaz's Avatar Sergeant Major
    Reputation
    24
    Join Date
    May 2012
    Posts
    142
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My friends love this

    Mooege- The Diablo 3 Emulator - Updated Master Compiles
  2. #2267
    Najar's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)



    I got this. What does this errors mean ????

  3. #2268
    mldk's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Installed everything correctly according to the guide and still:


  4. #2269
    danielrsantana's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    My Solution

    Hello guys.

    For those with problems in the "compiling LibMoonet" part, my simple solution, as I'm a programmer was to comment the compilation by code and do it manually.

    In order to do that:

    1) Open the MadCow2011 solution;
    2) Find and open the file Compile.cs located in MadCow Project\MadCowClasses
    3) Search for the CompileLibMooNet method and change it for (in bold what I've changed):

    private static bool CompileLibMooNet(string libmoonetPath)
    {
    Console.WriteLine("Compiling LibMoonet...");
    if (File.Exists(Program.madcowINI))
    {
    IConfigSource source = new IniConfigSource(Program.madcowINI);
    String Src = source.Configs["Balloons"].Get("ShowBalloons");
    if (Src.Contains("1")) { Form1.GlobalAccess.MadCowTrayIcon.ShowBalloonTip(1000, "MadCow", "Compiling LibMoonet...", ToolTipIcon.Info); }
    }
    //var libmoonetProject = new Project(libmoonetPath);
    //return libmoonetProject.Build(new Microsoft.Build.Logging.FileLogger());
    return true;

    }

    4) As the problem will happen also for the method CompileMooege, do the same for this next method:

    private static bool CompileMooege(string mooegePath, bool LibMooNetStatus)
    {
    if (LibMooNetStatus)
    {
    Console.WriteLine("Compiling Mooege...");
    if (File.Exists(Program.madcowINI))
    {
    IConfigSource source = new IniConfigSource(Program.madcowINI);
    String Src = source.Configs["Balloons"].Get("ShowBalloons");
    if (Src.Contains("1")) { Form1.GlobalAccess.MadCowTrayIcon.ShowBalloonTip(1000, "MadCow", "Compiling Mooege......", ToolTipIcon.Info); }
    }
    //var mooegeProject = new Project(mooegePath);
    //return mooegeProject.Build(new Microsoft.Build.Logging.FileLogger());
    return true;

    }
    return false;
    }

    5) Now, open the both projects and compile by hand:

    ==> \Diablo III Emulator SERVER-MADCOW\bin\MadCowDebug\Repositories\mooege-mooege-5022822\src\LibMooNet\LibMooNet.csproj
    ==> \Diablo III Emulator SERVER-MADCOW\bin\MadCowDebug\Repositories\mooege-mooege-5022822\src\Mooege\Mooege-VS2010.csproj

    TO COMPILE: Open each project, in the menu, click in BUILD and latter in REBUILD SOLUTION. If Visual Studio .Net ask for you to save the solution file, save anywhere and proceed.

    Now I'm stucked in some error 3003, probably because my hosts file is not well configured.

    Also, probably there is a easy way to solve that problem. As I did no find it, I did it by hand. But I can garantee that I did not changed anything important from the original code. I just
    have changed the compilation from automatic to manual because of something I was not in the mood of search for.

    After doing that, the server has started. Also, another thing I noticed is the config.ini file missing in the "Repositories\mooege-mooege-5022822\src\Mooege\bin\Debug" folder.

    Hope it helps.

    namasté!

    Originally Posted by bsmith69 View Post
    I have done that multiple times and it does the same exact thing. I resigned myself to trying to use mad cow and after i validate repository and start to udpdate I get this error in the right screen eventually:
    Compiling LibMoonet...
    [Fatal] Failed to compile.
    [Process Complete!]

    So I go to click play diablo 3 and i select mooege-mooege nothing happens and i get click the button below it cause it is greyed out.

    I then reinstalled my .net framework multiple times, clearing registry entries and everything. Re downloaded and compiled mooege multiple times but I get the exact same error every time.

    I'm running x64 win 7, is there some sort of compatibility issue? I have been trying everything for at least 10 hours off and on the past 2 days about to throw my computer out the window!

  5. #2270
    paff's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Mar 2011
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where i can find open source server for D3 but not beta i need it for final D3
    Last edited by paff; 08-08-2012 at 10:14 PM.

  6. #2271
    shedo's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    why mooege site and their wiki are down?

  7. #2272
    4652's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    Hey Guys Could Anyone help me , i’ve done everything like asked, and when i run the mooge.exe ,it starts to found the archives and apply the patches ,but i little time later it stops when
    shows reading assets from mpq data , it shows a red message saying about the requested file has been deleted from the archive and can’t be open. I Really i want to play this game , If You Could Help Me , Thanks !!

  8. #2273
    Psychose's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What i need to doo with the demon hunter for give me my weapon when i start a new game ???

  9. #2274
    Malfunctions's Avatar Banned
    Reputation
    9
    Join Date
    Oct 2012
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cant believe this works as much as it does well done

  10. #2275
    riceydevicey's Avatar Banned
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well it was diablogod and dtard. But they stopped showing up and id learned enough to help everyone else with their general problems and i managed to figure out most others. Then eluzai joined me in helping people lol. And now youve joined us, granted uve been here since start off and on lol.

  11. #2276
    ThomBB's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, it gave me some good time.

  12. #2277
    Venax's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Links dow?

  13. #2278
    cat82's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    I have a problem with the version 10057.
    all is ok to authentification Service and after, I am just waiting.

    <!--
    [Trace] [Program]: Item database loaded with a total of 1835 item definitions.
    [ Info] [Program]: Loading achievements database..
    [ Info] [AchievementManager]: Achievement file loaded from disk.
    [Trace] [Program]: Achievement file parsed with a total of 491 achievements and 2493 criteri
    [ Info] [Program]: Type '!commands' for a list of available commands.
    [ Info] [GameServer]: Game-Server is listening on 0.0.0.0:1999...
    [ Info] [MooNetServer]: MooNet-Server is listening on 0.0.0.0:1119...
    [Trace] [MooNetServer]: MooNet-Client connected: 192.168.1.15:63554
    [Trace] [ConnectionService]: Connect()
    [Trace] [ConnectionService]: Bind(): { Client: ?? }
    [Trace] [ConnectionService]: [export] Hash: 0xB732DB32 Id: 0x10 Service: ChannelService
    [Trace] [ConnectionService]: [export] Hash: 0xFA0796FF Id: 0x0B Service: PresenceService
    [Trace] [ConnectionService]: [import] Hash: 0xBF8C8094 Id: 0x01
    [Trace] [ConnectionService]: Bind(): { Client: ?? }
    [Trace] [ConnectionService]: [export] Hash: 0x0DECFC01 Id: 0x01 Service: AuthenticationServi
    [Trace] [ConnectionService]: [import] Hash: 0x71240E35 Id: 0x02
    [Trace] [ConnectionService]: Bind(): { Client: ?? }
    [Trace] [ConnectionService]: [export] Hash: 0x43487D3D Id: 0x20 Service: AchievementService
    [Trace] [ConnectionService]: [import] Hash: 0xD4DCD093 Id: 0x03
    [Trace] [ConnectionService]: Bind(): { Client: ?? }
    [Trace] [ConnectionService]: [export] Hash: 0xDBBF6F19 Id: 0x63 Service: ReportService
    [Trace] [ConnectionService]: [import] Hash: 0xBBDA171F Id: 0x04
    [Trace] [ConnectionService]: Bind(): { Client: ?? }
    [Trace] [ConnectionService]: [export] Hash: 0x7CAF61C9 Id: 0x64 Service: N/A
    [Trace] [AuthenticationService]: LogonRequest(): Email=tom@
    [Trace] [VersionChecker]: Client Info: user: tom@ program: D3 platform: Win locale: enGB ve
    [Trace] [MooNetClient]: [RPC: { Client: ?? }] Method: Void <InitAuthentication>b__0() Target
    [Trace] [AuthenticationService]: ModuleNotify(): Module: Thumbprint ModuleId: 0 Result: 1440
    [Trace] [MooNetClient]: [RPC: { Client: ?? }] Method: Void <ModuleNotify>b__d() Target: N/A
    [Trace] [AuthenticationService]: ModuleNotify(): Module: Password ModuleId: 0 Result: 14404

    -->

    I can help please ?
    Last edited by cat82; 02-06-2013 at 07:54 AM.

  14. #2279
    prrovoss's Avatar Contributor
    Reputation
    152
    Join Date
    Jan 2013
    Posts
    420
    Thanks G/R
    23/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what gameversion is this emulator running atm?

  15. #2280
    paladinfordeath's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh man thank thank and thanks to your gooooooooooooooooooooooooood work !! hehe

Similar Threads

  1. Mooege- The Diablo 3 Emulator - TP world ID'S
    By thedude2626 in forum Diablo 3 Emulator Servers
    Replies: 2
    Last Post: 03-24-2025, 01:36 PM
  2. Diablo 3 Emulator - Access the game! (9/23/2011)
    By Xel in forum Diablo 3 Emulator Servers
    Replies: 246
    Last Post: 06-24-2012, 10:24 PM
  3. D3Sharp - The Diablo 3 Emulator - Updated Master Compiles
    By eluzai777 in forum Diablo 3 Emulator Servers
    Replies: 35
    Last Post: 10-24-2011, 02:40 PM
  4. How to dupe items - With the help of a Game Master ^^
    By Atrotos in forum World of Warcraft Guides
    Replies: 7
    Last Post: 01-04-2008, 06:34 PM
All times are GMT -5. The time now is 06:09 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