Home Forum Downloads My Favorites Register FAQ

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

Reply
 
Thread Tools Display Modes
Old 02-21-2003, 11:35 PM   #121
Ambros
A Tundra Mammoth
 
Join Date: Sep 2002
Posts: 62
Default

Did you try putting -debug in the run.bat file?

There is nothing showing up in the DOS window?
Ambros is offline   Reply With Quote
Old 02-22-2003, 01:47 AM   #122
Brynth
A Fire Beetle
 
Join Date: Feb 2003
Server: Erollisi Marr
Posts: 3
Default ahhhh

Ok I am seriously XML stupid! I drew a pic for my spell book, and have absolutely NO idea how to make my new spell book LOL. I know you all probably think's Im really dumb, but I've read, and re-read all the XML info, tutorials, ect...and still do not understand it. Can anyone just please explain to me how to get the picture I made for the spell book to work? I would really like the help. I downloaded the XML editor, and it's hard for me to understand...*sniffle* I feel dumb as all hell. Any info would really help loads. I just wanna see my pic in my spell book Lmao.

Brynth
Brynth is offline   Reply With Quote
Old 02-22-2003, 03:46 PM   #123
shdwlkr
A Treant
 
Join Date: Dec 2002
Server: Luclin
Posts: 21
Send a message via AIM to shdwlkr
Default

I ran the debug, and at the end got the splash screen and:
exception in thread "main" java.lang.noclassdeffounderror. org/jdom/jdomexception
6 more lines of text, and then nothing else happened.

Then I tried running it after removing the debug code but leaving the fiddle.properties file. I got the above exception line and 6 more lines of text, the splash screen, and then nothing.
shdwlkr is offline   Reply With Quote
Old 02-22-2003, 07:26 PM   #124
Ambros
A Tundra Mammoth
 
Join Date: Sep 2002
Posts: 62
Default

JDOM is in the required libraries zip file. Download that and unzip it into the same directory you unzipped Fiddle and it should work.
Ambros is offline   Reply With Quote
Old 02-23-2003, 12:24 AM   #125
shdwlkr
A Treant
 
Join Date: Dec 2002
Server: Luclin
Posts: 21
Send a message via AIM to shdwlkr
Cool

Up and running. Thanks very much!
shdwlkr is offline   Reply With Quote
Old 02-23-2003, 07:16 AM   #126
Bendalf
A Gray Wolf
 
Join Date: Jan 2003
Posts: 4
Default

Heh sorry i dont get it =\
Where i put "-debug"?
Bendalf is offline   Reply With Quote
Old 02-23-2003, 11:19 AM   #127
Ambros
A Tundra Mammoth
 
Join Date: Sep 2002
Posts: 62
Default

java -jar fiddle.jar -debug
Ambros is offline   Reply With Quote
Old 02-23-2003, 07:55 PM   #128
Ambros
A Tundra Mammoth
 
Join Date: Sep 2002
Posts: 62
Angry 2 Things

1. If you use Amazon.com beware of "bookwizardus" in the zShop. I ordered a Java book on 2d graphics and they have sucked. I haven't got the book and have received no response from them.

2. Heed the warning when you boot up Fiddle! Backup your files before saving! I recently noticed that there is a bug that I haven't seen anyplace except the bazaarSearchWnd yet. When I modified it and saved it, Fiddle changed the "relativePosition" tag to false! Let me tell you that this sucks when you play the game!

(It is on my list of bugs to fix...if I ever have time).
Ambros is offline   Reply With Quote
Old 02-24-2003, 01:20 PM   #129
Mikalli
A Gray Wolf
 
Join Date: Oct 2002
Posts: 5
Default

I appear to be getting the same error message as Bendalf. Here is what you get with running -debug


