Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Tutorials & Info. > SidlWidl & SIDL Fiddle Tutorials & Info.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 03-05-2004, 07:29 PM   #181
scaevola
A Tundra Mammoth
 
Join Date: Nov 2002
Server: Veeshan
Posts: 64
Interface Author - Click to view interfaces
Send a message via AIM to scaevola
Default

ditto ...need it for my java classes
or 1.4.2 (the newest base)
scaevola is offline   Reply With Quote
Old 03-21-2004, 04:42 PM   #182
mtcompeau
A Fire Beetle
 
Join Date: Oct 2002
Posts: 2
Interface Author - Click to view interfaces
Default editing XML files

I am trying to edit my group window but when I make the changes and save them all graphix dissapear and only the backgroud shows. Am I doing something wrong or is there a bug that causes that?
mtcompeau is offline   Reply With Quote
Old 04-04-2004, 10:43 AM   #183
Ethering
A Fire Beetle
 
Join Date: Apr 2004
Posts: 2
Default FIDDL no workie

Cant even get the program to start. just get java not recognized on command screen.

help
Ethering is offline   Reply With Quote
Old 04-04-2004, 10:44 AM   #184
Ethering
A Fire Beetle
 
Join Date: Apr 2004
Posts: 2
Unhappy no workie stil

Actually, java is not recognized as an internal or an external command
Ethering is offline   Reply With Quote
Old 05-09-2004, 04:02 PM   #185
Vacendik
A Fire Beetle
 
Join Date: Sep 2002
Posts: 3
Default Re: error message

Quote:
Originally posted by Otoole
C:\unzipped\fiddle_0_7_3>java -jar fiddle.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/jdom/JDOMExceptio
n
at com.barbre.fiddle.menus.InterfaceMenu.<init>(InterfaceMenu.java:34)
at com.barbre.fiddle.MainMenu.<init>(MainMenu.java:25)
at com.barbre.fiddle.Fiddle.setupFrame(Fiddle.java:11 7)
at com.barbre.fiddle.Fiddle.init(Fiddle.java:69)
at com.barbre.fiddle.Fiddle.getInstance(Fiddle.java:5 6)
at com.barbre.fiddle.Fiddle.main(Fiddle.java:174)



That's all I get to see, plus the neato opening screen.


Otoole I had the same issue. This is from Ambros site. Worked for me.

Q: I keep getting this error in the DOS window:

