http://bugs.winehq.org/show_bug.cgi?id=4663
multescugeorge(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-kernel |wine-misc
------- Additional Comments From multescugeorge(a)yahoo.com 2006-26-02 02:39 -------
I reinstalled wine 0.9.7 (tarball) and ypops works again, so it's nothing
wrong with my system.
I then proceeded to make regression tests:
(with: cvs update -PAd -D "2006-02-10 CDT")
wine from 10.02.2006: works
so the problem is between wine 10.02.2006 and 15.02.2006
It takes a lot of time (1 to 1.5 hours) to do the regression test, i'll do
some more when i have the time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4663
multescugeorge(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4663
Summary: ypops no longer runs under wine 0.9.8, it ran perfectly
under wine 0.9.7 and ealyer
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: multescugeorge(a)yahoo.com
The program appears to start, but it exits without ANY error messages. The
program can be found in the appDatabase. I got wine 0.9.7 from a tarrball and
ypops worked, i got wine 0.9.8 from tarball too, and it didn't work, got wine
again from CVS on 26.02.2006 and the result was the same.
Here is a short winedbg session:
# winedbg ypops.exe
WineDbg starting on pid 0xa
start_process () at /usr/src/wine/dlls/kernel/process.c:845
0x7fcb11bb start_process+0xb7 [/usr/src/wine/dlls/kernel/process.c:845] in
kernel32: subl $12,%esp
845 ExitProcess( entry( peb ) );
Wine-dbg>bt
Backtrace:
=>1 0x7fcb11bb start_process+0xb7(arg=0x0)
[/usr/src/wine/dlls/kernel/process.c: 845] in kernel32 (0x7fcb11bb)
2 0xb7f18ccb (0xb7f18ccb)
Wine-dbg>run
0x7fca11bb start_process+0xb7 [/usr/src/wine/dlls/kernel/process.c:845] in
kernel32: subl $12,%esp
845 ExitProcess( entry( peb ) );
845 ExitProcess( entry( peb ) );
Wine-dbg>cont
err:systray:start_systray_process timeout waiting for L"explorer /systray" to
start
Process of pid=0x0000000c has terminated
Wine-dbg>cont
No process loaded, cannot execute 'cont'
Wine-dbg>run
0x7fca11bb start_process+0xb7 [/usr/src/wine/dlls/kernel/process.c:845] in
kernel32: subl $12,%esp
845 ExitProcess( entry( peb ) );
845 ExitProcess( entry( peb ) );
Wine-dbg>cont
Process of pid=0x00000010 has terminated
Wine-dbg> quit
Any suggestions about further debugging? The program is quite usefull and i
wish i could run it with the newest wine possible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4645
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.soft32.com/downlo
| |ad_30.html
------- Additional Comments From tony.lambregts(a)gmail.com 2006-25-02 20:11 -------
I was able to install 7.5 beta from http://www.soft32.com/download_30.html
It fails to run with an ole error though...
wine YahooMessenger.exe
err:ole:CoGetClassObject no class object {24f3ead6-8b87-4c1a-97da-71c126bda08f}
could be created for for context 0x7
fixme:ole:CoCreateInstance no classfactory created for CLSID
{24f3ead6-8b87-4c1a-97da-71c126bda08f}, hres is 0x800700c1
Where did you download yours from?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4323
------- Additional Comments From lionel(a)mamane.lu 2006-25-02 17:41 -------
I tried downloading it and putting it in the _current_ directory (same as the
program). This seems to call yet another DLL, which calls another DLL, etc. I
ended up downloading advapi32.dll COMCTL32.DLL dnsapi.dll rpcrt4.dll
WS2_32.DLL and then it still doesn't work:
wine: Call from 0x55a21f70 to unimplemented function
rpcrt4.dll.I_RpcExceptionFilter, aborting
wine: Call from 0x55a21f70 to unimplemented function
rpcrt4.dll.I_RpcExceptionFilter, aborting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4323
------- Additional Comments From mekjedi(a)bluebottle.com 2006-25-02 15:39 -------
Did you try downloading it and putting in Wine's system32 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=4387
------- Additional Comments From ybarbo(a)colba.net 2006-25-02 15:37 -------
this is the patch that cause a problem
20040615
* dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Do nothing in ShowWindow(SW_SHOW) if a window is already visible.
sure i can reverse the patch but It has its reason and i'am not developper. I
don't want to mess up wine.
If someone could look 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=3981
------- Additional Comments From emarkley(a)gmail.com 2006-25-02 15:02 -------
I can start the halo demo fine with wine .98, but it has the same problems I
listed for the full game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4651
------- Additional Comments From w1ldph1l(a)comcast.net 2006-25-02 14:31 -------
Ok changing the version to XP did the trick, tho I still had to use
"WINEDLLOVERRIDES='msvcrt=n' wine" because I got the same msvcrt.dll error:
wine: Call from 0x40470ac4 to unimplemented function msvcrt.dll._wsetlocal, aborting
Also the framerate is horrable compaired to the windows side (shadowbane is an
open gl game) but I fear that may have something to do with my linux install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4662
Summary: Default font in winefile A. D. Mono
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
I think this is a regression and the in progress changes to font handing.
Winefile now seems to use A.D Mono font for the menu and file browsers. Changing
the font changes the font of the file browser but the menu item don't get
affected. Using save on exit does not save the new font.
Wine configure has a good looking font. Using Mandriva 2006.0 and imported font
from a win95 install's window/font in to Linux. No fonts in Drive_c window/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.