http://bugs.winehq.org/show_bug.cgi?id=15326
Summary: ntdll:NtCreateFile is not parsing the file create string
correctly so fails
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
ntdll:NtCreateFile
L"\\??\\D:\\everquest\\C%3A\\Program%20Files\\Sony\\Station\\LaunchPad\\" not
found (c000003a)
should actually be:
c:\\Program Files\\Sony\\Station\\LaunchPad\\
not the above where it adds the execution directory in front of the string
and it should translate %3A to : and %20 to < >
--
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=13722
Summary: Loading of MS Word plugin library fails
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmvianna(a)usp.br
Created an attachment (id=13740)
--> (http://bugs.winehq.org/attachment.cgi?id=13740)
console log
A plugin that enables MS Word 2003 to read infrared jpg files, ThermaCAM
Reporter 7 Pro, is installed correctly. Its Toolbox is displayed properly too.
But when trying to insert a picture in Word through it, I get the following
error dialog:
(!) This object was created with MtxGraphics. This application is not available
to open this object. Make sure the application is properly installed and it has
not been deleted, moved, or renamed.
In attachment goes the console log, but I believe the relevant bit is:
err:ole:TLB_ReadTypeLib Loading of typelib
L"C:\\windows\\temp\\Word8.0\\MTXGRAPHICSLib.exd" failed with error 2
There are no files in that directory while MS Word is running. MtxGraphics.dll
is located in ~/.wine/drive_c/Program Files/ThermaCAM/Reporter 7.0
--
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=13635
Summary: dogfood: KeePassX icons background wrong
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pascal.duersteler(a)gmail.com
Created an attachment (id=13618)
--> (http://bugs.winehq.org/attachment.cgi?id=13618)
img bg example in save dialog
Screenshot describes itself... Background of notify icons in messages is wrong.
--
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=13613
Summary: derefrencing NULL, page fault on write access to
0x00000000 in 32-bit code (0x004032b3)
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adlin5000(a)gmail.com
Created an attachment (id=13582)
--> (http://bugs.winehq.org/attachment.cgi?id=13582)
termanial debug output
I am trying to install a program "Slots: Triple Play" on a Ubuntu Linux box for
my friends mom. This is a deal breaker for her as she must have this particular
slots game. I first was getting the memory access problems but got that fixed
by upgrading to 1.0rc3. Now when I try to install it I get a windows window
saying "Dereferencing NULL" with an "OK" button. After that I get the error
messages and debug output in the attached file. I am running Ubuntu 8.04 fully
updated and Wine 1.0-rc3 from the repository. The only things I changed from
the default winecfg is to auto detect the drives and choose OSS for sound.
Any help would be great as I don't want here to go back to windows.
--
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=13559
Summary: Jets 'n' Guns (gold): Temporarily no sound after alt-tab
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
Created an attachment (id=13500)
--> (http://bugs.winehq.org/attachment.cgi?id=13500)
log "wine JnG.exe"
Reproduceding: While playing a mission, hit Esc to go to the menu, hit alt-tab,
go back, continue the mission, sound is gone. After the mission is over, the
sound is back again.
I've added a log, but im afraid it doesnt mention any sound errors.
Minor bug, still rating it platinum.
--
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=13558
Summary: part of the VARIANT data lost during OLE Automation data
transport
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maihuaz(a)hotmail.com
We have a client-server application that uses OLE automation as transportation
mechanism. The data type we use is VARIANT var. Code snippet looks like this on
client side:
LPSAFEARRAY psa;
VARIANT var;
VariantInit( &var );
var.vt = VT_ARRAY | VT_UI1;
var.parray = psa;
On server side, we can get the var.vt part correctly, but the var.parray is
NULL, it gets lost during the transport.
I have attached error log from client side for your reference.
Thanks.
Michael
--
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=11643
Summary: Gens: Sega Genesis Emulator will not open or run ROMs
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://gens.consolemul.com/downloads.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phydaux(a)gmail.com
Created an attachment (id=10840)
--> (http://bugs.winehq.org/attachment.cgi?id=10840)
Error log of crash
When a ROM is loaded into (opened with) Gens, Wine crashes. Specifically, using
the Gens "File" menu, and "Open ROM" command, navigate to the ROM in Gens' file
browser, and click on the "Open" button. The file browser dialogue closes and
Gens attempts to load the ROM, Wine then crashes.
Also: Gens opens in Wine but the graphic display is faulty (the "static" while
no ROM is loaded is in the wrong aspect ratio to the Gens window).
When Gens full screen is selected, Gens appears to hang and is unresponsive.
Gens versions tested: 2.14 (latest at 2008/02/19), 2.11, 0.99 all have the same
results as described above.
Sega Genesis ROMs tested: Golden Axe (JU) (REV 00) [!].bin, Sonic the Hedgehog
(JUE) [!].bin, Streets of Rage (JUE) (REV 00) [!].bin
--
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=11491
Summary: Hellgate London unable to connect for multiplayer
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)selectgranitetops.com
When attempting to connect to multiplayer in hellgate london, it tells that it
is unable to connect to server. If an incorrect password is entered however, it
will identify that, so it would appear that it is connecting to check the
password, and then the actual connect to the server is what fails.
+wininet debug taken from attempt to connect: http://rafb.net/p/DfgBd162.html
--
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=11289
Summary: Regression: GalCiv2:Dark Avatar - Application will no
longer start
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Shalekendar(a)Knology.net
Game worked as described in the AppDB section under Wine 0.9.52. Upgraded Wine
to version 0.9.53 and the game will no longer start.
--
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=10842
Summary: error running a 16bit program for windows
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lezich(a)gmail.com
Hi, i've installed the last version of wine
wine-0.9.46
i can start running the software, but when i trying to open the windows that i
ca charge the data, i got the message below, i already configure for win95,
win98, 3.1, 2000, xp and nothing works.
when i use this command
wine soft.exe, i get this error
00000 file = /home/lezich/.wine/dosdevices/g:/SISTEMA/SYS2/WIN/ TANGODSP.FON
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] =
00000000 file = /home/lezich/.wine/dosdevices/g:/SISTEMA/SYS2/WIN/ TANGODSP.FON
fixme:font:WineEngCreateFontInstanceUnhandled exception: wait failed on
critical section 0x7b9274c0 Win16Mutex
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc39110
lezich@PC:~/MONDIAL/SISTEMA/SYS2/WIN$ Process of pid=000a has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
0000000d
0000000f 0
0000000e 0
No process loaded, cannot execute 'detach'
---------
when i use this command
WINEDEBUG=-all wine soft.exe
i get this error (almost the same)
wine: Critical section 7b9274c0 wait failed at address 0x7bc39110 (thread
000c), starting debugger...
Unhandled exception: wait failed on critical section 0x7b9274c0 Win16Mutex
lezich@PC:~/MONDIAL/SISTEMA/SYS2/WIN$ Process of pid=000a has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
No process loaded, cannot execute 'detach'
--
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=10498
Summary: ENTER key not working
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladokoval(a)gmail.com
Created an attachment (id=9241)
--> (http://bugs.winehq.org/attachment.cgi?id=9241)
The look of the MS Bookshelf basics dictionary
The original bug is 10398.
Wine ignoring ENTER key in //Contents// tab in application "MS Bookshelf
dictionary" in version 0.9.48 and 0.9.49.
ENTER key works fine when using //Find// tab.
In version 0.9.48 and 0.9.49 I must press (push and release) TAB key and only
then the ENTER key is not ignored.
--
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=10398
Summary: ENTER key not working, scrambled fonts
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladokoval(a)gmail.com
I use opensuse 10.1
I am describing the experience with application
//Microsoft Bookshelf Basics dictionary 98// running on wine.
In wine version 0.9.45 I had no problems with the above mentioned application.
I was happy user. But I have problems with next versions.
The fonts are scrambled (some glyphs are not readable) since version 0.9.47 to
0.9.49. (I don't know whether version 0.9.46 is O.K. beacause it is not listed
in archive in sourceforge.net for opensuse 10.1)
In wine version 0.9.48 to 0.9.49 the ENTER key is not working when the
//Contents// tab is active.
The ENTER key works only in //Find// tab.
I have no other choice than sticking with version 0.9.45 that suits me the best
so far.
Please, see the attachements that reflect version 0.9.49 and 0.9.45.
--
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=10227
Summary: Front Panel Designed crashes when opening file from disk
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philippe.gauthier(a)deuxpi.ca
Probably reported in comment #6 of Bug 3196, but I guess it is a different bug
than the original (fixed) Bug 3196.
With debugging off, I get same output:
fixme:system:SystemParametersInfoW Unimplemented action: 8192
(SPI_GETFOREGROUNDLOCKTIMEOUT)
fixme:system:SystemParametersInfoW Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)
fixme:system:SystemParametersInfoW Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
Turning debugging ON probably includes some delays in operation*, and the file
may open from time to time. Once the file is open, the application is fully
usable.
* The debug log outputs many lines of:
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
which slows down the application.
--
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=10864
Summary: Unable to display chinese/japanese in utorrent
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tomcheng76(a)yahoo.com.hk
Created an attachment (id=9760)
--> (http://bugs.winehq.org/attachment.cgi?id=9760)
Japanese font in utorrent cannot be displayed correctly
Hi wine developer,
i have a problem in displaying language other than english in utorrent.
The menu bar of utorrent is okay (the bar containing File, Option and Help),
while the text inside the main screen of utorrent is totally unreadable.(See
the attachment)
The problem exists in wine 0.9.5x (acturally i tired many version) + utorrent
1.61/1.7.x.
Finally, i fixed the problem by adding this registory
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\FontSubstitutes\Tahoma => IPA Pゴシック.
Would wine devleopers add this registory in the next release of wine ?
Is there any bad impact after adding this registory ?
Of coz ipag.ttf is not a good font for global users, but i think there is
another good alternative.
To reproduce the bug,
rm -fr ~/.wine
wine utorrent.exe
--
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=14909
Summary: GTA San Andreas: Vehicle camera spins forever
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel(a)drv.nu
In GTA San Andreas (version 1.0), the mouse controls the camera in the vehicle;
when the mouse is not touched for a while, the camera is supposed to shift back
to a behind-the-vehicle view.
However, in Wine, the camera spins continuously in this case, not stopping in
the proper position.
--
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=13923
Summary: World of Warcraft Not work in Opengl wine 1.0RC5
Product: Wine
Version: unspecified
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: obelich(a)gmail.com
Created an attachment (id=14041)
--> (http://bugs.winehq.org/attachment.cgi?id=14041)
Terminal information
Hiyas we try to test World of warcraft with this RC and dont work and crach
here are the terminal information sorry my english is to bad
--
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=13804
Summary: Virtual Moon Atlas 4 crash on startup
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://www.ap-i.net/avl/en/start
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mverga(a)freemail.it
Created an attachment (id=13838)
--> (http://bugs.winehq.org/attachment.cgi?id=13838)
Output from terminal in pro mode startup
Related to bug 13774: I have DISABLED pulsaudio plugin (if you don't trust me
see the output attached), but Virtual Moon Atlas 4 continue to crash on
startup, only in expert and pro mode.
This does not happen with xorg standard drivers, installing nvidia kernel
module drivers causes ntdll crash. But VMA4 needs OpenGL acceleration, so I
need nvidia drivers to get high fps.
--
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=11569
Summary: MS Project 2003 crashes on launch
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: graylion(a)sm-wg.net
Created an attachment (id=10740)
--> (http://bugs.winehq.org/attachment.cgi?id=10740)
command line track
MS project 2003 crashes on start
please see attachment
--
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=12987
Summary: wine on a hp-ux OS
Product: Wine
Version: 0.9.61.
Platform: HP
OS/Version: HP-UX
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lepontois.ludovic(a)gmail.com
hello,
I'm trying to install wine on a hp-ux operating system.
I have flex v2.5.4, bison v1.875 and gcc v3.3.2.
I don't have problem when I'm doing "./configure" but when I execute the "make
depend && make" it return me "Make: line 318: Syntax error. Stop."
I think the problem is that I have a hp-ux
I have tried with other version but I have the same error (not at the same line
but well)
if I try to install wine with "./tools/wineinstall" it return me:
-interpreter "bin/sh" not found
-file link resolves to "/usr/bin/bash"
-/sbin/sh: ./tools/wineinstall: not found.
for information I have a hp3750 workstation.
I need your help
nb:scuse me for the english mistake, it's because i'm french
--
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=13732
Summary: ODBC does not call unixODBC interface
Product: Wine
Version: 1.0-rc2
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: odbc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: last_deceneu(a)yahoo.com
Hello,
I installed and configured Oracle Client 10g successfully, also I configured
unixODBC interface like is described in oracle client instalation manual, I
tested with isql and DataManager and connection was ok.
I installed with winetriks mdac28 and native_mdac. I cheked with winecfg if
odbc32.dll and odbccp32 is set to native. With odbcad32.exe application I'm
able to see Oracle10gODBCDriver configuration but when I try to add a
datasource, it give me an "Microsoft ODBC Administrator" error: "The setup
routine for the Oracle10gODBCDriver ODBC driver could not be found. Please
reinstall the driver".
I think that wine odbc internal functions fail to call unixODBC routines.
I tried many thinks, to set
export LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so.1.0.0
and to link oracle library:
$ln -s /usr/lib/libodbc.so.1.0.0
"home_path"/oracle/product/10.2.0/client_1/lib/libsqora.so.10.1
$ /sbin/ldconfig
but without success.
My odbcinst.ini looks like:
[Oracle10gODBCDriver]
Description = Oracle 10g Linux ODBC driver
Driver = "home_path"/oracle/product/10.2.0/client_1/lib/libsqora.so.10.1
Setup =
FileUsage =
CPTimeout =
odbc.ini
[Oracle10gODBCDriver]
Application Attributes = T
Attributes = W
BatchAutocommitMode = IfAllSuccessful
CloseCursor = F
DisableDPM = F
DisableMTS = T
Driver = Oracle10gODBCDriver
DSN = OracleDSN
EXECSchemaOpt =
EXECSyntax = T
Failover = T
FailoverDelay = 10
FailoverRetryCount = 10
FetchBufferSize = 64000
ForceWCHAR = F
Lobs = T
Longs = T
MetadataIdDefault = F
QueryTimeout = T
ResultSets = T
# ServerName is TNS_alias_from_tnsnames.ora
ServerName = LAB
SQLGetData extensions = F
Translation DLL =
Translation Option = 0
I attached an debug log for command : WINEDEBUG=+relay wine odbcad32
Please help me with this Oracle ODBC database configurarion.
Best 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=13263
Summary: Auto make copies of DLLs from Window partition
Product: WineHQ Bugzilla
Version: unspecified
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: etnablog(a)yahoo.it
I have two partitions in my hd, Vista (REGULAR and REGISTERED) and Ubuntu.
Why not to add the possibility, for wine, to auto take copies of .DLLs from the
Vista partition just to make overrides, if the user want?
--
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=13135
Summary: Wine crash when starting program hedgewars
Product: Wine
Version: 1.0-rc1
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: exvagabond436824(a)yahoo.com
Created an attachment (id=12938)
--> (http://bugs.winehq.org/attachment.cgi?id=12938)
Logs describing the wine crash in three version of hedgewars: 0.9.0, 0.9.2,
0.9.3
Wine does not correctly run the program hedgewars, available from
http://www.hedgewars.org/download.html . Testing on versions 0.9.0, 0.9.2 and
0.9.3 of the game wine will correctly install the game. However, when the game
is run the main menu will appear then just as quickly wine will crash. Attached
are the logs from testing the three versions of hedgewars. The wine in
questions is v1.0-rc1.
Wine was built from source in the standard way with no configuration changes.
(ie, all default). Wine was tested starting from an empty ~/.wine directory.
--
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=11577
Summary: Delorme 2006 install under 0.9.55 tab key doesn't work
Product: Wine
Version: 0.9.55.
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eplurib(a)earthlink.net
2/13/2008
I compiled WINE 0.9.55 from sources and installed Delorme 2006 Plus under
Windows 2000 configuration.
Delorme starts. Choose Find tab and then Advanced. Then select street address.
Type in a street address then click search. Error message says "Find tab did
not".
Click ok to resume.
--
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=11564
Summary: Delorme 2006 install locks up under XP
Product: Wine
Version: 0.9.54.
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eplurib(a)earthlink.net
Created an attachment (id=10728)
--> (http://bugs.winehq.org/attachment.cgi?id=10728)
Install procedure used with Wine-Doors files
While installing Delorme 2006 Plus under WINE XP, the installer stopped with
several Windows errors and eventually locked up while doing a "File Transfer".
After killing the winedebug message with ^C, the install continued until
finally halting. With great difficulty, I was able to kill the install process
while in the "File Transfer" lockup. The program did start and run but did not
work properly, with errors tabbing from field to field, and the "Find Tab"
error common with Delorme would not allow the "find" feature to work.
It was installed on a new laptop (Compaq F750US) with a new and updated Gutsy
Kubuntu 7.10 install and with Wine-doors. The Wine doors installed drivers are
listed in one of the attached files.
The attached files are the dmesg output, the terminal window messages, and the
steps I took to attempt the install. A screen shot of the Wine_doors message is
included.
--
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=11192
Summary: Winecfg freezes the system
Product: Wine
Version: 0.9.53.
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luv2fish1(a)gmail.com
I'm using PCLinuxOs2007 and when I try to run winecfg my system locks up. If I
try to run any Windows software the system locks up. I have to power down in
order to unlock my system.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.