http://bugs.winehq.com/show_bug.cgi?id=1531
Summary: fixme:ddraw when running Master of Orion 2
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: bunk(a)fs.tum.de
This is a resubmission of Bug 1154.
Master of Orion 2 runs fine woth Wine versions up to 20030618, but there are
always the following messages:
<-- snip -->
$ wine orion95.exe
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40390778)->(00010021,00000011)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x40390778)->(flags=0x00000001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x40390778)->(flags=0x00000001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x40390778)->(flags=0x00000001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x40390778)->(flags=0x00000001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x40390778)->(flags=0x00000001,handle=(nil))
...
<-- snip -->
Since the game runs without problems, this is at least for this program only a
cosmetical issue.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1524
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |us(a)the-edmeades.demon.co.uk
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1438
------- Additional Comments From hatky(a)users.sf.net 2003-19-06 04:41 -------
zdzichu <at> irc.pl
Trying to install Half-life with freshly compiled & installed wine:
root@mother:/mnt/cdrom$ wine SETUP.EXE
err:module:BUILTIN_LoadModule loaded .so but dll mmsystem.dll still not found
Could not load 'KERNEL.DLL' required by 'ISSET_SE', error=2
Most other programs work OK (Counter Strike installed themself, Half-Life
upgraded has run, although it complained about missing HalfLife).
Clearly KERNEL.DLL is not emulated properly.
---
restored from gmane.org
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1450
------- Additional Comments From hatky(a)users.sf.net 2003-19-06 04:37 -------
tjawatts <at> totalise.co.uk
I have CVS as of yesterday (08/05/03, in the afternoon), I have (customised)
linux with glibc 2.3.2, so I added --with-nptl to the config args bit in
wineinstall. X 4.3.0. Other programs run fine (acrobat,kazaa lite). Fake windows
on ext3.
Simcity installs fine (cd /mnt/cdrom, wine ./INSTALL/ENGLISH/SETUP.EXE). When I
run it (cd <wine>/Program\ Files/Maxis/SimCity\ 3000/, wine ./Game/SC3.EXE) I
get a loop with a load of enter/leave critical section plus a few get tick
counts ad infinitum. So I will attach the last few hundred +relay +snoop before
the loop, a +loaddll and some output from winedbg which seems to show a crash
(why when it doesnt if I it run normally?)
Hope you can help
Thanks
Tony
p.s. posted under misc as I have no idea what it is related too!
------- Additional Comments From tjawatts <at> totalise.co.uk 2003-05-09
04:44 -------
Created an attachment (id=476)
--> (http://bugs.winehq.com/attachment.cgi?id=476&action=view)
wine --debugmsg +snoop +relay ./Game/SC3.EXE
------- Additional Comments From tjawatts <at> totalise.co.uk 2003-05-09
04:45 -------
Created an attachment (id=477)
--> (http://bugs.winehq.com/attachment.cgi?id=477&action=view)
wine --debugmsg +loaddll ./Game/SC3.EXE
------- Additional Comments From tjawatts <at> totalise.co.uk 2003-05-09
04:45 -------
Created an attachment (id=478)
--> (http://bugs.winehq.com/attachment.cgi?id=478&action=view)
winedbg ./Game/SC3.EXE
------- Additional Comments From tjawatts <at> totalise.co.uk 2003-05-09
07:07 -------
OK, just looking at the snoop relay and could it be something to do with the
setthreadpriority, i.e. it is set to be at the bottom of the queue or something?
Any ideas?
Tony
0033:Call kernel32.GetThreadPriority(fffffffe) ret=004c03cd
0033:Ret kernel32.GetThreadPriority() retval=00000000 ret=004c03cd
0033:Call kernel32.SetThreadPriority(fffffffe,00000001) ret=004c03e4
0033:Ret kernel32.SetThreadPriority() retval=00000001 ret=004c03e4
------- Additional Comments From mike <at> theoretic.com 2003-05-09 09:35 -----
--
Can you get a backtrace from the critical section functions in the loop?
------- Additional Comments From tjawatts <at> totalise.co.uk 2003-05-09
10:15 -------
If you give me an idea how, with winedbg it gives the exception attached, could
I use gdb or something?
Thanks
Tony
------- Additional Comments From tjawatts <at> totalise.co.uk 2003-05-09
10:54 -------
Here is the backtrace from gdb, any use?
Starting program: /usr/bin/wine ./Game/SC3.EXE
[New Thread 16384 (LWP 18064)]
[New Thread 32769 (LWP 18067)]
[New Thread 16386 (LWP 18068)]
[New Thread 32771 (LWP 18077)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 18064)]
RtlImageNtHeader (hModule=0x0) at loader.c:1273
1273 if (dos->e_magic == IMAGE_DOS_SIGNATURE)
(gdb) bt
#0 RtlImageNtHeader (hModule=0x0) at loader.c:1273
#1 0x400d231a in RtlImageDirectoryEntryToData (module=0x0, image=1, dir=0,
size=0x40702d84) at loader.c:1301
#2 0x400d12f4 in LdrGetProcedureAddress (module=0x0, name=0x40702db0, ord=0,
address=0x40702dac) at loader.c:787
#3 0x40087454 in GetProcAddress (hModule=0x0,
function=0x4fc298 "TryEnterCriticalSection") at ../../loader/module.c:1053
#4 0x004b9082 in ?? ()
#5 0x400bd984 in start_process () at ../../scheduler/process.c:570
#6 0x400bf4d7 in call_on_thread_stack (func=0x400bd6b0)
at ../../scheduler/sysdeps.c:110
----
restored from gmane.org
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1434
------- Additional Comments From hatky(a)users.sf.net 2003-19-06 04:14 -------
Restoring from gmane.org:
hatky <at> users.sf.net:
Just using this meta bug to order the bug tree a bit
other developer separate dll's and change directory stracture for the source
code
for now I order bugs... :)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1530
Summary: FIXME:heap:RtlWalkHeap not fully compatible
Product: Wine
Version: 20030508
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: john_vms(a)hotmail.com
fixme:win32:SetCriticalSectionSpinCount critsection=0x416f00b0: spincount=4000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x417b00b0: spincount=4000
not supported
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1527
------- Additional Comments From syjef(a)mdanderson.org 2003-18-06 14:48 -------
I am receiving the same things from current CVS. This is on FreeBSD 5.1-RELEASE
with XFree86 4.3.0. In my case, the font metrics are failing at:
Font metrics: 99.5% done
Font -b&h-lucidasans-bold-i-normal-sans-100-*-100-100-p-0-iso8859-1
wine: Unhandled exception, starting debugger...
Furthermore, any attempt to use the debugger fails with:
wait4: Interrupted system call
Regardless of if I try to step through a few lines or I just type quit at the prompt. At the
end of attempting to load debug symbols I receive the following for this particular (font)
error:
In 32-bit mode.
file_set_error: Bad address
I have not previously had any problems building font metrics, and I have not (to my
knowledge) loaded any fonts since the last successful build.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1527
------- Additional Comments From william.gallafent(a)virgin.net 2003-18-06 09:49 -------
Well, for what it's worth, here's the backtrace after the crash when run Synchronously. I don't
have libX11 with debug symbols, so I can't see what's happening inside that library. The font
name still looks OK at this point, but I can't look inside the Display*.
Font metrics: 97.9% done
Font -misc-esstix eight-medium-r-normal--100-*-100-100-p-0-adobe-fontspecific
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 16384 (LWP 6922)]
DebugBreak () at debugger.c:273
273 }
(gdb) bt
#0 DebugBreak () at debugger.c:273
#1 0x40f068d5 in error_handler (display=0x3c00e400, error_evt=0x408c266c) at
x11drv_main.c:143
#2 0x40f8288e in _XError () from /usr/X11R6/lib/libX11.so.6
#3 0x40f80dad in _XReply () from /usr/X11R6/lib/libX11.so.6
#4 0x40f63d93 in _XF86BigfontQueryFont () from /usr/X11R6/lib/libX11.so.6
#5 0x40f6343f in XLoadQueryFont () from /usr/X11R6/lib/libX11.so.6
#6 0x40efdd13 in TSXLoadQueryFont (a0=0x3c00e400,
a1=0x408c2960 "-misc-esstix
eight-medium-r-normal--100-*-100-100-p-0-adobe-fontspecific") at ts_xlib.c:20
#7 0x40ef0fcd in XFONT_BuildMetrics (x_pattern=0x3c01b1e0, res=100,
x_checksum=4208893235, x_count=6291)
at ../../graphics/x11drv/xfont.c:2120
#8 0x40ef2e7e in X11DRV_FONT_InitX11Metrics () at ../../graphics/x11drv/xfont.c:2959
#9 0x40ef3b80 in X11DRV_SelectFont (physDev=0x40393718, hfont=0xa2) at
../../graphics/x11drv/xfont.c:3339
#10 0x40c8f3ba in FONT_SelectObject (handle=0xa2, obj=0x4037312e, hdc=0x4c) at
../../objects/font.c:435
#11 0x40c95638 in SelectObject (hdc=0x4c, handle=0xa2) at ../../objects/gdiobj.c:1074
#12 0x40c87878 in DC_InitDC (dc=0x403949e8) at ../../objects/dc.c:194
#13 0x40c88607 in CreateDCA (driver=0x40bedc04 "DISPLAY", device=0x0, output=0x0,
initData=0x0) at ../../objects/dc.c:616
#14 0x40bab707 in SYSMETRICS_Init () at ../../windows/sysmetrics.c:118
#15 0x40bd9b75 in process_attach () at user_main.c:233
#16 0x40bd9d05 in UserClientDllInitialize (inst=0x40b50000, reason=1, reserved=0x1) at
user_main.c:325
#17 0x400c5399 in MODULE_InitDLL (wm=0x40372180, reason=1, lpReserved=0x1) at
loader.c:451
#18 0x400c5598 in MODULE_DllProcessAttach (wm=0x40372180, lpReserved=0x1) at
loader.c:528
#19 0x400c5578 in MODULE_DllProcessAttach (wm=0x40371a08, lpReserved=0x1) at
loader.c:521
#20 0x400c5578 in MODULE_DllProcessAttach (wm=0x403709a8, lpReserved=0x1) at
loader.c:521
#21 0x400c5578 in MODULE_DllProcessAttach (wm=0x40370670, lpReserved=0x1) at
loader.c:521
#22 0x400c5578 in MODULE_DllProcessAttach (wm=0x0, lpReserved=0x1) at loader.c:521
#23 0x400b1cac in start_process () at ../../scheduler/process.c:546
#24 0x400b6207 in call_on_thread_stack (func=0x400b1ae0) at
../../scheduler/sysdeps.c:113
(gdb) up 6
#6 0x40efdd13 in TSXLoadQueryFont (a0=0x3c00e400,
a1=0x408c2960 "-misc-esstix
eight-medium-r-normal--100-*-100-100-p-0-adobe-fontspecific") at ts_xlib.c:20
20 r = XLoadQueryFont(a0, a1);
(gdb) list
15
16 XFontStruct * TSXLoadQueryFont(Display* a0, const char* a1)
17 {
18 XFontStruct * r;
19 wine_tsx11_lock();
20 r = XLoadQueryFont(a0, a1);
21 wine_tsx11_unlock();
22 return r;
23 }
24
(gdb) p a0
$5 = (Display *) 0x3c00e400
(gdb) p a1
$6 = 0x408c2960 "-misc-esstix
eight-medium-r-normal--100-*-100-100-p-0-adobe-fontspecific"
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1219
------- Additional Comments From z_god(a)wanadoo.nl 2003-18-06 06:26 -------
Bug comments restored from Gmane.org:
Running wine version 20021219 and after testing the configuration to 100% with
winecheck:
Running the game "First Star Online' client (latest version - see
http://www.kidmandevil.com) directSound give the following
messages and locks up
the app when attempting to load a game Character.
fixme:msvcrt:MSVCRT__sopen : pmode 0x0001 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x465b9c80)->(00000000,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x465be5a0)->(00000000,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x464a0150)->(00000000,00000008)
fixme:font:GetKerningPairsA (0xa14,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsA (0xa14,0,(nil)): almost empty stub!
fixme:gdi:GetCharABCWidthsFloatA GetCharABCWidthsFloatA, stub
fixme:font:GetKerningPairsA (0xa68,0,(nil)): almost empty stub!
fixme:gdi:GetCharABCWidthsFloatA GetCharABCWidthsFloatA, stub
fixme:gdi:GetCharABCWidthsFloatA GetCharABCWidthsFloatA, stub
fixme:gdi:GetCharABCWidthsFloatA GetCharABCWidthsFloatA, stub
fixme:font:GetKerningPairsA (0xa70,0,(nil)): almost empty stub!
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x494ddf38,00010022,2):stub
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x0180 ignored
fixme:winsock:WS_bind Setting WS_SO_REUSEADDR on socket before we binding it
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=22248 <
primary_done=24876)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=22236 <
primary_done=24864)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=22232 <
primary_done=24860)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=18668 <
primary_done=21296)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=18656 <
primary_done=21284)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=15448 <
primary_done=18076)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=11792 <
primary_done=14420)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=11780 <
primary_done=14408)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=11776 <
primary_done=14404)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=8392 <
primary_done=11020)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=4312 <
primary_done=6940)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=4300 <
primary_done=6928)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=4296 <
primary_done=6924)
------- Additional Comments From info <at> moabutah.com 2003-01-10 22:10 -------
I managed to get the last few error messages to stop by changing the winmm driver to
the winealsa.drv
driver (duh) but everything before and including the: fixme:winsock:WS_bind Setting
WS_SO_REUSEADDR
on socket before we binding it still occurs and the prog still crashes.
------- Additional Comments From dardo <at> dada.it 2003-05-07 12:34 -------
fixme:winsock:WS_bind Setting WS_SO_REUSEADDR on socket before we binding it
I have the same problem with WinMX 3.3.1. and Wine 20030115 on Mandrake 9.1
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1527
------- Additional Comments From mike(a)theoretic.com 2003-18-06 06:02 -------
If you set Synchronous on in the config file, X errors will raise an exception
that you can get a backtrace from, perhaps revealing the incorrect value.
Sounds like it might be a strange font file....
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1527
------- Additional Comments From william.gallafent(a)virgin.net 2003-18-06 04:42 -------
fixme:font:LFD_InitFontInfo font '-b&h-luxi
serif-medium-o-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe' and
character encoding 'standard'
Font metrics: 98.9% done
fixme:font:LFD_InitFontInfo font '-b&h-luxi
serif-medium-r-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe' and
character encoding 'standard'
Font metrics: 99.1% done
Font -misc-esstix eight-medium-r-normal--100-*-100-100-p-0-adobe-fontspecific
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 45 (X_OpenFont)
Value in failed request: 0x2c00fcd
Serial number of failed request: 12307
Current serial number in output stream: 12308
This font name ooks OK to me, as someone who knows almost nothing about X11 fonts ...
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1387
simon(a)unisolve.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From simon(a)unisolve.com.au 2003-17-06 22:57 -------
*Delighted* to discover that when I updated my wine from cvs (a week or two ago)
that this bug had resolved itself. I can install the application, (with a few
rough edges during the installation process), and now it runs reasonably well.
Great progress. Thanks wine developers.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1527
------- Additional Comments From dclark(a)akamail.com 2003-17-06 18:15 -------
Why not add, just before that, something like:
MESSAGE("Font %s\n", lpstr);
to see what the font string looks like.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1527
william.gallafent(a)virgin.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
------- Additional Comments From william.gallafent(a)virgin.net 2003-17-06 16:14 -------
The crash seems to occur at about line 2120 of graphics/x11drv/xfont.c, as far as I can tell.
LFD_UnParse(buffer, sizeof buffer, &lfd1);
lpstr = buffer;
}
else lpstr = x_pattern[i];
// CRASH HERE.
if( (x_fs = TSXLoadQueryFont(gdi_display, lpstr)) )
{
XFONT_SetFontMetric( fi, fr, x_fs );
TSXFreeFont( gdi_display, x_fs );
XFONT_FixupPointSize(fi);
I've raised the priority a notch since this prevents me from running anything under WINE at all.
I thought about changing it to 'Blocker' but that seems a bit aggressive.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1528
Summary: wineps printing to lpr issues
Product: Wine
Version: 20030508
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ktaylor(a)daac.gsfc.nasa.gov
I'm trying to follow the documentation and usenet advisings as closely as
possible to figure out why I'm unable to print through lpr (to multiple devices).
As the test program I'm using Powerpoint 97, and I stuck this line into
dlls/wineps/init.c:
line 274:
MESSAGE("DRIVER:
%s\tDEVICE:%s\tOUTPUT:%s\tINITDATA:%s\n",driver,device,output,initData);
I wanted to see how the device was being set during the program run (without
trying to find it in the trace output.
DRIVER: WINEPS DEVICE:gcdcpr8 OUTPUT:LPT1: INITDATA:(null)
DRIVER: WINEPS DEVICE:gcdcpr8 OUTPUT:LPT1: INITDATA:(null)
DRIVER: WINEPS DEVICE:gcdcpr8 OUTPUT:LPR:gcdcpr8 INITDATA:(null)
fixme:psdrv:PSDRV_DeviceCapabilities DC_TRUETYPE: stub
DRIVER: WINEPS DEVICE:gcdcpr8 OUTPUT:(null) INITDATA:gcdcpr8
DRIVER: WINEPS DEVICE:gcdcpr8 OUTPUT:(null) INITDATA:gcdcpr8
DRIVER: WINEPS DEVICE:gcdcpr8 OUTPUT:(null) INITDATA:gcdcpr8
For some reason it starts out being set to LPT1, which it shouldn't be....but
after a couple of events, it sets itself to LPR:gcdcpr8, which if the wine
backend is right, should send it to the printcap queue gcdcpr8. Then after some
more events, the value of OUTPUT gets wiped out, and I believe the default
action is to send the job to LPT1, which is the wrong place.
If there's more debugging stuff you'd like me to give you, let me know, and I
can try and provide it.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1527
------- Additional Comments From william.gallafent(a)virgin.net 2003-17-06 10:25 -------
Sorry, forgot to mention that this is on a mostly vanilla SuSE 8.3 machine running on a dual
Athlon MP 1.6 / Tyan S2460 with Radeon 9000 Graphics, XFree86 4.3.99.4, 512MB RAM. The
problem occurs both with the version supplied with SuSE 8.3, and that I compiled myself from
the latest snapshot. Both worked OK before I installed the new fonts. No other applications
have been complaining.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1527
Summary: Crash at startup with font metric building problem
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: william.gallafent(a)virgin.net
Since I installed some new fonts for KFormula(ftp://ftp.elsevier.nl/pub/styles/esstix/esstix.zip),
wine has failed to start up for any application. The usual "Font metrics: xx.x% done" scroll by
for a while, with the usual fixmes for some fonts, but it does not complete. The last few lines
of output are:
fixme:font:LFD_InitFontInfo font '-b&h-luxi serif-bold-o-normal--0-0-0-0-p-0-adobe-standard'
has unknown registry 'adobe' and character encoding 'standard'
Font metrics: 98.4% done
fixme:font:LFD_InitFontInfo font '-b&h-luxi serif-bold-r-normal--0-0-0-0-p-0-adobe-standard'
has unknown registry 'adobe' and character encoding 'standard'
Font metrics: 98.6% done
fixme:font:LFD_InitFontInfo font '-b&h-luxi serif-medium-i-normal--0-0-0-0-p-0-adobe-standard'
has unknown registry 'adobe' and character encoding 'standard'
Font metrics: 98.7% done
fixme:font:LFD_InitFontInfo font '-b&h-luxi
serif-medium-o-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe' and
character encoding 'standard'
Font metrics: 98.9% done
fixme:font:LFD_InitFontInfo font '-b&h-luxi
serif-medium-r-normal--0-0-0-0-p-0-adobe-standard' has unknown registry 'adobe' and
character encoding 'standard'
Font metrics: 99.1% done
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 45 (X_OpenFont)
Value in failed request: 0x600fcd
Serial number of failed request: 12307
Current serial number in output stream: 12308
Let me know if more information's required (and how to get it, if non-trivial!)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1523
ekantola(a)welho.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.hut.fi/~ekantola/|
|wine/tools/wineshelllink |
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1523
ekantola(a)welho.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wineshelllink crashes under |wineshelllink complains
|Debian when run as a normal |under Debian when run as a
|user |normal user
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=568
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From spetreolle(a)yahoo.fr 2003-17-06 02:13 -------
closing.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=568
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From spetreolle(a)yahoo.fr 2003-17-06 02:13 -------
setting to resolved fixed after one year of inactivity.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.