Thread Tools Display Modes
10-15-10, 01:15 PM   #1
nemesis668
A Murloc Raider
Join Date: Jun 2010
Posts: 4
New NUI relased today crashes game

So the new nui i just downloaded today again, whn i go into game nui is displaying in the background over blizzard standard bars and game crashes after 5 secs, any fix?
 
10-15-10, 01:38 PM   #2
missmoonfire
A Murloc Raider
 
missmoonfire's Avatar
Join Date: Feb 2010
Posts: 8
Can't change loot or leave group

I downloaded the newest one sent today and I can not right click on myself to leave group or anything the right click seems to be broken in nUI.
 
10-15-10, 01:45 PM   #3
roguesirs
A Deviate Faerie Dragon
Join Date: Oct 2010
Posts: 12
same thing happened to me as did to nemesis
 
10-15-10, 01:54 PM   #4
whereswaldo
A Chromatic Dragonspawn
 
whereswaldo's Avatar
Join Date: May 2008
Posts: 167
missmoonfire:


Right click error has been posted in several threads in this forum

Here is a quick fix.

http://www.wowinterface.com/forums/s...8&postcount=12

If you aren't comfortable editing the code, wait for the next development release. It should be fixed by then.
__________________

[SIGPIC][/SIGPIC]
 
10-15-10, 02:05 PM   #5
missmoonfire
A Murloc Raider
 
missmoonfire's Avatar
Join Date: Feb 2010
Posts: 8
I can edit the code if you can tell me how to bring up the code to edit.
 
10-15-10, 02:07 PM   #6
missmoonfire
A Murloc Raider
 
missmoonfire's Avatar
Join Date: Feb 2010
Posts: 8
Never mind figured it out THANK YOU!!!
 
10-15-10, 02:09 PM   #7
whereswaldo
A Chromatic Dragonspawn
 
whereswaldo's Avatar
Join Date: May 2008
Posts: 167
Notepad should do just fine. Just navigate to the file mentioned in the post and open it with Notepad then do a find on "this.".

Edit:

Guess I didn't type fast enough.....lol
__________________

[SIGPIC][/SIGPIC]
 
10-15-10, 02:16 PM   #8
missmoonfire
A Murloc Raider
 
missmoonfire's Avatar
Join Date: Feb 2010
Posts: 8
OMG Your awesome!!!!! I just fixed my own code!
 
10-15-10, 04:40 PM   #9
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Uhoh .. another addon writer in the making

That's how I got started
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
10-15-10, 05:43 PM   #10
whereswaldo
A Chromatic Dragonspawn
 
whereswaldo's Avatar
Join Date: May 2008
Posts: 167
Although I was a programmer in another life, I haven't don't any real coding in ages. I am still pretty good at finding bugs though. Maybe one of these days when I have some quiet time (tough with 5 kids) I can sit down and learn LUA programming. God knows I have the time since I am currently unemployed (not by choice).
__________________

[SIGPIC][/SIGPIC]
 
10-17-10, 07:16 AM   #11
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Xrystal View Post
Uhoh .. another addon writer in the making

That's how I got started
Should I just go ahead and apologize now, or wait until later?

~grin~
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
10-17-10, 07:18 AM   #12
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I actually got started with WoW modding because I was unemployed (14 months straight, not by choice)... I was looking for any way to make some money.

As a matter of interest, Lua is not an acronym (LUA), it's the Porugese word for "moon" -- do not ask me why a programming language was named moon. ~grin~

Anyway... having been where you are... I feel your pain... wishing you luck!

Originally Posted by whereswaldo View Post
Although I was a programmer in another life, I haven't don't any real coding in ages. I am still pretty good at finding bugs though. Maybe one of these days when I have some quiet time (tough with 5 kids) I can sit down and learn LUA programming. God knows I have the time since I am currently unemployed (not by choice).
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
10-17-10, 10:09 PM   #13
Coasty
A Flamescale Wyrmkin
Join Date: Aug 2009
Posts: 116
Originally Posted by whereswaldo View Post
Although I was a programmer in another life, I haven't don't any real coding in ages. I am still pretty good at finding bugs though. Maybe one of these days when I have some quiet time (tough with 5 kids) I can sit down and learn LUA programming. God knows I have the time since I am currently unemployed (not by choice).
I've been thinking about doing this myself, but similar to you I haven't done any programming in 20+ years. I can fix VERY minor errors myself, but that's about it. I'm rusty as hell.

Can somebody tell me where I can go to get docs etc on LUA programming, materials I need etc?

Come to think of it, do any of you addon programmers use UtraEdit for your programming, and have an UltraEdit formatting script setup?
__________________
Paul Stout
nUI User and Contributor
[email protected]

Last edited by Coasty : 10-17-10 at 10:11 PM. Reason: syntax errors
 
10-17-10, 10:50 PM   #14
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
For Lua... see http://www.lua.org
For the WoW API... see http://www.wowwiki.com/Portal:Interface_customization
For an IDE, I use "AddOn Studio for World of Warcraft"
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
10-18-10, 12:00 AM   #15
MidgetMage55
Grinch!
 
MidgetMage55's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,498
Originally Posted by spiel2001 View Post
Should I just go ahead and apologize now, or wait until later?

~grin~
Yes ... yes you should.
__________________

I think Hong Kong Phooey was a ninja AND a pirate. That was just too much awesome. - Yhor
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » New NUI relased today crashes game


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off