http://bugs.winehq.org/show_bug.cgi?id=7551
------- Additional Comments From juan_lang(a)yahoo.com 2007-16-03 12:54 -------
GetProcessAffinityMask should probably be implemented on top of
NtQueryInformationProcess instead of GetSystemInfo - the processor mask in
GetSystemInfo indicates how many processors are present, which isn't the same thing.
Hmm.. there are a number of bugs here. I'll open a few.
--
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=7723
------- Additional Comments From wine.dev(a)web.de 2007-16-03 12:33 -------
wine failed to open a serial device.
Is something connecter at the serial Port?
Please run the test with:
WINEDEBUG="+comm" LANG="en_US" wine kernel32_test.exe.so comm 2>comm.txt
and then attach the logfile
Please run:
lshal >hal.txt
or
hal-device >hal.txt
and then attach the logfile.
--
By by ... Detlef
--
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=7765
baard.sorngard(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5388|Attached screenshot |Screenshot
description| |
--
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=7765
Summary: Casio ClassPad Manager: Input behaving incorrectly
Product: Wine
Version: 0.9.32.
Platform: PC
URL: http://classpad.net/30days/30days_form.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baard.sorngard(a)gmail.com
Trying to calculate a number raised in another number in ClassPad, by typing
e.g. "3^2", fails. The "2" automatically gets raised in Wine, but not in
Windows (the second entry in the screenshot shows this, the first how it is
supposed to be). Although this doesn't sound like a big issue, it actually is,
as the number is incorrectly raised and ClassPad won't calculate it, returning
an "Invalid Name" error. If the "^" is followed by a space, however, it is
raised correctly and ClassPad calculates it (shown in the first entry in
screenshot).
--
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=219
------- Additional Comments From timo.gurr(a)gmail.com 2007-16-03 12:11 -------
I'd really like to help in testing the (alpha) patch mentioned above, is it
available for testing anywhere? I hope it's still under development since this
one affects quite some games, it would be a shame if an already working
solution wouldn't make it's way into wine, or at least onto some website where
one could test it and report back if it works properly or not.
--
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=7764
Summary: Hallmark Card Studio 2005 Demo doesn't install properly
Product: Wine
Version: CVS
Platform: Other
URL: http://www.tucows.com/preview/391885
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
While looking at the issues raised in
http://www.freesoftwaremagazine.com/blog/my_quest_to_stop_dual_booting
I tried installing Hallmark Card Studio 2005's demo.
$ rm -rf ~/.wine
$ wine HallmarkTrialSetup.exe
The installer's GUI claims all went well, but the installer
keeps running. Killing the installer and then starting the app
the first time gets a "Module not found" dialog box (during product
activation?). Subsequent runs just sit there.
Looking at the console messages from
the installer, I see a few directly suspicious ones:
err:module:import_dll Library mswstr10.dll (which is needed by
L"C:\\windows\\system32\\msjet40.dll") not found
warn:file:CreateFileW Unable to create file
L"C:\\Progra~1\\Common~1\\Micros~1\\dao\\dao2535.tlb" (status c0000034)
trace:file:CreateFileW returning 0xffffffff
err:ole:TLB_ReadTypeLib Loading of typelib
L"C:\\Progra~1\\Common~1\\Micros~1\\dao\\dao2535.tlb" failed with error 2
and afterwards, there's one file stored in a path full of short names,
which seems wrong:
~/.wine/drive_c/Progra~1/Common~1/Micros~1/dao/dao360.dll
and no file named mswstr10.dll or anything like it is installed.
Let's call "missing or misplaced files or registry entries" the
problem for the purpose of this bug report.
I also tried installing with wine set to win98 to see
if that would do better. Nope -- it yields a "successful"
installation without too many errors, yet the
app itself doesn't get installed!
--
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=7712
------- Additional Comments From rmay(a)ou.edu 2007-16-03 12:08 -------
This may or may not be pertinent:
"The character set of a window is determined by the use of the RegisterClass
function. If the window class was registered with the ANSI version of
RegisterClass (RegisterClassA), the character set of the window is ANSI. If the
window class was registered with the Unicode version of RegisterClass
(RegisterClassW), the character set of the window is Unicode."
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winu…
This to me suggests that Windows bases the A/W on the RegisterClassA/W called
rather than the CreateWindowA/W called.
--
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=1886
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 12:01 -------
I just attempted the install with the MP9 installer from MS for 9x/2k/XP and it
does the same thing so it's not the version of the installer...
--
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.