http://bugs.winehq.org/show_bug.cgi?id=18252
Summary: Error writing file in UnReal World installer
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonni(a)lehtiranta.net
Installation of urw-3.11c.exe (available at
http://www.jmp.fi/~smaarane/urw.html) fails with "Error opening file for
writing".
Installer starts through wine. I click through info screens, destination folder
selection, start menu folder, and press install button. I get:
http://imagebin.ca/view/4JN0rxi.html . There's one line of output:
"fixme:shell:SHAutoComplete SHAutoComplete stub". Nothing is written under
~/.wine/
arethusa on #winehq confirmed this happens for him too. He also gave the
following
0019:Call KERNEL32.CreateFileA(004093b0 "C:\\Program
Files\\UnRealWorld\\urw.exe",40000000,00000001,00000000,00000002,00000000,00000000)
ret=004055ec
0019:trace:file:CreateFileW L"C:\\Program Files\\UnRealWorld\\urw.exe"
GENERIC_WRITE FILE_SHARE_READ creation 2 attributes 0x0
and a note: "it looks to me like it doesn't pass anything for
dwFlagsAndAttributes".
--
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=17393
Summary: MansionPoker: Closing an open poker table makes the
application crash with a runtime error
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emilio.moretti(a)gmail.com
Created an attachment (id=19456)
--> (http://bugs.winehq.org/attachment.cgi?id=19456)
Console output after crash
Exiting the program or closing a poker table closes the whole program with a
runtime error.
See attachment for details
--
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=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=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=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=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=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.