http://bugs.winehq.org/show_bug.cgi?id=20768
Summary: Flight Simulator 98 install: the screen is repainted
only when moving the mouse
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
When installing Microsoft Flight Simulator 98, I have to move the mouse in
order to trigger the display repainting.
--
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=16902
Summary: wineinstall: C compiler cannot create executables
although gcc installed
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
Created an attachment (id=18654)
--> (http://bugs.winehq.org/attachment.cgi?id=18654)
tools/wineinstall log
Hello,
I encountered an error while using the tools/wineinstall script.
gcc version: 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Linux distro: Ubuntu 8.04.1
--
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=11522
Summary: odd name for wine uninstaller
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
Hello,
For uninstalling a program running on wine, we have to use the wine program
with "uninstaller" name. I propose to use a naming which better fits the wine
programs naming policy.
I searched this uninstaller for a while because I typed "wine" first in my a
console and I wanted my shell to propose all available programs like "winecfg",
"winecpp", etc.
If the uninstaller would have a name like "wine-uninstaller", then it would be
easier to find the uninstaller, without any documentation.
--
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=13907
Summary: insufficient privileges
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: splatadder(a)gmail.com
Created an attachment (id=14011)
--> (http://bugs.winehq.org/attachment.cgi?id=14011)
wine output installing Quest Toad 9.6.1
When installing Quest Toad 9.6.1 the following message is issued:
"You currently have insufficient privileges to complete an installation.
You must have administrator equivelant privileges to continue."
wine 10.rc5
ubuntu 8.0.4
attached are the messages generated by 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=21049
Summary: output_import_thunk Problems on ARM
Product: Wine
Version: 1.1.34
Platform: Other
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
its about output_import_thunk in tools/winebuild/import.c
My ARM-Case actually looks like this, because my first implementation seems
wrong to me:
case CPU_ARM:
#if 1
output( "\tldr r0, %s+%d\n", table, pos );
output( "\tblx r0\n" );
#else
output( "\tmov r4, #%s\n", table );
output( "\tldr r15, [r4, #%d]\n", pos );
#endif
But this new version gives a strange error i dont understand:
actxprxy.aXisOj.s: Assembler messages:
actxprxy.aXisOj.s:747: Error: internal_relocation (type: OFFSET_IMM) not fixed
up
actxprxy.aXisOj.s:756: Error: internal_relocation (type: OFFSET_IMM) not fixed
up
...
Problematic lines:
740 __wine_spec_import_thunks:
741
742 .align 4
743 .type BSTR_UserFree,%function
744 .globl BSTR_UserFree
745 .hidden BSTR_UserFree
746 BSTR_UserFree:
747 ???? CC039FE5 ldr r0, .L__wine_spec_import_data_ptrs+0
748 ???? 30FF2FE1 blx r0
749 .size BSTR_UserFree, .-BSTR_UserFree
...
Thats on a qemu-arm-ubuntu 9.04
--
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=15212
Summary: ctSchedule.ocx: OleCreate returns E_INVALIDARG
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oyvind(a)eriksen.cn
A program trying register and load an ActiveX control, ctSchedule.ocx from
www.dbi-tech.com, fails to do so. It's working fine in Win2000 and WinXP.
After some debugging I found out that OleCreate returns E_INVALIDARG. I've been
trying to find the reason but it's a little out of my reach.
The ActiveX control seems to register okey. Regsvr32 prints the usual
"Successfully registered DLL CTSCHEDULE.OCX". I've checked the registry and
compared to WinXP and everything seems normal.
>From what I can see in the debug I think the ActiveX control is loading.
The attached file "debug-simple.txt" contains the relay debug channel from
OleCreate is called until it returns.
The attached file "debug-full.txt" contains both the relay and heap debug
channels.
--
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=20195
Summary: PLSQLDeveloper shows OLE error 80004001 when trying to
export object metadata to XML
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://allroundautomations.swmirror.com/plsqldev800.ex
e
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)stanev.org
Steps to reproduce:
1. Install PLSQLDeveloper v8.x;
2. Connect to any database;
3. Click on any DB table with right button, select DBMS_Metadata->XML
Error "OLE error 80004001" pops twice, with following lines in console:
fixme:msxml:domdoc_get_parseError (0x9903ad8)->(0x32e714): creating a dummy
parseError
fixme:msxml:domdoc_get_readyState
fixme:msxml:domdoc_get_parseError (0x9903ad8)->(0x32faf0): creating a dummy
parseError
fixme:msxml:domdoc_get_readyState
--
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=19590
Summary: Symantec LiveUpdate 1.5.2 uninstaller exits silently
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22844)
--> (http://bugs.winehq.org/attachment.cgi?id=22844)
wine-1.1.26-391-g914a9ca +relay +seh +tid
Symantec LiveUpdate 1.5.2 uninstaller exits silently, nothing in the console.
Same in latest git.
--
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=21913
Summary: Visio 2007 Professional Crashes Immediately
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rojwilco(a)gmail.com
I was able to install Visio Professional 2007 using Wine 1.1.39, but whenever I
try to run it, it loads and crashes immediately after I click on any element in
the UI. This is reproducible every time, and I am running this in Windows XP
mode.
The error signature in Visio is:
AppName: visio.exe AppVer: 12.0.4518.1014 AppStamp:454281f4
ModName: ogl.dll ModVer: 12.0.4518.1014 ModStamp: 454285ac
fDebug: 0 Offset: 0001f07f
My current DLL overrides are:
gdiplus (native)
msctf (native)
mshtml (native, builtin)
msxml3 (native, builtin)
msxml6 (native, builtin)
riched20 (native, builtin)
shdocvw (native, builtin)
urlmon (native, builtin)
usp20 (native, builtin)
wininet (native, builtin)
I have installed some, not all of the above packages using winetricks. The
packages I have installed are msxml3, msxml6, dotnet20, gdiplus.
I am running CentOS 2.6.18-92.1.18.el5.
--
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=21522
Summary: DnaSP 5 crashes under wine if a "Tajima's test" is
performed.
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f.pinamartins(a)gmail.com
Created an attachment (id=25923)
--> (http://bugs.winehq.org/attachment.cgi?id=25923)
Error log from terminal
Running a "Tajima's test" in DnaSP 5.10 using a "sliding window" will cause a
crash.
The log is attached.
The program can be found in:
http://www.ub.edu/dnasp/
It seems to have been somewhat tested under wine, since there is feedback in
their page. There is, however, no AppDB test.
If any further info is required, please, don't hesitate to ask.
--
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.