Exception in thread "main" java lang.noclasdeffounderr: org/jdom/jdomeexception
at com.barbre.fiddle.menus.interfacemenu.<int>{interfacemenu.java:34)
at com.barbre.fiddle.mainmenu.<int> (mainmenu.java:25
at com.barbre.fiddle.fiddle.setupframe(fiddle.java:15 3)
at com.barbre.fiddle.fiddle.int(fiddle.java:65)
at com.barbre.fiddle.fiddle.getinstance(fiddle.java:5 2)
at com.barbre.fiddle.fiddle.main(fiddle.java:165)

A: You must have the 0.7.* runtime libraries installed in the same directory as Fiddle. Download the runtime files and unzip them into your fiddle directory.

Hope this helps!
Vacendik is offline   Reply With Quote
Old 05-09-2004, 04:16 PM   #186
Vacendik
A Fire Beetle
 
Join Date: Sep 2002
Posts: 3
Default

Quote:
Originally posted by Veirna
i open a UI and i get a huge black window on my right, but no 'visible' UI parts are shown, just properties on the left.

what's up ?


After much "fiddling" I have discovered a few things. First I would advise loading a background image from a screenshot in game. This will rid you of the black box.

In the elements window at the very bottom I found an entry that was in bold. When clicking on this entry and selecting "open screen" I got stuff to appear.

This is as far as I have come, but I hope it helps others!
Vacendik is offline   Reply With Quote
Old 05-20-2004, 01:55 PM   #187
doobyshnauka
A Fire Beetle
 
Join Date: Aug 2002
Posts: 2
Default

Umm, guys. The memory issue is wicked easy to fix..

java -Xmx500000000 -jar fiddle.jar

You just have to add a command line option to increase the default maximum memory size..

Type java -X

Still have occasional error.. Null pointers and the such when I try to save..

Last edited by doobyshnauka : 05-20-2004 at 02:23 PM.
doobyshnauka is offline   Reply With Quote
Old 08-01-2004, 07:30 AM   #188
Ambros
A Tundra Mammoth
 
Join Date: Sep 2002
Posts: 62
Thumbs up Glad to see some interest in this package still

I've set up a forum on my website if you would like to direct questions and issues on SIDL Fiddle there, I would be happy to help if I can.

Also, if anyone has modified the code, let me know and I can incorporate your changes into the version.

www.barbre44.com

--Ambros (former 51 level druid)
Ambros is offline   Reply With Quote
Old 11-30-2004, 09:51 PM   #189
aurbo
A Gray Wolf
 
Join Date: Oct 2003
Posts: 4
Default

Quote:
C:\fiddle_0_7_3>java -jar fiddle.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/jdom/JDOMExceptio
n
at com.barbre.fiddle.menus.InterfaceMenu.<init>(InterfaceMenu.java:34)
at com.barbre.fiddle.MainMenu.<init>(MainMenu.java:25)
at com.barbre.fiddle.Fiddle.setupFrame(Fiddle.java:11 7)
at com.barbre.fiddle.Fiddle.init(Fiddle.java:69)
at com.barbre.fiddle.Fiddle.getInstance(Fiddle.java:5 6)
at com.barbre.fiddle.Fiddle.main(Fiddle.java:174)



I've installed, uninstalled, I have java 1.3 installed,

My system is AMD 2600 /1.5gig ram/120gig HD/128 AGP video

directory structure is as follows

C:\fiddle_0_7_3
C:\fiddle_0_7_3\icons
C:\fiddle_0_7_3\fiddle_libraries
C:\fiddle_0_7_3\jdom <-- was originally named jdom-1.0


fiddles.properties
#
#Tue Nov 30 21:41:50 EST 2004
EQhome=C\:\\Program Files\\EverQuest


I've tried running in 800x600 as well as 1024x768 with the same results.


Any suggestions?

Aurbo
aurbo is offline   Reply With Quote
Old 09-12-2005, 11:16 PM   #190
scaevola
A Tundra Mammoth
 
Join Date: Nov 2002
Server: Veeshan
Posts: 64
Interface Author - Click to view interfaces
Send a message via AIM to scaevola
Default

I just wiped my computer ..and guess what barbie is now?

For Sale in Country Lake Estates !! for sale website ..does anyone have a equi type sheet ( lists whateverything is the "key") and a copy of the SIDL? that they could email me. I could probably host it on my website unless someone else has.
scaevola is offline   Reply With Quote
Old 03-01-2006, 05:58 PM   #191
shadriel
A Tundra Mammoth
 
shadriel's Avatar
 
Join Date: May 2004
Posts: 62
Interface Author - Click to view interfaces
Default better editor? *pleads*

this is a double quote of an earlier posted reply by Perkoset BB on page 7 or 8 of this thread...

Quote:
Originally posted by Ambros
The gauge error is bombing because the GaugeDrawTemplate fill value is missing. If that is the case, it "shouldn't" work in EQ, but they may be letting some stuff by. Let me know.



Double checked all the files and all graphics are in the folder and the UI/window works fine in EQ.


Perk - End of Quote


On page 7 of this thread (i believe) at the very bottom of the page, Perkoset has posted a copy of the error he was recieving in the DoS window. the quote above is the only reply i have been able to find to this problem. its been 3 years since Perk had that problem and i am only just now using this program, I am having the exact same problem. I can find nothing else about it and I can't find any posts anywhere explaining what the problem is or how to fix it. I have checked the SIDL Fiddle website, www.barbre44.com and this error is not listed in his tutorial or his FAQ, also the earlier mentioned forums on his site, are apparently no longer there. I realise this guy abandoned the project some 2-3 years ago. I have not yet attempted SIDL WIDL, as I saw many posts claiming SIDL Fiddle was a better program and that SIDL WIDL does not work well. if anyone knows of another program available that works better than these or is still under construction PLEASE hook me up. if not, well i'd LOVE an answer to what this problem was. Perk apparently did figure it out, but what it was i can't tell =/ I am using java 1.4.2, the program is supposed to work with this version. have not yet tried uninstalling and using an older version, as suggested, for two reasons -

1-SIDL Fiddle is supposed to work with 1.4.2, according to the developers website anyway...

2 - I can't seem to find a way to uninstall Java 1.4.2... /sigh where's the uninstall button when you need it? /cry
shadriel is offline   Reply With Quote
Reply



Thread Tools
Display Modes

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


All times are GMT -5. The time now is 06:01 PM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI