i am trying to regester a dll i need for a program i want to use but i am getting the following error $ wine regsvr32 MSVBVM60.dll Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. Failed to load DLL MSVBVM60.dll help anyone? i am using the newest Free BSD and wine
magik.co.uk@googlemail.com wrote:> i am trying to regester a dll i need for a program i want to use but i > am getting the following error > > $ wine regsvr32 MSVBVM60.dll > Application tried to create a window, but no driver could be loaded. > Make sure that your X server is running and that $DISPLAY is set > correctly. > Failed to load DLL MSVBVM60.dll > > help anyone?I hate having to ask this, but: Did you do the obvious and followed the advice you were given? Daniel -- Before you post: Read the Wine User Guide http://winehq.org/site/docs/wineusr-guide/index When you post: Which wine version? Self compiled or prepackaged?
im really new to this, how do you star tthe x server?
magik.co.uk@googlemail.com wrote:> Application tried to create a window, but no driver could be loaded. > Make sure that your X server is running and that $DISPLAY is set > correctly.I'm not sure about BSD since I've never used it but the error seems to indicate that you tried to run wine from a tty console (Ctrl-Alt-F1 through F6) instead of a terminal window in your desktop. The X server is the system that provides access to the display and other hardware to your desktop environment or window manager (GNOME, KDE, XFCE, IceWM, etc.)