Displaying 20 results from an estimated 400 matches similar to: "need help using WINE"
2010 Apr 25
4
Problems running e-sword on Ubuntu
Hi. I'm new to Linux and I'm running Gnome 2.28.1 on Ubuntu 9.10. I've never used Wine before but installed it with no problem. I used it to install e-sword, which went fine but now I can't get e-sword to work. I can double-click the link on the desktop or i can single-click the link in the wine section in the applications menu, but nothing happens at all.
Can anyone help me to
2012 Jun 14
3
E-sword and Wine
:(
I had E-sword 10.10 (latest version) running PERFECTLY on Linux Mint 12 Gnome 3 with WINE 1.3.28!!!
However, I had to switch computers. Now I'm on Linux Mint 13 Mate with WINE 1.4. E-sword opens, but gets a tiny error box that says "0." I have to click it about 4 times, then it says "Error opening Topic notes." And then the program opens, but you can't use the
2016 Jan 08
3
DNS problems on windows AD
Hello Marc,
samba is 4.1.22.
I let the dcpromote choose the DC.
DNS is internal
Yes the windows DC has also global catalog
Regards
Olivier
On Fri, Jan 8, 2016 at 4:38 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote:
> Hello Olivier,
>
> Am 08.01.2016 um 12:02 schrieb Olivier Weinstoerffer:
> > I have a domain composed by 3 linux samba 4 AD servers.
>
> - Which
2009 Mar 01
6
Esword just started crashing with segmentation fault
Hi all,
Been using Esword for months on a self-compiled wine (the self-compilation was for WC3 hosting, but that's another story). Just today I tried to start it up as usual and it flashed the main window and crashed. Running the command from the terminal just gives me the cryptic 'segmentation fault' error.
I've tried upgrading Wine to 1.15 and 1.16 both, as well as a downgrade
2018 May 15
2
Pass segmentation fault after llvm_shutdown.
Hi all,
I was porting my pass from LLVM 4.0 to 6.0 and I am getting a segmentation
fault.
I was able to obtain only the info below from GDB.
I tried to debug with some printf and the runOnFunction runs correctly.
Any idea/suggestion about what is going on?
The source code of the pass is here:
https://github.com/PRUNERS/sword/blob/master/lib/Sword.cpp
Any help is much appreciated,
Thanks!
2018 May 15
2
Pass segmentation fault after llvm_shutdown.
I ran into a similar problem a while ago; see
https://reviews.llvm.org/D30107 and https://reviews.llvm.org/D33515 .
You get the unusual stack trace because it's trying to call a destructor
in shared library which was already unloaded.
I thought we had fixed that, but maybe not? Looking again, it looks
like the patch got reverted and I didn't notice.
-Eli
On 5/14/2018 10:18 PM,
2009 Jan 09
6
User interface blank
I first tried the regular install for Linux Ubuntu Intrepid Ibex. Both the Wine user interface and e-Sword were there but completely blank, i.e. no labelling.
uninstalled wine Uninstalled e-Sword
installed binaries and command line apt libraries
Wine User interface is there but still minus labels and functionality
What do I do now?
2010 Nov 02
2
e-sword under a tiling WM
I've been using pytyle, but it seems this condition is common to most tiling wms. Basically, some wine apps get handled (opensong and 'i wanna be the guy' are the ones that do on my system), but some don't, e-sword being one that doesn't.
pytyle does automatic tiling, fitting the windows in a defined pattern on the screen. It just does not see e-sword, somehow, but has no
2010 Jun 19
8
Keyboard focus in 'some' wine apps (games)
Hi,
I've noticed, now that I'm using twinview, that when I click any other window outside of the Wine desktop (Civ4 or WCIII normally), I can click back to the Wine desktop but can no longer use any of the keyboard shortcuts. Things work fine before actually clicking outside the wine window (for example, on my Pidgin chat window).
This happens whether the app is run in windowed mode or
2016 Jan 08
2
DNS problems on windows AD
Hi,
I have a domain composed by 3 linux samba 4 AD servers. I wanted to add a
windows based domain controller on it and followed the documentation on the
samba wiki. Everything works fine except the DNS:
- when I try do add a dns record on the windows 2008r2 server, I got an
error popup with "Refused"
- in the DNS service logs at startup I got an error 4014: "The DNS server
was
2011 Jan 31
1
Re: e-sword under a tiling WM
ngoonee wrote:
>
> vitamin wrote:
> >
> > ngoonee wrote:
> > > Well, why does my WM know about other wine apps but not e-sword?
> >
> > Popup, tooltip, and like windows (most windows without caption) are created as unmanaged. It all depends on what kind of windows program is using.
>
>
> I don't think e-sword is an unmanaged window. It has a
2012 Jan 01
3
e-sword doesn't appear to be entered in registry
Installed wine on KDE desktop of Fedora 16. I have wine 1.3.33. Then ran e-sword 10.0.5 installer which ran apparently correctly as there were no error messages. E-sword runs from the menu just fine, in that the program opens all the windows which all function as expected except for the search function. This returns no information although the dialog opens as it should and remembers search
2018 May 15
0
Pass segmentation fault after llvm_shutdown.
This is the correct path to the pass:
https://github.com/PRUNERS/sword/blob/master/lib/Transforms/Instrumentation/InstrumentParallel.cpp
On Mon, May 14, 2018 at 10:06 PM, Simone Atzeni <simone.at at gmail.com> wrote:
> Hi all,
>
> I was porting my pass from LLVM 4.0 to 6.0 and I am getting a segmentation
> fault.
> I was able to obtain only the info below from GDB.
>
>
2003 Nov 06
1
chan_sip and budgetone
Works fine after I went back to the chan_sip from the asterisk-0.5.0 tarball. Getting closer to figuring out the problem. I'll look at the diffs between the two versions tonight and see if I can't tell where the problem is.
Is there a way to checkout a two week old version of the cvs?
Jon
2009 Aug 01
1
wine-1.1.23 & e-Sword
I want to say thanks for the information that I was given on my last
post. Using the help of those gentlemen I now Have wine-1.1.26
and the
basic e-Sword module 9.03 installs from the eswordinstaller and
the KJV
is there. However, each time I attempt to install another
Bible,
Dictionary oranything else I'm informed that I need to be
2018 May 17
0
Pass segmentation fault after llvm_shutdown.
It's working with trunk though. Do you think the patch will end up in
6.0.1?
Thanks.
Simone
On Tue, May 15, 2018 at 11:18 AM, Friedman, Eli <efriedma at codeaurora.org>
wrote:
> I ran into a similar problem a while ago; see https://reviews.llvm.org/
> D30107 and https://reviews.llvm.org/D33515 . You get the unusual stack
> trace because it's trying to call a destructor
2003 Apr 17
3
Internal Error 2352
Hi guys
I downloaded and compiled the latest Wine verson and I got the following error msg from the Windoes Installer. The installer wizard fired up properly, asked a few questions and started to copy the application out when it returned an internal error 2352. Below is from the msievent.log.
My .wine/config is the standard conf except for minor adjustment to /mnt/floppy and /mnt/cdrom.
2011 Mar 03
2
e-sword and other serious applications via wine
I realize that this is not exactly the right forum for this but here is my two
cents worth of comment about how e-sword now performs through Wine:
My Linux Distro is Kubuntu 10.10. My Wine version is 1.3.14. I run version
9.8.3 of e-sword. I use none of the separate e-sword modules that must be
purchased. The web site for e-sword recommends using Crossover from Code
Weavers instead of Wine. I
2012 Mar 05
3
how to find...
I'm trying to find out from which repo I got xiphos and its matching
sword libraries from, and somehow am not finding it. hints, anyone?
thanks!
--
-------------------------------------------------------------------------------
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters,
2007 Oct 16
1
Sword Project for centos 5
Hi!
Anyone know of RPMS for the Sword Project (and Bibletime and/or
GnomeSword) for Centos5/RHEL5?
Latest RPMS I've found have a ton of dependencies, some of which are older
than packages I've already got.
Thanks!
--
-------------------------------------------------------------------------------
.---- Fred Smith /
( /__ ,__. __ __ / __ : /
/ / /