ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Serious bug?
@ 2008-12-22 18:57 Tad Ashlock
  0 siblings, 0 replies; 34+ messages in thread
From: Tad Ashlock @ 2008-12-22 18:57 UTC (permalink / raw)
  To: ntg-context

On Mon, Dec 22, 2008 at 8:35 AM, Mojca Miklavec wrote:
> On Mon, Dec 22, 2008 at 8:26 AM, Mojca Miklavec wrote:
>> On Mon, Dec 22, 2008 at 2:53 AM, Fengnan Gao wrote:
>>>>
>>>> What version of LuaTeX is in Windows distribution? Maybe I forgot to
>>>> update it. I'll check tomorrow (you can try to fetch the version from
>>>> W32TeX).
>>>>
>>>> Mojca
>>>
>>> C:\Users\fnsteed>luatex --credits
>>> This is LuaTeX, Version snapshot-0.31.2-2008121200, build 1659
>> ...
>>> Hope that'll help.
>>
>> I'm clueless then. If version mismatch doesn't explain it and if there
>> are no error messages, then I'm running out of ideas.
>>
>> What happens if you run first-setup.bat again, delete the contents of
>> D:/context/tex/texmf-cache, open cmd, go to the folder with your
>> document, and then type:
>>
>>> D:\context\tex\setuptex
>>> luatools --generate
>>> context --make
>>> context test.tex
> 
> There's one more thing that you can try. In case that rsync is
> problematic, there's a way to circumvent it, but I doubt that it would
> do a difference.
> 
> Download
>     http://minimals.contextgarden.net/pragma/justtex.zip
>     http://minimals.contextgarden.net/pragma/mswin.zip
> Unzip both of them together, for example into D:\context2, run
>     > D:\context2\tex\setuptex
>     > mktexlsr
>     > luatools --generate
>     > context make
>     > context test.tex
> 
> Mojca

I'm having the same problem, and I have some more information.

First, I have context-minimals installed on Windows XP, SP2, Intel 
Pentium D (3.2GHz), 2GB of RAM.  My current ConTeXt version is 
"2008.11.10 21:40".

I don't have the problem when I run "texexec test.tex", only when I run 
"texexec --lua text.tex" or "context text.tex".

I previously had something like 2008.10.31 installed.  That version did 
not have this problem.

I tried both of Mojca's suggested sequences above and neither had any 
effect on the problem.  With a test.tex file of this:

\starttext
Hello, world!
\stoptext

the resulting PDF file has two pages.  The first has "H e l" spread 
across the middle of the page, and the second has "l o , w" spread 
across the page.  The characters are of the expected size, just spread out.

If I add "\setupbodyfont[lbr,6pt]" at the beginning of test.tex, then I 
get a single page with "Hello," and "world!" spread out across the page 
in two lines of small characters.

If I add "\showgrid", then the resulting page has only one full-width 
horizontal grid line where without the --lua option, I get 41 horizontal 
grid lines.  (At the default font size.)

I hope this helps,
Tad

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 34+ messages in thread
* Re: Serious bug?
@ 2008-12-22 12:56 Fengnan Gao
  2008-12-22 16:04 ` Mojca Miklavec
  2008-12-22 17:55 ` Taco Hoekwater
  0 siblings, 2 replies; 34+ messages in thread
From: Fengnan Gao @ 2008-12-22 12:56 UTC (permalink / raw)
  To: ntg-context

> 
> I'm clueless then. If version mismatch doesn't explain it and if there
> are no error messages, then I'm running out of ideas.
> 
> What happens if you run first-setup.bat again, delete the contents of
> D:/context/tex/texmf-cache, open cmd, go to the folder with your
> document, and then type:
> 
>> D:/context/tex/setuptex
>> luatools --generate
>> context --make
>> context test.tex
> 
> Mojca
> 
>

Sorry Mojca, it's not working.

Fengnan Gao 
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 34+ messages in thread
* Re: Serious bug?
@ 2008-12-21 14:36 Fengnan Gao
  0 siblings, 0 replies; 34+ messages in thread
From: Fengnan Gao @ 2008-12-21 14:36 UTC (permalink / raw)
  To: pragma, ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 209 bytes --]


>it looks like luatex crashes so maybe some mismatch; can you try again
>after deleting the cache?
>
>mtxrun --script cache --erase
>
>Hans

sorry Hans, not working.

Fengnan Gao fnsteed@hotmail.com

