opengl1 image doesn’t display

Hi. On a opengl2 computer everything works fine, but when I run the program on a opengl1 computer the images aren’t displayed. The backgroundimage is displayed, but not the [java]<image>[/java] in my xml and the images for the standard buttons,textfield pointer and the dropdown. What can I do about this?

Can you provide the output log from the opengl1 computer?

It doesn’t give an error in the output log. Here are some samples of the system output of nifty data:



the image

[xml]<image> [element] (height => 200px, filename => Textures/instructions.jpg, valign => center, width => 200px, align => center, id => image)[/xml]



the dropdown:

[xml]<panel> [element] (style => nifty-drop-down, name => dropDown, id => dropDown1, controller => de.lessvoid.nifty.controls.dropdown.DropDownControl, inputMapping => de.lessvoid.nifty.controls.dropdown.DropDownControlInputMapping, focusable => true {nifty-drop-down#panel}, visibleToMouse => true {nifty-drop-down#panel}, childLayout => horizontal {nifty-drop-down#panel}, height => 28px)

<interact> (onClick => dropDownClicked())

<effects> ()

<onHover> (color => #822f, name => border, post => true)

<hover> ()

children elements: 2

<panel> [element] (backgroundColor => #666f {nifty-drop-down#panel-text}, childClip => true {nifty-drop-down#panel-text}, style => #panel-text, width => * {nifty-drop-down#panel-text}, childLayout => center {nifty-drop-down#panel-text}, visibleToMouse => true {nifty-drop-down#panel-text}, padding => 0px,2px {nifty-drop-down#panel-text})

<interact> ()

<effects> ()

<onFocus> (inset => 1px, color => #800f, name => colorBar, post => true)

<onActive> (inset => 1px, color => #222f, name => border, post => true)

<onEnabled> (name => renderQuad, post => true, length => 150, endColor => #2220, startColor => #2228)

<onDisabled> (name => renderQuad, post => true, length => 150, endColor => #2228, startColor => #2220)

children elements: 1

<text> [element] (style => #text, id => dropDown1#text, textHAlign => left {nifty-drop-down#text}, font => aurulent-sans-16.fnt {base-font}, color => #000f {nifty-drop-down#text}, align => left {nifty-drop-down#text}, selectionColor => #f00f {nifty-drop-down#text}, valign => center {nifty-drop-down#text}, visibleToMouse => false {nifty-drop-down#text}, height => 23px {nifty-drop-down#text}, text => )

<interact> ()

<effects> ()

<onFocus> (color => #cccf, name => textColor, post => false)

no children elements

<panel> [element] (style => #panel-icon, childLayout => center {nifty-drop-down#panel-icon})

<interact> ()

<effects> ()

children elements: 1

<image> [element] (height => 23px {nifty-drop-down#icon}, imageMode => sprite:23,23,0 {nifty-drop-down#icon}, filename => scrollbar/scrollbar.png {nifty-drop-down#icon}, style => #icon, width => 23px {nifty-drop-down#icon}, visibleToMouse => true {nifty-drop-down#icon})

<interact> ()

<effects> ()

<onClick> (targetElement => #parent, name => focus)

<onClick> (imageMode => sprite:23,23,2, filename => scrollbar/scrollbar.png, name => imageOverlay, post => true)

<onFocus> (imageMode => sprite:23,23,1, filename => scrollbar/scrollbar.png, name => imageOverlay, post => true)

<onEnabled> (name => renderQuad, post => true, length => 150, endColor => #2220, startColor => #2228)

<onDisabled> (name => renderQuad, post => true, length => 150, endColor => #2228, startColor => #2220)

no children elements

[/xml]



the textfield



attributes> (filename => console_cursor_empty.png)

()

(filename => console_cursor.png, name => imageOverlayPulsate, post => true, timeType => infinite, pulsateType => rectangle, period => 250)

The log contains system information and warnings which can be useful in finding what causes the issue