http://bugs.winehq.org/show_bug.cgi?id=10885
Summary: Some bitmaps are drawn topside-down (Lazarus 0.9.24)
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)tut.by
Created an attachment (id=9788)
--> (http://bugs.winehq.org/attachment.cgi?id=9788)
Lazarus 0.9.24 being run under WINE 0.9.51
Some icons are drawn incorrectly in Lazarus 0.9.24 (win32 version).
Please see attachments.
--
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=13819
Summary: Wrong codepage used for console output
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this problem, run the following command (that's assuming you have
a UTF-8 xterm, otherwise replace UTF-8 with ISO-8859-1 or the appropriate
encoding):
LANG=fr_FR.UTF-8 ./programs/start/start /help
You will notice that all the accentuated characters are missing. This is
because start.c converts the Unicode resource string to the
GetConsoleOutputCP() encoding in the output() function. I think that's correct
but GetConsoleOutputCP() systematically return "850" as the codepage, even if I
change the [Nls\Codepage]/OEM value in the registry.
One hack to fix this is to replace the GetConsoleOutputCP() call with CP_UNIXCP
but I guess that would be wrong in the case where we're running in the Wine
console.
So I think that when the console is a regular Unix terminal
GetConsoleOutputCP() should return the CP_UNIXCP codepage.
--
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=13222
Summary: "King's Bounty: the Legend" crashes on start
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kapone2002(a)yandex.ru
King's Bounty: the Legend crashes on start with two "Unhandled exception"
errors. More information - on this screenshot
http://moikartinki.ru/view_image/806dc2217/snapshot1.jpg
I think it's something with DirectX, because KB don't want to start even in
WinXP if the last DirectX (April_2008) is not installed
--
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=13641
Summary: Sipru Beta 1.2.9 Doesn't Start
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11884
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kemal.yaylali(a)gmail.com
Created an attachment (id=13622)
--> (http://bugs.winehq.org/attachment.cgi?id=13622)
Sipru Log.
When I try to run Sipru.exe I got several "saxxmlreader_QueryInterface" errors.
Splash screen & system tray icon appears but with a warning window: "Couldn't
eastablish a connection with our servers, Try again".
When I try the update component of Sipru (Updater.exe) I got
"fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot"
over & over again...
--
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=15011
Summary: ooVoo: Crashes on startup.
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
URL: http://www.oovoo.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Created an attachment (id=15645)
--> (http://bugs.winehq.org/attachment.cgi?id=15645)
Terminal log.
ooVoo crashes when i open it in wine.
--
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=14101
Summary: Civ4 Beyond the Sword: Installation crashes when
attempting to update DirectX
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: xvachon(a)gmail.com
After inputting all commands for the installation process to begin, the setup
looks by default to update DirectX components. However, during that process the
installation crashes. This is still a problem with the 1.0 Wine version, and
according to the appDB page it was at least since the 0.9.43 version.
--
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=13690
Summary: failed to crosscompile dbghelp.dll (dogfood)
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
For regex_t, REG_NOSUB, REG_ICASE:
error: '*****' undeclared
For regexec, regcomp, regfree:
implicit declaration of function '*****'
Some more errors, due to the problems above
--
By by ... Detlef
--
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=13265
Summary: winepath exist always with zero code
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugtrack(a)roumenpetrov.info
The winepath program exist with zero even cannot map host path to the path from
emulated environment and output non existing location (directory).
=======================================
$ cd
$ winepath `pwd`; echo $?
Warning: could not find DOS drive for current working directory '/home/user',
starting in the Windows directory.
err:service:RPC_Init RpcServerUseProtseq failed with error 1703
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code 1703
/home/user/.wine/dosdevices/c:/home/user
0
=======================================
The output is from version 1.0-rc1.
Also previous versions output is without "err:.." lines and the host path is
appended to the path of last dos-device found (in 1.0-rc1 to the first).
--
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=12977
Summary: Kid Pix Deluxe 4 Home Edition crashes if you click on
Backgrounds
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Kid Pix 4 installer hangs at end; ignore that, it's installed ok enough.
Clicking on the trees ("background") button crashes the app
after a sec. Looks like it's after it looks up the address of
_CallComponentFunctionWithStorage:
0009:Call KERNEL32.GetProcAddress(00000000,00589b90
"_CallComponentFunctionWithStorage") ret=00529c44
0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00529c44
trace:seh:raise_exception code=c0000005 flags=0 addr=0x465293
trace:seh:raise_exception info[0]=00000001
trace:seh:raise_exception info[1]=0000002c
trace:seh:raise_exception eax=00000000 ebx=0015f7d1 ecx=0000156c edx=0032f540
esi=0032f540 edi=ffffffce
trace:seh:raise_exception ebp=0015f7d1 esp=0032f4e0 cs=0073 ds=007b es=007b
fs=0033 gs=003b flags=00210246
(+relay,+seh log shows that in normal operation, there's always
an exception after GdiFlush, so ignore that.)
--
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.