Displaying 20 results from an estimated 100 matches similar to: "BG 2 shows "List index out of bounds (-1)""
2004 Dec 12
1
Baldur's Gate 2 randomly crashes ("Runtime error") with Wine-20041201
Hi there,
I've recently compiled Wine-20041201 and I'm trying to get Baldur's Gate II
running. The installation sequence is fine, so is the main menu, character
creation etc. The problem is, once inside the actual game, the application
randomly crashes giving me:
Runtime error
c:\bg2\BGMain.exe
abnormal program termination
This happens often enough to render the gameplay quite
2001 Feb 22
0
chemdat with wine
Hallo,
has anyone managed to run the chemdat database from Merck under wine? I
only get error messages like this that I cannot interprete:
/cdrom> wine ChemDAT/ChemDAT.exe
err:psdrv:PSDRV_AFMGetCharMetrics missing ;, failed. [C 0 ; WX 600 ; N null]
fixme:midi:OSS_MidiInit Synthetizer support MIDI in. Not supported yet
(please report)
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW
2002 May 06
0
"fixme:commctrl:InitializeFlatSB stub"
Hi,
first please excuse if I missed the answer to my question while searching
through www.winehq.org.
I use wine (the Debian package of 200204110) sometimes for small programs
and often it works very well. :-)
But while trying to use the demo of a program to organize chess
tournaments that is named Swiss-Chess (the swdemo32.exe program from [1])
I got the following messages at startup:
<--
2001 Mar 18
2
wine.conf newbie problem
I appear to have 'installed' wine correctly and get appropriate output
from 'wine -version'
However, when I try to run solitaire, the following happens.
[root@pato gallun]# wine -winver win31 -desktop 640*480
/win98/windows/sol.exe
Warning: could not find wine config [Drive x] entry for current working
directory /home/gallun; starting in windows directory.
Warning:
2001 Dec 10
1
Font problem with delphi application
Hi all,
I am having a problem with a small Delphi address database application.
When attempting to display the address details from one of a list of
addresses, an empty text area is displayed instead of a text area
containing address details. Screenshots of the app in windows and wine
can be found here:
http://www.blub.net/~wouter/wine/windows.png
http://www.blub.net/~wouter/wine/wine.png
The
2010 Dec 06
1
How to fix Baldur's Gate 2 in CIDER so it doesn't crash?
Hey! Hello, WineHQ. Signed up because I've hit the limits of my ability with CIDER.
I'm using the CIDER version of Baldur's Gate 2 on my Macbook 10.5.8 and I've gotten the game to run fine in Single Player. Unfortunately, I'm unable to run it in multiplayer mode which is a favorite of mine.
Normally one can run a multiplayer TCP/IP game in BG2 so they can import/export
2002 Jul 03
1
Attempting new app - EES (Engineering Equation Solver)
I've uninstalled windows and this seems to be the
final hurdle as there doesn't seem to be a comparable
linux app (thermodynamics equation solver). I
absolutely need this program for my engineering
classes. Wine looks great, and the gui winetools is
pretty neat too. While running the program i get:
X Error of failed request: BadDrawable (invalid Pixmap
or Window parameter)
Major opcode
2007 Oct 16
3
Controller iterating through returned records and appending to each
I have a controller that gets a list of employees (which has an "include =>
[:salaries, :incentives, :billablegoals, :reviews]"). I then need it to
iterate through each employee and determine their current active goal based
on the "effective date."
After playing around with it a bunch, I got the following to work. Only
problem is that if I remove the "@employees.each {
2011 Jul 14
1
plotting x y z data from an irregular grid
Hi,
I'm trying to plot some data (z) that is linked to lat&long coordinates
(x&y). These coordinates are not however on a regular grid. I also have some
shapefiles on which I would like to overlay the data. I can plot the
shapefiles (country/city outlines) and overplot the data, but only using
quilt.plot because I otherwise always get the error message that
'Error in
2009 Jan 24
6
Baldurs Gate Throne of Bhaal won't launch
According to the AppDB it should work just fine but I'm having some problems and the search for the forums on "Baldur", "Bhaal" and "ToB" give no results.
The game installed just fine. All the community mods installed fine. The game config file runs fine except for the display setting sections; after a the automated setting test I do not get the popup asking if
2005 Dec 30
1
Direct Sound problem makes application crash
I installed Baldur's Gate 2 using the Loki installer (www.lifl.org). When
I disable sound in winecfg it runs fine, else it crashes when I attempt to
start a game. I already tried using different drivers / settings, without
success. Wine version: 0.9.3
Distribution: Ubuntu Breezy
Sound card: INTEL ICH6
Wine output using ALSA and Full Hardware Acceleration:
ALSA lib
2001 May 15
8
CloneCD ?
Anyone have succefully run clonecd or know how to burn cloneCD files under
linux ?
I can run CloneCD but it tell me that it cant load device driver and
shutdown immedialty
wine tell me that it dont know the VXD ElbyCDIO
any ideas ?
thx
2010 Oct 21
3
BG2 in multiplayer session.. not working :S
I'm trying to run good old Baldurs gate 2 windows version on my new mac. I'm trying to get it work with wine since I do not got any windows copy available and I'm on a limited 26k internet so can't download anything at all.
I got the game up and running with singleplayer.. Sadly though I can't get multiplayer to work at all.
When I try to start a new multiplayer session i get
2009 May 07
1
increasing memory for R bg job
Hi,
Is the following command used to increase the memory or any other command when a background R job is run?
R --min-vsize=vl --max-vsize=vu --min-nsize=nl --max-nsize=nu --max-ppsize=N
source:
http://stat.ethz.ch/R-manual/R-patched/library/base/html/Memory.html
Thx
Carol
[[alternative HTML version deleted]]
1997 Jun 30
0
R-beta: Color specifications -- simple 'bg' / 'fg' swapping -- proposal
Consider the following example :
data(iris)
attach(iris)
par(bg = 'midnightblue', fg = 'yellow')
plot(Petal.Length, Petal.Width, main = "Fisher's iris data", sub = "3 kinds")
##>>> gives black axis labels and titles ...
## Currently, the plot I want is produced by
par(bg = 'midnightblue', fg = 'yellow', col.axis='yellow',
2008 May 05
2
ABV.BG автоматичен отговор
???????? ?????? ???? www.dark-strike.com
2008 May 06
0
ABV.BG автоматичен отговор
???????? ?????? ???? www.dark-strike.com
2009 Sep 25
0
Wish for stripchart to handle pch %in% 21:25 with bg
Dear R-Devel,
consider :
###
x <- round(rnorm(50))
stripchart(x, pch = 21, col = "black", bg = "pink", method = "jitter")
points(0.5, 1, pch = 21, col = "black", bg = "pink", cex = 2)
###
Under R 2.9.0 the internal color of the single point produced by points()
was honored but not the color of the points produced by stripchart().
My wish is
2016 Jul 28
0
plot(1:3) malfunctions with par(bg='transparent')
>>>>> Spencer Graves <spencer.graves at prodsyse.com>
>>>>> on Thu, 28 Jul 2016 08:56:39 -0500 writes:
> Hello, All:
> Try the following:
> par(bg='transparent')
> plot(1:3)
well, "transparent" is even default... and I definitely can NOT
see a problem with the above.
> I get two plots superimposed,
2005 Apr 29
1
grid and ps device (bg-color)
Hello!
Is it a bug or something?
When I try to draw a grid-graphics on ps output background color is
always transparent (with standard plot(...) this is not the case - the
background is filled with ps.options()$bg color). What's wrong? Drawing
a background grid.rect does not help - there is always small transparent
margains along picture frame. Can this be fixed (I use R-2.0.1)?