Some bugs in various programs

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
WiseAllec
Level 2
Level 2
Posts: 12
Joined: Tue Feb 26, 2008 2:00 pm

Some bugs in various programs

Post by WiseAllec »

Hi, first off, I'd like to thank the wine dev team for such a great project, because of which I have switched completely to Linux :D

As for the main subject of this message, I have found some bugs in some programs that I usually use... Here is a list of what I have found so far:

Code: Select all

Bug report:
	Macromedia Dreamweaver 8: 
		Text boxes do not update until mouse is moved

	Macromedia Flash 8:
		Font drop down selection menu repeats font entries more or less 5 times for each font

	Macromedia Freehand MX 11.0.2:
		Tools menu does not appear automatically on start, but is enabled, I have to disable and re enable it to make it appear

	IsoBuster 2.3.1.0:
		When using the sector view function, this is what appears in the window:

			offset 	    data
			 0000  : etc etc etc
			 0920  : etc etc etc
			 0910  : etc etc etc
			   :   :      :
			   :   :      :
			   :   :      :
			   :   :      :
			 0010  : etc etc etc
The version of wine that I am using is 0.9.55, I will report back here after I have installed the latest version of wine, and cross off any bug that has been solved, when it is available for my distro in the repos.
Dan Kegel

Some bugs in various programs

Post by Dan Kegel »

On Sat, Mar 1, 2008 at 2:43 PM, WiseAllec <[email protected]> wrote:
Macromedia Dreamweaver 8:
Text boxes do not update until mouse is moved
Yep, that's http://bugs.winehq.org/show_bug.cgi?id=8922
Macromedia Flash 8:
Font drop down selection menu repeats font entries more or less 5 times for each font
I can't reproduce that here. Does that not happen in dw8?
Maybe you could send a +font log.
Macromedia Freehand MX 11.0.2:
Tools menu does not appear automatically on start, but is enabled, I have to disable and re enable it to make it appear
I'll give that a shot.
IsoBuster 2.3.1.0:
When using the sector view function, this is what appears in the window:

offset data
0000 : etc etc etc
0920 : etc etc etc
0910 : etc etc etc
: : :
: : :
: : :
: : :
0010 : etc etc etc
What's the problem, there? Maybe a 'good', 'bad' screenshot.
The version of wine that I am using is 0.9.55, I will report back here after I have installed the latest version of wine, and cross off any bug that has been solved, when it is available for my distro in the repos.
Thanks for the report. I'm especially keen on seeing bug
reports like this for Dreamweaver 8. See
http://wiki.winehq.org/AdobeDreamweaver
for the bugs we already know about.
- Dan
WiseAllec
Level 2
Level 2
Posts: 12
Joined: Tue Feb 26, 2008 2:00 pm

Post by WiseAllec »

About the Macromedia Flash 8 bug that I listed... Sorry for the confusion... I meant the font combobox on the bottom... Arg... I mix up object names sometimes, my bad... here are a couple of screenshots of this bug.

[img=http://img524.imageshack.us/img524/9625/83667951tg6.th.png]
[img=http://img509.imageshack.us/img509/4/49609875dr1.th.png]
[img=http://img155.imageshack.us/img155/4026/76762210xz2.th.png]

As for IsoBuster... It should look something like this:

Code: Select all

offset data
0000 : etc etc etc
0010 : etc etc etc
0020 : etc etc etc
: : :
: : :
: : :
: : :
0910 : etc etc etc
0920 : etc etc etc 
Here's a text version of the ouput
Correct Version: http://ifile.it/sfvqxhd
Wrong Version : http://ifile.it/cnfwx49

On a lighter note, I forgot to mention that Director MX 2004 v10 as well as Freehand MXa v11.0.2 finally install and load and generally work :D

I have found a bug in Freehand MXa... When inserting text the font selection combobox is not drawn properly. This object can be found on the top-middle right hand side. Here is a screenshot:
[img=http://img337.imageshack.us/img337/5190/screenshotmacromediafreoe9.th.png]
WiseAllec
Level 2
Level 2
Posts: 12
Joined: Tue Feb 26, 2008 2:00 pm

Post by WiseAllec »

I found another bug:

Code: Select all

Macromedia Fireworks 8:
             always has the "always on top" window option set when started (not major... but still a bug nonetheless)
WiseAllec
Level 2
Level 2
Posts: 12
Joined: Tue Feb 26, 2008 2:00 pm

Post by WiseAllec »

Bugs fixed as of 0.9.56:

Code: Select all

Macromedia Dreamweaver 8: 
		Some text areas do not update until mouse is moved
Macromedia Fireworks 8:
		Always on top bug
[UPDATE]: The macromedia dreamweaver 8 bug that I said was fixed is still present... T_T sorry for the false report, I thought it was fixed, since it didn't happen after I installed the newer version.

The always on top bug that was present in fireworks is fixed but now there are other strange issues, I will try to attach a text document with all of the fixmes and whatnot that appear when using fireworks...

[UPDATE2]: It appears that the bug happens when the cursor is not in certain places. For example, if your cursor is in a textbox or a radiobutton or on a button you are able to type in text and it appears as you are typing, if you do not have your cursor in one of these areas tough, it will only update the text area when you do.
Locked