http://bugs.winehq.org/show_bug.cgi?id=7855
Summary: Age of Empires II: Could not initialize graphics system
Product: Wine
Version: 0.9.32.
Platform: PC
URL: http://www.microsoft.com/games/age2/default.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mat(a)brain-dump.org
Age of Empires exits immediately with the following message:
"Could not initialize graphics system. Make sure your video
card and driver are compatible with directdraw."
See the AppDB page for other users with the same problem[1].
The game works with wine-0.9.31, newer versions fail. With the
help of git bisect i have isolated the buggy commit, it is
commit 27113156d96d20296409fcb92839609c8dd7e34a
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Mon Feb 19 15:24:00 2007 +0100
wined3d: Remove IWineD3DDevice::EnumDisplayModes.
http://source.winehq.org/git/wine.git/?a=commit;h=27113156d96d20296409fcb92…
Thanks.
Marc
[1] http://appdb.winehq.org/appview.php?iVersionId=4184
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7853
------- Additional Comments From wine.bug.fr.200703(a)edavies.nildram.co.uk 2007-25-03 08:28 -------
I've submitted a separate bug report for the VB 3.0 installation problem I was
trying to diagnose with this test program. Bug #7854.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7854
Summary: VB 3.0: Installation fails
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.bug.fr.200703(a)edavies.nildram.co.uk
Installation of VB 3.0 from floppy disk fails, first with a message about the
Windows directory being on another drive then a very uninformative message
saying "Setup could not be completed due to system errors".
With the first VB 3.0 Pro floppy mounted as either /media/fd then running "wine
/media/fd/setup.exe" or mounted as .wine/drive_c/install/ then running as "wine
C:\\install\\Setup.exe" (as suggested by Declan Moriarty on 19th of March in the
Wine Users list installation at first proceeds normally with the suggestion of
installation in the C:\VB directory and confirmation that it should be created.
The a dialog box is displayed saying:
> Setup needs to install some files in your
> Windows directory. This directory is on a
> drive other than the one where you want to
> install Visual Basic.
>
> If you choose Custom installation on the
> next screen, Setup will show you the
> space required on each of these drives.
This is strange because this is a clean Win 0.9.33 installation with only the C:
(and Z:) drives mapped.
Carrying on, the Installation Options dialog gives the choice of Complete
Installation or Custom Installation. Choosing Complete goes via an Install ODBC
Drivers dialog to a failure, Custom goes straight to the failure. The failure
dialog box is not very helpful:
> Setup could not complete due to system
> errors.
>
> Please clear up the cause of errors and try
> again. To install VB properly, please run setup
> again.
I have previously run a relatively large VB 3.0 application OK under a previous
Wine installation which exhibitted this problem.
In trying to diagnose this problem I wrote a little C test program to display
the results of GetWindowsDirectory and GetSystemDirectory. The results it
produced seemed to me like they might be related to this problem but rather than
add speculation here I've submitted them separately: Bug #7853.
I've looked at some WINEDEBUG output for running this program. It wasn't very
informative to me but I'll take a fresh log and attach it here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7853
Summary: GetSystemDirectory returns wrong directory to 16-bit
apps
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.bug.fr.200703(a)edavies.nildram.co.uk
I'm having problems installing VB 3.0 under Wine. To try to diagnose the
problem I wrote a short test program in MSVC 1.52 (16-bit C) to display the
results of GetWindowsDirectory and GetSystemDirectory. I ran this under Windows
XP and Wine under Linux and got different results:
Windows XP:
GetWindowsDirectory = C:\WINDOWS
GetSystemDirectory = C:\WINDOWS\SYSTEM
Wine:
GetWindowsDirectory = c:\windows
GetSystemDirectory = c:\windows\system32
The differences are the case of the names returned (particularly the drive
letter which I has a suspicion is tripping up the VB 3.0 installation) and also
the response of the 32-bit directory name for GetSystemDirectory.
I noticed this problem on previous versions of Wine. Instead of accepting the
default Ubuntu upgrade to 0.9.33 I uninstalled Wine (including configuration
information) and did a clean install of 0.9.33 for these tests.
Once I've committed this report I'll attempt to attach a tar.gz of the source
and executable of the test program.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7480
------- Additional Comments From myasar(a)free.fr 2007-25-03 07:47 -------
This bug can be closed.
a patch has been commited to wine (sent by Aric Stewart on 22/3/2007).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7491
------- Additional Comments From rossi.f(a)inwind.it 2007-25-03 07:32 -------
Sorry, your patch doesn't work :-( Do I have to recreate the wine
configuration dir and/or to reinstall pcad? I'm using wine-0.9.33.
Are you sure is it the right patch? It patches the file
dlls/user32/cursoricon.c while you're saying there is a problem in the combo
code
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7852
Summary: Star Wars Galaxies: No Camera rotation on window-edge
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cfreak200(a)gmail.com
Normally whe you move your Mouse-Pointer against the edges of the screen you
can rotate the camera-view/character-position.
I'm not getting any Erros which could be the problem. As I know this Bug is
there since the release of Star Wars Galaxies. It would be great if someone
could fix that bug, it's the only one which could be called a "major" bug.
I hope wine-directx-dinput is the right section for this because of the cursor
bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7834
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-25-03 05:26 -------
Oops, the second condition should be rather 'child->szKey[cbKey] == 0'. I admit
I haven't tested it however I think it should work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7834
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-25-03 05:15 -------
The patch looks fine. However it would be nice and should be easy to add a test
case to dlls/version/tests to make sure that Windows rejects truncated keys. You
could also test if it's only the last keys in the path that can't be truncated.
If that for all of them then replacing the condition with a simpler one:
if ( !strncasecmp( child->szKey, szKey, cbKey ) )
if ( szKey[cbKey] == 0 || szKey[cbKey] == '\\' )
return child;
should work. When you have this all I'd also recomend to send it to wine-patches.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7851
Summary: Warrock installer crash
Product: Wine
Version: 0.9.33.
Platform: Other
URL: http://www.warrock.net
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)piggz.co.uk
The Warrock install shield installer crashes after selecting the destination
folder.
The warrock client game is freely downloadable if you want to try.
Attached the wine output.
Cheers
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7834
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-25-03 03:58 -------
Hi Anastasius, yeah the code change make PhotoImpact start fine! I don't know
anything about this version stuff, but if you think your patch is correct, you
could send it to wine-patches for review. Thanks very much
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7690
------- Additional Comments From hans(a)it.vu.nl 2007-25-03 03:53 -------
I used builtin odbc and I have unixODBC installed (not sure if that
matters though). When I force native odbc I see the error mentioning
hoai_access. In both cases the app complains about the Lizenzdatenbank
not being present.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7850
------- Additional Comments From focht(a)gmx.net 2007-25-03 03:44 -------
Hello,
can you supply the msi setup log (as text attachment)?
It resides somewhere in "temp" directory (e.g. ../windows/temp).
Just make sure you clean out everything before install and then search for log
files created by setup.
I was working on same target a while ago.
Just wondering on any progress regarding "invalid msi table size" issue.
http://bugs.winehq.org/show_bug.cgi?id=7189
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7725
shadow.wizzard(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From shadow.wizzard(a)gmail.com 2007-25-03 03:10 -------
Checking the latest CVS it's somehow fixed now and
shadows are mapped correctly.
Great Job WineD3D Developers !!!
Thanks a lot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7850
Summary: Freeze on installation of Visual Studio 2005
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)hahne.id.au
Tried to run the setup.exe for Visual Studio 2005, new window opened as expected
and then froze.
FYI I am very new to wine, so please forgive any obvious errors.
Message returned in console:
fixme:ver:RtlVerifyVersionInfo (0x7fb9f3c8,64,180000): Not all cases correctly
implemented yet
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:netapi32:NetUserModalsGet ((null) 2 0x7fb9f2a0) stub!
fixme:ver:RtlVerifyVersionInfo (0x7fb9d930,64,180000): Not all cases correctly
implemented yet
err:seh:setup_exception stack overflow 4 bytes in thread 000b eip 7f217a9d esp
7fa90ffc stack 0x7fa91000-0x7fba0000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7849
------- Additional Comments From truiken(a)gmail.com 2007-25-03 01:45 -------
I've got a couple patches to send in that fix this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3236
------- Additional Comments From jan.wine(a)zerebecki.de 2007-25-03 01:24 -------
I fixed my file system and retried with latest git and a clean .wine .
md5sum of the installer:
34afc3dbc5b8a2e3fcc76cffd45aa19a DoW_Demo_Install.exe
err:msi:extract_cabinet_file FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"#Data1.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7849
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|msxml3 installer fails if |msxml3 installer fails
|you use /q option |
------- Additional Comments From dank(a)kegel.com 2007-25-03 00:49 -------
No, no, here's the real symptom: quiet or not, the first
run fails, but running it again succeeds... possibly because
the first run left enough installed that it decides it
doesn't have to do anything.
Same behavior for msxml 3 Service Packs 5 and 7.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7849
Summary: msxml3 installer fails if you use /q option
Product: Wine
Version: CVS
Platform: Other
URL: http://download.microsoft.com/download/8/8/8/888f34b7-
4f54-4f06-8dac-fa29b19f33dd/msxml3.msi
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Unattended installation of msxml3 fails. To repeat:
$ wine msiexec /i msxml3.msi /q || echo Failed
wine sets exit status 67, and you see (among other messages):
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
I'll attach a log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7848
Summary: unable to run DOS programs
Product: Wine
Version: 0.9.22.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: awacs(a)ziskind.us
i have a collection of (old) DOS programs which I'd like to run from Ubuntu.
They use, it seems, brt71efr.exe and brt71enr.exe. I'm getting either "Error
loading run-time module brt71efr.exe: Memory allocation error." or "wine:
Unhandled page fault on read access to 0x0000fff8 at address 0x7efe2b3f (thread
000c), starting debugger..." depending on which program i run.
Help!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4513
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-24-03 23:34 -------
Forgot to precise that the bug occurs for both windowed and fullscreen mode.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4513
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-24-03 23:32 -------
I used the demo from your link. My wine version is git-wine from today (2007-03-25)
My linux is Mandriva 2007 (kernel 2.16.11). My GPU is geforce7600 go with the
latest driver from nvidia (9755).
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4513
------- Additional Comments From tony.lambregts(a)gmail.com 2007-24-03 22:22 -------
perhaps the difference is in the demos. Did you try the one that I linked to?
Also what version of Wine and Linux are you using? Are you running this in
desktop mode or fullscreen?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7690
------- Additional Comments From dank(a)kegel.com 2007-24-03 20:47 -------
Hmm. Setting winver to winxp gets around most
installer problems, but there's one left:
near the end, a dialog pops up saying it
couldn't set up the data source hoai_access.
This happens whether or not I set the registry
to override odbc32 and odbccp32 before starting the install.
And when it starts up, it still says
"Lizenzdatenbank nicht vorhanden!".
So I guess something's still missing...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7825
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2007-24-03 20:17 -------
Invalid...I should have looked at the version used. Please update to the latest
release. It works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7834
------- Additional Comments From focht(a)gmx.net 2007-24-03 20:08 -------
Hello,
some addendum...
Apply *exact* key comparison only at last child/node level or child walk wont work.
Sample code how this could be accomplished...
---- snip dlls/version/info.c ---
static VS_VERSION_INFO_STRUCT32 *VersionInfo32_FindChild(
VS_VERSION_INFO_STRUCT32 *info, LPCWSTR szKey, UINT cbKey )
{
VS_VERSION_INFO_STRUCT32 *child = VersionInfo32_Children( info );
BOOL lastChildLevel = (strchrW( szKey, '\\') == NULL);
while ((char *)child < (char *)info + info->wLength )
{
if( lastChildLevel)
{
if( !strcmpiW( child->szKey, szKey))
return child;
}
else if( !strncmpiW( child->szKey, szKey, cbKey))
return child;
child = VersionInfo32_Next( child );
}
return NULL;
}
---- snip dlls/version/info.c ---
The code changes seem to work with this app.
At least it starts now and shows main window.
For other issues feel free to post...
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7846
Summary: Counter Strike 1.6 : Sound desync
Product: Wine
Version: 0.9.33.
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=871
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ekarissor88(a)gmail.com
Using default OpenGL engine and sound defaults with OSS, there is a sound
desynchonisation in CS 1.6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4513
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-24-03 18:31 -------
Bug still occurs for me.
The output changed
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7704
------- Additional Comments From truiken(a)gmail.com 2007-24-03 18:27 -------
The log says (I've only looked at the first file, ac1st16.dll) that ac1st16.dll
was installed to c:\\Program Files\\Common Files\\Autodesk Shared\\ac1st16.dll.
Are you sure it's not there after the install?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7834
------- Additional Comments From focht(a)gmx.net 2007-24-03 17:21 -------
Hello,
good one :)
--- snip ---
0012:Call version.VerQueryValueA(001989c0,612af0e0
"\\StringFileInfo\\040904b0\\Internal",0034ef48,0034ef4c) ret=612a943e
..
0012:Call kernel32.WideCharToMultiByte(00000000,00000000,00198b54
L"ALBUM",ffffffff,001999b0,00000cc4,00000000,00000000) ret=6076b5d8
--- snip ---
In short: it reads a value from PE resource where it shouldnt.
There is a "helper" dll (u32cfg.dll) which implements its own kind of
"GetModuleInfo" by reading version resource and parsing the all stuff.
Ulead packs lots of non-standard stuff in its PE version resource.
I left only interesting part:
--- snip version resource ---
PRODUCTVERSION 3,0,0,0
FILEOS 0x4
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
.....
VALUE "InternalName", "ALBUM"
.....
VALUE "Section", "Album 12"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0
}
}
--- snip version resource ---
The problem lies in wine's VersionInfo32_QueryValue() ->
VersionInfo32_FindChild() -> strncmpiw() when a subblock key is supplied that
matches a *part* of resource key.
Now what happens ... due to partial string match of "Internal" ->
"InternalName", the value "ALBUM" is returned.
"Internal" has a special meaning to ulead software: the helper dll expects some
kind of GUID "{xxxx}" when parsing the value for this key.
It doesnt meet the expected format -> error msgbox.
So the fix would be using *exact* string match in VersionInfo32_FindChild().
This is cleanly a wine bug, yes.
---
BTW ... someone could add 2-byte opcode 0xFF,0x15,<addr32> (call dword ptr) insn
to the wine debugger ("programs/winedbg/be_i386.c:be_i386_is_func_call()")
After using attach i encountered lots of this stuff in debuggee (uses calls to
IAT, e.g. call dword ptr ds:[some_iat_entry])...
Makes it somewhat harder debug if call destinations (dll imports) are not
recognized correctly.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7845
Summary: CrazyTalk crashes
Product: Wine
Version: CVS
Platform: Other
URL: http://www.download.com/CrazyTalk-Media-Studio/3000-
2194_4-10557201.html?tag=lst-0-1
OS/Version: Linux
Status: UNCONFIRMED
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
The application crashes immediately. It's a regression betwee wine-0.9.22 and 0.9.24
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7844
Summary: Cannot choose toolbars in builtin WordPad
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
In builtin WordPad, it is not possible to select which toolbars are displayed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7843
Summary: MS Offcie won't work
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreferr(a)gmail.com
When i try running nay of the MS Office programs this message appear after some
seconds: IOPL not enabled.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7842
Summary: Builtin WordPad does not have margins
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Builtin WordPad does not have margins, support for this should be added.
However, these only work with native WordPad when using native riched20.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7841
Summary: Cannot select font in built-in WordPad
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Cannot select font in built-in WordPad, support for this should be added.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7840
Summary: Builtin WordPad cannot print
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Builtin WordPad cannot print, support for this should be added.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7839
Summary: Builtin WordPad cannot save files
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The built-in WordPad cannot save files; support for this should be added.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7690
------- Additional Comments From hans(a)it.vu.nl 2007-24-03 15:52 -------
I found that emulating winxp works around bug 6085 and makes
this installer complete successfully. This is because the jet
installer includes a win2k hotfix, which is where the crash appears
to happen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6065
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |7690
nThis| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7690
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |6065
------- Additional Comments From dank(a)kegel.com 2007-24-03 15:13 -------
Hans, the five patches you just posted to wine-patches
work great. The next problem is bug 6085, as this
app installs Jet.
I think we can mark this bug closed as soon as 6085 is closed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7817
------- Additional Comments From jeremybubs(a)gmail.com 2007-24-03 14:33 -------
if the cd-Drive is not active, the screen will go black, and wait a little bit
until the drive starts up, and once it has started reading data from the disc,
the login screen appears
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.