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.
http://bugs.winehq.org/show_bug.cgi?id=1886
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 11:58 -------
Well the media player 9 for xp installer still gives me the errors about not
being able to detect available updates.. I've used msxml.dll from XP SP2 and
put it into a folder that is literally named %SystemRoot%/system32 under the
mpsetup folder (when you run the packaged installer, it extracts to a different
folder, so it cant find %SystemRoot%). However msxml.dll will not register. Im
also using msxml3.dll and msxml3r.dll from XP SP2. I have registered
msxml3.dll, and I have native overrides for all 3 dll's setup. Is there a step
I'm missing, or am I just using the wrong 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.
http://bugs.winehq.org/show_bug.cgi?id=7696
------- Additional Comments From hverbeet(a)gmail.com 2007-16-03 11:51 -------
> Thank you for answer but what then ? It shouldn't cause
> GLXBadDrawable but it happens.
> Any ideas?
Well, the GLXBadDrawable probably happens somewhere after that call, so it's not
necessarily related. It could still be related if the application expects a
depth stencil to be attached though. Also, reply on bugzilla, not wine-bugs.
--
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 11:42 -------
Created an attachment (id=5387)
--> (http://bugs.winehq.org/attachment.cgi?id=5387&action=view)
+class,+win,+x11drv,+user,+msg,+message,+relay trace
Well I don't think the program itself calls DefWindowProcA, but it gets called
as part of the CreateWindow sequence. What is interesting is the first call to
CreateWindow by WeatheScope creates a unicode window. This is seen at line
5959 of the attached trace. (It's got some of my own debugging lines in it,
sorry).
It creates a window for the "WeatheScope" class. Then on 9347, the
CreateWindowExA is called for the "WeatherScopeAlert" class.
--
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=5783
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-16-03 11:40 -------
tested on current git, closing.
--
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=5783
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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 mikolaj.zalewski(a)gmail.com 2007-16-03 11:27 -------
There is no problem with calling CreateWindowExA for a Unicode class but calling
DefWindowProcA in a Unicode winproc is wrong. If it works under Windows I'd
guess native does something like this in DefWindowProcA:
if (IsWindowUnicode(hwnd))
return DefWindowProcW(hwnd msg, wParam, lParam);
But it should be checked before changing it in wine. Another posibility is that
WM_NCCREATE shouldn't set the window name but I'd guess the one who wrote it
knew what he is doing.
--
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 11:20 -------
The microsoft site forces you to download media player 10 for xp only now, but
will still allow you to get the 98/2k/xp version of 9, as of this writing. I
managed to find the XP-only 9 series installer on download.com at
http://www.download.com/3000-2139-10180880.html
Will check status of it once finished downloading.
--
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 11:18 -------
Jackpot:
trace:class:RegisterClassExW Class Name: L"WeatherScopeAlert"
So I'm gonna guess the problem is calling CreateWindowExA for a class registered
with RegisterClassExW?
--
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=1884
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 11:11 -------
Assuming Abandoned. Also, appears he is possibly using native dll's
--
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=1870
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 11:10 -------
No post. Abandoned
--
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=7763
Summary: Loader does not set working directory to the directory
program is installed in when app is executed with
BINFMT_MISC
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
Easy to reproduce if you have a registration code for WinRAR..
Download an eval copy of WinRAR and install it.
Insert your registration code in WinRAR to make it registered.
Make sure BINFMT_MISC is setup properly so you can run WinRAR by running
./WinRAR.exe
Make a symlink to ~/.wine/drive_c/Program\ Files\WinRAR\WinRAR.exe under your
/usr/bin
CD to the WinRAR directory and type the name of your symlink to WinRAR.exe on
the command line. It will open and be registered.
Exit WinRAR
CD to any other directory (~ is where I went to test)
On the command line type the name of your symlink to WinRAR.exe
It will come up and show evlauation copy even though the key has been inserted!
To get around this for now I just made a shell script in /usr/bin instead of a
symlink, that does CD and then runs winrar.
--
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=7760
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From thestig(a)google.com 2007-16-03 10:56 -------
Can you describe the strange behavior? Do you know what the proper behavior on
Windows is?
--
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=7761
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, 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.
http://bugs.winehq.org/show_bug.cgi?id=7712
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-16-03 10:53 -------
Could you find in the logs if it registers the class "WeatherScopeAlert" with
RegisterClass[Ex]W or RegisterClass[Ex]A? If it registers the class with
RegisterClassW and then calls DefWindowProcA so that would explain why
WINPROC_CallProcAtoW was 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=7712
------- Additional Comments From rmay(a)ou.edu 2007-16-03 10:49 -------
I should probably add that CallWindowProcA _is_ indeed called by
SendMessageTimoutA, but when it looks up the procedure for the function, it
fails to find an A version, so it resorts to calling the W using
WINPROC_CallProcAtoW.
--
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 10:34 -------
Thinking about this more and looking at traces, this seems odd to me (though I'm
welcome to be told I'm wrong). Here's the call pattern:
CreateWindowExA
SendMessageA
WINPROC_CallProcAtoW *******
DefWindowProcA
DEFWND_SetTextA
Why would a cross-call (A-to-W) be needed when it in the end calls more SetTextA?
--
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=1266
------- Additional Comments From pmcnett(a)pm-sc.com 2007-16-03 10:32 -------
I believe this and bug 1265 still persist, but that the patch at some point
stopped working, although the fix is still the same (IIRC adding a
MsgWaitForMultipleObjectsEx() call).
To be honest I stopped using WINE a couple years ago (because I replaced my need
for Visual FoxPro with open source development environments), so while I'm glad
these bugs are getting some attention, I regret I can't be of much help anymore.
--
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=7762
Summary: Error using FileCreateShortcut cmd in AutoHotkey script
Product: Wine
Version: 0.9.31.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike.clarkson(a)baesystems.com
Can anyone help me with how to create a windows shortcut in wine? I
want to create windows shortcuts on a Linux box that windows clients
can then access. I'm trying to use wine to allow me to create the
shortcut on the Linux box. I'm using the wine-0.9.31 version of wine
on Fedora Core 5. I've tried two approaches, both fail.
I've tried using an autohotkey script. This script runs in wine and
creates a shortcut, but the shortcut has no target, and wine returns
the below fixme error. This script works fine on a windows box.
Here is the script:
#NoEnv ; Recommended for performance and compatibility with future
AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior
speed and reliability.
; %1% (argument #1) - shortcut target (include the full absolute
path)
; %2% (argument #2) - name of the shortcut, include the .lnk
extension
; check to make sure that the correct # of parameters were passed
in
if %0% < 2
{
MsgBox This script requires 2 parameters but received %0%.
ExitApp
}
FileCreateShortcut, %1%, %2%
Here is the error:
Z:\home\mike>"C:\Program Files\AutoHotkey\AutoHotkey.exe"
create_shortcut.ahk "Z:\home\mike\test.txt" "shortcut_test.txt.lnk"
Z:\home\mike>fixme:system:SystemParametersInfoW Unimplemented
action: 8192 (SPI_GETFOREGROUNDLOCKTIMEOUT)
My other approach was to use VBScript to create a shortcut. See
Bugzilla Bug 7659 on http://bugs.winehq.org/
If there are other methods for creating a shortcut that work in wine,
please let me know.
Thanks for any 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=1267
------- Additional Comments From pmcnett(a)pm-sc.com 2007-16-03 10:29 -------
Unfortunately I have no idea what the status of this bug is, as I don't use
Visual FoxPro anymore.
Regarding the download link, at one point I had a demo app to download to show
the various bugs with Visual FoxPro in WINE, but at the moment I can't find it.
I probably attached the executable rather than gave a URL to download it. If I
find it, I'll repost it.
--
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.
Just wondering if it would be trivial (not require a complete
recompile) to add a link to the page that shows after you change
anything on a bug to take you back to the bug list that you were last
viewing..
Example: On the left there is a link to list just bugs with status:
new, so I click that. Then I see a bug I would like to check out so I
click on that bug. I add comments and hit submit. The next page that
comes up gives me the option to return to the bug, but I would rather
go back to the list. As it stands now I have to hit the back button 2
times to get back to the list (unrefreshed mind you, which is how I
want it as I dont want to have to re-download the entire list every
time I view it). At the bottom there are links for Query page and
Enter a new bug. To the right of that it would be nice to have a link
that does the equivalent of javascript:back(); a couple of times to
get me back to the bug list without re-downloading it..
--
Thanks
Tom
Check out this new 3D Instant Messenger called IMVU. It's the best I
have seen yet!
http://imvu.com/catalog/web_invitation.php?userId=1547373&from=power-email
http://bugs.winehq.org/show_bug.cgi?id=1477
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 10:12 -------
Closing
--
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=1477
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 10:12 -------
No report back. Abandoned
--
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=7708
------- Additional Comments From hans(a)it.vu.nl 2007-16-03 09:45 -------
Running the run RunOnce entry by hand I get errors like this one:
err:setupapi:SetupDefaultQueueCallbackW copy error 3 L"Z:
\\home\\hans\\tmp\\unzip\\mbadmin.exe" -> L"\\mbadmin.exe"
Notice the empty directory in the destination path. Using native
advpack (which comes bundled with the app) it pops up the dialog
asking for the destination directory like on Windows. Looks like
another bug, in advpack this time.
--
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=7598
------- Additional Comments From rmh(a)aybabtu.com 2007-16-03 09:45 -------
Note that they aren't pure ascii files. They start with 0xfffe and then a weird
string (is that utf-16?) for the first line. Btw, I've verified that Vista also
uses this format.
Sounds easy to implement. I'll send a patch if noone beats me to it.
--
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 09:42 -------
Created an attachment (id=5386)
--> (http://bugs.winehq.org/attachment.cgi?id=5386&action=view)
+win,+x11drv,+user,+msg,+message,+relay trace
Here's a trace with +win,+x11drv,+user,+msg,+message,+relay and a few other
added traces to see what's going on. Somewhere between the WM_NCCREATE message
being sent and DefWindowProcA the name becomes changed. I noticed
WINPROC_CallProcAtoW within the SendMessageA calls, could this be causing some
change to unicode and causing the ascii name to be treated as unicode?
--
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=7709
------- Additional Comments From alex(a)thehandofagony.com 2007-16-03 09:41 -------
Without that fix, it seems like it crashes every time a projectile is fired,
even though all graphics settings are at the lowest.
--
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=7709
------- Additional Comments From alex(a)thehandofagony.com 2007-16-03 09:40 -------
Running the game with WINEDEBUG=-all seems to fix the issue for me. Can
anyone confirm/contradict this?
--
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=1411
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 09:24 -------
I cant even install this game right now due to missing support for ADPCM....
Guess I'll have to get a native dll and retest. Anyone have any idea which one
I need?
--
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=7708
------- Additional Comments From hans(a)it.vu.nl 2007-16-03 09:16 -------
My path makes setupapi execute the DefaultInstall section
from the .inf file which then registers a RunOnce entry like this:
RunDll32.exe advpack.dll,LaunchINFSection XWALL.INF,DefaultInstall2.ntx86
So it appears that setupapi is used to bootstrap an advpack
install. It stops right there for some reason, wineboot is not
triggered and when running it by hand it doesn't find the RunOnce
entry (which I think is a bug).
On windows the installer pops up a dialog asking for an installation
directory. No such registry key is created at that point.
--
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=1361
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 09:11 -------
I cant test this one anymore, as I dont have the CD's anymore, but the
hissing/popping/stuttering used to happen with Diablo II as well. Not very
helpful I know, however I do have a copy of Starcraft and will be glad to test
if this occurs with current wine versions, assuming it will even still run under
wine. It will have to wait till monday to be tested though as I can only test
at work (only place I have a linux machine).
--
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=7709
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |ftp://largedownloads.ea.com/
| |pub/demos/Commandand3/CnC3De
| |mo.exe
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From alex(a)thehandofagony.com 2007-16-03 08:57 -------
Confirming. There seems to be a certain randomness to this, so we might be
looking at threading issues.
--
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=1347
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 08:57 -------
This appears to be similar to a display bug that happens under windows
occasionally when switching from a fullscreen game that grabs control of the
mouse back to windows. It is not related however.
I wouldnt say that this is a clipping issue, but more of a refreshing issue,
however if the window is not taking fullscreen it shouldnt be writing to parts
of the screen that it has not covered, like the panel..
You said this happens with KDE, does it also happen with other WM's?
--
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=1314
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 08:51 -------
---Quote---
I.e. if there is a gdiFont defined for current font (I assume, this means if a
display font
has been loaded), and if the font is not the result of a substitution, then we
download it
into the printer. Otherwise we try to use a builtin font.
Shouldn't that be the other way round: first try to use a builtin font, and only
if that is not
possible (because no such font defined in generic.ppd or missing .afm file)
download it.
-----------
I agree that this should be the other way around. Alain, could you write a
patch against current wine (if the issue still exists with current wine), and
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=1267
------- Additional Comments From dank(a)kegel.com 2007-16-03 08:51 -------
Why does this bug have the 'download' keyword? What
should I download to exhibit the 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=1267
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 08:46 -------
Paul, do you still experience this issue with the version of VFP that you
originally had this problem with, on current wine?
--
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=1267
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 08:46 -------
If you are running conformance tests and they do exactly the same thing on
windows and linux, then that means wine is conforming to the way windows does
it, so that unfortunately cannot be used to confirm this bug. However it is
possible that the conformance tests are bugged, so I would suggest to test on
current wine (with current conformance tests), on both Linux and wine, and if
the same thing occurs, report it to the devel list, as a possible bug in the
conformance tests. If they confirm it is a bug, then please report that back 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=1266
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 08:40 -------
How about now? What ever happened with the patch on bug 1265? I assume it has
since bitrotted and was never committed to CVS, but if updated against the
current tree, will it still fix the issue?
--
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.