Jump to content











Photo
- - - - -

Partition table doctor. Missing font


  • Please log in to reply
16 replies to this topic

#1 esgaroth

esgaroth

    Frequent Member

  • .script developer
  • 166 posts
  •  
    United States

Posted 23 March 2010 - 10:37 PM

Does anyone else use a script for partition table doctor? I've used it in previous builds with vistape and livexp. In win7rescuepe none of the text shows up. There are just lines instead.
I've tried loading it with process monitor running and it looks like it uses the fonts sserife.fon and vgafix.fon. I've made sure that both of these are present in the windows/fonts folder.
Posted Image

#2 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2,813 posts
  •  
    United States

Posted 24 March 2010 - 01:04 AM

It works alright in wimb's PE3 described here <_<
Attached File  ptdd_pe3_1full.png   642.1K   10 downloads

#3 esgaroth

esgaroth

    Frequent Member

  • .script developer
  • 166 posts
  •  
    United States

Posted 24 March 2010 - 06:38 PM

Well, that would indicate that it should work. I tried downloading the ppApps_Base and got the portable version from there. It has the same display problem. Any idea what might be missing from my build?

#4 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2,813 posts
  •  
    United States

Posted 24 March 2010 - 08:27 PM

Honestly, I have no idea :) , I'm not familiar enough with PE3 to give an educated guess. Hopefully wimb can give a clue why his build works better :)

#5 patsch

patsch

    Silver Member

  • Advanced user
  • 778 posts
  •  
    Germany

Posted 24 March 2010 - 08:32 PM

in win7rescuepe you have the possibility to add addition fonts (under Build->Copy Files) ... have you tried this?

#6 esgaroth

esgaroth

    Frequent Member

  • .script developer
  • 166 posts
  •  
    United States

Posted 24 March 2010 - 09:05 PM

yes, I have added the extra fonts. As well as making sure that the two fonts above were included.

#7 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 24 March 2010 - 09:49 PM

Does anyone else use a script for partition table doctor? I've used it in previous builds with vistape and livexp. In win7rescuepe none of the text shows up.

What script did you use? can you give a download link for testing?

Joshua

#8 esgaroth

esgaroth

    Frequent Member

  • .script developer
  • 166 posts
  •  
    United States

Posted 24 March 2010 - 11:26 PM

well I tried to attach my script but the uploader seems broken. Even if I just copy the files to a usb drive and run it from there the same problem exists.

#9 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 29 March 2010 - 02:48 PM

In win7rescuepe none of the text shows up. There are just lines instead.
Posted Image

Partition table doctor will work in next Win7RescuePE version! :)

Attached File  PTDD_800.jpg   97K   22 downloads

Joshua

#10 esgaroth

esgaroth

    Frequent Member

  • .script developer
  • 166 posts
  •  
    United States

Posted 29 March 2010 - 08:07 PM

Wow, awesome.

#11 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2,813 posts
  •  
    United States

Posted 30 March 2010 - 04:17 AM

Partition table doctor will work in next Win7RescuePE version! :)

Would it be possible to give some details for this fix so we can get it working in our own builds? :)

#12 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 30 March 2010 - 05:48 AM

Would it be possible to give some details for this fix so we can get it working in our own builds? :)

Of course! :)
Problems with FontSubstitutes in '2-Config.script' :)

Joshua

#13 esgaroth

esgaroth

    Frequent Member

  • .script developer
  • 166 posts
  •  
    United States

Posted 31 March 2010 - 03:50 PM

Can you give any more details on what was wrong with that section? Or should I just wait until the next version is uploaded.

#14 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2,813 posts
  •  
    United States

Posted 31 March 2010 - 04:36 PM

Of course! :)
Problems with FontSubstitutes in '2-Config.script' :)

Joshua

Thanks for the hint but I don't have 2-Config.script in my build so I would need to know which fonts were added, even if you don't know specifically, just giving the whole section you added/changed would be very helpful :)


:)

#15 esgaroth

esgaroth

    Frequent Member

  • .script developer
  • 166 posts
  •  
    United States

Posted 31 March 2010 - 04:49 PM

It's the shell and config script. Here is the section I assume he's talking about:

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;Arial Cyr,0&#34;,&#34;Arial,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;Courier New Cyr,0&#34;,&#34;Courier New,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;Courier,0&#34;,&#34;Courier New,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;Fixedsys,0&#34;,&#34;Fixedsys,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;Helv,0&#34;,&#34;MS Sans Serif,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;MS Sans Serif,0&#34;,&#34;MS Sans Serif,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;MS Serif,0&#34;,&#34;MS Serif,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;MS Shell Dlg 2&#34;,&#34;Tahoma&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;MS Shell Dlg&#34;,&#34;Microsoft Sans Serif&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;Small Fonts,0&#34;,&#34;Small Fonts,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;System,0&#34;,&#34;System,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;Times New Roman Cyr,0&#34;,&#34;Times New Roman,204&#34;

RegWrite,&#34;HKLM&#34;,0x1,&#34;Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes&#34;,&#34;Tms Rmn,0&#34;,&#34;MS Serif,204&#34;


#16 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2,813 posts
  •  
    United States

Posted 31 March 2010 - 05:48 PM

Right, I've included those (and many other) fonts, I was hoping to hear what he had done different; let's see what Joshua comes up with.


:)

#17 esgaroth

esgaroth

    Frequent Member

  • .script developer
  • 166 posts
  •  
    United States

Posted 06 April 2010 - 05:56 PM

I found the offending line within the fontsubstitutes. Commenting out this line fixes the problem with partition table doctor.
RegWrite,"HKLM",0x1,"Tmp_software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys,0","Fixedsys,204"

However, I don't know if this is going to cause problems elsewhere. I don't know if Joshua's solution is going to be to remove this line or to modify it.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users