User Tools

Site Tools


scrambledgraphics

Scrambled Graphics

There is apparently a bug in Java's attempt at 2D hardware acceleration on certain platforms. It's *very* rare. We've had, probably, 3 or 4 users report it in 6 years of business. But if you're getting a screen that looks something like the one below, then try the solution here.

www.ecmtuning.com_images_forums_dsmgfx.jpg

Solution (DSMLink V2)

Edit the DSMLink short cut so that the Target line looks like this:

"C:\Program Files\DSMLink\dsmlink.exe" -J-Dsun.java2d.noddraw=true

To get there, right click on the DSMLink icon on the desktop and then select Properties.

You'll also want to modify the Windows file associations (File Types) entry to do the same. In Windows XP, start Windows Explorer, click Tools→Folder Options. Select the File Types tab and scroll down and select the DAT DSMLink datalog entry. Click the Advanced button, then click Edit… to edit the command line for the “open” function. Change the command line to:

"C:\Program Files\DSMLink\dsmlink.exe" "%1" -J-Dsun.java2d.noddraw=true

and click OK.

Solution (ECMLink V3)

Edit the ECMLink short cut so that the Target line looks like this:

"C:\Program Files\ECMLink\ecmlink.exe" -J-Dsun.java2d.noddraw=true

To get there, right click on the ECMLink icon on the desktop and then select Properties.

You'll also want to modify the Windows file associations (File Types) entry to do the same. In Windows XP, start Windows Explorer, click Tools→Folder Options. Select the File Types tab and scroll down and select the ELG ECMLink datalog entry. Click the Restore button if present, click the Advanced button, then click Edit… to edit the command line for the “open” function. Change the command line to:

"C:\Program Files\ECMLink\ecmlink.exe" "%1" -J-Dsun.java2d.noddraw=true

and click OK. Do the same for the ECM and EDA file types.

scrambledgraphics.txt · Last modified: 2024/03/15 11:16 (external edit)