No server list in my MU. Help!

Results 1 to 9 of 9
  1. #1
    Apprentice RedAngelMU is offline
    MemberRank
    Jan 2012 Join Date
    23Posts

    sad No server list in my MU. Help!

    Okay, so I used this tutorial, and downloads here. I did everything, but when I start the MUserver startup, GSDBSet ODBS Connect fail comes up. Then, when I double click my main.exe, after the loading, there is no server list. What should I do? Help! I've been working on this for days.
    P.S.
    I tried registering the 32bit and the 64bit odbc's.
    I registered the 32bit then tried, GSDBSet ODBS Connect fail comes up.
    When I tried the 64 bit, GSDBSet ODBS Connect fail comes up again.
    What should I do?
    Last edited by RedAngelMU; 07-01-12 at 03:18 PM. Reason: added something


  2. #2
    Proficient Member ObsCureParty is offline
    MemberRank
    Jul 2011 Join Date
    157Posts

    Re: No server list in my MU. Help!

    Quote Originally Posted by RedAngelMU View Post
    Okay, so I used this tutorial, and downloads here. I did everything, but when I start the MUserver startup, GSDBSet ODBS Connect fail comes up. Then, when I double click my main.exe, after the loading, there is no server list. What should I do? Help! I've been working on this for days.
    P.S.
    I tried registering the 32bit and the 64bit odbc's.
    I registered the 32bit then tried, GSDBSet ODBS Connect fail comes up.
    When I tried the 64 bit, GSDBSet ODBS Connect fail comes up again.
    What should I do?
    so u are using windows xp?

    try to start "run" mode (Start-> run : in search ) and type :
    Code:
    %SystemRoot%\SysWow64\odbcad32.exe
    and click ok
    and add manually odbc in DNS System window .

  3. #3
    Apprentice RedAngelMU is offline
    MemberRank
    Jan 2012 Join Date
    23Posts

    Re: No server list in my MU. Help!

    Quote Originally Posted by ObsCureParty View Post
    so u are using windows xp?

    try to start "run" mode (Start-> run : in search ) and type :
    Code:
    %SystemRoot%\SysWow64\odbcad32.exe
    and click ok
    and add manually odbc in DNS System window .
    What do you mean by add manually odbc in dns window? Oh and, I have 32bit pc. Yes, it is windows exp.

  4. #4
    Am i? ScriptKid is offline
    MemberRank
    Oct 2006 Join Date
    $Location="??";Location
    1,810Posts

    Re: No server list in my MU. Help!

    use a 32BIT ODBC then

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LOGIN]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="Administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnline]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="Administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnlineJoinDB]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="Administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\USELOG]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="Administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\RMDB_CONNECTLOG]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\PC_MUONLINE]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\AccountDB]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\WPaymentDB]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
    "LOGIN"="SQL Server"
    "MuOnline"="SQL Server"
    "MuOnlineJoinDB"="SQL Server"
    "USELOG"="SQL Server"
    "RMDB_CONNECTLOG"="SQL Server"
    "PC_MUONLINE"="SQL Server"
    "AccountDB"="SQL Server"
    "WPaymentDB"="SQL Server"

  5. #5
    Apprentice RedAngelMU is offline
    MemberRank
    Jan 2012 Join Date
    23Posts

    smile Re: No server list in my MU. Help!

    Quote Originally Posted by ScriptKid View Post
    use a 32BIT ODBC then

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LOGIN]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="Administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnline]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="Administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\MuOnlineJoinDB]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="Administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\USELOG]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="Administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\RMDB_CONNECTLOG]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\PC_MUONLINE]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\AccountDB]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\WPaymentDB]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="administrator"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
    "LOGIN"="SQL Server"
    "MuOnline"="SQL Server"
    "MuOnlineJoinDB"="SQL Server"
    "USELOG"="SQL Server"
    "RMDB_CONNECTLOG"="SQL Server"
    "PC_MUONLINE"="SQL Server"
    "AccountDB"="SQL Server"
    "WPaymentDB"="SQL Server"
    Tried, thanks!
    Pinoy pala.
    Pasagot naman nitong isa kong prob?
    http://forum.ragezone.com/f193/mu-ac...roblem-808908/

  6. #6
    Account Upgraded | Title Enabled! BARAMOS is offline
    MemberRank
    Sep 2011 Join Date
    IsraelLocation
    248Posts

    Re: No server list in my MU. Help!

    try dont use md5 and maybe will be working :)

  7. #7
    Apprentice RedAngelMU is offline
    MemberRank
    Jan 2012 Join Date
    23Posts

    Re: No server list in my MU. Help!

    Quote Originally Posted by BARAMOS View Post
    try dont use md5 and maybe will be working :)
    What should I use?

  8. #8
    Account Upgraded | Title Enabled! BARAMOS is offline
    MemberRank
    Sep 2011 Join Date
    IsraelLocation
    248Posts

    Re: No server list in my MU. Help!

    non md5

  9. #9
    Apprentice RedAngelMU is offline
    MemberRank
    Jan 2012 Join Date
    23Posts

    Re: No server list in my MU. Help!

    Here's the SS of the error in MuMaker.


    And here's the SS for the error in MuEditor.
    I think editors hate me.

    What should I do?



Advertisement