[-- Attachment #1.2: Type: text/html, Size: 991 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 34+ messages in thread
* Re: Serious bug?
@ 2008-12-21 12:58 Fengnan Gao
  2008-12-21 14:18 ` Yue Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 34+ messages in thread
From: Fengnan Gao @ 2008-12-21 12:58 UTC (permalink / raw)
  To: ntg-context, yuleopen


[-- Attachment #1.1: Type: text/plain, Size: 230 bytes --]

This is the log file. It's very small in size, so I don't thinks I should use some net storage service to upload it. Just see the attachment please. And I also attached the output pdf of the last helloworld test file.

Thanks.

[-- Attachment #1.2: Type: text/html, Size: 792 bytes --]

[-- Attachment #2: test.log --]
[-- Type: application/octet-stream, Size: 5064 bytes --]

(test.tex

ConTeXt  ver: 2008.11.10 21:40 MKIV  fmt: 2008.12.21  int: english/english

system         : cont-new loaded
(D:/context/tex/texmf-context/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
(D:/context/tex/texmf-context/tex/context/base/cont-new.mkiv) (D:/context/tex/texmf-context/tex/context/base/cont-mtx.tex))
system         : cont-fil loaded
(D:/context/tex/texmf-context/tex/context/base/cont-fil.tex
loading        : Context File Synonyms
)
system         : cont-sys.rme loaded
(D:/context/tex/texmf-context/tex/context/user/cont-sys.rme (D:/context/tex/texmf-context/tex/context/base/type-tmf.tex) (D:/context/tex/texmf-context/tex/context/base/type-siz.tex) (D:/context/tex/texmf-context/tex/context/base/type-otf.tex))
bodyfont       : 12pt rm is loaded
specials       : pdftex loaded
language       : language en is active
system         : test.top loaded
(test.top) (test.tuo) (test.tuo)
systems        : begin file test at line 4

Overfull \hbox (235.83757pt too wide) in paragraph at lines 7--8
[][]\*12ptrmtfrm* Hel-

\hbox(10.875+0.0)x426.78743, direction TLT
.\whatsit
..\localinterlinepenalty=0
..\localbrokenpenalty=0
..\localleftbox=null
..\localrightbox=null
.\hbox(0.0+0.0)x0.0, direction TLT
.\*12ptrmtfrm* H
.\*12ptrmtfrm* e
.\*12ptrmtfrm* l
.etc.


Overfull \hbox (930.08757pt too wide) in paragraph at lines 7--8
\*12ptrmtfrm* lo world! 

\hbox(10.875+0.0)x426.78743, glue set - 1.0, direction TLT
.\*12ptrmtfrm* l
.\*12ptrmtfrm* o
.\glue 122.25 plus 61.125 minus 40.75
.\*12ptrmtfrm* w
.\kern-10.125
.etc.

fonts          : resetting map file list
{D:/context/tex/texmf-context/fonts/map/pdftex/context/original-empty.map}
fonts          : using map file: original-base
{D:/context/tex/texmf-context/fonts/map/pdftex/context/original-base.map}
fonts          : using map file: lm-math
{D:/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}
fonts          : using map file: lm-rm
{D:/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts          : using map file: original-ams-base
{D:/context/tex/texmf-context/fonts/map/pdftex/context/original-ams-base.map}
fonts          : using map file: original-ams-euler
{D:/context/tex/texmf-context/fonts/map/pdftex/context/original-ams-euler.map}
fonts          : using map file: original-public-lm
{D:/context/tex/texmf-context/fonts/map/pdftex/context/original-public-lm.map} [1.1] [2.2]
systems        : end file test at line 12
system         : cont-err loaded
(D:/context/tex/texmf-context/tex/context/base/cont-err.tex
systems        : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) )<D:/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf>
mkiv lua stats : used config path          - D:/context/tex/texmf/web2c/texmf.cnf
mkiv lua stats : used cache path           - D:/context/tex/texmf-cache
mkiv lua stats : modules/dumps/instances   - 94/26/1
mkiv lua stats : input load time           - 0.058 seconds
mkiv lua stats : startup time              - 2.450 seconds (including runtime option file processing)
mkiv lua stats : jobdata time              - 0.002 seconds saving, 0.000 seconds loading
mkiv lua stats : fonts load time           - 2.073 seconds
mkiv lua stats : xml load time             - 0.000 seconds, lpath calls: 0, cached calls: 0
mkiv lua stats : lxml load time            - 0.000 seconds preparation, backreferences: 0
mkiv lua stats : mps conversion time       - 0.000 seconds
mkiv lua stats : node processing time      - 0.000 seconds including kernel
mkiv lua stats : kernel processing time    - 0.014 seconds
mkiv lua stats : attribute processing time - 0.002 seconds
mkiv lua stats : language load time        - 0.060 seconds, n=2
mkiv lua stats : graphics processing time  - 0.000 seconds including tex, n=0
mkiv lua stats : metapost processing time  - 0.000 seconds, loading: 0.000 seconds, execution: 0.000 seconds, n: 0
mkiv lua stats : current memory usage      - 50 MB (ctx: 51 MB)
mkiv lua stats : cleaned up reserved nodes - 19 nodes, 8 lists of 100
mkiv lua stats : node memory usage         - 20 glue_spec, 2 dir
mkiv lua stats : loaded patterns           - us:us:pat:exc:2
mkiv lua stats : loaded fonts              - lmex10:tfm lmmi12:tfm lmmi7:tfm lmmi9:tfm lmroman10-bolditalic:otf lmroman10-italic:otf lmroman12-bold:otf lmroman12-italic:otf lmroman12-regular:otf lmroman7-bold:otf lmroman7-regular:otf lmroman9-bold:otf lmroman9-italic:otf lmroman9-regular:otf lmromancaps10-regular:otf lmromanslant10-bold:otf lmromanslant10-regular:otf lmromanslant12-regular:otf lmromanslant9-regular:otf lmsy10:tfm lmsy7:tfm lmsy9:tfm msam10:tfm msam7:tfm msbm10:tfm msbm7:tfm rm-lmr12:tfm rm-lmr7:tfm rm-lmr9:tfm
mkiv lua stats : control sequences         - 36329 of 165536
mkiv lua stats : callbacks                 - direct: 587, indirect: 4957, total: 5544 (2772 per page)
mkiv lua stats : runtime                   - 3.456 seconds, 2 processed pages, 2 shipped pages, 0.579 pages/second


[-- Attachment #3: test.pdf --]
[-- Type: application/pdf, Size: 4044 bytes --]

[-- Attachment #4: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 34+ messages in thread
* Serious bug?
@ 2008-12-21  7:19 Fengnan Gao
  2008-12-21 11:08 ` Yue Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 34+ messages in thread
From: Fengnan Gao @ 2008-12-21  7:19 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 283 bytes --]

