- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X-Appln unable to run via X-Win32
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2002 08:11 PM
06-09-2002 08:11 PM
via X-Win32 Software (from Win-98 PC).
* Tried to run a CADCAM application "dmgr" .
Get following error -->
// WARNING: Font loading failed. Please see the
following notes for more information.
// NOTE: Xhost = 'hpb-1',
// NOTE: Xserver = 'nusnet-149-191.dynip.nus.edu.sg',
// NOTE: font name = 'dm.icons',
// NOTE: font package = 'registry'.
// Fonts are configured incorrectly
// Cannot initialize device driver.
// Error: Invalid font requested (from: Core/VFONT/vfont09)
NOTE:
* The detailed error log is also attached.
* NO problem running the "dmgr" application at the
workstation LOCALLY.
* Accessing via X-Win32, NO problem running
"xclock" and "netscape".
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2002 08:41 PM
06-09-2002 08:41 PM
Solutionhttp://www.ece.nwu.edu/nucad/tools/mentor/Mentor-from-PC-HOWTO.html
Hope this helps ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2002 10:13 PM
06-09-2002 10:13 PM
Re: X-Appln unable to run via X-Win32
* downloaded the Mentor Graphics' Fonts on my PC.
* "make" the Fonts on PC.
* set the X-Win32 to use this Downloaded fonts
* set PC Display to "256 Color" (8-Bit).
Now I get error :
// Error: caught signal 11 - SIGSEGV: segmentation violation (from: Core/init/signals_POSIX_portable 0E)
Also attached a detailed log.
Any other suggestions ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 12:30 AM
06-10-2002 12:30 AM
Re: X-Appln unable to run via X-Win32
* Have decided to approach the Starnet Corpn (supporting X-Win32) on this issue.
* However, I am very grateful to all who took the time to browse this posting & attempt to find an answer.
* S.K Chan has also pointed me to a really relevant & useful website. Thanks for your pointers, S.K Chan, it helps to point to the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 12:46 AM
06-10-2002 12:46 AM
Re: X-Appln unable to run via X-Win32
1 - The font server needs to be configured to include the CDE
fonts in its catalog
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the
"catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable: "RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and
restart it.
2 - Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
Lastly you need to edit X-win32's font path settings ... I do not know how to do this exactly as I don't have access to the app but in general it would be in the config or Xconfig settings sections : nb add the tcp/IPADDRESS:7000 address to the head of the font path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 12:49 AM
06-10-2002 12:49 AM
Re: X-Appln unable to run via X-Win32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 02:01 AM
06-10-2002 02:01 AM
Re: X-Appln unable to run via X-Win32
Anyway, have done everything as advised by Alex, except for editing the X-Win32 font path settings.
For the X-Win32 font path part, I have tried changing from :
c:\XWin32\lib\fonts\..etc..
to :
1.2.3.4:7000 c:\XWin32\..etc..
and to :
1.2.3.4 c:\XWin32\..etc..
Still get the Signal 11 error.
NOTE:
* No Core file is produced.