problem using "launcher" option

Support and feedback for UniUploader
UniUploader requires microsoft .net runtimes!

problem using "launcher" option

Postby shan_aya » Sat Feb 17, 2007 3:51 pm

hi,
when i used launcher option, wow launcher appear but as it is in windowed mod.....

see upper bar in screen

using UU 2.5 and UA 0.7.5
french wow client

thx
Attachments
launcher.jpg
launcher.jpg (139.62 KiB) Viewed 860 times
Last edited by shan_aya on Sat Feb 17, 2007 10:59 pm, edited 3 times in total.
shan_aya
WR.net Journeyman
WR.net Journeyman
 
Posts: 132
Joined: Fri Aug 11, 2006 12:58 pm

problem using "launcher" option

Postby shan_aya » Thu Mar 01, 2007 12:38 pm

nobodies has same problem ?

no, it's not an hidden up :)
shan_aya
WR.net Journeyman
WR.net Journeyman
 
Posts: 132
Joined: Fri Aug 11, 2006 12:58 pm

problem using "launcher" option

Postby jlaplaca » Thu Mar 01, 2007 3:29 pm

I get the same thing too. It's just an little hotfix for U.U. I will tell the Developer about the problem

Code: Select all
private void LaunchWoW()
      {
         if (retrdatafromsite.Checked && chWtoWOWbeforeWOWLaunch.Checked)
         {
            doWebsiteToWow();
         }

         string InstPath = GetInstallPath();
         if (InstPath != null)
         {
            try
            {
               string Arguments = "";
               if (windowmode.Checked)
               {
                  Arguments += "-windowed ";
               }
               if (OpenGl.Checked)
               {
                  Arguments += "-OpenGL ";
               }

               Arguments += launchWoWargs.Text;

               string exe;
               if (chUseLauncher.Checked)
               {
                  if (File.Exists(InstPath + "\\Launcher.exe"))
                  {
                     exe = InstPath + "\\Launcher.exe";
                  }
                  else
                  {
                     exe = InstPath + "\\WoW.exe";
                  }
               }
               else
               {
                  exe = InstPath + "\\WoW.exe";
               }

               System.Diagnostics.ProcessStartInfo start = new System.Diagnostics.ProcessStartInfo(exe,Arguments);
               //--------------------------->start.WindowStyle = System.Diagnostics.ProcessWindowStyle.Maximized;
               System.Diagnostics.Process.Start(start);

            }
            catch (Exception e)
            {
               DebugLine("LaunchWoW: "+e.Message);
            }
         }
         else
         {
            DebugLine(_WOWNOTFOUND);
         }
      }
Image
User avatar
jlaplaca
WR.net Apprentice
WR.net Apprentice
 
Posts: 18
Joined: Sun Feb 18, 2007 6:03 am
Location: Rocheser,NY

problem using "launcher" option

Postby MattM » Thu Mar 01, 2007 10:12 pm

thank!
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA


Return to UniUploader

Who is online

Users browsing this forum: No registered users and 1 guest

cron