I just installed ConTeXtMinimal using first-setup.bat. But it seems it has some serious bug that context even couldn't deal with such a easy document:

\starttext
Hello world!
\stoptext


What's the problem? Anybody can help me?

Thanks.

Fengnan Gao   fnsteed@hotmail.com

[-- Attachment #1.2: Type: text/html, Size: 1295 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2008-12-26  8:40 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-22 18:57 Serious bug? Tad Ashlock
  -- strict thread matches above, loose matches on Subject: below --
2008-12-22 12:56 Fengnan Gao
2008-12-22 16:04 ` Mojca Miklavec
2008-12-23 18:22   ` Taco Hoekwater
2008-12-24 13:27     ` Alan STONE
2008-12-22 17:55 ` Taco Hoekwater
2008-12-22 18:25   ` Taco Hoekwater
2008-12-21 14:36 Fengnan Gao
2008-12-21 12:58 Fengnan Gao
2008-12-21 14:18 ` Yue Wang
2008-12-21 14:28   ` Fengnan Gao
2008-12-22  1:53   ` Fengnan Gao
2008-12-22  7:26     ` Mojca Miklavec
2008-12-22  7:35       ` Mojca Miklavec
2008-12-21 14:26 ` Hans Hagen
2008-12-21 20:52 ` Mojca Miklavec
2008-12-22  9:58   ` Taco Hoekwater
2008-12-21  7:19 Fengnan Gao
2008-12-21 11:08 ` Yue Wang
2008-12-22 19:24 ` Alan STONE
2008-12-23 12:32   ` Taco Hoekwater
2008-12-23 18:30     ` Taco Hoekwater
2008-12-24  2:45       ` Fengnan Gao
2008-12-24 10:29         ` Mojca Miklavec
2008-12-24 13:49         ` Alan STONE
2008-12-22 23:05 ` Mojca Miklavec
2008-12-23 12:31   ` Taco Hoekwater
2008-12-24 10:03     ` Taco Hoekwater
2008-12-24 12:54       ` Alan STONE
2008-12-24 13:21         ` Taco Hoekwater
2008-12-24 16:32           ` Alan STONE
2008-12-26  8:40       ` Taco Hoekwater
2008-12-23 15:21 ` Derek CORDEIRO
2008-12-23 15:28   ` Derek CORDEIRO

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).