http://bugs.winehq.org/show_bug.cgi?id=22199
Summary: AutoIt3 / Windows Scripting Host 5.6 : upgrade from
1.1.40 => 1.1.41 breaks dictionary functionality
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: execrable(a)gmail.com
I have been using several AutoIt3
(http://www.autoitscript.com/autoit3/downloads.shtml) scripts in wine, most use
a dictionary object, which is imported from 'Scripting.Dictionary' from Windows
Scripting Host 5.6 (a la winetricks).
As soon as I upgraded to 1.1.41, all these scripts throw the error "The
requested action with this object has failed." When trying to re-assign a value
to a dictionary.
Here is a very simple example (autoit3 script) that reproduces the problem
(works in 1.1.40, not in 1.1.41):
[code]
$Loc = ObjCreate('Scripting.Dictionary')
$Loc.Add('test',5)
MsgBox(1,'Alert.',$Loc.Item('test'))
$Loc.Item('test') = 33
MsgBox(1,'Alert.',$Loc.Item('test'))
[/code]
The normal (wine) console output is no different between the two versions for
this script, I have both versions available for testing (one in a vm) so if
some extra debugging info would be helpful I can provide it, but I'm not sure
what to include.
Oh, and I'm using wine from .deb packages (from ubuntu-wine/ppa)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22196
Summary: Unable to resize image size in PhotoScape editor
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://www.photoscape.org/ps/main/index.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard.huettemann(a)gmx.net
Since WINE 1.1.41 it's not possible to change the picture size in the editor
any more. After you select the new image size (resize button), the selected
photo disappears.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22194
Summary: Error in VGA video mode known mode list
Product: Wine
Version: 1.1.41
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: morten.roenne(a)tdcadsl.dk
Created an attachment (id=27081)
--> (http://bugs.winehq.org/attachment.cgi?id=27081)
Patch for video mode error
There is an error in the VGA video mode list in dlls/krnl386.exe16/vga.c.
Mode 17 has the value 18 (0x12)
{0x0012, GRAPHIC, 80, 30, 8, 16, 640, 480, 1, 2, 1, FALSE}, /* VGA
graphics mode 17 */
{0x0012, GRAPHIC, 80, 30, 8, 16, 640, 480, 4, 16, 1, FALSE}, /* VGA
graphics mode 18 */
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22193
Summary: CDBurnerXP separator controls appear as a stretched
red X
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27079)
--> (http://bugs.winehq.org/attachment.cgi?id=27079)
Full terminal output
The separator controls in CDBurnerXP do not appear correctly; instead, a
stretched red X on a white background appears in their place. One place where
this occurs is the options screen:
1. Install prerequisite .NET framework with winetricks dotnet20
2. Install and run CDBurnerXP
3. Choose "data disc"
4. File -> options
A workaround is to set a native override for gdiplus. Incidentally, one of
these lines appears in terminal output for each separator control, with the
text from that control listed:
fixme:gdiplus:GdipMeasureCharacterRanges stub: 0x1c5270 L"Language:" 9 0x1c4fd0
0x33e144 0x213560 1 0xab5744
It appears to be the same control that has C# source code available here:
http://cdburnerxp.se/code
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22134
Summary: wine fails to build, tools makedep not found
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alasdairs(a)dsl.pipex.com
Doing a clean build of wine results in the following build failure:
[ams@hal build]$ make depend
config.status: creating dlls/acledit/Makefile
make[1]: Entering directory `/home/ams/src/wine/build/dlls/acledit'
../../tools/makedep -C../../../wine-git/dlls/acledit -S../../../wine-git
-T../.. main.c
make[1]: ../../tools/makedep: Command not found
make[1]: *** [depend] Error 127
make[1]: Leaving directory `/home/ams/src/wine/build/dlls/acledit'
make: *** [dlls/acledit/__depend__] Error 2
wine01.1.41 builds ok
The first failing commit is:
commit 03642414a84a14d9cd0efe143b2de9cf35a693a2
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Mar 20 15:24:22 2010 +0100
makefiles: Generate all the top-level make rules inside the corresponding
shell function.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22100
Summary: SystemFunction036 has wrong prototype
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mtr1999(a)gmx.com
SystemFunction036 in advapi32/crypt.c returns BOOLEAN instead of BOOL.
http://msdn.microsoft.com/en-us/library/aa387694%28VS.85%29.aspx
These two types are different.
http://msdn.microsoft.com/en-us/library/aa383751%28VS.85%29.aspx
typedef int BOOL;
typedef BYTE BOOLEAN;
This doesn't fail the SystemFunction036 winetest because the prototype there
is wrong too.
The ntsecapi.h header has the right prototype.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22076
Summary: GOTO labels are not recognized if there are preceding
spaces
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabspeck(a)gmail.com
Created an attachment (id=26898)
--> (http://bugs.winehq.org/attachment.cgi?id=26898)
Example of a script with a GOTO statement that works on Windows but not on
Wine.
Wine's CMD is unable to recognize a label for the GOTO command if there are
preceding spaces on it.
This causes problems for the administration scripts included with Progress
Software's OpenEdge solution. Some of these BAT scripts have indentation on
some lines which causes them to fail on Wine if not manually altered to remove
said spaces. They work perfectly fine on Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21970
Summary: Atlantica crashes on launch
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://www.gamershell.com/download_53426.shtml?gr_i_ni
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guuthulhu(a)gmail.com
After successfully installing the full client version 21309, running it results
in an immediate "Program Error" crash. A window pop-up states AtlanticaRun.exe
encountered a serious problem and needs to close. Hitting close does nothing
but make the pop-up disappear. Atlantica eventually gets a "force quit" dialog
which makes the window disappear, but app remains a zombie.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21919
Summary: Roller Coaster Tycoon 3 demo: keyboard doesn't work
correctly
Product: Wine
Version: 1.1.36
Platform: x86
URL: ftp://ftp.atari.com/demos/rct3/RCT3_USA_DEMO_FINAL.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drakkk(a)centrum.cz
CC: hverbeet(a)gmail.com
Created an attachment (id=26593)
--> (http://bugs.winehq.org/attachment.cgi?id=26593)
console output
Beginning with wine 1.1.36 keyboard shortcuts in RCT3 demo stopped working.
When typing something in game (for example renaming some roller coaster) it
works fine, however using the same keys to move the camera or anything else has
no effect.
Regression was introduced by this commit:
b49e684f5d2447171589acccb37ffee81ffffbe2 is the first bad commit
commit b49e684f5d2447171589acccb37ffee81ffffbe2
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Dec 22 18:32:14 2009 +0100
wined3d: Focus the focus window.
:040000 040000 38507f0bb7f7a9d0b14b06dad54f8573d00452f6
818c7678dc168576d8399f8459021d83c978ea3a M dlls
CCing author. Full game is also affected, but it wasn't working when this bug
was introduce because of bug 20210. I'm attaching console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21837
Summary: Finale 2010: crash after entering and editing ~20
notes
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ss(a)ieee.org
Created an attachment (id=26434)
--> (http://bugs.winehq.org/attachment.cgi?id=26434)
trace of running "wine finale.exe" from a shell
1. Install Finale 2010 from release media.
2. Update Finale 2010 to the latest "B" update.
3. Launch Finale 2010. Do not authorize (i.e. run in time-limited demo mode).
4. Select "Default Document", i.e. a single staff from the start screen.
5. Using Simple Entry, fill 4 measures with eighth-notes on treble clef
third-space C.
6. Now go back to the first measure, and start moving the notes to make an
ascending C major scale starting on middle C.
7. After moving 4 or 5 notes, wine crashes.
This is on openSuSE v11.2, 32-bit x86. System is a dual-processor 1 GHz Pentium
III with 1G of RAM.
Finale would not draw correctly on the version of wine included with openSuSE
11.2: documents were black. (Sorry I don't remember which wine version that
was.) After updating to 1.1.39 things displayed properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.