Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » Public Discussion

Reply
 
LinkBack Thread Tools
Old 03/29/08, 5:02 PM   #286
Anedris
King Hippo
 
Troll Priest
 
Steamwheedle Cartel
I have downloaded Rawr b12.1, extracted it, and when I then go and load the application (Rawr.exe) I get the error: "The application failed to initialize properly (0xc0000125). Click on OK to terminate the application." This is all that occurs and I am unable to make the application load.

I skimmed the thread and didn't see this problem mentioned, but computers are not a strong point of mine so I apologize if I've missed something obvious. I tried deleting the three cache files (which changed nothing) and redownloading and reextracting Rawr (also no change). I'm running Windows XP.

Thanks for any help anyone can provide.

Offline
Reply With Quote
Old 03/29/08, 5:03 PM   #287
hypetech
Don Flamenco
 
hypetech's Avatar
 
Draenei Mage
 
Elune
Originally Posted by Kavan View Post
You should be able to open item editor and add it by their item id.
This works, but the program only seems to pull the damage value from the new gems, you have to insert the spell haste manually.

Offline
Reply With Quote
Old 03/29/08, 5:16 PM   #288
Kavan
Bald Bull
 
Gnome Mage
 
Kilrogg
Originally Posted by hypetech View Post
This works, but the program only seems to pull the damage value from the new gems, you have to insert the spell haste manually.
I'll fix this.

Offline
Reply With Quote
Old 03/29/08, 7:10 PM   #289
Astrylian
Rawr
 
Astrylian's Avatar
 
Night Elf Monk
 
Stormrage
Originally Posted by Anedris View Post
I have downloaded Rawr b12.1, extracted it, and when I then go and load the application (Rawr.exe) I get the error: "The application failed to initialize properly (0xc0000125). Click on OK to terminate the application." This is all that occurs and I am unable to make the application load.

I skimmed the thread and didn't see this problem mentioned, but computers are not a strong point of mine so I apologize if I've missed something obvious. I tried deleting the three cache files (which changed nothing) and redownloading and reextracting Rawr (also no change). I'm running Windows XP.

Thanks for any help anyone can provide.
You need to install .NET Framework from Microsoft, which there is a link to in the readme.

Offline
Reply With Quote
Old 03/29/08, 10:51 PM   #290
Vidandric
Glass Joe
 
Night Elf Druid
 
Zul'Jin
Is there an updated Item Cache now that 2.4 is out? Now that the patch is out, when you try to Update the Item Cache it errors out and resets.

Offline
Reply With Quote
Old 03/29/08, 11:04 PM   #291
Astrylian
Rawr
 
Astrylian's Avatar
 
Night Elf Monk
 
Stormrage
b13 will have one.

Offline
Reply With Quote
Old 03/30/08, 4:56 AM   #292
Carlos
Piston Honda
 
Night Elf Druid
 
Eredar (EU)
Hi, is there anything to test for other classes? I already like the Mage for my alt and Moonkin looks good aswell. What about Hunter?

Offline
Reply With Quote
Old 03/30/08, 12:43 PM   #293
taleden
Glass Joe
 
Tauren Druid
 
Spinebreaker
Originally Posted by Ice View Post
I tried Rawr b12.1 on linux with wine, installed Mono for Windows first.

fixme:win:EnumDisplayDevicesW ((null),0,0x61e4d4,0x00000000), stub!

Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.WindowsFormsSynchronizationContext ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.ThemeEngine ---> System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound]
...
I have a similar, but slightly different, crash trying to use Rawr 12.1 (or 11) with wine on linux. Mine is:

fixme:spoolsv:serv_main (0 (nil))
err:service:service_get_status service protocol error - failed to read pipe r = 0  count = 0!
fixme:win:EnumDisplayDevicesW ((null),0,0x61e4f4,0x00000000), stub!

Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.WindowsFormsSynchronizationContext ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.ThemeEngine ---> System.ArgumentException: Style Regular isn't supported by font Microsoft Sans Serif.
  at System.Drawing.Font.CreateFont (System.String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte charSet, Boolean isVertical) 
