http://bugs.winehq.com/show_bug.cgi?id=1773
Summary: Problems using msrdo20.dll
Product: Wine
Version: 20030813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: omundodavoltas(a)hotmail.com
I'm running a database app (written in vb) using rdo (MSRDO20.DLL) and ODBC.
I've configured UnixODBC (it's working fine) and I get the following error message:
trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\ODBC32.DLL' : builtin
trace:loaddll:load_dll Loaded module 'C:\Windows\System\msrdo20.dll' : native
wine: Unhandled exception (thread 0009), starting debugger...
I've added this line to .bashrc (as described on wine documentation):
export LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so
Does anybody have any idea of what's going on?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1772
Summary: fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x40586b80)->(00010021,00000011 )
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: DoomWarrior(a)6pack.de
i write a little DirectDraw Programm for Windows. I want to start in with wine
under Linux an get this error message above.
Game start and i get the error message ("fixme:ddraw:
Main_DirectDraw_SetCooperativeLevel (0x40586b80)->(00010021,00000011").
Then i get the error message von the Programm ("can't init DirectDraw")
and ("wine: Unhandled exception (thread 0009)")
my Cooperative Level
if(FAILED(lpDD7->SetCooperativeLevel(hwnd,DDSCL_EXCLUSIVE | DDSCL_FULLSCREEN)))
{
return FALSE;
}
The Game was compiled with Visual Basic 6 and DirectX 8 SDK.
--
sorry of my bad english. I hope i could describe my problem properly
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1766
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2003-14-10 05:10 -------
I cleaned out /tmp/.wine-<myusername>/ (incidentally winding my CVS copy
forward to 2003-10-14 00:32:30 CDT) and everything seems OK now.
-- Andy.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1769
------- Additional Comments From winehq(a)redfelineninja.org.uk 2003-14-10 03:49 -------
Sorry to make my comment regarding prelinking clear. I have already chstk'ed
wine but this did not permit my application to run (although some applications
would run - annoyingly the installer could be loaded but the full application
could not).
Disabling prelinking did allow my application to run. Thus I think we should add
a linker option to disable prelinked but this isn't the whole answer.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1769
winehq(a)redfelineninja.org.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winehq(a)redfelineninja.org.uk
------- Additional Comments From winehq(a)redfelineninja.org.uk 2003-14-10 03:45 -------
This problem is due to ELF prelinking being enabled on Fedora core.
The blunt axe workaround is to modify /etc/sysconfig/prelink to prevent
prelinking. Unfortunately this will slow down the loading of KDE, Mozilla and
OpenOffice pretty dramatically.
It should be possible to suppress the use of the prelinked bits and pieces
purely for wine. Sadly I don't know how!
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1767
------- Additional Comments From intent(a)netpratique.fr 2003-13-10 15:40 -------
Ok i understand my WinMM settings use winoss.drv
It seems that wine is able to see my alsa midi devices
i have to rtfm a little
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1767
------- Additional Comments From intent(a)netpratique.fr 2003-13-10 14:58 -------
I don't understand the OSS reference in the debug messages. The midi devices
EMU10K1 MPU-401 (UART)
Emu10k1 Port 0
Emu10k1 Port 1
Emu10k1 Port 2
Emu10k1 Port 3
VirMIDI 1-0
VirMIDI 1-1
VirMIDI 1-2
VirMIDI 1-3
MSND MIDI
...are all alsa devices for sure. I don't use OSS for years.
May be wine use identical functions to handle midi device at some level, kind of
an heritage from the past ?
Btw, i am not very experienced with wine compilation, but i will try the patch.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1767
------- Additional Comments From titan.costa(a)wanadoo.fr 2003-13-10 14:28 -------
Created an attachment (id=390)
--> (http://bugs.winehq.com/attachment.cgi?id=390&action=view)
test patch
Well! Your're not talking about the ALSA driver but the OSS one...
However, I think I'm experiencing the same problem.
Could you test the attached patch and see if the freeze still occurs?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1771
Summary: Error 2 Compilation failed in install
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: lkaelin(a)cdrarizona.com
Hi, I'm running Redhat linux 9, and I have all of the neccessary compilers on my
machine. However, I can't get wine to install, I did the ./tools/wineinstall as
a regular user and it does the configure just fine but then it does this
WINE Installer v0.74
I see that WINE has already been configured, so I'll skip that.
We need to install wine as root user, do you want us to build wine,
'su root' and install Wine? Enter 'no' to continue without installing
(yes/no) yes
/usr/local/lib doesn't exist in your /etc/ld.so.conf, it will be added
when we perform the install...
Compiling WINE. Grab a lunch or two, rent a video, or whatever,
in the meantime...
make[1]: Entering directory `/usr/share/wine-20030911/libs'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/usr/share/wine-20030911/libs'
make: *** [libs] Error 2
cd ./tools && make `basename tools/makedep`
make[1]: Entering directory `/usr/share/wine-20030911/tools'
cc makedep.c -o makedep
makedep.c:21:20: config.h: No such file or directory
makedep.c:23:23: wine/port.h: No such file or directory
makedep.c: In function `output_src':
makedep.c:432: `LEX_OUTPUT_ROOT' undeclared (first use in this function)
makedep.c:432: (Each undeclared identifier is reported only once
makedep.c:432: for each function it appears in.)
make[1]: *** [makedep] Error 1
make[1]: Leaving directory `/usr/share/wine-20030911/tools'
make: *** [tools/makedep] Error 2
Compilation failed, aborting install
I can't find anyone else with this problem. it's just weird. I really don't
have anything to go on. I've tried to do this install before with an RPM but
that ended in re-installing the whole thing.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1438
erob(a)videotron.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |erob(a)videotron.ca
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.