C:\t\fiddle>java -jar fiddle.jar -debug
Mon Feb 24 13:20:21 EST 2003 |static |SIDL Fiddle Debug mode
Mon Feb 24 13:20:21 EST 2003 |static |getImage(splash.gif)
Mon Feb 24 13:20:21 EST 2003 |static |icon=null; image=sun.aw
t.windows.WImage@326af3
Mon Feb 24 13:20:21 EST 2003 |static |BufferedImage@2ce908: t
ype = 2 DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=ff000000 Intege
rInterleavedRaster: width = 400 height = 400 #Bands = 4 xOff = 0 yOff = 0 dataOf
fset[0] 0
Mon Feb 24 13:20:22 EST 2003 |static |getImage(icons/BrowseOb
ject.gif)
Mon Feb 24 13:20:22 EST 2003 |static |icon=null; image=sun.aw
t.windows.WImage@c436b
java.lang.IllegalArgumentException: Width (-1) and height (0) must be > 0
at java.awt.image.SampleModel.<init>(Unknown Source)
at java.awt.image.SinglePixelPackedSampleModel.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWr itableRaster(Unknow
n Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at com.barbre.fiddle.io.loaders.ImageLoader.convertTo BufferedImage(Image
Loader.java:139)
at com.barbre.fiddle.io.loaders.ImageLoader.gammaCorr ect(ImageLoader.jav
a:98)
at com.barbre.fiddle.io.loaders.ImageLoader.getImage( ImageLoader.java:46
)
at com.barbre.fiddle.widgets.utility.ImageMediator.ge tImage(ImageMediato
r.java:31)
at com.barbre.fiddle.widgets.utility.IconFactory.load Images(IconFactory.
java:53)
at com.barbre.fiddle.widgets.utility.IconFactory.getI con(IconFactory.jav
a:88)
at com.barbre.fiddle.widgets.utility.IconFactory.getI con(IconFactory.jav
a:84)
at com.barbre.fiddle.FileNavigationManager.getSplitPa nePanel(FileNavigat
ionManager.java:89)
at com.barbre.fiddle.FileNavigationManager.getPanel(F ileNavigationManage
r.java:75)
at com.barbre.fiddle.MainFrame.createWestPane(MainFra me.java:101)
at com.barbre.fiddle.MainFrame.createContentPane(Main Frame.java:83)
at com.barbre.fiddle.MainFrame.<init>(MainFrame.java:39)
at com.barbre.fiddle.Fiddle.setupFrame(Fiddle.java:11 2)
at com.barbre.fiddle.Fiddle.init(Fiddle.java:65)
at com.barbre.fiddle.Fiddle.getInstance(Fiddle.java:5 2)
at com.barbre.fiddle.Fiddle.main(Fiddle.java:165)
Mon Feb 24 13:20:22 EST 2003 |static |null
Exception in thread "main" java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(Unknown Source)
at com.barbre.fiddle.widgets.utility.IconFactory.load Images(IconFactory.
java:53)
at com.barbre.fiddle.widgets.utility.IconFactory.getI con(IconFactory.jav
a:88)
at com.barbre.fiddle.widgets.utility.IconFactory.getI con(IconFactory.jav
a:84)
at com.barbre.fiddle.FileNavigationManager.getSplitPa nePanel(FileNavigat
ionManager.java:89)
at com.barbre.fiddle.FileNavigationManager.getPanel(F ileNavigationManage
r.java:75)
at com.barbre.fiddle.MainFrame.createWestPane(MainFra me.java:101)
at com.barbre.fiddle.MainFrame.createContentPane(Main Frame.java:83)
at com.barbre.fiddle.MainFrame.<init>(MainFrame.java:39)
at com.barbre.fiddle.Fiddle.setupFrame(Fiddle.java:11 2)
at com.barbre.fiddle.Fiddle.init(Fiddle.java:65)
at com.barbre.fiddle.Fiddle.getInstance(Fiddle.java:5 2)
at com.barbre.fiddle.Fiddle.main(Fiddle.java:165)
Mikalli is offline   Reply With Quote
Old 02-24-2003, 06:17 PM   #130
Ambros
A Tundra Mammoth
 
Join Date: Sep 2002
Posts: 62
Default

Can you verify for me that you have a directory called "icons" in your SIDL Fiddle directory? If not, please unzip this again and ensure that you use path names in the unzip.
Ambros is offline   Reply With Quote
Old 02-25-2003, 10:32 AM   #131
Mikalli
A Gray Wolf
 
Join Date: Oct 2002
Posts: 5
Default

Silly me, that was it. Thanks, now off to play with your program
Mikalli is offline   Reply With Quote
Old 02-25-2003, 03:17 PM   #132
Bendalf
A Gray Wolf
 
Join Date: Jan 2003
Posts: 4
Default

Hehe working now, thanks =)
Bendalf is offline   Reply With Quote
Old 02-26-2003, 02:37 AM   #133
relyc dark
A Bat
 
Join Date: Feb 2003
Posts: 1
Default

Ok this is the first time i have ever looked at anything like this. I have done html before but xml is all new to me. as i am wandering trying to find something that might help me lern a little so i can make my own custome skin i come across this thread. I went to the website down loaded the stuff needed got the program up and running no problem. did the bank editorial thingy then went hmm i wana take the hot button box and ad some of the inventory spots to it. ie chest wrist legs pri,sec couple bags yata yata yata. what i am curios to find out is either A. where can i find documintation on how to do this cause i have seen it done before, or B. some one gimme a hint on what to do.

many thanks in advance.

Relyc Dark
Bard of the 61st Song
Drinal
relyc dark is offline   Reply With Quote
Old 02-26-2003, 12:41 PM   #134
Wildaar
A Hill Giant
 
Join Date: Sep 2002
Posts: 38
Interface Author - Click to view interfaces
Default

Can't get past the splash screen.
instaleld 1.31 Java, the libraries are in the fiddle folder. only 2 UI folders. I was able to point to the EQ directory, but the splash screen stays idle after that.

E:\fiddle>java -jar fiddle.jar
Exception in thread "main" java.lang.NullPointerException
at com.barbre.fiddle.io.loaders.UILoader.getFilesFrom EQ
127)
at com.barbre.fiddle.io.loaders.UILoader.loadAllUI(UI Lo
at com.barbre.fiddle.menus.InterfaceMenu.<init>(Interfa
at com.barbre.fiddle.MainMenu.<init>(MainMenu.java:25)
at com.barbre.fiddle.Fiddle.setupFrame(Fiddle.java:11 3)
at com.barbre.fiddle.Fiddle.init(Fiddle.java:65)
at com.barbre.fiddle.Fiddle.getInstance(Fiddle.java:5 2)
at com.barbre.fiddle.Fiddle.main(Fiddle.java:165)
Wildaar is offline   Reply With Quote
Old 02-26-2003, 06:09 PM   #135
estco
A Bat
 
Join Date: Feb 2003
Posts: 1
Default

is there a way to pull items from one screen to another on either 7.2 or 7.1
estco is offline   Reply With Quote
Reply




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 07:40 PM.


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