http://bugs.winehq.org/show_bug.cgi?id=2678
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)navi.cx 2005-28-01 10:05 -------
Just hack winetest out of the build system for 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=2676
------- Additional Comments From mike(a)navi.cx 2005-28-01 09:41 -------
This is a FreeBSD specific problem, and requires in depth knowledge of the
FreeBSD threading system to fix. You will have to investigate this yourself, I
suspect.
--
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=2681
Summary: ms access 2000, forms with calculations not working
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r_vandam(a)hotpop.com
When opening a ms access (dutch version) form with a calculation in it:
The first field keeps blinking quickly until you click on it, then the
calculation is made. Sometimes it even causes ms access & wine to hang.
Reproduce:
20050111: In Northwind database open in Forms the Main switchboard. then choose
Categories --> ms access hangs.
20041201: In Northwind open form Orders. The first field (Vegie-spread) keeps
blinking until you click on it, then the calculation is made. This behaviour
crashes my own ms access application.
Console shows this messages:
fixme:nls:MultiByteToWideChar MB_USEGLYPHCHARS not supported
fixme:hook:NotifyWinEvent (32773,0x90050,27,0)-stub!
fixme:hook:NotifyWinEvent (32773,0x90050,27,0)-stub!
fixme:hook:NotifyWinEvent (32773,0x90050,27,0)-stub!
fixme:hook:NotifyWinEvent (32773,0x90050,27,0)-stub!
fixme:hook:NotifyWinEvent (32773,0x90050,27,0)-stub!
fixme:hook:NotifyWinEvent (32780,(nil),2,0)-stub!
Rob
--
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=2679
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-27-01 21:32 -------
Doh! We both pasted the wrong function too. LOL
Sorry about that I submitted a patch to fix this.
http://www.winehq.org/hypermail/wine-patches/2005/01/0743.html
--
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=2679
helly(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From helly(a)gmx.net 2005-27-01 20:00 -------
I just took a look at the current CVS (using cvsweb).
-----------------------------------
/***********************************************************************
* CharPrevA (USER32.@)
*/
LPSTR WINAPI CharPrevA( LPCSTR start, LPCSTR ptr )
{
while (*start && (start < ptr))
{
LPCSTR next = CharNextA( start );
if (next >= ptr) break;
start = next;
}
return (LPSTR)start;
}
/***********************************************************************
* CharPrevExA (USER32.@)
*/
LPSTR WINAPI CharPrevExA( WORD codepage, LPCSTR start, LPCSTR ptr, DWORD flags )
{
while (*start && (start < ptr))
{
LPCSTR next = CharNextExA( codepage, start, flags );
if (next > ptr) break;
start = next;
}
return (LPSTR)start;
}
-----------------------------------
The bug is not present in CharPrevA(), but in CharPrevExA().
Next time I will take a look at the wine-head first ;-).
--
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=2679
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-27-01 19:52 -------
Marking invalid since this is fixed in Wine. (Wine is not Cedega)
/***********************************************************************
* CharPrevA (USER32.@)
*/
LPSTR WINAPI CharPrevA( LPCSTR start, LPCSTR ptr )
{
while (*start && (start < ptr))
{
LPCSTR next = CharNextA( start );
if (next >= ptr) break;
start = next;
}
return (LPSTR)start;
}
--
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=2680
Summary: Wine should report 32bit color depth instead of 24bit
Product: Wine
Version: CVS
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: willie(a)froq.net
Just tried the latest DAZ|Studio beta, should work fine like previous releases
did, but now it complains that it will only run at 32bit color depth. If I'm
not mistaken, there is no 32bit color depth, only a 32bit framebuffer with
24bit color depth, so Windows' "32bit" setting should be pretty much the same
as xorg's "24bit color, 32bit framebuffer" setting. And this seems to become a
problem with more and more applications...
So, I think Wine should always report 32bit depth to applications if X is set
to 24bit.
--
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=2679
Summary: Backspace and cursors do not work
Product: Wine
Version: CVS
Platform: PC
URL: http://www.winehq.org/appview.php?appid=701
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: helly(a)gmx.net
When using backspace or cursor-keys, nothing happens. This is caused by a faulty
implementation of CharPrevExA() in wine's user32-implementation. It always
returns the pointer, which is given as ending point, whereas it should return a
pointer to the previous letter.
This can be resolved by changing the if-clause from
if(next > ptr) break;
to
if(next >= ptr) break;
for my version (cvs cedega) this is in line 223 in file lstr.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=2187
------- Additional Comments From helly(a)gmx.net 2005-27-01 19:23 -------
It works if you create a virtual Desktop (in x11drv section) and configure
ragnarok to use fullscreen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2673
------- Additional Comments From danygradilla(a)hotmail.com 2005-26-01 16:20 -------
I have the same problem with Ultima Online Samurai Empire. It looks fine in
20041019, but in 20041201 and 20050111 the colors are messed up.
Fortunately, the problem shows since the game runs, so my log is much shorter.
The game plays the proper cinematics at start, but the colors are wrong. After
the cinematics are done, the main screen is shown, and the colors are wrong too.
I have not tested past that point in the game, and don't have time at the
moment, so I will report later today or tomorrow.
In 24 bit mode, the colors are a complete mess. In 16 bit mode, it seems like
wine is handling the colors as BGR instead of RGB or something like that. I hope
you understand what I mean.
I attached my log with "WINEDEBUG=+ddraw"
Want a screenshot too?
--
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=2611
------- Additional Comments From cygnus2(a)post.cz 2005-26-01 13:10 -------
I have same problem with the same game, but in Wine version 20050111. Game
frozen randomly. Yes, my game version worked under Windows or older Wine
versions without this problem, only with minor graphics and sound problems.
=====================================
bash-2.05b$ ./Heroes.sh
fixme:profile:CloseProfileUserMapping (), stub!
err:sync:CreateEventW Bad security attributes pointer 0x1
fixme:tape:BackupSeek ((nil), 256, 6581804, 0x1, (nil), (nil)) stub!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403a8000)->(00010024,0000
fixme:ole:CoCreateInstance no classfactory created for CLSID {5959df60-2911-
11d1-b049-0020af30269a}, hres is 0x80040154
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum
fixme:mmtime:timeEndPeriod Stub; we set our timer resolution at minimum
fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_PRIORITY not f
ully supported
fixme:ole:CoCreateInstance no classfactory created for CLSID {d1eb6d20-8923-
11d0-9d97-00a0c90a43cb}, hres is 0x80040154
err:dsound:DSOUND_MixOne underrun on sound buffer 0x403c51f8
... last message repeated more times
err:dsound:DSOUND_MixOne underrun on sound buffer 0x403c51f8
err:ntdll:RtlpWaitForCriticalSection section 0x401ddb40 "virtual.c: csVirtual"
wait timed out in thread 00e5, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x403c4ccc "DSOUND_mixlock" wait
timed out in thread 000f, blocked by 000c, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x401ddb40 "virtual.c: csVirtual"
wait timed out in thread 00e4, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x401ddb40 "virtual.c: csVirtual"
wait timed out in thread 000c, blocked by 0009, 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=2601
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |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=2498
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=631
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-26-01 10:46 -------
Resolving FIXED then.
--
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=2498
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-25-01 19:58 -------
Robert Reif's patch is in cvs. Does it fix the problem so we can close this bug?
http://www.winehq.org/hypermail/wine-cvs/2005/01/0599.html
--
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=54
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-25-01 18:12 -------
Resolving FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=54
------- Additional Comments From ikrakow_1999(a)yahoo.com 2005-25-01 12:27 -------
Looks like it works in Wine 20050111.
--
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=52
------- Additional Comments From ikrakow_1999(a)yahoo.com 2005-25-01 12:23 -------
Still a bug. In Wine 20050511, produces the following messages:
fixme:dc:LockWindowUpdate (0x10020), partial stub!
fixme:dc:GetDCEx not yet supported - see source
fixme:dc:LockWindowUpdate (nil), partial stub!
before scrambling the screen.
Still does not restore the screen to its original state, as it does when running
on Windows XP Home.
--
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=2498
------- Additional Comments From reif(a)earthlink.net 2005-25-01 11:15 -------
I just posted a patch to wine-patches that should fix this problem. Please try 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=2498
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-25-01 07:04 -------
during regression-test I use CDT timezone, so the date formatted in such way:
"Mon Sep 06 15:23:27 2004 CDT"
to format it I:
1, go to the wine-cvs mailing list.
2, select the patch of interest (I would prefer the earliest patch of "Sep 06
2004" as there may arise time differences because of difference of the timezones
used by Alexandre's submission tool and your cvs-client).
3, copy down the date of the patch ("Mon Sep 06 2004 - 15:23:26 CDT").
4, rearrange it by moving "2004 " just before the "CDT " begins.
5, eliminate "- " junk.
6, change time-part by 1 second. to make sure the patch will get into your CVS
tree I increase the time. for the patch to not get into the tree I decrease the
time. in my example I have increased it.
to see the differences in non-abstract way:
"Mon Sep 06 2004 - 15:23:26 CDT" (from the web-page)
"Mon Sep 06 15:23:27 2004 CDT" (to the cvs-client)
not really so hard, huh? sorry, if this is redundant. I have learned no other
way around for a while.
and I would suggest the ending patch to be of "Wed Sep 08 2004 - 19:30:30 CDT",
as it is the last patch this day commited on "Sept 8, 2004". Hence:
"Wed Sep 08 2004 - 19:30:30 CDT" (from the web-page)
"Wed Sep 08 19:30:31 2004 CDT" (to the cvs-client)
and it seems you are stuck with two different regressing patches, living each
near other. when the first offending patch is found, I suggest to test the Wine
by traveling from the found patch to the one of "Fri Sep 10 2004 - 17:30:06
CDT", lets say.
HTH, corrections are welcome.
[1] http://www.winehq.org/hypermail/wine-cvs/2004/09/index.html
--
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=2676
------- Additional Comments From mirya(a)ukrpost.net 2005-25-01 02:53 -------
Maybe I forgot to specify env. notes :): FreeBSD 5_RELENG kernel with 5_3_RELENG
base, i686, 128Mb RAM, 1 400MHz CPU, wine is set up upon WinXP SP2 box.
Than more sad news: tried the same on another machine - again FreeBSD 5_RELENG
kernel with 5_3_RELENG base, but P4, 256Mb RAM, 1 1.7GHz CPU, standalone wine.
Setting up MSIE6 with sidenet script fails 'cause of the problem reported
somewhere in MSIE downloader (russian version ie6setup_RU.exe, 493816 bytes,
md5() == 1aced53d28ac95474dd3dc47ce20582a). Again, using wine binary package
(ftp://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All/wine-20…,
8146197 bytes, md5() == c0473a8d9dea3b7ed72d731073c677d3), got the log:
$ wine ie6setup_RU.exe
fixme:file:get_default_drive_device auto detection of DOS devices not supported
on this platform
fixme:ntdll:NtQueryVolumeInformationFile device info not properly supported on
this platform
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not available
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
fixme:ntdll:NtQueryVolumeInformationFile device info not properly supported on
this platform
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not available
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x360000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x360000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x360074
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have
to do here ?
fixme:font:load_VDMX No suitable ratio found
fixme:file:get_default_drive_device auto detection of DOS devices not supported
on this platform
fixme:font:load_VDMX No suitable ratio found
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:vcpUICallbackProc16 (0xcbe0, 0705, 0000, 00000000, 001aa67c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xcbe0, 070f, 0000, 00000000, 001aa67c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xcbe0, 0710, 0000, 00000000, 001aa67c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xcbe0, 070b, 0000, 00000000, 001aa67c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xcbe0, 070c, 0000, 00000000, 001aa67c) -
semi-stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
Fatal error 'Uninitialized mutex in pthread_mutex_trylock_basic' at line 474 in
file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 22)
wine: Unhandled exception (thread 0015), starting debugger...
fixme:ntdll:NtQueryVolumeInformationFile device info not properly supported on
this platform
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not available
WineDbg starting on pid 0xa
Couldn't initiate DbgHelp
fixme:seh:UnhandledExceptionFilter Unhandled error on debug event: 0
Unhandled exception: assertion failed in 32-bit code (0xb7f9c1d7).
file_set_error: Bad address
file_set_error: Bad address
In 32 bit mode.
Register dump:
CS:001f SS:002f DS:002f ES:002f FS:126f GS:0097
EIP:b7f9c1d7 ESP:00e7f950 EBP:00e7f96c EFLAGS:00000202( - 00 - - I1)
EAX:00000000 EBX:b80135ec ECX:00000005 EDX:000003e3
ESI:00e7f98c EDI:00e7f984
Stack dump:
0x00e7f950: b7f9127e 000003e4 00000006 00000000
0x00e7f960: 00000000 00000212 b80135ec 00e7f9bc
0x00e7f970: b8003627 00000006 00e7f98c 00000000
0x00e7f980: b80035f2 00343232 b7ffe21e ffffffdf
0x00e7f990: ffffffff ffffffff ffffffff b7f0a992
0x00e7f9a0: b7f34c00 b98be840 010963b0 00e7f9b4
024d: sel=126f base=00116000 limit=00001fff 32-bit rw-
Backtrace:
file_set_error: Bad address
=>1 0xb7f9c1d7 (0x00e7f96c)
2 0xb8003627 (0x00e7f9bc)
file_set_error: Bad address
0xb7f9c1d7: jb 0xb7f9c1bc
Wine-dbg>
--
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=2498
------- Additional Comments From aethyr7(a)hotmail.com 2005-25-01 00:31 -------
I'm trying to do regression testing, but it's pretty slow going, as it seems
like there were a lot of commits done all at once.
Basically, here's the situation:
cvs -z3 -q update -PAd -D "Sept 7, 2004"
Mouse is fine.
cvs -z3 -q update -PAd -D "Sept 8, 2004"
No mouse movement at all.
cvs -z3 -q update -PAd -D "Sept 9, 2004"
Messed up movement along Y-axis (what I saw when I made this bug report).
I just don't know how to figure out what specific cvs commits broke 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=2017
------- Additional Comments From v8p53fo02(a)sneakemail.com 2005-24-01 18:45 -------
Andrea, Thanks for that.
That's narrowed down the problem a little (I think I may know what's wrong)
Can I ask you to repeat the procedure with wine running in synchronous mode (see
your Wine config file and set "Synchronous" = "Y" in the [X11DRV] section), and
once again, post the results here.
It would also help to know what version of wine you're using.
Many thanks
-Rob.
--
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=2616
------- Additional Comments From kilgus(a)fuenfsieben.de 2005-24-01 12:57 -------
News: I set up my system from scratch using SuSE 9.2, current (again already
updated) version of wine being 20050111 now. Display is a little bit stringy
but text in menus and dialogues is visible 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=2676
Summary: Wine-20050111 raises "Uninitialized mutex in
pthread_mutex_trylock_basic"
Product: Wine
Version: 20050111
Platform: PC
URL: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76459
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mirya(a)ukrpost.net
Getting
Fatal error 'Uninitialized mutex in pthread_mutex_trylock_basic' at line 474 in
file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 22)
from some apps I run (winamp3 is the one). The error seems to be caused under
heavy system load. For more info use URL specified (FreeBSD bugtracker).
--
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=2667
david(a)mckelvie.org.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From david(a)mckelvie.org.uk 2005-24-01 09:58 -------
The game works fine IF one cd's to the game directory. I.e.
wine "c:\Sierra\Master of Olympus - Zeus\zeus.exe"
fails with given error. But
cd .wine/drive_c/Sierra/Master\ of\ Olympus\ -\ Zeus/
wine Zeus.exe
works fine modulo some problems with sound.
--
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=2323
gvs(a)rinet.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From gvs(a)rinet.ru 2005-24-01 08:46 -------
the fresh release of Wine fixes the problem, 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=2673
cygnus2(a)post.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #746 is|0 |1
obsolete| |
------- Additional Comments From cygnus2(a)post.cz 2005-23-01 17:24 -------
Created an attachment (id=748)
--> (http://bugs.winehq.org/attachment.cgi?id=748&action=view)
WINEDEBUG=+ddraw wine ./heroes4c.exe 2>&1 | cat > ./debug.log
This is full log. After unzipping will 11MB long. But i cannot say line, where
problem apppears first time. Maybe in last 1/3.
Game demo isn't available, maybe not exists. I have only original game, demo i
never seen.
Last Wine version, where game works correctly is 20041019 and some older
versions.
--
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=2615
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-23-01 16:02 -------
Created an attachment (id=747)
--> (http://bugs.winehq.org/attachment.cgi?id=747&action=view)
Trace with WINEDEBUG=+tid,+seh wine
+relay,+tid,+seh does not call up the game with current CVS.
000c:Call kernel32.GetProcessHeap() ret=40749627
000c:Ret kernel32.GetProcessHeap() retval=402f0000 ret=40749627
000c:Call ntdll.RtlFreeHeap(402f0000,00000000,403018d8) ret=4074962d
000c:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4074962d
000c:Call kernel32.WriteFile(00000008,4075e9e0,00000029,4085fca4,00000000)
ret=40748fb4
000c:Call
ntdll.NtWriteFile(00000008,00000000,00000000,00000000,4085fbc8,4075e9e0,00000029,00000000,00000000)
ret=404508b5
Process of pid=0x00000008 has terminated
000c:Ret ntdll.NtWriteFile() retval=00000000 ret=404508b5
000c:Ret kernel32.WriteFile() retval=00000001 ret=40748fb4
000c:Call kernel32.ContinueDebugEvent(00000008,0000000a,00010002) ret=4074a2fd
000c:Ret kernel32.ContinueDebugEvent() retval=00000001 ret=4074a2fd
000c:Call kernel32.WaitForDebugEvent(4085fe00,ffffffff) ret=4074ab04
000c:Call
ntdll.NtWaitForMultipleObjects(00000001,4085fb28,00000000,00000000,00000000)
ret=40480993
This is slightly different from a few weeks ago when last I tried it. I let it
fill up my hard drive with the trace but it never opened a window for the game.
With just +tid,+seh i get the following.
...
0012:fixme:win:GetThreadDesktop (12): stub
0012:fixme:win:GetThreadDesktop (12): stub
0012:trace:seh:EXC_RtlRaiseException code=80000003 flags=0 addr=0x40502ec8
0012:trace:seh:EXC_RtlRaiseException eax=40370bdc ebx=00000002 ecx=00000000
edx=00000000 esi=00447a1e edi=00000001
0012:trace:seh:EXC_RtlRaiseException ebp=40195855 esp=40813a0c cs=0023 ds=002b
es=002b fs=0033 gs=0000 flags=00200212
0012:trace:seh:EXC_CallHandler calling handler at 0x4402a3 code=80000003
flags=0
0012:trace:seh:EXC_CallHandler handler returned 1
0012:trace:seh:EXC_CallHandler calling handler at 0x441100 code=80000003
flags=0
wine: Unhandled exception (thread 0012), starting debugger...
0012:trace:seh:start_debugger Starting debugger "winedbg 17 156"
WineDbg starting on pid 0x11
In 32 bit mode.
0x40502ec9 _GLOBAL_OFFSET_TABLE_+0x1 in kernel32: subl $16,%eax
Wine-dbg>Backtrace:
=>1 0x40502ec9 _GLOBAL_OFFSET_TABLE_+0x1 in kernel32 (0x40195855)
2 0x850003ca (0xafc3815b)
3 0x00000000 (0x00000000)
Wine-dbg>WineDbg terminated on pid 0x11
--
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=2673
------- Additional Comments From lionel.ulmer(a)free.fr 2005-23-01 15:41 -------
Could you attach the full +ddraw log from the start up until the point the first
display corruption occurs ?
Anyway, having access to a demo version of the game showing the error would
speed things up ... or you could also do a CVS regression search to see which
patch broke the game (as I do not remember many DDraw patches lately).
--
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=2675
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=11
--
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=2170
------- Additional Comments From robert.bamler(a)gmx.de 2005-23-01 08:18 -------
I just want to give a detailed report on what I did to install MS Office 97.
This might be valuable for bug-fixing as well as it gives advice for those that
want to do the same. I hope this is the correct place to report this.
On SuSE 9.1 Personal I did the following:
- Deinstalled all previous installations of wine
- Deleted all wine-related directories in ~/
- Installed wine20041019 from http://prdownloads.sourceforge.net/wine
- Installed wine tools (http://www.von-thadden.de/Joachim/WineTools/)
(I needed Xdialog from rpmseek.com first)
- Ran "wt" and went thru the following steps in section "Base Setup":
- "Create a fake windows drive"
- "TrueType Font Arial"
- "DCOM98"
- Then installed "Windows Installer" from "Install Windows system software"
- Tried to install MS Office from wine tools, but error occured
- exited wine tools
- I already had the file "~/.wine/drive_c/windows/system/ole32.dll". So I copied
the native ole32.dll from the system32 directory of a (real) WindowsXP system to
a new created directory "~/.wine/drive_c/windows/system32/". However, I don't
think this had any effect at all.
- manually ran "wine setup.exe" from cd-directory
- installed Excel, Powerpoint, Word, Formula Editor, some Templates and some
other things without a problem. They all seem to run now. I can even print.
Some attempts to install Office on wine-20050111 did not work. However, I did
not follow exact the same steps as described above, so it might perhaps also
work with wine-20050111.
--
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=2673
------- Additional Comments From lionel.ulmer(a)free.fr 2005-23-01 08:08 -------
Can you add the proposed screenshot + a 'WINEDEBUG=+ddraw' trace ?
--
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=2498
------- Additional Comments From lionel.ulmer(a)free.fr 2005-23-01 06:42 -------
Can you attach a 'WINEDEBUG=+dinput,+event' trace to this bug to see if this is
a DInput problem or not ?
Note that there is a known bug currently in DInput (there is another bug to
track it) that I need to fix for ages now although I doubt that it's the same
problem as in the latter, the mouse does not move at all.
--
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=1226
------- Additional Comments From vilppa(a)hotmail.com 2005-23-01 06:11 -------
It seems that exceptioninfo.txt does not relate to the crash.
--
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=2675
Summary: [Microsoft Excel] blocked at startup
Product: Wine
Version: 20050111
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
I had to use the command:
killall -KILL wine-preloader
(-TERM did not achieved to stop wine)
here is the log:
---
Warning: could not find DOS drive for current working directory '/home/j',
starting in the Windows directory.
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:StdMarshalImpl_MarshalInterface table marshalling unimplemented
fixme:ole:StdMarshalImpl_MarshalInterface table marshalling unimplemented
fixme:ole:StdMarshalImpl_MarshalInterface table marshalling unimplemented
fixme:ole:StdMarshalImpl_MarshalInterface table marshalling unimplemented
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:load_VDMX No suitable ratio found
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:load_VDMX No suitable ratio found
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio 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=1226
------- Additional Comments From vilppa(a)hotmail.com 2005-22-01 20:14 -------
DC++ version 0.668 crashes to this error I believe:
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
This exceptioninfo.txt created by DC++:
Code: c0000005
Version: 0.668
Major: 4
Minor: 10
Build: 67766446
SP: 0
Type: 0
Time: 2005-01-23 03:59:09
TTH: JAROBU3NALINDK2WKYBYDVSXLTSBSTEQNMQNMAQ
c:\documents\vcprojects\dcplusplus\windows\transferview.cpp(198): ?
c:\documents\vcprojects\dcplusplus\windows\transferview.h(50): ?
--
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=2550
------- Additional Comments From dalgoda(a)ix.netcom.com 2005-22-01 16:25 -------
Any word on this issue?
I'm still having problems as of 2005-01-17T10:03:03 with gcc-3.4.3.
I use this patch to work around this issue:
--- wine-2005-01-04-08-16-02.orig/include/winbase.h 2005-01-04
08:15:18.000000000 -0800
+++ wine-2005-01-04-08-16-02/include/winbase.h 2005-01-04 13:46:53.000000000 -0800
@@ -2049,7 +2049,7 @@
/* a few optimizations for i386/gcc */
-#if defined(__i386__) && defined(__GNUC__) && defined(__WINESRC__) &&
!defined(_NTSYSTEM_)
+#if 0
extern inline LONG WINAPI InterlockedCompareExchange( PLONG dest, LONG xchg,
LONG compare );
extern inline LONG WINAPI InterlockedCompareExchange( PLONG dest, LONG xchg,
LONG compare )
--
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=2596
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2005-22-01 12:42 -------
here is the install log:
---
[j@localhost mnt]$ wine /mnt/cdrom/Install.exe
Converted windows dir to new entry HKCU\Environment "windir" = L"c:\\windows"
Warning: could not find DOS drive for current working directory '/mnt', starting
in the Windows directory.
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:shell:Stream_WriteLocationInfo writing empty location info
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:menubuilder:fork_and_wait wineshelllink returned 1
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
fixme:shell:Stream_WriteLocationInfo writing empty location info
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:menubuilder:fork_and_wait wineshelllink returned 1
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
[j@localhost mnt]$
--
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=2673
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1229
--
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=2673
Summary: Bad colors in game Heroes Of Might and Magic IV
Product: Wine
Version: 20050111
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cygnus2(a)post.cz
Heroes of Might and Magic IV version 3.0c have big problem with color palette
(?] in game map. This problem exists in newest Wine versions 20041201 and
20050111, in older versions of Wine this game worked without this problem, only
with some minor problems in sound and graphics. In newest versions of Wine works
faster, without sound problems, but with this problem is not playable.
Color in game map are wrong in big rectangle in center of map, and all minimap
in right upper corner. Arround this rectangle are color good, under cursor too.
I thing, this can be bug in any DirectX feature implemented to two last versions.
Now i tested Wine and this game at my desktop with Gentoo, graphics resolution
1280x1024 24bit (nVidia GeForce 2Ti, driver version 1.0.6629, XFree 4.3.0.1,
kernel 2.6.9 vanilla).
I can send screenshot, if you 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=2672
Summary: Won't start
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gizmo_nut(a)juno.com
I have redhat 9 and dowloaded wine. I tried to start it in the commandline
(shell) window but it can up with some error in Wineserver. There is no
directory ~./wine or the sort. Do you know what is wrong.
--
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=2308
------- Additional Comments From micahparker(a)gmail.com 2005-21-01 14:20 -------
Heres what i did:
1. Go to the folder where the acmsetup.exe is located
2. $cp nashbase.stf acmsetup.stf
3. $wine acmsetup.exe
4. Setup will error out on files missing. Find these files on the net and copy
them into this same folder then press 'Retry'
--
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=2671
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|cant open exe file |cant open exe file
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-20-01 18:57 -------
What application is this? I there a demo or download available?
--
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=2671
Summary: cant open exe file
Product: Wine
Version: 20041201
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusoloco79(a)yahoo.com.mx
hi when i try to open and aplication it doesn't work i send you the console 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.
http://bugs.winehq.org/show_bug.cgi?id=2670
------- Additional Comments From kontrollator(a)gmx.de 2005-20-01 15:33 -------
Ok i did a gdb wine, heres the output:
gdb wine
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-linux"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) r
Starting program: /usr/bin/wine
Message from syslogd@rockerduck at Thu Jan 20 22:37:01 2005 ...
rockerduck kernel: invalid operand: 0000 [1]
Speicherzugriffsfehler
And the output of dmesg:
----------- [cut here ] --------- [please bite here ] ---------
Kernel BUG at memory:746
invalid operand: 0000 [1]
CPU 0
Modules linked in: ipt_TCPMSS ipt_tcpmss pppoe pppox af_packet ppp_generic
slhc md5 ipv6 ipt_MASQUERADE ipt_state iptable_mangle iptable_filter ipt_ECN
ipt_ecn ip_nat_ftp ip_conntrack_ftp ip_nat_irc ip_conntrack_irc ipt_conntrack
ipt_multip ort iptable_nat ip_conntrack ip_tables usblp usbhid snd_via82xx
snd_ac97_codec s nd_mpu401_uart snd_rawmidi snd_seq_device ehci_hcd eth1394
uhci_hcd usbcore sata _via ohci1394 r8169 crc32 tuner bttv video_buf
firmware_class i2c_algo_bit v4l2_ common btcx_risc videodev floppy evdev xfs
ext3 jbd mbcache sg pata_pdc2027x sat a_promise libata ntfs snd_rtctimer rtc
snd_ioctl32 snd_pcm_oss snd_mixer_oss snd _pcm snd_timer snd soundcore
snd_page_alloc binfmt_misc w83627hf eeprom i2c_sens or i2c_isa i2c_viapro
i2c_core sd_mod sr_mod sbp2 scsi_mod ieee1394 ide_cd cdrom unix
Pid: 6399, comm: gdb Not tainted 2.6.10-ck5
RIP: 0010:[<ffffffff8015d6b7>] [<ffffffff8015d6b7>]
RSP: 0018:0000010004c0fe58 EFLAGS: 00010246
RAX: 0000000000000000 RBX: 0000000000000ff0 RCX: 000ffffffffff000
RDX: 0000010000000000 RSI: ffffffff802f90c0 RDI: 000001000615a140
RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000010
R10: 0000010004c0e000 R11: 0000000000000293 R12: 000001000615a140
R13: 0000000000000000 R14: 00000100053dd070 R15: 0000000000000000
FS: 0000002a9558b6b0(0000) GS:ffffffff80363cc0(005b) knlGS:000000005573e080
CS: 0010 DS: 002b ES: 002b CR0: 000000008005003b
CR2: 00000000081b3820 CR3: 0000000000101000 CR4: 00000000000006e0
Process gdb (pid: 6399, threadinfo 0000010004c0e000, task 00000100053dd710)
Stack: 00000000000000d0 0000000000003950 037ffffc7e403950 000001000615a1a8
0000000100000010 00000000ffffe000 0000000100000014 0000010004c0ff08
0000000000000000 0000000000000004
Call Trace:[<ffffffff80138ec9>] [<ffffffff80180d82>] [<ffffffff8012c980>]
[<ffffffff801208e3>]
Code: 0f 0b 11 08 2c 80 ff ff ff ff ea 02 48 83 7c 24 70 00 74 38
RIP [<ffffffff8015d6b7>] RSP <0000010004c0fe58>
What does this mean ? Is it indeed a kernel-bug ? What should i do next ?
Greetings Jan
--
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=2670
Summary: segfault on x86_64 in ia32-chroot
Product: Wine
Version: 20050111
Platform: PC
URL: http://wine.sourceforge.net/apt/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kontrollator(a)gmx.de
Hi
i use Debian-Pure64 with Debians 2.6.10 kernel-source. For 32-bit apps i use
an chroot as described in
https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#….
Other 32-bit apps (eg OpenOffice, Neverwinternights) run fine, however the
wine-snapshot from the above mentioned url does not work. When invoking wine i
get immediatly an segfault, dmesg shows me this output:
wine-preloader[13545]: segfault at 0000000055adaff8 rip 0000000055adaff8 rsp
00000000ffffcc78 error 15
I also tested an fresh cvs-checkout with the same result. I searched on google
for wine and x86_64 and amd64 but i only found statements that wine should be
working in an chroot.
Feel free to ask for more information if you need.
Thank you for your great software
Regards Jan Kreuzer
--
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=2669
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |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=1730
------- Additional Comments From rizwank(a)geekymedia.com 2005-19-01 19:31 -------
Confirmed this problem on Slackware 9, and possibly some Debian installs.
For the machine that I was on,
/usr/lib/libgif.so -> libungif.so.3.0.0
/usr/lib/libungif.so -> libungif.so.3.0.0
libungif.so.4.1.0 was available, however.
Running:
ln -s /usr/lib/libungif.so.4.1.0 libungif.so
ln -s /usr/lib/libungif.so.4.1.0 libgif.so
in the wine/dlls/oleaut32 directory fixes the compile.
--
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=2668
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=389
--
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=2668
Summary: Learn Dutch Now Version 8 doesn't work (Win98)
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felixdzerzhinsky2(a)hotmail.com
pjharper@reno:~ $ winefile
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:ole:CoCreateInstance no classfactory created for CLSID
{e78f7620-96cb-11cf-a00b-444553540000}, hres is 0x80040154
fixme:font:WineEngRemoveFontResourceEx :stub
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:ole:CoRegisterMessageFilter stub
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:StdMarshalImpl_MarshalInterface table marshalling unimplemented
fixme:ole:StdMarshalImpl_MarshalInterface table marshalling unimplemented
err:clipboard:X11DRV_CLIPBOARD_UpdateCache Failed to cache clipboard data owned
by another process.
err:wave:DSDB_MapBuffer Could not map sound device for direct access
(Input/output error)
err:wave:DSDB_MapBuffer Use: "HardwareAcceleration" = "Emulation" in the
[dsound] section of your config file.
err:wave:DSDB_MapBuffer Could not map sound device for direct access
(Input/output error)
err:wave:DSDB_MapBuffer Use: "HardwareAcceleration" = "Emulation" in the
[dsound] section of your config file.
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x445e94b0)->(00000000,00000008)
fixme:win:OpenDesktopA ("screen-saver",1,0,40): stub
fixme:win:OpenDesktopA ("screen-saver",1,0,40): stub
fixme:font:CreateScalableFontResourceA
(0,"C:\\Windows\\QTFont.for","C:\\Windows\\QTFont.qfn",(null)): stub
fixme:win:OpenDesktopA ("screen-saver",1,0,40): stub
fixme:win:OpenDesktopA ("screen-saver",1,0,40): stub
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 36 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 36 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 116 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 28 bytes
err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
fixme:ole:read_pipe Read only 0 of 4 bytes from 0x54.
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:ole:CoRegisterMessageFilter stub
wine: Unhandled exception (thread 0011), starting debugger...
Usage: winedbg [--auto] [--gdb] cmdline
pjharper@reno:~ $
pjharper@reno:~ $
Launched using winefile
--
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=2574
------- Additional Comments From kenziem(a)sympatico.ca 2005-18-01 11:37 -------
I'm seeing this with wine 20050111-1. Previoulsy with 20041201-1
Running SuSE, tried the SuSE rpm, winehq rpm, source and the new SuSE rpm.
execve("/usr/local/bin/wine-preloader", ["/usr/local/bin/wine-preloader",
"/usr/local/bin/wine-kthread", "winmine"], [/* 66 vars */]) = 0
+++ killed by SIGKILL +++
Fails with
wine --version
wine --help
wine notepad
wine winmine
--
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=2017
v8p53fo02(a)sneakemail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |v8p53fo02(a)sneakemail.com
------- Additional Comments From v8p53fo02(a)sneakemail.com 2005-18-01 11:34 -------
There seem to be 2 issues here,
1. the X11drv error
2. the QueryActCtxW error.
If you are still seeing the X11drv error, could you please run wine with the
following command line:
WINEDEBUG=+wintab32 wine <Your program to run>
and create an attachment with the results on 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=2660
------- Additional Comments From stefan.zechmeister(a)gmx.at 2005-18-01 08:02 -------
to clarify: i have quoted mike hearn here. it is from the wine.devel mailing
list archive.
--
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=1196
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ivanleo(a)gmail.com 2005-18-01 08:00 -------
closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1634
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ivanleo(a)gmail.com 2005-18-01 07:59 -------
closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2650
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ivanleo(a)gmail.com 2005-18-01 07:57 -------
no comment...
--
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=2572
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ivanleo(a)gmail.com 2005-18-01 07:57 -------
closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2577
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ivanleo(a)gmail.com 2005-18-01 07:57 -------
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2598
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ivanleo(a)gmail.com 2005-18-01 07:55 -------
closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2598
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-17-01 21:23 -------
Closing Fixed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2667
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1964
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-17-01 21:20 -------
For future reference please do not paste traces. It makes the trace difficult to
read and impossible to download, also it makes the bug report ugly. Instead
please create an attachment.
--
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=1293
rapope(a)toast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rapope(a)toast.net
------- Additional Comments From rapope(a)toast.net 2005-17-01 17:09 -------
My output while running ie6setup. "Windows" complains that it wasn't able to
download files. Networking OK (I would think).
fixme:advapi:CheckTokenMembership ((nil) 0x4037fca0 0x406afd90) stub!
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x411b0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x411b0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x411b0074
fixme:advapi:CheckTokenMembership ((nil) 0x4039a6e0 0x406bf660) stub!
fixme:ole:CoCreateInstance no classfactory created for CLSID
{6e449686-c509-11cf-aafa-00aa00b6015c}, hres is 0x80040150
--
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=2663
------- Additional Comments From jmnemonic(a)gazeta.pl 2005-17-01 12:07 -------
Checked with Wine-20041019-i486-S10, Wine-20041201-i486-S10,
Wine-20050111-i486-S10. None of them shows the buttons correctly. There should
be six buttons grouped in one column: Calendar, Telephone, Memo, Expense, Backup
Restore, Search.
--
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=2666
Summary: Text color lost
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=762
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frix(a)engineer.com
Playing older directX games, like Age of Empires and Starcraft, the text color
gets lost, rendering pages with text in black. In AoE, for instance, the intro
splash screen should have the menu options in yellow, but instead they're just
black outlines of what's supposed to be written there.
--
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=2663
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-16-01 18:14 -------
Did this work correctly with previous versions of 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=2662
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=440
--
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=2498
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-16-01 18:08 -------
If that is the case it is a regression. The best way to get a regression fixed
is to find the patch that broke it. The way to do that is called regression
testing and the way to do it is outlined here.
http://www.winehq.org/site/docs/wine-devel/x1314
--
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=2665
Summary: Memory fault every time
Product: Wine
Version: 20050111
Platform: PC
OS/Version: OpenBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: janus(a)errornet.de
...i start wine.
All i found out so far is the ktract/kdump and gdb backtrace.
Every other debug try failed... any debug switch that gives better backtraces?
Debug output follows.
Kind regards,
Simon
$ ktrace wine
Memory fault
$ kdump
1983 ktrace RET ktrace 0
1983 ktrace CALL execve(0xcfbee2e4,0xcfbee80c,0xcfbee814)
1983 ktrace NAMI "/bin/wine"
1983 ktrace RET execve -1 errno 2 No such file or directory
1983 ktrace CALL execve(0xcfbee2e4,0xcfbee80c,0xcfbee814)
1983 ktrace NAMI "/usr/bin/wine"
1983 ktrace RET execve -1 errno 2 No such file or directory
1983 ktrace CALL execve(0xcfbee2e4,0xcfbee80c,0xcfbee814)
1983 ktrace NAMI "/usr/local/bin/wine"
1983 wine NAMI "/usr/libexec/ld.so"
1983 wine EMUL "native"
1983 wine RET execve 0
1983 wine CALL issetugid
1983 wine RET issetugid 0
1983 wine CALL mprotect(0x25014000,0x1000,0x1)
1983 wine RET mprotect 0
1983 wine CALL mmap(0,0x1000,0x3,0x1002,0xffffffff,0,0,0)
1983 wine RET mmap -1 errno 12 Cannot allocate memory
1983 wine PSIG SIGSEGV SIG_DFL code 1 addr=0x5015d02 trapno=1
1983 wine NAMI "wine.core"
$ gdb wine
GNU gdb 6.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-unknown-openbsd3.6"...
(gdb) r
Starting program: /usr/local/bin/wine
Program received signal SIGSEGV, Segmentation fault.
0x0a04fd02 in ?? ()
(gdb) bt
#0 0x0a04fd02 in ?? ()
#1 0x2a04e188 in ?? ()
#2 0x77f00054 in ?? ()
#3 0x00000013 in ?? ()
#4 0x0a04d4ef in ?? ()
#5 0x2a04c0b7 in ?? ()
#6 0x00000020 in ?? ()
#7 0xcfbf2050 in ?? ()
#8 0x0a04fbb9 in ?? ()
#9 0x00000013 in ?? ()
#10 0xcfbf2128 in ?? ()
#11 0xcfbf20e0 in ?? ()
#12 0x0a04fb92 in ?? ()
#13 0x2a04e188 in ?? ()
#14 0x77f00054 in ?? ()
#15 0x00000001 in ?? ()
#16 0x2a04c0b7 in ?? ()
#17 0x2a04f2d0 in ?? ()
#18 0x2a04c093 in ?? ()
#19 0x2a04f2c8 in ?? ()
#20 0x2a04c088 in ?? ()
#21 0x00000012 in ?? ()
#22 0x2a04c078 in ?? ()
#23 0xcfbf20c0 in ?? ()
#24 0x0a04d6f0 in ?? ()
#25 0x77f00400 in ?? ()
#26 0x00001000 in ?? ()
#27 0x00000001 in ?? ()
#28 0x0a04d5d6 in ?? ()
#29 0xcfbf20e0 in ?? ()
#30 0xcfbf2128 in ?? ()
#31 0xcfbf20e0 in ?? ()
#32 0x000000d0 in ?? ()
#33 0x00000008 in ?? ()
#34 0x00000000 in ?? ()
...
#12283 0x00000000 in ?? ()
#12284 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#12285 0x00000000 in ?? ()
#12286 0x00000000 in ?? ()
#12287 0xcfbf212c in ?? ()
#12288 0x00000001 in ?? ()
#12289 0xcfbf2134 in ?? ()
#12290 0x00000011 in ?? ()
Cannot access memory at address 0xcfbfe000
(gdb)
--
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=2664
giedrius(a)galva.su.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://galva.su.lt/~ftp/priv|http://galva.su.lt/~ftp/priv
|ate/wine/ |ate/wine/nomem.tar.bz2
--
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=2664
Summary: wine: failed to initialize: /usr/lib/wine/ntdll.dll.so:
failed to map segment from shared object: Cannot
allocate memory
Product: Wine
Version: CVS
Platform: PC
URL: http://galva.su.lt/~ftp/private/wine/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giedrius(a)galva.su.lt
whatever I try to do I get his.
if you need strace of wcmd, it is available on
http://galva.su.lt/private/wine/bugs/nomem
BTW, I've got enough free RAM and lots of swap for any process to use. so it's
not hardware resources problem.
CVS used: 2005 01 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=2663
Summary: Horizontal & vertical buttons
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmnemonic(a)gazeta.pl
I noticed that Wine 20050111 has problems with vertical buttons and shows
them as horizontal in Sharp's Organizer Link 4 ver. 1.0.0. At the end some of
the GUI is filled with garbage such as other windows or a wallpaper. Please
compare the screenshot from Windos http://www.tc.pl/~pc-net/Windos.png to a
screenshot from Linux http://www.tc.pl/~pc-net/Linux.png.
Wine outputs the following information:
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
.................
.................
The screenshots I mentioned above are mirrored at
http://www.mnemonic.cad.pl/images/wine/Linux.png and
http://www.mnemonic.cad.pl/images/wine/Windos.png
Sharp's Organizer Link 4 (approx 13MB) is a connectivity program for managing
data of various organizers. My programmable organizer is Sharp ZQ 700M
(http://sharp-world.com/contents/organizer/software/zq-700/index.html).
Communication over a standard, serial (COM) port is 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=2662
Summary: CorelDRAW 10 installation fails: ACCESS VIOLATION in
ntdll
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: bero(a)arklinux.org
On a CVS install (2005/01/16), trying to install CorelDRAW 10 results in a
crash near the end:
fixme:advapi:GetFileSecurityW (L"c:\\Program
Files\\Corel\\Graphics10\\Programs\\Data\\Zwecklsr.tpl") : stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
err:eventlog:ReportEventW
L"=====================================================\r\nException code:
C0000005 ACCESS_VIOLATION\r\nModule: c:
\\windows\\system\\ntdll.dll\r\nFunction:
0x77ed8e43\r\n=====================================================\r\n\r\nRegisters:
\r\nEAX:61445C74 EBX:77EF5FA4 ECX:77C4001C EDX:77EFD8AD ES"...
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
fixme:advapi:DeregisterEventSource (0x1): stub
fixme:powermgnt:SetThreadExecutionState (0x0): stub, harmless.
fixme:ntdll:NtAdjustPrivilegesToken (0x80,0x00000000,0x7790de00,0x00000000,
(nil),(nil)),stub!
fixme:ole:CoRegisterMessageFilter stub
--
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=2498
gus(a)inodes.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gus(a)inodes.org
--
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=2498
------- Additional Comments From gus(a)inodes.org 2005-15-01 18:05 -------
I get this too with Dungeon Keeper II. Works fine with 20040813 (and earlier),
problem occurs with 20040914 and 20041201.
--
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=2643
pviegas(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pviegas(a)gmail.com 2005-15-01 16:10 -------
I've been a little busy bee in the meanwhile! :-D
I've tried all I could put my hands on in the net and no success!
Finnally I came acros a page:
"http://www.tux.org/~tbr/lotusnotes/notes6underwine.html" and tried it out.
Still no result.
After a few good pointer from it's author I finnaly got it working!
For the record theses were the steps I took, although I'm sure a few of them
were allready paranoia style and could be simplified (copy as root?!?!? :-D).
But still, following exactlly these it works!
1. Removed all wine software from the sytem
apt-get remove wine
rm -rf .wine
2. Install the last wine package from
"deb http://wine.sourceforge.net/apt/ binary/"
apt-get install wine
3. Run wine to set it up
wine
4. Copy the lotus install dir from windows XP mounted drive.
Here my recent traumas caused me to do this as root...
cp -rv /mnt/windows/Program\ Files/lotus
/home/pviegas/.wine/drive_c/Program\ Files/
chown -R pviegas:pviegas /home/pviegas/.wine/drive_c/Program\ Files/lotus
5. First test on running notes
wine nlnotes.exe
Result:
It ran, but got the following error message:
"You cannot use the Administration program while the Domino Server is
running. Either shut down the Domino Server (but keep the file server
running) or choose the icon labeled 'Lotus Notes' instead."
6. I read in some pages that this might be caused from the lack of
privileges over the program files, so...
chmod -R +rwx *
7. Second execution test
wine nlnotes.exe
Result:
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:ole:StdMarshalImpl_MarshalInterface table marshalling unimplemented
err:module:import_dll Library MFC42.DLL (which is needed by
L"C:\\Program Files\\lotus\\notes\\nimui.dll") not found
err:module:import_dll Library MSVCP60.dll (which is needed by
L"C:\\Program Files\\lotus\\notes\\nimui.dll") not found
err:module:import_dll Library nimui.dll (which is needed by
L"C:\\Program Files\\lotus\\notes\\nstclient.dll") not found
err:module:import_dll Library MFC42.DLL (which is needed by
L"C:\\Program Files\\lotus\\notes\\nstclient.dll") not found
err:module:import_dll Library MSVCP60.dll (which is needed by
L"C:\\Program Files\\lotus\\notes\\nstclient.dll") not found
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:COM_ApartmentRelease Destroy outstanding stubs
err:ole:StdMarshalImpl_ReleaseMarshalData could not map MID to stub
manager, oxid=a0000000b, oid=1
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with
error 0x8001011d
8. Copyed the missing dlls from windows mounted drive
cp /mnt/windows/WINDOWS/system32/mfc42.dll ~/.wine/drive_c/windows/system
cp /mnt/windows/WINDOWS/system32/msvcp60.dll ~/.wine/drive_c/windows/system
9. SUCCESS!
wine nlnotes.exe runs successfully!
Thank you all for your help!
Hope this info helps someone in the future! ;-)
--
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=2661
Summary: Warning: the specified Windows directory L"c:\\windows"
is not accessible.
Warning: the specified System directory
L"c:\\windows\\system" is not .....
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Enggsaeed(a)yahoo.com
during # make install error like this
d `dirname winebrowser/__install__` && make install
make[2]: Entering directory
`/home/saeed/wineinstall/wine-20041201/programs/winebrowser'
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c winebrowser.exe.so /usr/local/lib/wine/winebrowser.exe.so
make[2]: Leaving directory
`/home/saeed/wineinstall/wine-20041201/programs/winebrowser'
cd `dirname winecfg/__install__` &&
leaving directory error
and after completing when i run it shows like this
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system" is not accessible.
Warning: could not find DOS drive for current working directory
--
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=2643
------- Additional Comments From pviegas(a)gmail.com 2005-14-01 19:45 -------
btw: changed the subject since I had by mistake typed lotus 6.5.2.
the release I'm trying is 6.5.2
--
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=2643
pviegas(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Can't get Lotus Notes 6.5.3 |Can't get Lotus Notes 6.5.2
|running |running
------- Additional Comments From pviegas(a)gmail.com 2005-14-01 19:45 -------
I removed wine:
apt-get remove wine
I deleted wine's instalation:
rm -rf ~/.wine
I updated wine from "deb http://wine.sourceforge.net/apt/ binary/" witch is release:
wine --version
Wine 20050111
Copied the lotus notes to the Program Files dir.
Copied the dlls as the in the original description since out-of-the-box I get a
whole bunch of dll errors
And tried the nlnotes.exe again.
Know I can't even get the same error.
I'm stuck with the...
"wine "c:\program files\lotus/notes/nlnotes.exe"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set
the screen resolution and remove the "Resolution" entry in the config file
err:module:LdrInitializeThunk "MSVCRT.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\program
files\\lotus\\notes\\nlnotes.exe" failed, status c0000142"
...error message!
--
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=2660
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
--
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=2660
Summary: regression with notes 6.5
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan.zechmeister(a)gmx.at
> Patch 14725, applied 2004/12/07 11:31:53, breaks lotus notes. The symptom
> is a hang with the CPU at 100%, and it happens immediately if you try to
> click on a notes 'bookmark', or shortly after you try to do much of
> anything else if you try to avoid the 'bookmarks'.
This is the following patch:
Log message:
Moved update region handling to the server.
Patch: http://cvs.winehq.org/patch.py?id=14725
ie, it's a WM rewrite regression. I will investigate when I get a chance.
this happens with notes 6.5.1 and 6.5.3 - reproduceable!
--
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=2657
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-directx
--
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=2659
anderson(a)sonic2000.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Does not start |Shareaza 2.1 Does not start
--
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=2659
------- Additional Comments From anderson(a)sonic2000.org 2005-14-01 10:27 -------
I added more debugging info before I started it because I noticed I didn't have
full debug reporting on when I posted this.
The last message I get before it tries to start now (I only see the splash
screen and it stops) are:
warn:winsock:wsaErrno errno 11, (Resource temporarily unavailable).
warn:winsock:WSARecvFrom -> ERROR 10035
--
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=2659
Summary: Does not start
Product: Wine
Version: 20050111
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=1447&versionId
=2564
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anderson(a)sonic2000.org
When I try to run Shareaza 2.1 it will no longer start after updating to
Wine-20050111.
This problem was not present in Wine-20041201.
The error I got was:
fixme:actctx:CreateActCtxW stub!
fixme:ole:CoRegisterMessageFilter stub
fixme:font:load_VDMX No suitable ratio found
fixme:font:load_VDMX No suitable ratio found
err:imagelist:ImageList_ReplaceIcon no color!
fixme:font:load_VDMX No suitable ratio found
err:x11drv:X11DRV_CreateWindow invalid window width 5692480
err:x11drv:X11DRV_CreateWindow invalid window height 1114354689
err:x11drv:X11DRV_CreateWindow invalid window width -1114355092
err:x11drv:X11DRV_CreateWindow invalid window height -2140664
err:x11drv:X11DRV_CreateWindow invalid window width -1108662876
err:x11drv:X11DRV_CreateWindow invalid window height -1114354744
err:x11drv:X11DRV_CreateWindow invalid window width -1108663088
err:x11drv:X11DRV_CreateWindow invalid window height -1114354744
fixme:font:load_VDMX No suitable ratio found
err:x11drv:X11DRV_CreateWindow invalid window height 1114363497
err:x11drv:X11DRV_CreateWindow invalid window width -653888
err:x11drv:X11DRV_CreateWindow invalid window height -6151811
fixme:font:load_VDMX No suitable ratio 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=2653
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=953
--
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=2652
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=220
--
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=2657
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=418
--
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=2655
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-13-01 20:04 -------
*** Bug 2656 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=2656
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-13-01 20:04 -------
*** This bug has been marked as a duplicate of 2655 ***
--
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=2654
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-13-01 20:03 -------
You say you have compiled it and it still asks for the time zone?
Patches submitted her tend to bit rot. so I would suggest you send a patch to
wine-patches(a)winehq.org
One more thing to be consistent with the rest of the file "style" it probably
should be lined up like this.
+ {"SAMT",
+ {'S','a','m','a','r','a',' ','S','t','a','n','d','a','r','d',' ','T','i',
+ 'm','e','\0'}, -270, 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=2658
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=258
Keywords| |download, regression
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-13-01 19:48 -------
It would be a good idea to regression test this if you can.
http://www.winehq.org/site/docs/wine-devel/x1314
--
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=2637
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ivanleo(a)gmail.com 2005-13-01 15:09 -------
Bug report 2657 confirms bug 2637 is fixed, closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2657
------- Additional Comments From ivanleo(a)gmail.com 2005-13-01 15:08 -------
Well, this bug is *not* related to packaging, so it's not my fault this time.
The problem is your program uses DirectX 9, that isn't supported by wine yet.
This issue is being addressed by the development team, I don't know how long it
will be before your program works on wine, but with a bit of luck it may run some
time in the not very well defined future.
--
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=2637
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ivanleo(a)gmail.com 2005-13-01 14:41 -------
This bug is fixed in the wine-20050111 packages
--
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=2658
Summary: err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero.
Please report this.
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: javispedro(a)hotmail.com
This is shown to me when running Trillian 3, downloadable from www.trillian.cc
The errors shown before are multiple err:local:LOCAL_GetBlock not enough space
in GDI heap 10bf for 28 bytes
In fact, I think the problem is on a alpha transition between splash window and
contact list, since that also failed in all previous wine version, with the
following different error:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
Serial number of failed request: 758290
Current serial number in output stream: 759077
With previous versions, at least the splash window worked as always (look
screenshot) but 20050111 makes the splash screen go crazy physically! It shows
up in the middle of the screen, but then goes down until the bottom of the screen.
--
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=2657
Summary: Unhandled exception and a lot of error messages when I
try to run my game
Product: Wine
Version: 20050111
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flavio.provenda(a)terra.com.br
Hi all.
Using Mandrake 10 with the latest wine release (11012005) rpm.
When I try to run the game (Chessmaster 10th Edition) I got this exception:
====================================
bash-2.05b$ wine Chessmaster.exe
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "BRST" to an entry
in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and submit
as patch to wine-patches
fixme:imm:ImmDisableIME (-1): stub
fixme:shell:_SHGetDefaultValue LoadString failed, missing translation?
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x424f009c
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x424f009c
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x424f009c
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x424f00dc
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x424f009c
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x424f0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x424f0094
fixme:font:load_VDMX No suitable ratio found
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "BRST" to an entry
in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and submit
as patch to wine-patches
fixme:dc:LockWindowUpdate (0x30028), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x30028), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x30028), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
Xlib: extension "XFree86-DRI" missing on display ":0.0".
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is non-existent
at the moment!
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(40,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(128,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(129,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(130,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(131,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(132,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(133,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(134,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(135,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState D3DRS_POINTSIZE_MIN not supported on
this opengl
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(156,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(161,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(162,-1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(163,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(164,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(165,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState D3DRS_POINTSIZE_MAX not supported on
this opengl
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(172,3) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x437f44c0)->(173,1) not handled yet
fixme:d3d:IDirect3D9Impl_CreateDevice (0x40445490) : incomplete stub
fixme:d3d:IDirect3DDevice9Impl_CreateQuery (0x437b4028) : stub
fixme:d3d:IDirect3DDevice9Impl_CreateTexture (0x437b4028) : stub
wine: Unhandled exception (thread 0015), starting debugger...
WineDbg starting on pid 0x14
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x10018c50).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:10018c50 ESP:406ff294 EBP:00000000 EFLAGS:00210246( - 00 -RIZP1)
EAX:00000000 EBX:00000001 ECX:00000000 EDX:402184aa
ESI:4168c2f0 EDI:00000015
Stack dump:
0x406ff294: 00000002 10070c8c 00000000 4168c2f0
0x406ff2a4: 0068c260 00000000 00000029 43a62b70
0x406ff2b4: 00000000 4168c260 00000015 05000000
0x406ff2c4: 00000001 00000040 00002000 00000004
0x406ff2d4: 00002000 7c3420df 1000a44b 4168c260
0x406ff2e4: 4168c2f0 10070c8c 00000001 10019165
Backtrace:
=>1 0x10018c50 ?? +0xda0 in kernel (0x00000000)
0x10018c50 ?? +0xda0 in kernel: movl 0x0(%eax),%ecx
Wine-dbg>bash-2.05b$ Ctrl-C: stopping debuggee
err:seh:setup_exception nested exception on signal stack in thread 001a eip
ffffe40e esp 43881c1c stack 0x43882000-0x43983000
WineDbg terminated on pid 0x14
=====================================
can I do something here? or need to wait new release?
thank you.
Flávio
--
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=2656
Summary: Wine see only loopback interface
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mc(a)paycash.ru
After emerging WINE on my Gentoo box, i've tried to run Delphi written
application that provides some network client-server functionality as:
1) listening some port on local machine
2) sending data to another machines
But the Wine only sees the loopback interface(127.0.0.1), other network
interfaces such as eth0(192.168.0.75) are not visible from this application.
Application can listen any port on 127.0.0.1 but cann't send data to remote
hosts. On the windows this app shows all the network interfaces present on the
system in a popup menu, but on wine this popup menu contains only the 127.0.0.1
Firewall is disabled - I can telnet from console all the IP addreses and ports
that application is trying to communicate.
# netstat -na|grep tcp
tcp 0 0 127.0.0.1:8129 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7000 0.0.0.0:* LISTEN
Seems that application correctly binded to those ports but it cann't send data
to the network and don't see other interfaces present on the system.
--
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=2655
Summary: Wine see only loopback interface
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mc(a)paycash.ru
After emerging WINE on my Gentoo box, i've tried to run Delphi written
application that provides some network client-server functionality as:
1) listening some port on local machine
2) sending data to another machines
But the Wine only sees the loopback interface(127.0.0.1), other network
interfaces such as eth0(192.168.0.75) are not visible from this application.
Application can listen any port on 127.0.0.1 but cann't send data to remote
hosts. On the windows this app shows all the network interfaces present on the
system in a popup menu, but on wine this popup menu contains only the 127.0.0.1
Firewall is disabled - I can telnet from console all the IP addreses and ports
that application is trying to communicate.
# netstat -na|grep tcp
tcp 0 0 127.0.0.1:8129 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7000 0.0.0.0:* LISTEN
Seems that application correctly binded to those ports but it cann't send data
to the network and don't see other interfaces present on the system.
--
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=2654
Summary: SAMT TZ_INFO wanted
Product: Wine
Version: 20050111
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr999(a)mail.ru
Dear Friends!
I use latest freebsd port here --- Samara, Russia.
I'm not sure whether this should be correct but it doesn't work too:
===
--- work/wine-20050111/dlls/ntdll/time.c Thu Jan 6 23:35:35 2005
+++ work-patched/wine-20050111/dlls/ntdll/time.c Wed Jan 12 15:52:20 2005
@@ -234,6 +234,9 @@
{"AFT",
{'A','f','g','h','a','n','i','s','t','a','n',' ','S','t','a','n','d','a',
'r','d',' ','T','i','m','e','\0'}, -270, 0},
+ {"SAMT",
+ {'S','a','m','a','r','a',' ','S','t','a','n','d','a','r','d',' ','T','i',
+ 'm','e','\0'}, -270, 1},
{"YEKST",
{'E','k','a','t','e','r','i','n','b','u','r','g',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, -360, 1},
===
It really compiles but still warns 'Add SAMT to TZ_INFO' just like bug #2559
And, I'm also not sure whether should Samara TZ_INFO be the same as AFT --- we
do have daylight savings here.
Hope.
--
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=2653
Summary: win32 CUI applications does not get function key presses
(F1, F2, etc)
Product: Wine
Version: 20050111
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bob(a)nulis.lt
Recently I've tried to run the FAR file manager on linux with wine, and
immediately noticed that it does not get the function key presses I send to it.
Tried under different xterm's (at first I thought gnome-terminal was at fault).
Steps to reproduce:
1. download far manager (http://www.rarlab.com/far_manager.htm)
2. install and run with 'winconsole'
3. any of the function keys does not 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=2652
Summary: Bryce 5 crashes on mandrake linux 10.0 when clicking on
graphical menu
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.martell(a)ntlworld.com
I am trying to run Bryce 5 on 20041201 on a Mandrake 10.0 platform.
It comes up fine as long as I include the msvcirt.dll file in the fake windows
system directory.
However, it freezes when I click on anything in the graphical menu (the top menu
comes up fine, though I can't resize documents or anything.
The console only has the following in it when Bryce crashes:
fixme:imm:ImmGetDefaultIMEWnd (0x10022 - (nil) 0x4039eee0 ): semi-stub
In the wine config file, I have :
[AppDefaults\\Bryce5.exe\\DllOverrides]
"msvcirt" = "native"
[AppDefaults\\Bryce5.exe\\x11drv]
"Desktop" = "1024x768"
"Managed" = "Y"
"PerfectGraphics" = "Y"
"DesktopDoubleBuffered" = "Y"
I can't work out what the problem is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2607
------- Additional Comments From goneri(a)rulezlan.org 2005-12-01 11:31 -------
I used wine-config-sidenet to install IE.
Same probleme : Wine 20041201
wine-config-sidenet : 1.7.4
Regards,
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2149
------- Additional Comments From x_claessens(a)skynet.be 2005-12-01 07:40 -------
i've just isntalled Wine-20050111 and this bug is still present !
I can easily install Half-life, but when I start it I haven't the keyboard focus
for typing the cdkey first time i run half-life.
--
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=2651
------- Additional Comments From sirhamacker(a)vidy.com.br 2005-11-01 10:43 -------
Obvius that when I set my keyboard without deadkeys, like :
setxkbmap us
its run fine, But without accent I can not work !
We need to use accent and double/quote.
--
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=2651
Summary: bug when use "us international keyboard with deadkeys"
with "Managed" = "N" and "Desktop" = "1024x768".
Product: Wine
Version: 20041201
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sirhamacker(a)vidy.com.br
(maybe the same bug no. 1309)
I load some win32 application without a problem, but when load win32 application
with two lines :
[AppDefaults\\foo.exe\\x11drv]
"Managed" = "N"
"Desktop" = "1024x768"
(delphi32.exe is a example and I tried others)
Then layout keybord are changed, quote (') and double quotes (") does not run. I
need to use [alt_gr]+shift+quote to be fine. If I rollback to use :
[AppDefaults\\delphi32.exe\\x11drv]
"Managed" = "Y"
#####"Desktop" = "1024x768"
then runs fine again.
Maybe the problem is that I use US International Keyboard with deadkeys (to do
accent pt_BR).
If I set my keyboard without deadkeys, like :
setxkbmap us
before and run wine application then everything is OK using or not using
"Managed" and "Desktop", so there are bug when use "us international keyboard
with deadkeys"+managed(n)+desktop(1024x768).
My config is distro conectiva 10, 512RAM, Notebook Toshiba, XFCE4, glibc 2.3.3,
kernel 2.6.5. I build wine 2004.12.01 from sources.
--
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=2650
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From ivanleo(a)gmail.com 2005-11-01 08:38 -------
no comment...
--
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=2650
Summary: tkokjhjjkjijiko
Product: WineHQ.com
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pinkispradhan(a)yahoo.com
--
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=2649
Summary: exception.h doesn't compile
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
When trying to build an app with winelib that needs exception.h I get this error:
/usr/local/include/wine/exception.h: At top level:
/usr/local/include/wine/exception.h:142: error: parse error before "sigjmp_buf"
/usr/local/include/wine/exception.h:146: error: parse error before '}' token
winegcc: gcc failed.
Here is the relevant section from Wine's header:
typedef struct __tagWINE_FRAME
{
EXCEPTION_REGISTRATION_RECORD frame;
union
{
/* exception data */
__WINE_FILTER filter;
/* finally data */
__WINE_FINALLY finally_func;
} u;
sigjmp_buf jmp;
/* hack to make GetExceptionCode() work in handler */
DWORD ExceptionCode;
const struct __tagWINE_FRAME *ExceptionRecord;
} __WINE_FRAME;
I can't see what's wrong.
--
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=765
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|fgouget(a)codeweavers.com |wine-bugs(a)winehq.org
Status|ASSIGNED |NEW
--
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=2644
------- Additional Comments From mike(a)navi.cx 2005-10-01 10:02 -------
Try running in desktop mode. I'm afraid the window was created unmanaged. This
sort of stuff should get a lot easier to fix with the WM rewrite.
--
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=2643
------- Additional Comments From mike(a)navi.cx 2005-10-01 10:00 -------
You need to use the latest Wine release, or maybe one back, and delete ~/.wine
then try again. Your drive definitions are all messed up.
--
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=421
------- Additional Comments From mike(a)navi.cx 2005-10-01 09:59 -------
Hi Alex, could you post to the wine-devel mailing list with that offer please?
--
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=2647
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |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=2646
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-09-01 20:49 -------
Fixed...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2648
------- Additional Comments From charles.childers(a)gmail.com 2005-09-01 15:05 -------
After further testing, it seems that starting an application using "wineconsole"
rather than "wine" allows colors to be displayed properly. Wineconsole has
problems with input in my app, so I can't use 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=2323
cagnulein(a)tin.it changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cagnulein(a)tin.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=2648
Summary: SetConsoleTextAttribute problems
Product: Wine
Version: 20041201
Platform: All
URL: http://www.retroforth.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charles.childers(a)gmail.com
The SetConsoleTextAttribute (from KERNEL32.DLL) does not set the color
attributes. I have tested this with several programs; none of which work as
expected.
--
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=2647
Summary: setupapi SetupDiGetClassDevsA needs implemented
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sxpert(a)esitcom.org
while running the Garmin GPS updater, I get the following :
sxpert@carpc ~/GPS/garmin $ wine Updater.exe
Warning: Language '' was not recognized, defaulting to English.
Warning: Language '' was not recognized, defaulting to English.
Warning: Language '' was not recognized, defaulting to English.
fixme:setupapi:SetupDiGetClassDevsA {2c9c45c2-8e7d-4c08-a12d-816bbae722c0}
(null) (nil) 00000012
--
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=421
------- Additional Comments From alex(a)winbabel.org 2005-09-01 10:24 -------
Well, i'm a novice here (in wine and linux), but i think i could help
with this task.
I'm a good windows application developer (www.babel7.com),
and i wrote two programs with some of the semantics you are
looking for:
painting over BMPs (or better DIBs).
The 2 programs are for 256 colors and true RGB.
They write on file BMPs.
The painting functions were written to generate pie graphs,
poligonals, rectangles, and so on, but they can be readapted
to write on DIBs in memory.
The sintax help (comm line wo parms) is in Spanish, but i
will not ask for excuses for it. The use is very simple.
I will rewrite an english sintax help if i begin with the task.
You can download it and test if i could help.
If yes, i will begin with the task...
And time will say!!
http://www.babel7.com/bmps.zip
Regards...
Aljandro Bonet
Babel Informatica SL
Madrid
alex(a)winbabel.org
--
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=2646
Summary: LaserSquadNemesis entry needs correction
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=1551
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam.bucket+wine142(a)free.fr
App #1551 has the following problems:
1. The name is wrong. It should be "Laser Squad Nemesis" (with spaces).
2. The category is wrong. It should be "Strategy Games" (Category #57).
--
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=2645
------- Additional Comments From spam.bucket+wine142(a)free.fr 2005-09-01 06:08 -------
Actually, maybe using Wine as the product is wrong? "WineHQ Apps Database" is
probably more suited for such bugs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2645
Summary: "Submit new bug link" does not work
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam.bucket+wine142(a)free.fr
The "Submit a new bug in bugzilla" link on individual application entries does
not work. When clicked, the following message is displayed: "The product name
'wine' is invalid or does not exist."
Steps to reproduce:
1. Display an application (I tried with LaserSquadNemesis and Claw)
2. Click on the "Check for bugs in bugzilla" link
3. Click on the "Submit a new bug in bugzilla" link
Explanation: "wine" is used in the URL instead of "Wine". Replace "wine" with
"Wine" and everything is 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=2644
------- Additional Comments From m.green(a)computer.org 2005-08-01 17:12 -------
I have tried the simulator for Palm OS 5.2 and 6.1. Neither one really works. I got the 5.2 simulator to
finish its initialization and get to the screen where it begins to calibrate the screen digitizer. It wouldn't
respond to mouse clicks and got some kind of internal error (illegal pointer). On subsequent attempts
to run it, there's an X error before anything is displayed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2643
------- Additional Comments From pviegas(a)gmail.com 2005-08-01 14:15 -------
OK, got it nailed!
I was calling the wrong nlnotes.exe!
I don't understand the file structure Lotus installs but its something like...
lotus/
|-- lotus
| `-- notes
| |-- MUI
| |-- data
| | |-- Help
| | |-- IBM_TECHNICAL_SUPPORT
| | |-- Modems
| | `-- W32
| |-- jvm
| | |-- bin
| | | `-- classic
| | `-- lib
| | |-- audio
| | |-- cmm
| | |-- ext
| | |-- fonts
| | |-- images
| | | `-- cursors
| | `-- security
| |-- license
| `-- xmlschemas
`-- notes
|-- MUI
|-- jvm
| |-- bin
| | `-- classic
| `-- lib
| |-- audio
| |-- cmm
| |-- ext
| `-- fonts
|-- license
`-- xmlschemas
And it tricked me to call:
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ wine nlnotes.exe
...instead of...
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/lotus/notes$ wine
nlnotes.exe
The last command like works, but now I go into another problem.
I get a screen with a single messageBox and an OK button wich takes me to end
the programs execution.
The message is:
"You cannot use the Administration program while the Domino Server is running.
Either shut down the Domino Server (but keeps the file server running) or choose
the icon labeled 'Lotus Notes' instead"
Administration program?
Domino Server?
I don't understand, I'm calling the right exe file, right?
Now I'm at a loss! :-(
--
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=2643
------- Additional Comments From pviegas(a)gmail.com 2005-08-01 13:45 -------
I tried to link c: to the fake windows dir.
Now my dosdevices looks like this:
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ ll
~/.wine/dosdevices/
total 0
lrwxrwxrwx 1 pviegas pviegas 14 2005-01-07 23:32 a: -> /media/floppy0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 a:: -> /dev/fd0
lrwxrwxrwx 1 pviegas pviegas 33 2005-01-08 19:43 c: ->
/home/pviegas/.wine/fake_windows/
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com1 -> /dev/ttyS0
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com2 -> /dev/ttyS1
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com3 -> /dev/ttyS2
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com4 -> /dev/modem
lrwxrwxrwx 1 pviegas pviegas 13 2005-01-07 23:32 d: -> /media/cdrom0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 d:: -> /dev/hdc
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 lpt1 -> /dev/lp0
lrwxrwxrwx 1 pviegas pviegas 4 2005-01-07 23:32 x: -> /tmp
lrwxrwxrwx 1 pviegas pviegas 9 2005-01-07 23:32 y: -> ../%HOME%
lrwxrwxrwx 1 pviegas pviegas 1 2005-01-07 23:32 z: -> /
When I tried to run Notes again I received less errors, now I get this result...
viegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ wine nlnotes.exe
err:module:import_dll Library nxmlcommon.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library nnotes.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nplugins.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nxmlcommon.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nnotesws.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nlnotes.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\lotus\\notes\\nlnotes.exe" failed, status c0000135
Wine failed with return code 1
Guess we're on the right track... must need a few more lib paths, right?
--
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=2643
------- Additional Comments From pviegas(a)gmail.com 2005-08-01 13:25 -------
Must be really.
I have a Windows installation in another partition witch I mounted in /mnt/windows
Since I wasn't getting any results I switched to a fake windows folder
configuration with the winesetup utility.
My dosdevices look like this:
pviegas@viegas:~/.wine$ ll ~/.wine/dosdevices
total 0
lrwxrwxrwx 1 pviegas pviegas 14 2005-01-07 23:32 a: -> /media/floppy0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 a:: -> /dev/fd0
lrwxrwxrwx 1 pviegas pviegas 12 2005-01-07 23:32 c: -> /mnt/windows
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com1 -> /dev/ttyS0
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com2 -> /dev/ttyS1
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com3 -> /dev/ttyS2
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com4 -> /dev/modem
lrwxrwxrwx 1 pviegas pviegas 13 2005-01-07 23:32 d: -> /media/cdrom0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 d:: -> /dev/hdc
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 lpt1 -> /dev/lp0
lrwxrwxrwx 1 pviegas pviegas 4 2005-01-07 23:32 x: -> /tmp
lrwxrwxrwx 1 pviegas pviegas 9 2005-01-07 23:32 y: -> ../%HOME%
lrwxrwxrwx 1 pviegas pviegas 1 2005-01-07 23:32 z: -> /
c: is still linking to /mnt/windows
Should I try to link it to the fake windows folder?
--
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=2644
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-01 13:22 -------
Have you tried the simulator insted?
http://appdb.winehq.org/appview.php?appId=1629
--
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=2643
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-01 13:14 -------
It may be a problem with you drives set up.
what does your ~/.wine/dosdevices look like.
ls ~/.wine/dosdevices
--
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=2644
Summary: Palm OS Emulator doesn't seem to accept keyboard input
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.green(a)computer.org
Running wine 20041201 under Fedora Core 2. Windows Palm OS Emulator 3.5 doesn't seem to accept
keyboard input into emulated Palm OS program. Wine started from GNOME Launcher. When started
from Terminal, keyboard input goes to Terminal. When running under Windows, emulator does pass
keyboard input to the emulated program. The source is available from PalmSource website, but I
haven't looked at 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=2643
Summary: Can't get Lotus Notes 6.5.3 running
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pviegas(a)gmail.com
Tried several how-tos people say work and can't get this running.
Must be making a mistake somewhere or my WINE version isn't compatible.
Box: Debian Linux
Kernel: 2.6.8-1
WINE: 20040914
I have succesfully ran notepad, so WINE is working.
I followed these instructions to "install" Notes:
(http://vowe.net/archives/004104.html)
1. Install the latest wine from www.winehq.com (or emerge wine, apt-get wine or
whatever).
2. Install Notes 6.51 under Windows.
3. Copy the Lotus/Notes directory to ~/.wine/fake_windows/program files/lotus/notes.
4. Copy mfc42.dll and msvcp60.dll from Windows to
~/.wine/fake_windows/windows/system
5. type
wine "c:\program files\lotus\notes\nlnotes.exe"
The only diference is that my Notes is 6.5.3 and not 6.5.1.
When I ran notes I get:
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ wine nlnotes.exe
When you are running with a native NT directory specify
'Profile=<profiledirectory>' or disable loading of Windows
registry (LoadWindowsRegistryFiles=N)
err:module:import_dll Library nxmlcommon.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\js32.dll") not found
err:module:import_dll Library js32.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\NLSCCSTR.DLL") not found
err:module:import_dll Library NLSCCSTR.DLL (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library nnotes.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nxmlcommon.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\js32.dll") not found
err:module:import_dll Library js32.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library nnotes.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\NLSCCSTR.DLL") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\NLSCCSTR.DLL") not found
err:module:import_dll Library NLSCCSTR.DLL (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\LTOUIN22.dll") not found
err:module:import_dll Library LTOUIN22.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nplugins.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nxmlcommon.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\js32.dll") not found
err:module:import_dll Library js32.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\NLSCCSTR.DLL") not found
err:module:import_dll Library NLSCCSTR.DLL (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library nnotes.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nnotesws.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nlnotes.exe") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nlnotes.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nlnotes.exe" failed, status c0000135
Wine failed with return code 1
Notes is the only Windows application for know I need to run on Linux, so this
is really irritating! :-(
Thanks in advance for all your help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2642
------- Additional Comments From sxpert(a)esitcom.org 2005-07-01 11:05 -------
This patch makes it work (of course, it needs MS's XML parser...)
RCS file: /home/wine/wine/dlls/rasapi32/rasapi.c,v
retrieving revision 1.27
diff -u -r1.27 rasapi.c
--- rasapi.c 3 Jan 2005 20:33:40 -0000 1.27
+++ rasapi.c 7 Jan 2005 17:04:54 -0000
@@ -247,9 +247,15 @@
DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA lpRasDevinfo, LPDWORD lpcb, LPDWORD
lpcDevices)
{
FIXME("(%p,%p,%p),stub!\n",lpRasDevinfo,lpcb,lpcDevices);
+ if (lpcb==NULL) {
+ return ERROR_INVALID_PARAMETER;
+ }
if (*lpcb < sizeof(RASDEVINFOA)) {
*lpcb = sizeof(RASDEVINFOA);
return ERROR_BUFFER_TOO_SMALL;
+ }
+ if (lpRasDevinfo==NULL) {
+ return ERROR_INVALID_PARAMETER;
}
/* honor dwSize ? */
strcpy(lpRasDevinfo->szDeviceType, RASDT_Modem);
--
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=2637
------- Additional Comments From mike(a)navi.cx 2005-07-01 08:21 -------
You used the Mandrake packages, and this problem was already reported to the
Mandrake packager. Compiling yourself will fix it yes.
--
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=2633
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mike(a)navi.cx 2005-07-01 08:18 -------
This was raised with our Red Hat packager a long time ago now and he said this
is a deliberate policy. You have to install all security updates to use the RH9
RPMs. If you don't like that policy tell Vincent on wine-devel (I agree that
it's a bad 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=2641
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.cc-
| |ims.net/RevMan/download.htm
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=2641
Summary: revman 4.2.7 crashes
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kiwidoc(a)pl.net
Review Manager (revman) is a windows only product used by Cochrane to prepare
systematic reviews. I can install the product OK: When I start revman the
following happened:
chris@moa:~/.wine/drive_c/Program Files/RevMan 4.2 $ wine Review\ Manager\ 4.exe
err:heap:HEAP_GetPtr Invalid heap (nil)!
fixme:msvcrt:_XcptFilter (-1073741819,0x406ee868)semi-stub
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0c0b4ce6).
In 32 bit mode.
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file vfp6ro.dbg
("C:\\Program Files\\RevMan 4.2")
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:0c0b4ce6 ESP:406eecb4 EBP:406ef6e0 EFLAGS:00210246( - 00 -RIZP1)
EAX:00000000 EBX:00000000 ECX:00000000 EDX:000000b6
ESI:00000000 EDI:000000b6
Stack dump:
0x406eecb4: 0000000c 00000000 401be400 0000003b
0x406eecc4: 0000007b 0000007b 00000001 00000002
0x406eecd4: c02f9000 00000001 406eeeec 00000001
0x406eece4: 406eef6c 0c12ea81 00000073 00210246
0x406eecf4: 406eef54 0000007b 00000040 401fb000
0x406eed04: 401f8300 406eede0 406eed24 406eedb0
Backtrace:
=>1 0x0c0b4ce6 in vfp6r (+0xb4ce6) (0x406ef6e0)
2 0x0c0f162e in vfp6r (+0xf162e) (0x0000100f)
3 0x00000000 (0x00000000)
0x0c0b4ce6: movl 0x0(%eax),%eax
Wine-dbg>
adding wine-dev did not help.
I'm using the wine hq debian version on ubuntu linux. My box is a tyan
thunderbird dual althon 1600XP with two SCSI HD.
--
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=2507
------- Additional Comments From andukar(a)andukar.org 2005-06-01 01:16 -------
Verified bug in 20041019 and 20041201.
Also verified that undoing the change listed above fixes it in 20041201.
--
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=2638
flavio.provenda(a)terra.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |flavio.provenda(a)terra.com.br
--
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=2636
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-01 23:25 -------
Resolving Invalid for 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=2636
------- Additional Comments From mrfort(a)centurytel.net 2005-04-01 21:42 -------
I found something in the dosdevice folder that I had never noticed before. Most
of the drive folders had a letter then a colon. (a: b: c:) There were 2 drive
folders that did *not* have a colon after the letter. The 'I' folder was one of
them. I edited both folder properties and added the colon to both. After
rebooting the computer Wolfenstein installed properly and runs great. That seems
to have been the problem. (My fault for having never noticed the lack of colons
before) I am not sure why only certain games would give the 'I' problem and not
install while all the other ones I listed installed with no problems at all.
Not sure why wine did not put colons at the end of those 2 drives letters.
Thank you very, very much for your help and support.
--
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=2636
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=501
Component|test |wine-files
Summary|Was told to copy file here |Problem installing Return to
|as a bug report. Was told on|Castle Wolfenstein (and
|irc winehq. |others)
--
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=2640
Summary: riched32 dereferences null pointer from WASTE
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerowolf(a)gmail.com
Hi, I just ported WASTE 1.0b to winelib. It is unstable without native DLLs:
type 1 line, it shows up fine.
type 2 lines, they show up.
type 3 lines, the first two disappear.
type more than 3, all lines disappear. Until you get to 7 or 8, at which point
the first line shows up again in the middle of the richedit box, and eventually
all the other lines show up.
When you try to select any of the text, and copy it to the clipboard, it
triggers a catastrophic failure:
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x1028114b).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:1028114b ESP:1018eb00 EBP:1018eb1c EFLAGS:00010246( - 00 -RIZP1)
EAX:4eb8be80 EBX:1028fc5c ECX:45e03dc0 EDX:10293c30
ESI:00000000 EDI:4eb8be80
Stack dump:
0x1018eb00: 00000000 1028fc5c 00000000 00000111
0x1018eb10: 1028fc5c 797c0488 00000111 1018eb50
0x1018eb20: 102849d7 4eb8be80 00000000 00000205
0x1018eb30: 00000000 006f0030 1018eb74 5f722481
0x1018eb40: 45e03dc0 45df634c 00000000 000100c2
0x1018eb50: 1018eb74 45d7ceb7 000100c2 00000111
Backtrace:
=>1 0x1028114b RTFSetEditStream+0x2b in riched32 (0x1018eb1c)
2 0x102849d7 in riched32 (+0x49d7) (0x1018eb50)
3 0x45d7ceb7 WINPROC_wrapper+0x17 in user32 (0x1018eb74)
4 0x45d7d318 WINPROC_wrapper+0x478 in user32 (0x1018ebb4)
5 0x45d83672 CallWindowProcA+0x192 in user32 (0x1018ebf8)
6 0x4b10300f _Z15text_newWndProcP6HWND__jjl+0xa3 in waste (0x1018ec38)
7 0x45d7ceb7 WINPROC_wrapper+0x17 in user32 (0x1018ec5c)
8 0x45d7d318 WINPROC_wrapper+0x478 in user32 (0x1018ec9c)
9 0x45d83904 CallWindowProcW+0x184 in user32 (0x1018f1ac)
10 0x45d60042 DispatchMessageW+0x112 in user32 (0x1018f1d8)
11 0x45d53823 IsDialogMessageW+0x103 in user32 (0x1018f338)
12 0x45dbed19 IsDialogMessageA+0x59 in user32 (0x1018f370)
13 0x4b1027d9 _Z20IsChatRoomDlgMessageP6tagMSG+0xe7 in waste (0x1018f3a0)
14 0x4b118f3f WinMain+0x13bf in waste (0x1018fe90)
15 0x4b0fa11c __wine_exe_main+0x11c in waste (0x1018ff20)
16 0x5f70aed5 in kernel32 (+0x5aed5) (0x1018fff4)
17 0x21a34c11 (0x00000000)
0x1028114b RTFSetEditStream+0x2b in riched32: movl 0x0(%esi),%eax
This is the Fedora Core 3 RPM release of 01Dec2004. There is no older (i.e.,
riched20) implementation I can otherwise use.
--
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=2636
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-01 14:48 -------
I see this in the trace
trace:file:CreateFileW L"I:\\GLC2b02.tmp" GENERIC_READ GENERIC_WRITE
FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"I:\\GLC2b02.tmp",0x406af91c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"I:\\GLC2b02.tmp" 520 0x406af698 (nil))
warn:file:wine_nt_to_unix_file_name L"GLC2b02.tmp" not found in
/home/mike/.wine/dosdevices/i:
warn:file:CreateFileW Unable to create file L"I:\\GLC2b02.tmp" (status c0000034)
Are you sure that you have write access to that directory?
--
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=2637
------- Additional Comments From flavio.provenda(a)terra.com.br 2005-04-01 13:48 -------
I install from a package (20040112).
I tried to update the glibc, but the latest available is 2.3.3
I will try to compile, but it will be make any difference?
I will try, too, talk with a dev.
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=2636
------- Additional Comments From mrfort(a)centurytel.net 2005-04-01 11:38 -------
Created an attachment (id=739)
--> (http://bugs.winehq.org/attachment.cgi?id=739&action=view)
This is the filetrace that was run.
The program I am trying to install is "Return to Castle Wolfenstein" but there
are 3 other programs that give the same error message when I try to install it.
There is one other issue I am having. When I run "install/uninstall" (this is
using the xwine frontend) it will not let me browse to .wine because it is
hidden and when I "add" by putting in the path manually and set it up like I
want it, when I close the setup box the program is not added to the list but it
*is* added in the correct files in .wine which I believe is at the end of the
wine.conf file.
--
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=1853
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-01 11:19 -------
Resolving as FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2637
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-01 09:26 -------
did you build Wine from source or install it from a package? If you used a
package ,which one? It looks to me that the you installed from a package and the
packager has a newer version of glibc than you which means you should either
- upgrade your glibc ..or
- install from source ..or
- talk to the packager.
--
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=2638
Summary: "BRST" entry in TZ_INFO unavailable
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlos(a)lmpt.ufsc.br
First the SO of my PC machine is SUSE Linux 9.1, whith kernel version
2.6.5-7.111.19 (SUSES's numbering).
I crashed each time I went exec the application AVRStudio.exe. This application
was installed following the instructions present in
http://www.frankscorner.org/index.php?p=ishield. The installation program is
supplied in the address
http://www.atmel.com/dyn/resources/prod_documents/aStudio4b356.exe.
So, when i try to run the application with the command
"wine .wine/drive_c/Program\ Files/Atmel/AVR\ Tools/AvrStudio4/AVRStudio.exe"
the follow messages is showed:
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoCreateInstance no classfactory created for CLSID
{2933bf90-7b36-11d2-b20e-00c04f983e60}, hres is 0x80040154
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "BRST" to an
entry in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and
submitas patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "BRST" to an
entry in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and
submitas patch to wine-patches
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00405075).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:00405075 ESP:4069f37c EBP:4039f1a4 EFLAGS:00210202( - 00 - -RI1)
EAX:00000000 EBX:4039dc4c ECX:4069f37c EDX:00000000
ESI:00536048 EDI:01780003
Stack dump:
0x4069f37c: 00405048 00000000 00000000 5f4d1c58
0x4069f38c: 4039dc4c 00000000 4069f3e0 00536048
0x4069f39c: 00536048 4069ff20 ffffffff 4069f390
0x4069f3ac: 40033f99 5f4d1c58 5f4d1c58 4039dc4c
0x4069f3bc: 41a76a08 4039f1a4 40033f99 41a77278
0x4069f3cc: 5f4d1c58 00d500d4 00000001 00d900d8
Backtrace:
=>1 0x00405075 in avrstudio (+0x5075) (0x4039f1a4)
2 0x006f0072 (0x40320000)
3 0x00090000 (0x00110000)
4 0x00000000 (0x00000000)
0x00405075: movl 0x0(%eax),%edx
--
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=2637
Summary: glibc problems. load_builtin_dll failed to load .so lib
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flavio.provenda(a)terra.com.br
Hi!
Running a VB6 app I got this error and the app freeze and I must to do ctrl+c on
console:
bash-2.05b$ wine TESTE_3.exe
err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=0001003c
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "BRST" to an entry
in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and submit
as patch to wine-patches
fixme:time:GetCalendarInfoA (00000416,00000001,20000030,(nil),0,0x406ee870):
quarter-stub
fixme:time:GetCalendarInfoW (00000416,00000001,20000030,(nil),0,0x406ee870):
quarter-stub
err:listview:LISTVIEW_WindowProc unknown msg 2210 wp=00000001 lp=0002006e
wine: Unhandled exception (thread 0009), starting debugger...
err:module:load_builtin_dll failed to load .so lib for builtin L"dbghelp.dll":
/lib/tls/libc.so.6: version `GLIBC_2.3.4' not found (required by
/usr/lib/wine/dbghelp.dll.so)
err:module:import_dll Loading library dbghelp.dll (which is needed by
L"C:\\windows\\system\\winedbg.exe") failed (error c000007a).
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system\\winedbg.exe" failed, status c0000135
an error says that I need GLIBC_2.3.4, but the actual version is 2.3.3, as we
can see here: http://www.gnu.org/software/libc/#CurrentStatus.
Thank you.
Flávio
--
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=2636
------- Additional Comments From mrfort(a)centurytel.net 2005-03-01 21:20 -------
I have installed Half-Life, Descent3, Quake2, Quake3, Unreal, and Delta Force
with no issues at all. All play as good or better than in M$. There are a few
games I have run in wine in the past that now refuses to install. I get the
error message: "Could not initialize installation,
I:\GLCC20.tmp File Not Found"
I went to irc winehq and found a guy who was very knowledgeable and had me to
run WINEDEBUG=+file wine "d:\setup.exe" 2>&1 | tee filetrace.out and send the
last 100 lines to him to view. He then told me it was a bug and to come here and
post the entire 2 meg file. Was not sure you would appreciate that so I sent
what I sent him. I can send the entire file any time you want 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=2634
Summary: Xserver crashes when I try to run Wine
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c.doyen(a)skynet.be
Hi,
I've just installed the new release of wine (20041201) and, when I try to run
wine, my xserver just shutsdown leaving me in console mode ...
I'm using the new nvidia driver with my Geforce 6610XL on a Mandrake 10.1
best regards,
Gilles
--
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=2615
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-01-01 16:47 -------
I am able to run it fine with the 20031016 snapshot but after that there are
various regressions. So it is very difficult to difficult to regression test it.
On my system (RH9) I see tons of these mesages before the crash.
fixme:win:GetThreadDesktop (9): stub
When I ran with WINEDEBUG=+relay I ran out of diskspace after several hours
without a wine desktop poping up.
It is definitely interesting that it works with your RH7.3 system.
--
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=2633
Summary: RH9 RPMs incompatible with RH9 -- total showstopper
Product: Wine
Version: 20041201
Platform: PC
URL: http://www.winehq.org/site/download-rh
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 2blkbelt(a)nemontel.net
RH9 out-of-box system, "everything" installed.
Installation of wine-20041201-1rh9winehq.i686.rpm goes fine with "rpm -Uvh"
Typing "wine[enter]", however, generates an error message as follows...
/usr/bin/wineserver: relocation error: /usr/bin/wineserver: symbol epoll_create,
version GLIBC_@.3.2 not defined in file libc.so.6 with link time reference
...the problem here is that the "RH9" version requires components that are not
part of, or native to, RH9. We're not talking about a trivial just "go and get
the stuff" thing, either; installing a different version of glibc is highly
problematic, according to the glibc website. Move this, rename that, this won't
work, that won't work, the usual litany of "we didn't think upgrades through, so
you're screwed, have a nice day." So very few people are going to be able to
pull this off (install the new glibc, I mean.)
If I were you people, I'd take that RPM down until I could come up with one that
installs into a freshly installed RH9 system with no mods, using the RH9-shipped
glibc. You have GOT to pay more attention to the environment!
--
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=2632
Summary: Couldn't connect to web sites
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fasici(a)linux-sevenler.org
When I try to connect to a web site with wine it fails. For example,
flashget gives an error message like this:
Sat Jan 01 21:49:25 2005 Connecting www.kernel.org:0
Sat Jan 01 21:49:36 2005 Connecting www.kernel.org [IP=204.152.189.116:0]
Sat Jan 01 21:49:40 2005 Error occured! Socket Error=10061 Connection
refused. Please read user manual for more information.
If I write the port number 80 with URL it connects and downloads successfully.
Good 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=2615
------- Additional Comments From dclark(a)akamail.com 2005-01-01 12:48 -------
Neither of you mentioned where of how this is crashing. I spent a little time
looking at Myst, and see rather odd (to me) symptoms. What I see is that for
Wine compiled under RH 9 on two different machines, Myst can generally play the
intro, but crashes upon attempting to actually enter the game. This occurs for
me with CVS versions going back to Oct 03, before which Wine does not run for me
on RH 9 (I think maybe this was when the pthread work was done?). The backtraces
from the traces do not look real. But the relay traces up to the crash generally
look like:
0009:Call hook proc 0x43ca95 (id=WH_GETMESSAGE,code=0,wp=00000001,lp=40733d78)
... code deleted.
0009:Call winmm.timeGetTime() ret=0043cb02
0009:Call kernel32.GetTickCount() ret=409302d5
0009:Ret kernel32.GetTickCount() retval=00008ac8 ret=409302d5
0009:Ret winmm.timeGetTime() retval=00008ac8 ret=0043cb02
0009:Call kernel32.UnhandledExceptionFilter(407355c8) ret=00441195
It appears that there is no problem with the timeGetTime calls... it has been
called from the same place many times previously without crashing. Normally at
this point another call to timeGetTime would be made; Myst seems to always call
the function twice.
I don't really know how to go about debugging this. Since this error appears in
all versions of runable Wine on two different RH9 machines, I cannot narrow it
down with a regression test. The backtraces appear to show junk, and I don't
really know how to go about getting additional info.
I have a third machine with RH7.3. This one behaves rather different. Myst seems
to work pretty well with a lot of CVS versions, but various bugs are introduced
(and sometimes fixed) with different CVS versions. With a current CVS version,
Myst seems to be prone to random freezes for me (but it doesn't crash). I'm
going through to see whether I can at least find that, since it is definitely an
introduced error.
--
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.
Debian 3.0 gcc 2.95.4 20011002 (Debian prerelease)
>
> ------- Additional Comments From
> marcus(a)jet.franken.de 2004-30-12 07:01 -------
> which compiler on which distro do you use?
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
http://bugs.winehq.org/show_bug.cgi?id=1774
------- Additional Comments From marcus(a)jet.franken.de 2004-30-12 07:04 -------
please try again, it might have been fixed already.
--
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=2248
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-30-12 07:03 -------
you need to run ith with a command.
wineconsole wcmd.exe
or similar.
--
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=2609
ttirrem(a)sluggy.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ttirrem(a)sluggy.net
------- Additional Comments From ttirrem(a)sluggy.net 2004-28-12 20:27 -------
I get this error if and only if I ulimit virtual memory to less than about 1300MB.
--
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.