http://bugs.winehq.org/show_bug.cgi?id=29403
Bug #: 29403
Summary: Pagecontrol AllowChange doesn't work
Product: Wine
Version: 1.3.35
Platform: x86
URL: http://netikka.net/dev/allowchange.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Lazarus sample: http://netikka.net/dev/allowchange.exe
It shouldn't be possible to change tabs, when checkbox is unchecked.
Code is just:
procedure TForm1.PageControl1Changing(Sender: TObject; var AllowChange:
Boolean);
begin
AllowChange:=Checkbox1.Checked;
end;
Workaround winetricks comctl32
--
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=25982
Summary: Duty Calls: fails to run
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://download.thedutycalls.com/DutyCallsUS.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33118)
--> (http://bugs.winehq.org/attachment.cgi?id=33118)
terminal output + backtrace
First, workaround bug 25981 by copying msvcm90.dll to the exe directory.
Running the game will fail, because it wants mono/dotnet. Using mono28 fails
(bug 25192), so I tried dotnet20. The game then gives an error dialog and fails
to start, with:
Unhandled Exception: System.TypeInitializationException: The type initializer
for 'System.Globalization.TextInfo' threw an exception.
at System.Globalization.TextInfo.GetNativeTextInfo(Int32 cultureID)
at System.Globalization.TextInfo.get_InvariantNativeTextInfo()
at System.String.Compare(String strA, Int32 indexA, String strB, Int32
indexB, Int32 length, StringComparison comparisonType)
at System.Security.Util.URLString.PreProcessForExtendedPathRemoval(String
url, Boolean isFileUrl)
at System.AppDomainSetup.NormalizePath(String path, Boolean useAppBase)
at System.AppDomainSetup.SetupDefaultApplicationBase(String imageLocation)
at System.AppDomain.SetupFusionStore(AppDomainSetup info)
at System.AppDomain.SetupDomain(Boolean allowRedirects, String path, String
configFile)
I tried dotnet30, just in case, same problem. Terminal output/backtrace
attached.
--
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=18513
Summary: Autohotkey: ctrl/shift keys are nonfunctional under
Controlsend
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
URL: http://www.autohotkey.com
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21161)
--> (http://bugs.winehq.org/attachment.cgi?id=21161)
compiled testcase
The below script fails under Autohotkey:
clipboard =
Run, notepad.exe
WinWait, Untitled - Notepad, , 3
ControlSend, Edit1, This is a line of text in the notepad window., Untitled
ControlSend, Edit1, ^a
ControlSend, Edit1, ^c
if clipboard {
Msgbox bug fixed
}
Else Msgbox, ctrl fails
exit
It should run notepad, type that line of text, send 'CTRL+A', send 'CTRL+C' to
copy it, then verify that the clipboard is not null.
Under Wine, however, the '^' (which translates to the CTRL key), is ignored.
Under Wine, you'll get 'tHis is a line of text in the notepad window.ac' (The
'tHis' is a separate bug, coming next').
Under Windows, passes fine. The same thing happens with shift keys (how I
originally discovered the bug).
Marking critical, since it blocks a large portion of AutoHotkey from working,
which blocks a lot of (gui/application) testing.
--
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=17165
Summary: VT Trader 2 error on startup
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2gaz(a)yahoo.com.au
When using wine to start vt trader 2 in Xubuntu, I get the following error
'fatal exception on initialization: Invalid property XML format'
--
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=29393
Bug #: 29393
Summary: Notepad enter / arrow keys are broken
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Regression SHA1: 4012cc070efb199df1e2ec980954d9995676b60b
wine notepad
Try to use enter / arrow keys..
Regression test:
4012cc070efb199df1e2ec980954d9995676b60b is the first bad commit
commit 4012cc070efb199df1e2ec980954d9995676b60b
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Tue Dec 6 08:31:12 2011 -0600
user32: Protect against NULL ssa to prevent crashes in old native usp10.
:040000 040000 b11faba5bfa236e6061be83e27d6f3b54e2ff301
6df6e854ec0f11fcc3c78590492ebde6e31a362d M dlls
git show 4012cc070efb199df1e2ec980954d9995676b60b | patch -p1 -R
Fixes the problem.
--
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=18514
Summary: Wine botches keysends under autohotkey
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.autohotkey.com/
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21162)
--> (http://bugs.winehq.org/attachment.cgi?id=21162)
compiled testcase
This is a strange bug, not sure what's causing it, but using:
Run, notepad.exe
WinWait, Untitled - Notepad, , 3
ControlSend, Edit1, This is a line of text in the notepad window., Untitled
under Autohotkey, gives:
'tHis is a line of text in the notepad window.'
(Once, I also had 'THis')
in notepad (notice that the 't' isn't capitalized, but the 'H' is).
Marking major since it breaks a lot of AHK functionality, which in turns breaks
testing gui testing.
--
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=23068
Summary: Free FLV Converter: Fails to display select language
window
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.koyotesoft.com/appli/Setup_FreeFlvConverter
.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28635)
--> (http://bugs.winehq.org/attachment.cgi?id=28635)
Language selection window
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install Free FLV Converter 6.8 without any additions
4) wine FreeFLVConverter.exe
Behaviour:
No window with language selection is displayed. Instead there is only warning
window with "ActiveX component can't create object"
Expected Behaviour:
At first start window from attachment should appear.
winetricks ie6 helps to display this window but short after selecting language
the application crashes.
--
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=11572
Summary: FrameMaker: Registration Dialog Blocks Execution
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimrorie(a)logisys.biz
FrameMaker 8.0 displays a registration dialog that blocks execution. Several
command line issues:
fixme:mshtml:nsURI_Equals default action not implemented
Seems to be related to the button operation.
also...
err:module:import_dll Library xmlparse.dll (which is needed by L"C:\\Program
Files\\Quicken\\QWUTIL.dll") not found
This error is seen in several adobe applications. Frame 7.2, 8.0
--
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=7150
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #25 from Alexandre Julliard <julliard(a)winehq.org> 2011-12-30 12:57:48 CST ---
Closing bugs fixed in 1.3.36.
--
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=25016
Summary: Thief 2 movies stopped working with recent wine update
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
Last time i updated wine (i have 1.3.6 now) the dark engine movies stopped
working even after installing the codec manually (the normal workaround).
I just reverted to wine1.2 to test, and they started, so this is a regression.
I will try to do a regression test, but just FYI,
--
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.