[0x00000] 
  at System.Drawing.Font..ctor (System.String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte charSet, Boolean isVertical) [0x00
000] 
  at System.Drawing.Font..ctor (System.String familyName, Single emSize, System.String systemName) [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Drawing.Font:.ctor (string,single,string)
  at System.Drawing.SystemFonts.get_DefaultFont () [0x00000] 
  at System.Windows.Forms.Theme..ctor () [0x00000] 
  at System.Windows.Forms.ThemeWin32Classic..ctor () [0x00000] 
  at System.Windows.Forms.ThemeEngine..cctor () [0x00000] --- End of inner exception stack trace ---

  at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined () [0x00000] 
  at System.Windows.Forms.Control..ctor () [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor ()
  at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor () [0x00000] --- End of inner exception stack trace ---

  at System.Windows.Forms.Control..ctor () [0x00000] 
  at System.Windows.Forms.ScrollableControl..ctor () [0x00000] 
  at System.Windows.Forms.ContainerControl..ctor () [0x00000] 
  at System.Windows.Forms.Form..ctor () [0x00000] 
  at Rawr.FormSplash..ctor () [0x00000] 
  at (wrapper remoting-invoke-with-check) Rawr.FormSplash:.ctor ()
  at Rawr.FormMain..ctor () [0x00000] 
  at (wrapper remoting-invoke-with-check) Rawr.FormMain:.ctor ()
  at Rawr.Program.Main () [0x00000]
I've tried downloading a real MS copy of the Microsoft Sans Serif font, and I have it copied in both ~/.wine/drive_c/windows/fonts/ and in /usr/share/wine/fonts/ but to no avail.

So, in my case, it seems like GDI is successfully fetching the sans-serif font, and getting Microsoft Sans Serif, but then that fetched font doesn't have the right properties.

Any ideas?

Or any chance of somebody porting this to a more cross-platform environment? =D

Offline
Reply With Quote
Old 03/30/08, 1:26 PM   #294
Infyrion
Your sound card works perfectly.
 
Human Mage
 
Elune
Originally Posted by Kavan View Post
Originally Posted by hypetech View Post
This works, but the program only seems to pull the damage value from the new gems, you have to insert the spell haste manually.
I'll fix this.
On a possibly related note the program does not seem to pull the spell hit value on [Neltharion's Tear] from wowhead and you must enter it manually. Running an update on all items will revert it back to its non-spell hit state.

Offline
Reply With Quote
Old 03/30/08, 4:18 PM   #295
Kavan
Bald Bull
 
Gnome Mage
 
Kilrogg
Originally Posted by Infyrion View Post
On a possibly related note the program does not seem to pull the spell hit value on [Neltharion's Tear] from wowhead and you must enter it manually. Running an update on all items will revert it back to its non-spell hit state.
I believe that was already fixed for b13.

Offline
Reply With Quote
Old 03/30/08, 6:15 PM   #296
seminarca
Don Flamenco
 
Retired
Tauren Druid
 
No WoW Account
Feature request for Bear model.

Mobs in Sunwell Plateau allegedly have this invisible buff:
Sunwell Radiance - Spells - World of Warcraft

Sunwell Radiance
Instant
The warm radiance of the Sunwell empowers the target, increasing its chance to hit increased by 5% and reducing the enemies' chance to dodge by 20%.

Can you provide a flag somewhere (a checkbox in the "Options" section would be nice) to specify whether it's a Sunwell boss, and if ticked, remove appropriate amounts of avoidance? Thanks!

Offline
Reply With Quote
Old 03/30/08, 8:53 PM   #297
Astrylian
Rawr
 
Astrylian's Avatar
 
Night Elf Monk
 
Stormrage
Already in for b13. It'll be a buff, in the Debuffs section, just like "Dual Wield Mob", there'll be "Sunwell Radiance Mob".

Offline
Reply With Quote
Old 03/31/08, 7:59 PM   #298
Arnath
Piston Honda
 
Undead Warlock
 
Tichondrius
Is there some way to make the "gear comparison" lists let you compare a 2 hander versus a MH/OH combo? In particular as a warlock, it'd be nice to be able to see (for example) Zhar'doom versus Tempest of Chaos/Chronicle of Dark Secrets instead of just having it tell me that the staff should be better than the sword because it's a 2 hander.

Offline
Reply With Quote
Old 03/31/08, 8:27 PM   #299
Astrylian
Rawr
 
Astrylian's Avatar
 
Night Elf Monk
 
Stormrage
I *believe* it'll already do that if you have a MH+OH equipped and are comparing MHs to 2Hs. Going the other way, I think you're right that it doesn't. I'll see about maybe letting you change the OH, but not count it toward anything, when you've got a MH equipped, for a future version (probably not in b13).

Offline
Reply With Quote
Old 04/01/08, 3:15 PM   #300
Fizwidget
Von Kaiser
 
Fizwidget's Avatar
 
Gnome Warlock
 
Medivh
Feature request for rawr.warlock:

Please include the numerical values for ratings; haste, crit and especially hit

Dauntless: "Incapable of being intimidated or discouraged; fearless"

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » Public Discussion

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rawr Retribution Model Endoscient Paladins 666 07/02/10 4:07 AM
Rawr Healadin Model Endoscient Paladins 252 10/08/09 7:45 PM