http://bugs.winehq.org/show_bug.cgi?id=18746
Summary: Starting Everquest 2 in any resolution other than
1024x768 causes a crash
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai(a)stg24.at
Created an attachment (id=21495)
--> (http://bugs.winehq.org/attachment.cgi?id=21495)
console output of wine with backtrace
whenever i try to change the resolution in everquest 2 to anything different
than 1024x768 wine crashes on game launch. if i run in windowed mode and try
resizing the window the game hangs or crashes too.
error message mentions a page fault on read access.
will add the output of wine with backtrace
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19379
Summary: Running Protools LE on Ubuntu linux, some minor
things.
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.wmclan.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: E3pO(a)wmclan.net
CC: E3pO(a)wmclan.net
Created an attachment (id=22460)
--> (http://bugs.winehq.org/attachment.cgi?id=22460)
Log of Terminal "wine program.exe"
Hello,
When running Protools LE installer, everything worked great up to the point it
was trying to install under a non-administrator account?
http://screenshots.rd.to/sn/07be7b9af247cf8d34ba0acb7ace47da/5zxk1pq61ybc7s…
Every time that dialog popped up, in console i saw the following:
fixme:advapi:LookupAccountNameW L"" L"Pro Tools Users" (nil) 0x3154ac 0x13b62e0
0x3154b0 0x3154b4 - stub
Is there anyway to change that?
Also, is there anyway to make hardware "via usb or firewire" to install using
wine? OR is there a way to make protools think that the hardware is connected
but actually use my normal sound card? "make protools think that my soundcard
is an output with the digidesign digital signature or however that works"
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19120
Summary: RichEdit draws wrong background on some cases
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b0ntrict0r(a)yandex.ru
Bug summary isn't quite clear but I don't know how to say it in other words.
Screenshots may help to imagine it better.
Bug is reproducible with Micro-Cap 7.1.0.0. Unfortunately there are no more
legal ways to obtain demo version of 7th release so I've tested it a bit in my
university. Demo of the latest version is only available but I can't reproduce
the bug with MC9.
Screenshots description:
1. Micro-Cap is running on wine. There're no DLL overrides here.
2. Micro-Cap is running on wine. There's override of comctl32.dll.
3. Micro-Cap is running on Windows XP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29612
Bug #: 29612
Summary: Sins of Solar Empire: Random crashes with created dump
file
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Classification: Unclassified
Created attachment 38360
--> http://bugs.winehq.org/attachment.cgi?id=38360
Dump containg some crash output for Sins of Solar Empire.
Have been experiencing this issue and various stages and situations. Cannot
specify anything unique. Providing dumps as only logs I can have for now.
Would be thankful for cmd line for winedbg output gathering ...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26153
Summary: Run-time error 429
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emiliana.capozzi(a)gmail.com
Run-time error 429
Active-x component can't creat object
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17003
Summary: fseek with whence=SEEK_END after fread is ignored
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
Created an attachment (id=18793)
--> (http://bugs.winehq.org/attachment.cgi?id=18793)
test lseek SEEK_END being ignored after fread
best expressed in python:
filelen = 200
f = open("tst", "wb")
for i in range(filelen):
f.write(chr(i%256))
f.close()
f = open("tst", "rb")
f.seek(filelen-22)
x = f.read(20)
f.seek(-98, 2)
print (filelen-98), f.tell()
but c version is attached.
from what i can best tell, the lseek(-9, SEEK_END) is just simply... being
ignored! :)
if you comment out the fread, the lseek is successful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21933
Summary: Unhandled page fault on read access to 0x00000000
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: natron(a)gmx.ch
Created an attachment (id=26623)
--> (http://bugs.winehq.org/attachment.cgi?id=26623)
log of the exception output
During startup, the application crashes with the error attached.
System ist an Ubuntu 9.10 64bit
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19903
Summary: Wow.exe crashes at startup
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: to.wingie(a)gmail.com
Created an attachment (id=23364)
--> (http://bugs.winehq.org/attachment.cgi?id=23364)
backtraces
while starting it crashes with long crashdump and backtraces
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28218
Summary: "application.exe ." gets the incorrect directory
argument
Product: Wine
Version: 1.3.27
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Testcase:
$ pwd
/home/user/directory/test
$ any_windows_application.exe .
(Application will open files under "/home/user/directory")
The easiest way to reproduce this bug report is to use IrfanViewer (
http://gd.tuwien.ac.at/graphics/irfanview/ )
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422
Summary: PC_met's Toptherm does not work
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=15669
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
PC_met's glider pilots part ("TopTherm") does not work. The app heavily uses
ole32. Everything else I checked so far worked perfectly.
Here's the shortlog: http://pastebin.com/f570e3356 (After the MessageBox() it
hangs, then crashes)
If you need one, I will create another, bigger log for you.
I checked with dcom98 too, same crash.
Sorry, but the demo does not allow you to check these products afaik.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19103
Summary: Don`t install Kompas v8
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patsev.anton(a)gmail.com
Don`t install Kompas v8
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10701
Summary: Renegade 64 RAM viewer fonts are too small.
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9535)
--> (http://bugs.winehq.org/attachment.cgi?id=9535)
Renegade 64's RAM viewer.
Renegade 64 has this nice RAM viewer that views the RAM of whatever emulator
R64 happens to be attached to.
Thing is, that the font used to render the addresses and their data are a tad
too small. The application seems to be programmed with one font size in mind,
and has no tolerance for fonts being a size their not supposed to.
Since the separators separating the RAM addresses are fixed, the characters
display over the separators rendering them useless. This also makes it display
too much information before a line break. I've included a picture with the
problem.
There is one fixme that also seems somewhat important:
fixme:font:WineEngCreateFontInstance Untranslated charset 255
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15342
Summary: Black & White does not exit well - crashes
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Created an attachment (id=16165)
--> (http://bugs.winehq.org/attachment.cgi?id=16165)
Crash log eine 1.1.5, exiting b&w
Crash log of exiting Black & White 1.3 on Wine 1.1.5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19701
Summary: English Vocabulary In Use bug won't start
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tylkogry(a)hotmail.com
I'm sorry but I'm a noob with Linux and actually I'm not sure what details I
should give you.
There is a problem runing CD with English Vocabulary In Use on Ubuntu Hardy.
Please have a look at this two links:
This is a log before the error:
http://all4you.site88.net/nopaste/?ZmVhZG
And this one is after:
http://all4you.site88.net/nopaste/?M2QxZm
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22087
Summary: Roller Coaster Tycoon - RTC.exe
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=400
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey_y_k(a)yahoo.com
To make the game work you need to copy the file /American/RCT.exe from CD into
the file directory of Roller Coaster Tycoon in Wine.
This shouldn't happen, as it doesn't occur in Windows XP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9397
Summary: focus problems in list view with editors
Product: Wine
Version: 0.9.43.
Platform: Other
URL: ftp.ldscatalog.com/PAF5AllLangs.exe
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cjstimpson(a)utwire.net
If I have a list view with editors, clicking on other items in the list view
doesn't remove the editing windows. Meaning, I have a richedit editing an
item, and I click on another list view item, the first richedit doesn't go
away.
Using keys to navigate instead works fine.
I'm seeing this problem in Personal Ancestral File 5.2.
I commented out the SetFocus() done in LISTVIEW_LButtonDown(), and the problem
went away. Though I'm not sure that's the right fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24492
Summary: notepad: save as dialog should auto-select text
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On windows, run notepad, type 'asdf' then 'CTRL+S' to bring up the save dialog.
On windows, '*.txt' is already selected, you can just type 'blah' then press
enter, and get 'blah.txt'. On wine, '*.txt' isn't selected, so you get
'blah*.txt' and when you try to save it, it fails.
Trivial, but annoying.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28793
Bug #: 28793
Summary: Kindle for PC needs
msvcp90.dll.??0?$basic_ifstream@DU?$char_traits@D@std@
@@std@@QAE@PB_WHH@Z
Product: Wine
Version: 1.3.30
Platform: x86
URL: http://www.amazon.com/gp/feature.html/ref=kcp_pc_mkt_l
nd?docId=1000426311
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: piotr.caban(a)gmail.com, travis.wenks(a)gmail.com
Classification: Unclassified
Next bug after 28773.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27698
Summary: EA Origin wants
msvcp100.dll.?_Orphan_all@_Container_base0@std@@QAEXXZ
(purist)
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://store.origin.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Only occurs if set to builtin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14096
Summary: Trackmania Nations Forever: Motion Blur does not work
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
Created an attachment (id=14316)
--> (http://bugs.winehq.org/attachment.cgi?id=14316)
wine TmForeverLauncher.exe &> motionblurlog
I dont know what causes this or what kind of d3d features it needs, i only know
i enable "Force Motion Blur" and nothing changes.
I've attached a log just in case...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16657
Summary: VeZA Route planner 2005: Crashes after a while of use
with assertation failed
Product: Wine
Version: 1.1.11
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugs(a)mohag.net
Created an attachment (id=18271)
--> (http://bugs.winehq.org/attachment.cgi?id=18271)
Normal crash log. Program becomes unresponsive before crashing
After a bit of use, VeZA route planner 2005 crashes with an assertation failed
error.
I'm unable to give a reliable method of reproducing the crash.
Wine: 1.1.10
OS: Gentoo x86 - kernel 2.6.25
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20884
Summary: Write buffer overrun in LsaLookupNames2?
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
First posted in
http://www.winehq.org/pipermail/wine-devel/2009-November/079920.html
I don't think anyone's posted a fix...
Still present today, see
http://kegel.com/wine/valgrind/logs/2009-11-27-12.53/vg-advapi32_lsa.txt
Invalid write of size 1
at memmove (mc_replace_strmem.c:613)
by RtlCopySid (sec.c:376)
by CopySid (security.c:905)
by lookup_local_wellknown_name (security.c:2800)
by lookup_name (lsa.c:308)
by LsaLookupNames2 (lsa.c:411)
by test_LsaLookupNames2 (lsa.c:336)
by func_lsa (lsa.c:362)
Address 0x7f03c550 is 6 bytes after a block of size 26 alloc'd
at notify_alloc (heap.c:279)
by RtlAllocateHeap (heap.c:1521)
by LsaLookupNames2 (lsa.c:402)
by test_LsaLookupNames2 (lsa.c:336)
by func_lsa (lsa.c:362)
Looks like LsaLookupNames2() is at fault, the allocation
at line 402 should be the size promised at line 411?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20562
Summary: Outlook 2007 - Authentication fails
Product: Wine
Version: 1.1.32
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: codemonkey(a)untweaked.com
Created an attachment (id=24524)
--> (http://bugs.winehq.org/attachment.cgi?id=24524)
Log of Outlook trying to authenticate
In our org, we set up outlook by typing our email address, and it then searches
for the associated mail server. The connection to the server is encrypted. It
works the same way when we do it externally from our homes.
using Ubuntu 9.10 and Wine 1.1.32 Outlook appears to find the server but the
authentication fails, I believe. This is just a guess, based on the following
log excerpt:
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:winhttp:request_set_option 0 (null) (null)
fixme:crypt:SystemFunction041 (0x467ccc, 100, 0): stub [RtlDecryptMemory]
fixme:crypt:SystemFunction040 (0x467ccc, 100, 0): stub [RtlEncryptMemory]
fixme:winhttp:receive_response authentication not supported
fixme:winhttp:set_credentials unimplemented authentication scheme 10
A longer log is attached. My only override is for riched20. I expect to be able
to connect using rpc over http.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9786
Summary: gpuViewer fails to start, trying to change HDC
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.gpuviewer.com/index.php/download/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
gpuViewer Tech Preview does not start. Wine displays errors about the app
doing an invalid operation on the root window, then one about changing the
device context which OpenGL does not allow. An X error follows.
fixme:win:EnumDisplayDevicesW ((null),0,0x34bde0,0x00000000), stub!
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x135c18) : stub,
simulating 64MB for now, returning 64MB left
err:wgl:X11DRV_SetPixelFormat Invalid operation on root_window
err:d3d:CreateContext HDC=0x320 is already set to iPixelFormat=1 and OpenGL
doesn't allow changes!
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 473
Current serial number in output stream: 473
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16632
Summary: Lula: The Sexy Empire: Crash to desktop on start
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: etni3s(a)gmail.com
Created an attachment (id=18196)
--> (http://bugs.winehq.org/attachment.cgi?id=18196)
Debugger dump
When I try to start Lula: The Sexy Empire version 1.69 F it crashes to desktop
with the error message:
"Couldn't get Back Surface_1!
Unknown Errorcode!!:0
End Program??
[OK] [Cancel]"
Ok exits the application. Cancel makes it crash to desktop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.