http://bugs.winehq.org/show_bug.cgi?id=4035
------- Additional Comments From z77y16(a)hotmail.com 2006-05-02 22:09 -------
I continued experiencing hangs after changing sound accel to emulation and also
after trying oss. The game would even hang unpredictably while playing with
sound disabled (ctrl+s).
I ended disabling sound completely in Wine. No hang since.
--
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=4035
z77y16(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Dsound related hand in |Dsound related hang in
|Warcraft 3. |Warcraft 3.
--
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=4490
------- Additional Comments From misc(a)mokfam.com 2006-05-02 21:57 -------
Ok, took some time out to do some regression testing and the result is the last
working CVS update was on "2006-01-05 11:57:00 CDT". Anything on "2006-01-05
11:58:00 CDT" and after causes AOL AIM to crash after logging into the server.
Hope this helps.
--
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=4420
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 17:57 -------
Closing. This is not an installer's job to add library path to the /etc/ld.conf.
Historically it's been a job of the user/root to do so. Especially that you can
install Wine as a user into user's $HOME for example.
--
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=4491
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-02 16:00 -------
This looks like safedisc checks for softice.
*** This bug has been marked as a duplicate of 219 ***
--
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
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |axel.braun(a)gmx.de
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-02 16:00 -------
*** Bug 4491 has been marked as a duplicate of this bug. ***
--
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=4393
eric.pouech(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From eric.pouech(a)wanadoo.fr 2006-05-02 15:08 -------
bug fixed, patch sent to wine-patches (should be in repository tomorrow)
--
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=4486
------- Additional Comments From alex(a)thehandofagony.com 2006-05-02 14:38 -------
That is probably because it tries to load some driver for the Walkman MP3 player
which it is supposed to communicate with. It crashes if I use winver nt40.
--
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=4480
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 13:41 -------
This means that this particular comctl32.dll came from win9x. Anyway this has
nothing to do with the bug itself.
--
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=4480
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-05-02 13:38 -------
Sorry, Vitaliy, for not bolding that I am talking about only this case:
| err:thunk:_loadthunk (commctrl.dll, Cctl1632_ThunkData16, comctl32.dll):
| Unable to load 'commctrl.dll', error 2
| err:module:LdrInitializeThunk "COMCTL32.dll" failed to initialize, aborting
--
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=4480
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 13:34 -------
Deppends on where comctl32.dll came from. If it's from win9x then yes it does
need the 16-bit version - commctrl.dll. If it's from win2k+ then no.
Anyway the problem is in MONTHCAL_SetRange. It should check for Min < Max range.
And it doesn't. There are number of other problems with Wine's implementation as
well.
--
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=4490
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-02 13:33 -------
What you are describing is a linear search. While that will work it is not very
efficient.
A much more effient way is to use a binary search. You know that it worked with
0.9.5 and does not work with 0.9.6. So since wine 0.9.6. came out on January 20,
2006 and 0.9.5. came out on January 5, 2006 So your first test would be on
January 12, 2006 (half way between the two dates) If it works then your next
test would be on the 16th, If it didn't then the next test would be on the 9th.
Continue spliting the dates untill you arrive at the day the patch was applied.
The same method can be applied to "times" but since most commits arrive in a
clump (many commits at once) it is a good idea to look at the cvs commits for
that day before-hand http://news.gmane.org/gmane.comp.emulators.wine.cvs
--
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=4480
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-05-02 13:14 -------
IMHO it requires 'commctrl.dll' present to load 'comctl32.dll' successfully. Do
you have 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=4486
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-05-02 13:02 -------
Don't know whether this is related, but quoting the log:
| fixme:vxd:VXD_Open Unknown/unsupported VxD L"sonyspti.vxd". Try setting
Windows version to 'nt40' or 'win31'.
What happens if you follow this advise?
--
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=3166
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Winw will not install |Wine will not install
|Quicken Delux 2005 |Quicken Delux 2005
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 13:01 -------
Please remove ~/.wine dir with 'rm -rf ~/.wine' Then run 'wine --version' to
recreate it. This should work. Unless you have some problems with permissions /
free space in your $HOME directory.
--
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=4491
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 12:57 -------
What happens if you set win ver to windows 2000?
BTW please update Hardware and OS ^
--
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=3166
------- Additional Comments From robert(a)paulsen.homeip.net 2006-05-02 11:45 -------
I am sure I am doing something fundamentally wrong but don't know what else to
do. Running winecfg gives errors:
> winecfg
wine: creating configuration directory '/home/robert/.wine'...
ln: creating symbolic link `/home/robert/.wine-tdv10N/dosdevices/m:/usbdisk_5'
to `/media/usbdisk_5': Permission denied
wine: wineprefixcreate failed while creating '/home/robert/.wine'.
So I created .wine directory manually and tried again:
> winecfg
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory
'/media/QW05PRMR1B', starting in the Windows directory.
err:shell:SHGetFolderPathW Failed to create directory
'L"c:\\windows\\profiles\\robert\\Desktop"'.
I tried adding drives in winecfg but get errorsd with that as well:
err:winecfg:apply_drive_changes unable to define devicename of 'C:',
targetpath of '/'
err:winecfg:apply_drive_changes unable to define devicename of 'I:',
targetpath of '/media/cdrecorder'
err:winecfg:apply_drive_changes unable to define devicename of 'J:',
targetpath of '/media/fd0'
err:winecfg:apply_drive_changes unable to define devicename of 'K:',
targetpath of '/home/robert'
Trying wine install.exe anyway didn't work. Same arrors as above. I even tried c
> wine install.exe
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory
'/media/QW05PRMR1B', starting in the Windows directory.
wine: cannot open (null)
Somehow things worked much better for me with the original version of wine.
So, I guess I can't check if the problem still exists in this version of wine.
--
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=4491
------- Additional Comments From axel.braun(a)gmx.de 2006-05-02 11:33 -------
@Joaopa:
I dont think so, it is an older game. I could make an ISO and provide it for
download, would that help?
@Vitaliy:
No, there is nothing in
~/.wine/drive_c/windows/system32/drivers
--
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
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jhilton(a)novell.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:28 -------
*** Bug 2379 has been marked as a duplicate of this bug. ***
--
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=2379
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:28 -------
This program uses safedisc to protec itself from debuggers/reverse engineering.
*** This bug has been marked as a duplicate of 219 ***
--
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
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexanderwstanley(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:27 -------
*** Bug 3872 has been marked as a duplicate of this bug. ***
--
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=219
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super-greg(a)gmx.de
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:26 -------
*** Bug 3718 has been marked as a duplicate of this bug. ***
--
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=219
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:26 -------
*** Bug 3587 has been marked as a duplicate of this bug. ***
--
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=219
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |storri(a)torri.org
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:25 -------
*** Bug 2907 has been marked as a duplicate of this bug. ***
--
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=1434
Bug 1434 depends on bug 2907, which changed state.
Bug 2907 Summary: Page fault on write access attempting to play SSI Rites of War
http://bugs.winehq.org/show_bug.cgi?id=2907
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |DUPLICATE
--
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=2907
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:25 -------
Safedisc dup
*** This bug has been marked as a duplicate of 219 ***
--
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=219
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Fallen.Azrael(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:23 -------
*** Bug 2895 has been marked as a duplicate of this bug. ***
--
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=1434
Bug 1434 depends on bug 2895, which changed state.
Bug 2895 Summary: C&C Generals throws "Unload the debugger and try again."
http://bugs.winehq.org/show_bug.cgi?id=2895
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--
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=2895
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:23 -------
Safedisc dup
*** This bug has been marked as a duplicate of 219 ***
--
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=4491
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:14 -------
Could you check if you have any files in ~/.wine/drive_c/windows/system32/drivers?
If so, what are they?
--
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=4492
Summary: MinGW (GDB) installer stalls when extracting files.
Product: Wine
Version: CVS
Platform: PC
URL: http://www.mingw.org/download.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tony.lambregts(a)gmail.com
I have tried to install MinGW's GDB using a straight "wine gdb-6.3-2.exe" many
times now and it usually stalls at 11% when it tries to extract files. Sometimes
it gets futher and stalls at 24%.
Using the folowing flags allows it to install some of the time. Even if it
stalls, most of the time if I switch away from the install screen and then
return to it it recovers and resumes installation. Sometimes I need to switch
away and return quite a number of times before it recovers and on the odd
occassion it seems I am unable to make recover at all.
WINEDEBUG="+relay" wine gdb-6.3-2.exe &> gdb.out
The same technique does not work I try to install it with out "+relay"
One interesting part that I could find in the relay log are the calls to
gdi32.GetTextExtentExPointW and gdi32.ExtTextOutW it seems that the strings
passed to them are corrupted from kernel32.WideCharToMultiByte.
ie: instead of just "Extract: gdb.exe... 11%" it also contains extra garbage
such as:
"\7fc8\f183\3f3b\b9ae\2008\ffff\ffff\f044\00c8\0ff4\2015"
This may not be the reason for the lockup but it is interesting.;^)
--
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=2379
------- Additional Comments From grandao(a)gmail.com 2006-05-02 08:37 -------
i couldn't install flash mx 2k4, then i ran winecfg and i had to put an asterisk
(*) on the libraries to be native, built-in. Bu then, happens the same: installs
perfect, but fails to load;
-Slackware 10.2
-Wine 0.9.7
-today: 05 feb 2006
output:
$ wine Flash.exe
err:module:LdrInitializeThunk "actlib.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Arquivos de
programas\\Macromedia\\Flash MX 2004\\Flash.exe" failed, status c0000142
$ winedbg Flash.exe
WineDbg starting on pid 0xa
First chance exception: page fault on read access to 0xc0384028 in 32-bit code
(0x42284440).
In 32 bit mode.
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:1007 GS:0007
EIP:42284440 ESP:4069f808 EBP:4069f90c EFLAGS:00210286( - 00 -RISP1)
EAX:00000001 EBX:c0384028 ECX:4069f8e0 EDX:4069f83c
ESI:c0384028 EDI:4069f83c
Stack dump:
0x00000000: 00000000 00000000 00000000 00000000
0x00000010: 00000000 00000000 00000000 00000000
0x00000020: 00000000 00000000 00000000 00000000
0x00000030: 00000000 00000000 00000000 00000000
0x00000040: 00000000 00000000 00000000 00000000
0x00000050: 00000000 00000000 00000000 00000000
0200: sel=1007 base=40018000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x42284440 in ~df394b.tmp (+0x4440) (0x42284440)
2 0x42282dce in ~df394b.tmp (+0x2dce) (0x42282dce)
3 0x422830c2 Ox12121212 in ~df394b.tmp (0x422830c2)
4 0x1002b3f5 EntryPoint in actlib (0x1002b3f5)
5 0x000000dc (0x000000dc)
6 0x00000000 (0x00000000)
0x42284440: movsl (%esi),%es:(%edi)
the dll wich flash whishes, is installed with the app and it's on the same
flash's dir.
you can surely confirm this bug :D
sorry for my bad english. i don't know how to debug very well, but if
instructions are presented to me, I surely can bring a new debug :)
--
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=1631
------- Additional Comments From gerald.britton(a)gmail.com 2006-05-02 08:24 -------
Problem still exists in wine 0.97 running Riven. I get the messages:
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe21740
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe21740
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe21740
--
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=4491
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-05-02 07:23 -------
Hi,
is there a downloadable demo of this game?
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=3849
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-05-02 05:29 -------
Same issue
*** This bug has been marked as a duplicate of 2252 ***
--
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=2252
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |altkai(a)ml1.net
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-05-02 05:29 -------
*** Bug 3849 has been marked as a duplicate of 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=4440
------- Additional Comments From noxxxy(a)gmail.com 2006-05-02 04:37 -------
This aint really a bug since it can be rounded by disabling progress bars for
transfers...
--
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=4131
magnus(a)hacka.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |critical
------- Additional Comments From magnus(a)hacka.net 2006-05-02 01:50 -------
Lowered severity to critical.
--
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=4131
magnus(a)hacka.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.6. |0.9.7.
------- Additional Comments From magnus(a)hacka.net 2006-05-02 01:39 -------
I can verify that upgrading to kernel 2.6.15 solves the problem.
I've been playing without any freezing issues for 3 hours.
Eg. it seems the problem appears for kernel <2.6.15.
--
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=4464
------- Additional Comments From ivg2(a)cornell.edu 2006-05-02 01:36 -------
It was my understanding that those are part of the DirectX SDK, which Microsoft
distributes. This is not code that app developers write themselves.
Anyway, the applications do distribute those dlls, but in a way that does not
get installed correctly on Wine, and with legal restrictions.
Wine could implement those dlls. I recall Raphael saying that it wouldn't be
very hard. (I'm not volunteering here, just want to point out the issue, since
no one replied to my message about this on wine-devel).
--
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=4464
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 00:37 -------
It looks like this is complete responsibility of an application developers
themselfs to include these dlls with their programs. Windows doesn't have those,
and m$ doesn't distribute them with DX either.
I don't think we can do anything about this ATM.
--
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=4478
------- Additional Comments From cnbiz850(a)sohu.com 2006-04-02 22:05 -------
Thanks for the response.
The local I am using is as follows:
$ locale
LANG=zh_CN.UTF-8
LANGUAGE=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
The program I am trying to port to Wine is actually not mine and it is a very
popular stock analysis program in China (please refer to my original post). The
filenames it tries to create depends on, I guess, the name of the listed
company, etc. Though I can not guarantee the problem is due to Chinese
filenames, the following messages I cut from the log file seem to indicate it.
------------------------
warn:ntdll:NtCreateFile L"\\??\\E:\\fxj\\DATA\\SH\\NOTE\\" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"NOTE\\" not found in
/home/djia/.wine/dosdevices/e:/fxj/data/sz
warn:ntdll:NtCreateFile L"\\??\\E:\\fxj\\DATA\\SZ\\NOTE\\" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"NOTE\\" not found in
/home/djia/.wine/dosdevices/e:/fxj/data/$$
warn:ntdll:NtCreateFile L"\\??\\E:\\fxj\\DATA\\$$\\NOTE\\" not found (c0000034)
-------------------
Interestingly, I did a "wine notepad" in the default locale as well as
"LANG=zh_CN.gb18030 wine notepad" as you suggested and saved to a Chinese
filename (though I can't type Chinese under Wine, I simply copied a Chinese word
from a webpage), and then I did "ls" in the xterm, you only find something like
"???.txt", etc., whereis if you use gedit to save a file, the Chinese filename
appears corrently on the xterm.
Hope this is better understood.
--
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=3694
jathey(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.5. |0.9.7.
------- Additional Comments From jathey(a)comcast.net 2006-04-02 21:54 -------
Still an issue with 0.9.7. The patch mentioned above is in 0.9.7, so therefore
it cannot be the fix for this problem.
--
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=4490
------- Additional Comments From misc(a)mokfam.com 2006-04-02 21:53 -------
I'm not sure if I understand the instructions at
http://www.winehq.org/site/docs/winedev-guide/x1344 fully so let me get some
things straight for my particular case. Untar 0.9.5, update that with CVS for a
day after its' release, compile and run AOL AIM. Repeat these steps, increasing
the date by one until I find the date AOL AIM crashes?
--
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=4131
------- Additional Comments From magnus(a)hacka.net 2006-04-02 21:18 -------
Information from Ubuntuforums.com about upgrade to 2.6.15 working:
---snip---
after several headbusting reinstalls and hours scouring the internet i had yet
to see a cure for the most recent wine/steam bug. an incessant hanging roughly
30 seconds after runtime, and repeating every time it broke out (either thru
patience or ctrl+alt+f#'ing to a different tty) roughly 30 seconds later.
after closely monitoring my processor time for roughly 20 minutes and still
remaining under 1:40 between wineserver and wine-preloader, id say i may have
found a cure, or rather i assembled one, that worked for me.
wine 0.9.6-0 ubuntu breezy, running a ck1 patched vanilla 2.6.15 kernel and 8178
binaries from nvidia.
no hanging, steam is every bit as responsive as it is windows. finally back to
cs'ing w/o leaving ubuntu!
be careful, following the following instructions will displace your previous
kernel source directory!
following the instructions found here but change every instance of 2.6.14 to
2.6.15 http://ubuntuforums.org/showthread.php?t=84174
(modified 2.6.14 to 2.6.15, just change commands, worked identically)
and after booting into my new kernel (which was simple as hell to make, and only
took about an hour, most of which was compile time) i installed nvidia-glx from
the official nvidia binary on their site.
Counterstrike runs fast as hell, hotplug works flawlessly, ipod is recognized
still, etc. my kernel is newer, seems a little quicker on the boot (?) and
overall i would say a big improvement from 2.6.10.
---snip---
--
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=4131
------- Additional Comments From magnus(a)hacka.net 2006-04-02 21:16 -------
Steam -dev didn't give any special information as I could see. During the log
below Steam freezed once. Running the Steam Beta version did not resolve the issue.
Running the beta:
---snip---
[user@ocsic:04:09:52:~/.wine/drive_c/Valve/Steam]$ wine steam.exe -clientbeta
steam3friends -beta steam3friends
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please
report)
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
<Application freeze>
---snip---
Steam.exe -dev output:
---snip---
[user@ocsic:04:02:44:~/.wine/drive_c/Valve/Steam]$ wine Steam.exe -dev
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please r
eport)
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
Shutting down. . .
1[user@ocsic:04:04:50:~/.wine/drive_c/Valve/Steam]$
---snip---
Steam.log:
---snip---
CsComm Session Feb-05-2006 04:02:52.197 [14]
ReconnectThread (14) Starting
CsComm Session Feb-05-2006 04:04:49.029 [14]
ReconnectThread (14) Told to exit
---snip---
---snip---
>From an errorlog for CS.
---snip---
[user@ocsic:03:59:52:~/.wine/drive_c/Valve/Steam/SteamApps/user@hacka.net/counter-strike/errorlogs]$
cat errorlog00028.txt
Error:Failed to load dialog file Resource/UI/ClassMenu.res
Function trace:
CGameUI::Start
CGameUI::Initialize
CFileSystem_Steam::Mount()
---snip---
I'll try and update to kernel 2.6.15.
--
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=4478
------- Additional Comments From mike(a)codeweavers.com 2006-04-02 20:42 -------
Nihao!
Please let us know the locale you are using, and the name of the file you're
trying to create. For example, you should be able to create the filename in
wine's notepad using one of the following locales:
LANG=zh_CN.gbk wine notepad
LANG=zh_CN.gb18030 wine notepad
LANG=zh_CN.utf8 wine notepad
If you paste the name of the file you're trying to create in bugzilla, I can try
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=4478
------- Additional Comments From cnbiz850(a)sohu.com 2006-04-02 17:01 -------
Created an attachment (id=1836)
--> (http://bugs.winehq.org/attachment.cgi?id=1836&action=view)
log file as requested
I ran the program with WINEDEBUG=warn+all and did get some possible
indications of the problems. Please see attached log file.
I did some further research. Functions file:CreateFileW or
ntdll:NtCreateFile, or things like that can not handle Chinese
filenames. That seems to be the problem. At the same time, it seems that
opening files with Chinese names is OK.
--
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=4480
------- Additional Comments From cnbiz850(a)sohu.com 2006-04-02 16:43 -------
Created an attachment (id=1835)
--> (http://bugs.winehq.org/attachment.cgi?id=1835&action=view)
log file as requested
BTW, I tried using native comctl32.dll as you suggested but failed with the
following messages. The first message is when I used the copy from my
XP install, and the second is when I used a copy from dll-files.com. In
both cases, the program simply quit.
-------------
$ wine ./TDXW.EXE
fixme:advapi:CheckTokenMembership (0x78 0x7fd50c88 0x7fbcfa30) stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:font:WineEngCreateFontInstance Dirty hack. Default and ansi
charset is translated to getenv("WINE_DEFAULT_CODEPAGE")
err:win:CreateWindowExA bad class name "SysTabControl32"
fixme:msvcrt:MSVCRT__fsopen :(E:\jcb_gx\T0002\block.dat,rb,64),ignoring
share mode!
fixme:msvcrt:MSVCRT__fsopen :(E:\jcb_gx\T0002\gbbq,rb,64),ignoring share
mode!
fixme:ole:CoRegisterMessageFilter stub
err:win:CreateWindowExA bad class name "ToolbarWindow32"
fixme:ole:CoRegisterMessageFilter stub
-------------
$ wine ./TDXW.EXE
err:thunk:_loadthunk (commctrl.dll, Cctl1632_ThunkData16, comctl32.dll):
Unable to load 'commctrl.dll', error 2
err:module:LdrInitializeThunk "COMCTL32.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for L"E:\\jcb_gx\
\TDXW.EXE" failed, status c0000142
--
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=4489
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-02 16:03 -------
This is a crash related to multithreaded openGL calls. In this case ExitProcess
is called from the different thread (000b) then the one that initialized GUI
(0009). So I don't think this is the error you are looking for. Yes it does
crash, but after it's trying to terminate the process...
--
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=3771
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-02 15:06 -------
I downloaded the demo and ran the installer successfully but when I went to run
the game I get a messagebox saying
"Grim Fandango could not open!
Please make sure the CD is in the drive..."
Any suggestions for what channels to 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=4488
winehq-ticket(a)raf256.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://mingw.,org |http://sourceforge.net/proje
| |ct/showfiles.php?group_id=24
| |35
Summary|MSYS dont quite work, like |MSYS binaries dont quite
|mkdir in example |work, like mkdir in example
------- Additional Comments From winehq-ticket(a)raf256.com 2006-04-02 12:58 -------
Missing MSys is a problem for corss-devel that need to run windows command line
mingw g++ compiler and stuff in 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=4488
Summary: MSYS dont quite work, like mkdir in example
Product: Wine
Version: CVS
Platform: Other
URL: http://mingw.,org
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-ticket(a)raf256.com
MSYS installation from .exe file did worked (there wher equite few erros but
still), yet the unpacked .exe files do not work.
raf256@lore:~/.wine/drive_c/msys/1.0/bin$ wine ./mkdir.exe
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x7fb5f478,0x00000001,0x7fb5f494) stub
fixme:advapi:LsaQueryInformationPolicy (0xcafe,0x00000005,0x7fb5f490) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:advapi:LsaOpenPolicy ((null),0x7fb5f488,0x000f0fff,0x7fb5f484) stub
fixme:advapi:LsaQueryInformationPolicy (0xcafe,0x00000005,0x7fb5ef14) stub
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 00000001
fixme:advapi:LsaClose (0xcafe) stub
fixme:netapi32:NetUserGetInfo Level 3 is not implemented
0 [main] mkdir 8 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
477 [main] mkdir 8 open_stackdumpfile: Dumping stack trace to
mkdir.exe.stackdump
fixme:file:NtNotifyChangeDirectoryFile parameters ignored (nil) (nil) (nil) 0 1
--
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=4487
------- Additional Comments From alex(a)thehandofagony.com 2006-04-02 12:16 -------
Created an attachment (id=1833)
--> (http://bugs.winehq.org/attachment.cgi?id=1833&action=view)
Console output
The mixer underruns have nothing to do with the game crashing; they appeared in
another log when the game ran fine. I have tried different settings of sound
emulation.
--
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=4487
Summary: C&C and Red Alert stop redrawing at random times
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=4026
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When playing either 'Command & Conquer Gold' and 'Command & Conquer: Red Alert',
the game will stop redrawing after some time; you can still navige menus etc.,
but there is nothing more drawn to the screen, or garbage is drawn (mouse traces
etc).
There is a demo available for Red Alert:
http://appdb.winehq.org/appview.php?versionId=4026
--
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=4291
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From alex(a)thehandofagony.com 2006-04-02 11:03 -------
It seems SonicStage has the same problem (tested with Wine 0.9.7): The main menu
bar is invisible, but its popup menus are not.
All necessary information on how to download and install it, as well as a
screenshot of the problem, is available from its AppDB page:
http://appdb.winehq.org/appview.php?versionId=3876
Be warned, though; it has a serious memory leak, as described in Bug 4486.
--
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=1233
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-02 10:19 -------
Patch commited some time ago.
--
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=4486
Summary: Huge memory leak when running SonicStage
(DIB_SetImageBits?)
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=3876
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When starting playback of an audio file in SonicStage, Wine begins tapping the
computer for remaining memory; in my case it used less than a minute to take
650MB. When there is nothing more to take, the SonicStage window redraws with
black rectangles.
See the AppDB page for information on how to download and install SonicStage.
--
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=4257
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
Summary|"Unable to create |DCOM: "Unable to create
|InstallDriver instance" when|InstallDriver instance" when
|installing OpenMG secure |installing OpenMG secure
|module |module
Version|0.9.5. |0.9.7.
------- Additional Comments From alex(a)thehandofagony.com 2006-04-02 09:11 -------
It installs with native DCOM98
--
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=4483
winehq-ticket(a)raf256.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From winehq-ticket(a)raf256.com 2006-04-02 08:35 -------
Hmm a little correction - it ALMOST works.
In example, it randomly craches right at startup:
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
(crashed)
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
(ok, I closed the program)
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
(ok, I closed the program)
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
(crashed again)
--
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=4483
winehq-ticket(a)raf256.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Version|0.9.3. |0.9.7.
------- Additional Comments From winehq-ticket(a)raf256.com 2006-04-02 08:29 -------
Instalation works nicely on wine 0.9.7 (I got it from CVS actually)
root@lore:/home/raf256/.wine/drive_c/dap# md5sum MinGW-5.0.0.exe
d31f7082cba5bd03873f2501d0157ae0 MinGW-5.0.0.exe
root@lore:/home/raf256/.wine/drive_c/dap# uname -a
Linux lore.raf256 2.6.14.6-grsec-a+gb-k8reg-pg4 #3 PREEMPT Fri Feb 3 11:01:22
CET 2006 i686 GNU/Linux
root@lore:/home/raf256/.wine/drive_c/dap# wine ./
wine: cannot open (null)
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
err:menubuilder:extract_icon32 LoadLibraryExW (L"C:\\MinGW\\uninst.exe") failed,
error 126
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
kde-config: WARNING: KLocale: trying to look up "" in catalog. Fix the program
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\ChoosePackage.ini" of other process window
0x20058 should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\InstallOptions.dll" of other process window
0x20058 should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\NSISdl.dll" of other process window 0x20058
should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\PickMirror.ini" of other process window 0x20058
should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\StartMenu.dll" of other process window 0x20058
should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\ioSpecial.ini" of other process window 0x20058
should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\modern-header.bmp" of other process window
0x20058 should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\modern-wizard.bmp" of other process window
0x20058 should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\untgz.dll" of other process window 0x20058 should
not use SendMessage
fixme:win:SetWindowTextA setting text "Remove folder:
C:\\windows\\temp\\nstee7.tmp\\" of other process window 0x20058 should not use
SendMessage
Despite thoes warning all seem to work 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=4485
Summary: MP3 playback stops in middle of files in WMP9
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=1449
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When playing MP3 files in Windows Media Player 9, the playback stops long before
the file is finished. Furthermore, the first second of sound is not played
correctly. All other files I have tried, MPEG layer-2 audio, WMA, WAV, WMV etc.
play fine.
There doesn't seem to be any relevant information on the console, and I don't
know tha tDLL to give specific output from.
See the AppDB page for information on how to download and install the Player.
--
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=4484
Summary: 'Alchemy' visualization uses whole window in WMP9
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=1449
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The 'Alchemy' visualization type in Windows Media Player 9 uses the whole player
window instead of the designated playback area.
See the AppDB page for information on where to download it and how to install 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=4477
------- Additional Comments From b.buschinski(a)web.de 2006-04-02 05:32 -------
Yes it works this way
I hope usp10 improves soon :-)
--
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.
I did some further research. Functions file:CreateFileW or
ntdll:NtCreateFile, or things like that can not handle Chinese
filenames.
在 2006-02-04六的 15:30 +0800,cnbiz850写道:
> I ran the program with WINEDEBUG=warn+all and did get some possible
> indications of the problems. Could that be due to the case-sensitive
> filenames? Please see attached log file.
>
>
>
> 在 2006-02-03五的 20:50 -0600,Wine Bugs写道:
> > http://bugs.winehq.org/show_bug.cgi?id=4478
> >
> >
> >
> >
> >
> > ------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-02 20:50 -------
> > Shared memory mapping is fully supported by Wine. Please provide all of the
> > messages that you see in the terminal window (attach if it's more then 30 lines).
> >
http://bugs.winehq.org/show_bug.cgi?id=4483
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.bloodshed.net/dev
| |/devcpp.html
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-02 03:33 -------
i guess that's from this website:http://www.bloodshed.net/dev/devcpp.html???
Just tried and installs fine here. I see you use wine-0.9.3. Could you please
first upgrade to 0.9.7 and try again? Thanks!
--
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=4482
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-02 03:20 -------
Created an attachment (id=1829)
--> (http://bugs.winehq.org/attachment.cgi?id=1829&action=view)
exe file shows different behaviour with native msvcrt
well, i tried the little sample at msdn and modified it a bit:
#include <stdarg.h>
#include <wtypes.h>
void VarArg(LPCSTR formatstring, ...)
{
int nSize = 0;
char buff[255];
va_list args;
va_start(args, formatstring);
nSize = _vsnprintf( buff, sizeof(buff), formatstring, args);
printf("nsize=%d\n", nSize);
}
void main() {
VarArg("Players\Player%d.plr", "Players\Player0.plr");
VarArg("Cannot open file `%s' (%s) ()", "");
}
gives:
WINEDLLOVERRIDES="msvcrt=n" wine a.exe
nsize=24
nsize=25
and
wine a.exe
nsize=24
nsize=33
so different results
Maybe it's due to the strange `%s' -"thing
--
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=4482
------- Additional Comments From Speeddymon(a)gmail.com 2006-04-02 02:20 -------
Im not so sure it is vsnprintf. The only reason I say this is because it is the
first time you run it. It seems to me more likely that the game is writing some
registry entries on the first run (game options?) and somethine there is
dieing.. maybe it is using vsnprintf to write those reg entries, im not sure,
but I just thought I would offer that up as something else to check.
The only other thing (now that I have looked at the trace) is that it is using
vsnprintf to load up the string for the files, and then it cant find the files
on the first load, causing the crash. try creating empty files named the same
as those listed just before the crash, and see if that fixes it. if it does,
then we have a problem with the way wine is handling the file not found.
--
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=4477
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2006-04-02 01:54 -------
it failed allocating memory i guess.
you need to run with:
WINEDLLOVERRIDES=*usp10=n wine reise...exe
(or set the loadorder of usp10.dll to
native,builtin in winecfg).
Our internal usp10.dll is not yet working in this case.
After I do this I get the main window at least ;)
--
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=4482
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1827 is|0 |1
obsolete| |
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-02 01:53 -------
Created an attachment (id=1828)
--> (http://bugs.winehq.org/attachment.cgi?id=1828&action=view)
extra traces for _vsnprintf
Oops, that got messed up. This is the correct one
--
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=4482
Summary: msvcrt: Serious Sam First Encounter demo still crashes
Product: Wine
Version: CVS
Platform: Other
URL: http://files.seriouszone.com/catdisplay.php?catid=36
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, there was already a bug report about this (bug 3528) but i now get a
different crash , so the issue still doesn't seem to be fixed.
After installation and trying to run Serious Sam the _first_ time i get:
wine: Unhandled page fault on read access to 0x54bbadc2 at address 0x54bbadc2
(thread 001e), starting debugger...
WineDbg starting on pid 0x3e
Unhandled exception: page fault on read access to 0x54bbadc2 in 32-bit code
(0x54bbadc2).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:54bbadc2 ESP:7fc5fae4 EBP:7fc5fc10 EFLAGS:00010216( - 00 -RIAP1)
EAX:7ff7a306 EBX:7f965524 ECX:00000000 EDX:7ff7a304
ESI:7ff7a306 EDI:7fc50064
Stack dump:
0x00000000: 00000000 00000000 00000000 00000000
0x00000010: 00000000 00000000 00000000 00000000
0x00000020: 00000000 00000000 00000000 00000000
0x00000030: 00000000 00000000 00000000 00000000
0x00000040: 00000000 00000000 00000000 00000000
0x00000050: 00000000 00000000 00000000 00000000
Backtrace:
=>1 0x54bbadc2 (0x54bbadc2)
2 0x7f95e833 MSVCRT_vsnprintf(str=0x7fefc678, len=0x100, format=0x604c7538,
valist=0x7fc5fc84) [/LFS/winecvs/wine/dlls/msvcrt/wcs.c:743] in msvcrt (0x7f95e833)
3 0x600c76c9 ??5@YAAAVCTStream@@AAV0@AAVCTString@@@Z+0x419 in engine (0x600c76c9)
4 0x604b20b1 in game (+0x120b1) (0x604b20b1)
5 0x604b2202 in game (+0x12202) (0x604b2202)
6 0x604b9613 in game (+0x19613) (0x604b9613)
7 0x00420f69 in serioussam (+0x20f69) (0x00420f69)
8 0x00421872 in serioussam (+0x21872) (0x00421872)
9 0x00422a80 in serioussam (+0x22a80) (0x00422a80)
10 0x00423828 in serioussam (+0x23828) (0x00423828)
11 0x00425c70 EntryPoint+0x134 in serioussam (0x00425c70)
12 0x7b8648fb start_process+0xd3(arg=0x0)
[/LFS/winecvs/wine/dlls/kernel/process.c:1027] in kernel32 (0x7b8648fb)
13 0xb7f5276f wine_switch_to_stack+0x17 in libwine.so.1 (0xb7f5276f)
I don't know for sure that this is a bug in _vsnprintf.I've put a few extra
traces in it, and attach the output hereafter. Maybe someone who's familiar with
might see something suspicious
Note it runs fine with native msvcrt, and the bug is only present when i start
Serious Sam the first 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.
I tried with native comctl32.dll as you suggested but failed with the
following messages. The first message is when I used the copy from my
XP install, and the second is when I used a copy from dll-files.com. In
both cases, the program simply quit.
-------------
$ wine ./TDXW.EXE
fixme:advapi:CheckTokenMembership (0x78 0x7fd50c88 0x7fbcfa30) stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:font:WineEngCreateFontInstance Dirty hack. Default and ansi
charset is translated to getenv("WINE_DEFAULT_CODEPAGE")
err:win:CreateWindowExA bad class name "SysTabControl32"
fixme:msvcrt:MSVCRT__fsopen :(E:\jcb_gx\T0002\block.dat,rb,64),ignoring
share mode!
fixme:msvcrt:MSVCRT__fsopen :(E:\jcb_gx\T0002\gbbq,rb,64),ignoring share
mode!
fixme:ole:CoRegisterMessageFilter stub
err:win:CreateWindowExA bad class name "ToolbarWindow32"
fixme:ole:CoRegisterMessageFilter stub
-------------
$ wine ./TDXW.EXE
err:thunk:_loadthunk (commctrl.dll, Cctl1632_ThunkData16, comctl32.dll):
Unable to load 'commctrl.dll', error 2
err:module:LdrInitializeThunk "COMCTL32.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for L"E:\\jcb_gx\
\TDXW.EXE" failed, status c0000142
在 2006-02-03五的 23:14 -0600,Wine Bugs写道:
> http://bugs.winehq.org/show_bug.cgi?id=4480
>
>
> vitaliy(a)kievinfo.com changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Severity|blocker |major
> Component|wine-binary |wine-gui
> Summary|child process init problem |Crash in monthcal: calls
> | |ReAlloc(.., -4)
>
>
>
>
> ------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-02 23:14 -------
> Btw you should be able to use native comctl32.dll. (changing severity and summary).
>
> Please run wine with following command and attach wine.log file to the bug.
> WINEDEBUG=+message,+monthcal wine ./TDXW.EXE &> /tmp/wine.log
>
>
>
http://bugs.winehq.org/show_bug.cgi?id=1631
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |brodock(a)gmail.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:46 -------
*** Bug 4476 has been marked as a duplicate of 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=4476
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:46 -------
This bug is a duplicate of bug 1631
*** This bug has been marked as a duplicate of 1631 ***
--
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=4270
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:41 -------
Resolving as a duplicate of bug 1631
*** This bug has been marked as a duplicate of 1631 ***
--
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=1631
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tuxtux_tux(a)yahoo.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:41 -------
*** Bug 4270 has been marked as a duplicate of 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=3771
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.3dgamers.com/game
| |s/grimfandango/downloads/
Keywords| |download
Summary|Grim Fandango sound buffer |Grim Fandango crashes
|underruns (+ crashes) |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:37 -------
Please see bug 1631 for the "DSOUND_MixOne problem with underrun detection"
problems.
If you start X in 16 bpp you will have a better chance of playing this game.
Is this app still crashing with current wine version?
--
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=1631
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:22 -------
*** Bug 3700 has been marked as a duplicate of 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=3700
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:22 -------
Resolving as duplicate of 1631
*** This bug has been marked as a duplicate of 1631 ***
--
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=1631
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jerr231(a)hotmail.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:15 -------
*** Bug 3209 has been marked as a duplicate of 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=3209
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:15 -------
Resolving as A duplicate of bug 1631
*** This bug has been marked as a duplicate of 1631 ***
--
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=4480
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |major
Component|wine-binary |wine-gui
Summary|child process init problem |Crash in monthcal: calls
| |ReAlloc(.., -4)
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-02 23:14 -------
Btw you should be able to use native comctl32.dll. (changing severity and summary).
Please run wine with following command and attach wine.log file to the bug.
WINEDEBUG=+message,+monthcal wine ./TDXW.EXE &> /tmp/wine.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=2820
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:06 -------
Marking Duplicate of Bug 1631
*** This bug has been marked as a duplicate of 1631 ***
--
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=1631
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rankincj(a)yahoo.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 23:06 -------
*** Bug 2820 has been marked as a duplicate of 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=1631
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spamalltheway(a)bigfoot.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 22:55 -------
*** Bug 2618 has been marked as a duplicate of 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=2618
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 22:55 -------
Marking duplicate of bug 1631
*** This bug has been marked as a duplicate of 1631 ***
--
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=1631
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|sound problems running |DSOUND_MixOne problem with
|warblade |underrun detection
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 22:52 -------
Changing Bug description to be generic
--
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=4475
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 21:32 -------
Unless The program fails to run/install there is no need to open bug reports
like this.
Resolving INVALID.
--
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=4474
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-02 21:27 -------
This is obviously very specialized software. I looked at the web and I found
this site that seems to be for this software
http://www.thermo.com/com/cda/product/detail/1,1055,1000001009250,00.html
There is no AppDB Entry for this application. Could you please add one.
On to the bug itself. This bug is very likely a duplicate of Bug 3752.
--
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=4478
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-02 20:50 -------
Shared memory mapping is fully supported by Wine. Please provide all of the
messages that you see in the terminal window (attach if it's more then 30 lines).
--
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=4480
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-02 20:48 -------
*** Bug 4481 has been marked as a duplicate of 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=4481
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-02 20:48 -------
Dup
*** This bug has been marked as a duplicate of 4480 ***
--
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=4144
------- Additional Comments From dank(a)kegel.com 2006-03-02 19:57 -------
The latter part of problem #3
("in blahblah only the first "blah" is found")
is now bug 4479. Check that bug report
for a proposed fix.
--
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=4479
Summary: Bounds error in rich edit EM_FINDTEXT
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tkho(a)ucla.edu
CC: dank(a)kegel.com
Bug 4144 mentions a problem in finding text where the second occurance of 'blah'
in 'blahblah' would not be found. A simpler case is finding 'blah' in the range
(0, 4) in document 'blah', which fails only with Wine.
A rich edit conformance test posted several days ago shows this behavior:
http://www.winehq.org/pipermail/wine-patches/2006-January/023871.html
Variable values during the three find statements (lines 148-153 of the patch) are:
fixme:richedit:ME_FindText paraofs=0 rowofs=0, nstart=0, nlen=4, nmax=8
fixme:richedit:ME_FindText paraofs=0 rowofs=0, nstart=4, nlen=4, nmax=8
fixme:richedit:ME_FindText paraofs=0 rowofs=0, nstart=4, nlen=4, nmax=9
Here's the mention from bug 4144:
--snip--
(One interesting note: A Find done not-whole-word will miss a second
version of the word in a row. Ex.: in blahblah only the first "blah" is
found, while if RichEd20.dll is not loaded the Find is almost entirely
malfunctional. It's possible those issues are partially connected to
some problem with offset position numbers used to start the Find. In
both the control and API the RTB text has a zero-based offset system,
but Wine could be starting text at 1? )
--snip--
--
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=4478
Summary: inter-proc comms issue
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cnbiz850(a)sohu.com
I installed Wine 0.9.6 and then 0.9.7 on Ubuntu 6.04. I configured Wine
with pure winecfg. Setup OK (seems). Windows apps such
as firefox runs with Wine. I am particularly interested in getting a
couple Chinese financial software to run successfully and will make me
fully unload Windows.
At the moment they run, but have a couple problems. It seems to me the
problems only have to do with inter-proc comms. With one program for
instance, the main process and the data receiving child process both run
and I can tell that the data-receiving process does connect and receive
data (real-time stock data) from the Internet, but the main process can
not see the data received. There are times when the main process
instructs the child process to get more data, but it seems in Wine the
child process does not get the instruction. There is not much error
information in the xterm where I started wine. I know on Windows the
program uses memory mapping and so I guess the inter-proc comms is
achieved through memory mapping. I did check with pmap on Ubuntu and
found that there are some memory mapped with the two processes, though I
couldn't tell if they are mapped correctly. My question is how does
Wine support inter-proc comms, or how can I further detect or ensure
about the inter-proc comms? Can it be achieved by simply copying some
dlls, and if so, how do I determine which dlls I would 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=4477
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.daus.de.tk/reised|http://rapidshare.de/files/1
|erpinguine.tar.bz2 |2496342/reisederpinguine.tar
| |.bz2.html
------- Additional Comments From b.buschinski(a)web.de 2006-03-02 17:47 -------
url update:
http://rapidshare.de/files/12496342/reisederpinguine.tar.bz2.html
sorry I am having problems :/
--
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=4477
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.daus.de.tk/reised
| |erpinguine.tar.bz2
Summary|Wine breaks Qt4 |Wine 0.9.7 breaks Qt4
--
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=4477
Summary: Wine breaks Qt4
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
with 0.9.2 I could run this application
with 0.9.7 and cvs 20060204 it crashs
the application needs:
QtGui4.dll
QtCore4.dll
mingwm10.dll
(qt 4.1, mingw 3.4)
NOTE: this are all free open source dlls
--
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=4240
------- Additional Comments From b.buschinski(a)web.de 2006-03-02 16:35 -------
it works
but it crashed when I select text that I cant see by clicking in the richedit
hold the mouse button move it under the window and move the mouse fast right
,left, up and down(all under the window with pressed mouse button)
a window apears
"Error Number: 0x80040707
Descrition: DLL function call crashed: ISRT._WaitOnDialog
Setup will now terminate."
# wine L2_C3_Installer/setup.exe
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RpcChannelBuffer_GetDestCtx (0x57eff634,0x57eff638), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x57eff630,0x57eff634), stub!
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Lineage II - InstallShield Wizard" of
other process window (nil) should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c5d3d8,0x55c5d3dc), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c5d298,0x55c5d29c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c5d35c,0x55c5d360), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c5d8c8,0x55c5d8cc), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c5d788,0x55c5d78c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c5d84c,0x55c5d850), stub!
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Lineage II - InstallShield Wizard" of
other process window (nil) should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c5d5a8,0x55c5d5ac), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c5d468,0x55c5d46c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c5d52c,0x55c5d530), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c512e0,0x55c512e4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c511a0,0x55c511a4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x55c51264,0x55c51268), stub!
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub
fixme:richedit:RichEditANSIWndProc EM_SCROLL: stub
fixme:richedit:RichEditANSIWndProc EM_SCROLL: stub
wine-pthread: caret.c:119: ME_GetCursorCoordinates: Assertion `!pCursor->nOffset
|| !editor->bCaretAtEnd' failed.
wine-pthread: caret.c:119: ME_GetCursorCoordinates: Assertion `!pCursor->nOffset
|| !editor->bCaretAtEnd' failed.
fixme:ole:RpcChannelBuffer_GetDestCtx (0x57eff640,0x57eff644), stub!
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0d00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x80070057
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0b00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0d00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
--
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=3880
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-03-02 16:33 -------
just tested this again, and the error seemsto be gone. Everything is in english
now here. Could you retest with wine-0.9.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=4236
anim(a)jippii.fi changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From anim(a)jippii.fi 2006-03-02 14:53 -------
0.9.7 fixed Hapedit also.
Thank you.
--
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=4465
------- Additional Comments From thomas.waschinski(a)swipe.de 2006-03-02 14:27 -------
Hope this helps:
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 461
Current serial number in output stream: 461
Greetings, Thomas
--
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=4476
Summary: Virtual DJ 3.1 Running Slowly
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://www.virtualdj.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodock(a)gmail.com
Here is a full debuging report of a simple interaction with virtual dj:
1-Open Virtual DJ Trial Version
2-Drag the first demo music and drop it at one of the "Discs" (lp image)
3-Wait several minutes for it to analyze and recognize the entire sound (it
shall do it in a few seconds at windows)
4-Press Play Button.
(If you try step 4 before step 3 you got no sound or a slow try to reproduce the
sound... if was in windows it should work)
fixme:wave:DSD_CreateSecondaryBuffer
(0x7fdef5a0,0x7faff3ec,18080,0,0x7fdef864,0x7fdeeb34,0x7fdef840): stub
fixme:powermgnt:SetThreadExecutionState (0x80000002): stub, harmless.
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fdef818
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fdef818
fixme:wave:DSD_CreateSecondaryBuffer
(0x7fdeeb10,0x7fafe520,18080,0,0x7fe4d80c,0x7b0222fc,0x7fe4d7e8): stub
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe4d7c0
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe4d7c0
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26328 <
primary_done=26688)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26296 <
primary_done=26656)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26296 <
primary_done=26656)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26296 <
primary_done=26656)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26296 <
primary_done=26656)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26264 <
primary_done=26624)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26264 <
primary_done=26624)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26264 <
primary_done=26624)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26264 <
primary_done=26624)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26232 <
primary_done=26592)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26200 <
primary_done=26560)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26168 <
primary_done=26528)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26168 <
primary_done=26528)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26168 <
primary_done=26528)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26168 <
primary_done=26528)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26168 <
primary_done=26528)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26168 <
primary_done=26528)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=26168 <
primary_done=26528)
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe4d7c0
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe4d7c0
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe4d7c0
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe4d7c0
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe4d7c0
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe4d7c0
err:ntdll:RtlpWaitForCriticalSection section 0x7befb5e8 "exception.c:
vectored_handlers_section" wait timed out in thread 0043, blocked by 0009,
retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7f8bbaa0 "gdiobj.c: GDI_level"
wait timed out in thread 0009, blocked by 0043, retrying (60 sec)
--
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=4236
------- Additional Comments From wine-bugzilla(a)thequod.de 2006-03-02 10:23 -------
This is fixed, at least for me and Beyond Compare, with Wine 0.9.7. Thank you!
--
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=4475
brodock(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FIXME
--
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=4475
Summary: Trying to install virtualdj
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://www.virtualdj.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodock(a)gmail.com
Here is a small "bug report" of the debugging messages i got trying to install
virtual dj.
Installation works without problem, so i think the fixes are more like cosmetical.
fixme:advapi:GetFileSecurityW (L"C:\\windows\\temp\\GLF6e88.tmp") : returns fake
SECURITY_DESCRIPTOR
fixme:advapi:GetFileSecurityW (L"C:\\windows\\temp\\GLF6eae.tmp") : returns fake
SECURITY_DESCRIPTOR
err:menubuilder:ExtractFromICO Invalid ico file format
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
err:menubuilder:extract_icon32 LoadLibraryExW
(L"C:\\ARQU~RXK\\VIRT~R5K\\http:\\www.virtualdj.com\\") failed, error 126
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
err:menubuilder:extract_icon32 LoadLibraryExW (L"C:\\ARQU~RXK\\VIRT~R5K\\Virtual
DJ - User guide.pdf") failed, error 193
err:menubuilder:ExtractFromICO Invalid ico file format
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
--
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=4474
Summary: Windows application installer fails in Wine
Product: Wine
Version: CVS
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msullemail-public(a)yahoo.co.uk
When trying to install XCalibur scientific software, the installer fails withh
the following output:
Error Code: -5011 : 0x80020005
Error Information:
>Kernel\TextSubstitution.cpp (292)
>SetupDLL\SetupDLL.cpp (524)
pAPP:Xcalibur
PVENDOR:Finnigan Corporation
PGUID:2E6EE352-C3CB-49F3-8E8F-7D2ECD851025
$7.1.100.1248
@Windows 2000 Service Pack 4 (2195) BT_OTHER 62091.47075
I've tried switching to NT/XP/2003 with the same results. This happens both with
the latest Debian release and a CVS version built as of today. Running Ubuntu
5.10 on Opteron with a 32 bit 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=4473
------- Additional Comments From marcus(a)jet.franken.de 2006-03-02 07:25 -------
Yes, this is the case currently.
Is the app expecting the previous call to fail? If this is the case, we might
need to adjust 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=4473
Summary: WSAStartup not needed before socket() call
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-ticket(a)raf256.com
On wine it seems that
sd = socket (AF_INET, SOCK_STREAM, 0);
works even without calling WSAStartup first - it just works returning valid file
descriptor.
While on native windows using same code without calling WSAStartup first makes
it fail returning -1 file descriptor.
--
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=4472
Summary: Corel 8 toolwindows can not be closed
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrvanes(a)gmail.com
Corel 8 toolwindows normally have 'tiny' close and stick buttons. They don't
appear under wine and thus these toolwindows can not be closed or removed.
--
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=4471
Summary: 2.6.16-rc2-SMP frezzes
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hlelong(a)laposte.net
wine 9.7 on Linux bi-p3 2.6.16-rc2-SMP frezzes (reboot needed)
--
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=4457
fpazzatura(a)email.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From fpazzatura(a)email.it 2006-03-02 03:47 -------
Sorry, with new version it works... Sloooooowly but works. Thanx
--
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=4457
------- Additional Comments From fpazzatura(a)email.it 2006-03-02 03:44 -------
UPDATE: With version 0.9.7 the game run, only with direct 3d. If i add the flag
"-opengl" the message "Please insert disk" already displays...
--
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=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-03-02 02:48 -------
Now, I have a machine where GIFs are displayed OK on compiled Wine, and machine
where they aren't. Both have the same version of Debian, and I compile Wine
0.9.6 on both.
I'm trying to test, which package breaks it (from those which are present on bad
machine and not present on good one). So far I have tested many with no result.
The most suspicious packages have passed already so I feel curious.
Remaining to test: nfs-kernel-server libqt3-compat-headers libid3-3.8.3
libflac++4 k3blibs k3b-i18n k3b gnome-backgrounds dvd+rw-tools cdrdao cdparanoia
--
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=4457
------- Additional Comments From fpazzatura(a)email.it 2006-03-02 02:04 -------
I've selected "blocking" because the system crash after the request "Please
Insert Disc"...
--
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=4457
------- Additional Comments From fpazzatura(a)email.it 2006-03-02 02:02 -------
The output of "test_type.exe" is:
Drive C:\ type=[3] DRIVE_FIXED
Drive D:\ type=[3] DRIVE_FIXED
Drive E:\ type=[3] DRIVE_FIXED
Drive F:\ type=[5] DRIVE_CDROM SCSI_ADDRESS @ 7FAFFE88: PortNumber=1 PathId=0
TargetId=0 Lun=0
Drive G:\ type=[4] DRIVE_REMOTE
Drive H:\ type=[4] DRIVE_REMOTE
Drive I:\ type=[3] DRIVE_FIXED
Drive Z:\ type=[3] DRIVE_FIXED
I've tried it on my Desktop PC and the output is almost identic.
--
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=4457
------- Additional Comments From fpazzatura(a)email.it 2006-03-02 01:55 -------
The PC with Warcraft III running (desktop PC) have a Nvidia GeForce FX 5500
perfectly configured. The laptop have a S3 SavagePro, the configuration is made
automatically bu Ubuntu.
--
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=3963
------- Additional Comments From tuharsky(a)misbb.sk 2006-03-02 01:09 -------
Created an attachment (id=1823)
--> (http://bugs.winehq.org/attachment.cgi?id=1823&action=view)
log winversion W98, trace
saulius:
First of all, I have discovered, that W98 failed installation has been caused
by unsufficient directory access privilegues. Once I have fixed it, the
installation finished succesfully!
So here's the log.
As of NT40, I know that there were separate versions of myodbc installer for
W95 and NT40. Probably the one I have is the W95 version and therefore it
dosen't run under NT40.
Might it even be a part of the problem as is..
I could try the versions that You have. If You could give a link..
--
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=4470
------- Additional Comments From tuharsky(a)misbb.sk 2006-03-02 00:59 -------
Installing Acrobat Reader does not help -it dosen't open PDF automatically.
--
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=4470
Summary: Enable file associations to Linux applications
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
Hi,
our main business app ISS, based on Visual Foxpro 9, that we run under Wine too,
is able to print-to-file. This option is very useful for us, since we have
problems with printing from the ISS under wine since the ISS moved from VFP7 to
VFP9.
The ISS is able to automatically open the created file, so that user could just
print by few more clicks. However, ISS is unable to run the default Linux app
for, say, PDF.
Could Wine be able to handle the file associations in Linux way? I mean, first
look into registres, if any Window$ app available dosen't handle the particular
file. If not, use the MIME settings available from desktop environment (GNOME or
KDE).
I'm going to try installing Acrobat reader for Windows, however I feel it would
be much mor elegant if wine could automatically handle the file associations in
Linux way.
--
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=4131
------- Additional Comments From soulglo83(a)aol.com 2006-02-02 23:48 -------
i can confirm this bug as well, previously running ubuntu breezy 5.10 w/ kernel
revision 2.6.10 under xorg 6.9 RC4 using ALSA. both wine-preloader and
wineserver appear to be gobbling up cpu time until the system becomes unstable,
ctrl + alt + f1-f6 will temporarily release a hold on some of the cycles and
appear to "unfreeze" the application. recently i read somewhere someone with
kernel 2.6.15 was running steam flawlessly, and so i decided to upgrade, i
patched a vanilla 2.6.15 from kernel.org following the how-to's assembled in
this post (for ubuntu users, w/ some modification may apply to debian) :
http://www.ubuntuforums.org/showthread.php?t=124692
bug may actually not exist in 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=4131
------- Additional Comments From magnus(a)hacka.net 2006-02-02 23:45 -------
More info from Valve!
----
I was interested in the win32 API calls that are being made when the UI
hang happens. We are running a beta for an update to the Steam UI that
has a couple of fixes that may address the problems you are seeing.
Details for accessing the beta can be found here:
http://developer.valvesoftware.com/wiki/Friends_Beta
If you run steam with "-dev" on the command line you will get extra
output when it detects and error condition.
----
I'll test this as soon as I get home and get some sleep. Please try the beta
version and post suspicious output from "wine Steam.exe -dev"!
--
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=3037
a(a)gaydenko.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.6. |0.9.7.
------- Additional Comments From a(a)gaydenko.com 2006-02-02 22:56 -------
up to 0.9.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=4469
Summary: can't install ROME TOTAL WAR demo
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_6784.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
When I try to install the demo of ROME TOTAL WAR with winecvs dated from 02/02
2006, the process stops silently. I don't know whether it is a bug in MSI or in
X11DRV: Here is the output console:
wine setup.exe
wine: creating configuration directory '/home/david/.wine'...
wine: '/home/david/.wine' created successfully.
fixme:msi:MsiInstallProductW
L"Z:\\home\\david\\T\00e9l\00e9chargement\\RomeTW_Demo_5.5\\ISScript9.Msi"
L"REBOOT=ReallySuppress ADDLOCAL=All"
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
fixme:msi:MsiGetProductInfoW L"{0900B4D5-B94A-4B08-9EB6-03C9D61D2975}"
L"InstallSource" 0x7fe6c4f0 0x7fc1de30
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7e31e664,0x7e31e668), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7e31e660,0x7e31e664), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc1db2c,0x7fc1db30), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc1da00,0x7fc1da04), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc1dab4,0x7fc1dab8), stub!
fixme:win:SetWindowTextA setting text "Rome - Total War(TM) Demo - InstallShield
Wizard" of other process window (nil) should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc1de18,0x7fc1de1c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc1dcec,0x7fc1dcf0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc1dda0,0x7fc1dda4), stub!
fixme:win:SetWindowTextA setting text "Rome - Total War(TM) Demo" of other
process window (nil) should not use SendMessage
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x1003e
[david@Goss RomeTW_Demo_5.5]$ killall -9 wine-preloader
[david@Goss RomeTW_Demo_5.5]$ winecfg
[david@Goss RomeTW_Demo_5.5]$ wine setup.exe
fixme:msi:MsiInstallProductW
L"Z:\\home\\david\\T\00e9l\00e9chargement\\RomeTW_Demo_5.5\\ISScript9.Msi"
L"REBOOT=ReallySuppress ADDLOCAL=All"
err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Fichiers
communs\\InstallShield\\Driver\\9\\Intel 32\\IDriver.exe" -> L"c:\\Program
Files\\Fichiers communs\\InstallShield\\Driver\\9\\Intel 32\\", last error 80
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
fixme:msi:MsiGetProductInfoW L"{0900B4D5-B94A-4B08-9EB6-03C9D61D2975}"
L"InstallSource" 0x7fe8c508 0x7fc2de30
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7e009664,0x7e009668), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7e009660,0x7e009664), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc2db2c,0x7fc2db30), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc2da00,0x7fc2da04), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc2dab4,0x7fc2dab8), stub!
fixme:win:SetWindowTextA setting text "Rome - Total War(TM) Demo - InstallShield
Wizard" of other process window (nil) should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc2de18,0x7fc2de1c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc2dcec,0x7fc2dcf0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc2dda0,0x7fc2dda4), stub!
fixme:win:SetWindowTextA setting text "Rome - Total War(TM) Demo" of other
process window (nil) should not use SendMessage
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x20050
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=4457
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-02 21:00 -------
Blocks development and/or testing work. Most probably "operator error".
Please download this test program and paste results:
http://www.kievinfo.com/2/test_type.exe
--
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=4397
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |critical
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-02 20:59 -------
Does not "Block development and/or testing 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=4443
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |major
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-02 20:57 -------
This does not make it a blocker. You can still run program with native riched20.dll
Because Wine is in beta, there are only few real blockers that could prevent
"development and/or testing".
--
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=3194
------- Additional Comments From tecywiz121(a)gmail.com 2006-02-02 20:47 -------
It does, I just tryed it with wine 0.9.5 on ubuntu dapper.
The game was Mist III: Exile
--
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=4457
------- Additional Comments From the3dfxdude(a)gmail.com 2006-02-02 18:24 -------
So, both PCs are running same version of Ubuntu and you tried the same version
of wine setup the same way, but different results. Seems like a hardware
problem to me. Let me know if I am wrong in guessing the situation.
It also has been told of me that bad drivers can cause the same thing; in the
case I know, it was a misconfigured nvidia binary driver.
--
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=4466
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-02 17:51 -------
I am preatty sure this is a duplicate but I can not find it... Could you please
add an entry for this application in the AppDB.
--
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=4468
Summary: advapi32: GetCurrentHwProfileA (0x73325f98) semi-stub
Product: Wine
Version: CVS
Platform: Other
URL: http://www.fulltiltpoker.com/download.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi,the pokerclient from the website above cannot connect to the server. It tries a
few times with this message:
advapi32: GetCurrentHwProfileA (0x73325f98) semi-stub
Then it quits saying it cannot connect. Changing the return value of the stub
(line 123 in advapi.c) from 1 to 0 makes it connect fine. I dunno how to write a
proper fix for this, so i just file 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=4467
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-02-02 16:57 -------
Aaaaaaargh. Did it double again....
*** This bug has been marked as a duplicate of 4466 ***
--
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=4466
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-02-02 16:57 -------
*** Bug 4467 has been marked as a duplicate of 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=4465
Summary: Using ALT + TAB to switch between KDE desktop and
Warcraft III crashes Wine
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.waschinski(a)swipe.de
Using ALT + TAB to switch between the game and the KDE desktop crashes Wine
(0.9.6-1). This does not happen using Warcraft III under Wine-2005-09-30.
Both tested using Gentoo Linux.
Actual version also tested under Kubuntu, using the winehq.com .deb file dated
2006-01-28. ALT + TAB simply closed the game.
Thomas
--
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=4463
------- Additional Comments From mstefani(a)redhat.com 2006-02-02 15:50 -------
What Wine version are you using? I have installed the demo (PD_Pro_3_5_Demo.exe)
and running wine (version 0.9.7) dogwaffle.exe gives:
Run-time error '13':
Type mismatch.
>From the fixme's printed the program uses the OLE richedit interface which is at
the moment basicaly not present in Wine. Somebody just started working on it and
hopefully wont run away screaming ...
--
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=4452
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-02-02 13:07 -------
hmm, looks like the patch didn't make it into cvs yet. Any reason for that?
--
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=3950
------- Additional Comments From penna(a)bb.com.br 2006-02-02 11:27 -------
One solution discussed at wine-devel list is to put "user.exe" (and of course
start.exe and/or sound.dll) in "native,builtin" order.
To solve the *.exe problems, you can follow the steps (the sound.dll solution is
described later):
a) launch winecfg (command line: winecfg)
b) click at the "Application" tab
c) click at the "Default Settings"
d) click at the "Libraries" tab
e) at the "New override for library" field, put the name of the executable
(user.exe or start.exe)
f) then click the "Add" button
g) click the "Apply" button and then the "OK" button
It worked for me.
For the sound.dll problem you *must know* the name of the executable is trying
to use it. Let's give it a fake name just to make an example: "foo.exe" needs
sound.dll
a) launch winecfg (command line: winecfg)
b) click at the "Application" tab
c) click at "Add application" button
d) add the application that needs the sound.dll (in our case: foo.exe)
e) still at the "Application" tab, click the executable you have just added
(foo.exe)
f) click at the "Libraries" tab
g) at the "New override for library" field, put the name of the dll: sound.dll
h) then click the "Add" button (obs.: that means sound.dll will be used in the
order "native,builtin" *only* for the executable - foo.exe - you have just
clicked right before in the "Application" tab). You can also change the order of
DLL's by clicking on the "Edit" button. But in this case you will want "native,
builtin" because of the sound.dll+executable problem.
i) click the "Apply" button and then the "OK" button
Hope this helps.
--
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=4464
Summary: d3dx9_*.dll are unimplemented
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
The d3dx9_* dlls are not implemented by wine, while they are required by many
applications to work.
For example, Battlefield 2, and Need For Speed: Most Wanted require those dlls.
Those dlls are distributed with the games, however, they are distributed through
an installer, which:
(1) does not work, and
(2) does not seem to legally permit use by people who do not own a copy of
Microsoft Windows.
Unless I am misunderstanding something, d3dx9_* will have to be implemented by
Wine. This bug could track this 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.
http://bugs.winehq.org/show_bug.cgi?id=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-02-02 09:27 -------
Created an attachment (id=1818)
--> (http://bugs.winehq.org/attachment.cgi?id=1818&action=view)
log-part1 (bz2) zivotne1, wine200503, msvcrt=b, grepped -C 1000
Detlef:
Log from zivotne2 (wine200503, network printer) grepped by Your specification.
Of course w/o the +snoop channel, that caused error "transgressed node" before.
This is part1 (split, then bz2)
--
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=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-02-02 08:53 -------
Created an attachment (id=1817)
--> (http://bugs.winehq.org/attachment.cgi?id=1817&action=view)
log (bz2) zivotne1, wine200503, msvcrt=b, tail, grepped -C 1000
Detlef: here is grepped tail from log from zivotne1 (wine200503, local
printer). If U wish larger part of the tail, just ask for ;o)
--
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=4463
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=4459
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-02 08:48 -------
Duplicate of 4184
*** This bug has been marked as a duplicate of 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=4184
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Pam82(a)web.de
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-02 08:48 -------
*** Bug 4459 has been marked as a duplicate of 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=4462
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://filezilla.sourceforge
| |.net/
Keywords| |download, source
--
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=657
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|WONTFIX |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-02 08:41 -------
Reopening 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=657
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ergzay(a)everyoneproductions.c
| |om
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-02 08:28 -------
*** Bug 4461 has been marked as a duplicate of 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=4461
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-02 08:28 -------
This is a duplicate of bug 657
*** This bug has been marked as a duplicate of 657 ***
--
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=4268
------- Additional Comments From michal.okresa(a)ifne.sk 2006-02-02 08:27 -------
I'm sorry I see in your logs that wine was compiled with cupsys support.
I had this problem (PrintDlgExA - no printers in ISS) and using native
comdlg32.dll fixed this problem - described in (5) of comment #39.
--
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=4443
frix(a)engineer.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |blocker
--
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=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-02-02 08:23 -------
Created an attachment (id=1814)
--> (http://bugs.winehq.org/attachment.cgi?id=1814&action=view)
log (bz2) zivotne1, wine200503, msvcrt=n
This is log from zivotne1 (wine 200503, local printer, visible in ISS with
space)
It crashed with an error, see next attachment (screenshot). ISS didn't even
start.
--
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=4322
------- Additional Comments From mjung(a)iss.tu-darmstadt.de 2006-02-02 08:22 -------
There's now code in cvs, which does as Vitaliy suggested. Namely, a symbolic
link is set from %USERPROFILE%/Desktop to $HOME/Desktop if this exists. Could
you please give this a try and confirm that this bug is fixed? You have to
start without a .wine directory, though, so that wineprefixcreate will create
these symlinks for you.
--
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=1088
------- Additional Comments From steuwer(a)univention.de 2006-02-02 08:19 -------
This is still true for 0.9.5-1 (debian) on sarge. Wine starts only for users
which are mentioned in /etc/passwd or if nscd is running. I'll attach traces
(strace -f regedit) with and without nscd.
We also found problems between wine and nscd where we needed to restart nscd
bevore using wine, but I don't know if it is related.
--
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=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-02-02 08:17 -------
And I nearly forgot: the printer has visible space before it's name in ISS on
both of machines.
--
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=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-02-02 08:17 -------
Michal: I'll try.
Detlef: Now I have two new logs from machines with Wine 200503.
The zivotne1 has local printer, the zivotne2 has networked one.
The printer is visible in ISS on both machines.
ALL: The warning about "Transgressed node" has been caused by +snoop parameter.
I did the logs without it though.
--
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=4268
------- Additional Comments From michal.okresa(a)ifne.sk 2006-02-02 07:57 -------
Hello Peter,
Please copy [System\\CurrentControlSet\\Control\\Print\\Printers\\
xerox_230] to [System\\CurrentControlSet\\Control\\Print\\Printers\\
xerox_230] with all subkeys (modify .wine/system.dat directly instead of using
regedit) - this is step one described in my last comment.
Check your cupsys configuration if you don't see printers. Do you have
libcupsys2-dev package installed on your debian system?
--
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=4184
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-02 07:22 -------
Patch commited.
--
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=4463
Summary: dogwaffle exits during initalization with a visual basic
error
Product: Wine
Version: 0.9.6.
Platform: PC
URL: http://www.squirreldome.com/cyberop.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kimmo.sundqvist(a)mbnet.fi
Running wine dogwaffle.exe, the executable being either the free Dogwaffle 1.2
or the Dogwaffle 2.0 demo. The main Dogwaffle workspace appears, and a window
with a progress bar. When the bar reaches 60%, a dialog box appears. It says:
Run-time error '458':
Variable uses an Automation type not supported in Visual Basic.
After clicking OK, wine and dogwaffle exit with no further errors.
--
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=3170
------- Additional Comments From vincent.rubiolo(a)free.fr 2006-02-02 02:52 -------
Hmm, after thinking about the font problem again, I think your solution works
simply because the rendered font size is smaller, hence not triggering the
problem. When doing a real install on win32, the font size is the one in the
screenshots I posted, not in yours. This is why I'd tend to think it is more
related to bitmap cropping than pure font display.
--
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=3170
------- Additional Comments From vincent.rubiolo(a)free.fr 2006-02-02 02:49 -------
Hello Louis,
Thanks for the feedback. Before opening a new bug, I'll rebuild a current Wine
snapshot and retry.
I'll also check to see that the workaround you proposed (strange that the Arial
font/a substitute is not shipped by default with 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=4462
Summary: Unhandled exception in Filezilla
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svzj(a)centrum.cz
The Filezilla FTP client generates an unhandled exception after some bigger work
is done. This error occurs either if you download/upload a lot of files (about a
hundred I guess), or maybe when the status window is filled with many lines.
Console shows:
wine-pthread: run.c:144: ME_RunOfsFromCharOfs: Assertion `nCharOfs >= nParaOfs'
failed.
This error is here for a while since some 2005* version.
--
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=2389
------- Additional Comments From truiken(a)gmail.com 2006-02-02 02:04 -------
> err:module:import_dll Library MSVCI70.dll (which is needed by L"C:\\Program
Files\\Intuit\\QuickBooks Premier\\xerces-c_2_3_0.dll") not found
> err:module:import_dll Library xerces-c_2_3_0.dll (which is needed by
L"C:\\Program Files\\Intuit\\QuickBooks Premier\\sdkcore.dll") not found
This error means that you need to find a copy of MSVCI70.dll and put it in the
current directory, or c:\windows\system32.
--
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=2389
marc.w(a)smlintl.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.5. |0.9.6.
------- Additional Comments From marc.w(a)smlintl.com.au 2006-02-02 02:01 -------
With version 0.9.6 the error is slightly different when Quickbooks is copied
into my home directory.
marc@ubuntu:~/.wine/drive_c/Program Files/Intuit/QuickBooks Premier$ wine qbw32.exe
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:DllRegisterServer not implemented (olepro32.dll)
err:module:import_dll Library MSVCI70.dll (which is needed by L"C:\\Program
Files\\Intuit\\QuickBooks Premier\\xerces-c_2_3_0.dll") not found
err:module:import_dll Library xerces-c_2_3_0.dll (which is needed by
L"C:\\Program Files\\Intuit\\QuickBooks Premier\\sdkcore.dll") not found
err:module:import_dll Library sdkcore.dll (which is needed by L"C:\\Program
Files\\Intuit\\QuickBooks Premier\\qbxmlrp.dll") not found
err:ole:CoGetClassObject class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered
err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f5078f32-c551-11d3-89b9-0000f81fe221}, hres is 0x80040154
err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f6d90f11-9c73-11d3-b32e-00c04f990bb4}, hres is 0x80040154
err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f6d90f11-9c73-11d3-b32e-00c04f990bb4}, hres is 0x80040154
err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f6d90f11-9c73-11d3-b32e-00c04f990bb4}, hres is 0x80040154
err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f6d90f11-9c73-11d3-b32e-00c04f990bb4}, hres is 0x80040154
err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f6d90f11-9c73-11d3-b32e-00c04f990bb4}, hres is 0x80040154
err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f6d90f11-9c73-11d3-b32e-00c04f990bb4}, hres is 0x80040154
err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f6d90f11-9c73-11d3-b32e-00c04f990bb4}, hres is 0x80040154
err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f6d90f11-9c73-11d3-b32e-00c04f990bb4}, hres is 0x80040154
That is what is generated now.
--
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=4461
------- Additional Comments From mike(a)codeweavers.com 2006-01-02 23:56 -------
Created an attachment (id=1810)
--> (http://bugs.winehq.org/attachment.cgi?id=1810&action=view)
spec file for mfc42.dll
I have talked with Alexandre about this before, and at the time he though it
was reasonable that an LGPL implementation of MFC42.DLL be added to Wine.
Although it would be alot of work, I think it is within the scope of Wine,
since MFC42 is part of the default Windows 2000 install, and is required by
programs such as the IE6 install.
I have enclosed the spec file of the dll. If somebody wants to implement it,
they should do so without refering to any existing MFC source code, and
implement it in C.
--
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=4461
Summary: MFC42.DLL is not part of wine even though required by
many programs
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ergzay(a)everyoneproductions.com
I have noticed that MFC42.dll is not included with wine. I use the MFC42.dll
from Windows 98 SE. I placed it in ~/.wine/drive_c/windows/system/. This works
and the below errors don't happen with it installed there, but this shouldn't
happen in the first place if wine truely aims to replace windows. I looked
through the other similar bug that was marked as WONTFIX but it was also
mentioned that MFC42.dll is freely distributable. If that is so why isn't it
included in wine. Here is the output of two programs requiring this that do not run.
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program
Files\\Gravity\\RO\\Ragnarok.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Gravity\\RO\\Ragnarok.exe" failed, status c0000135
err:module:import_dll Library MFC42.DLL (which is needed by L"D:\\Program
Files\\GravityWell\\GravityWell.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"D:\\Program
Files\\GravityWell\\GravityWell.exe" failed, status c0000135
--
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=4460
------- Additional Comments From ergzay(a)everyoneproductions.com 2006-01-02 23:25 -------
Forgot to add that I am using the mfc42.dll from win98 as the file is not in
wine even though many programs require 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=4460
Summary: Ragnarok Online crashes when trying to run
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ergzay(a)everyoneproductions.com
When I run the korean version of Ragnarok Online it crashes when it tries to run
the updater. I am aware of a similar bug but I think this is a different issue.
Attached is the winedbg output.
--
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.