http://bugs.winehq.org/show_bug.cgi?id=27309
Summary: Eden Eternal Closed Beta: Launcher Crashes While
Patching A Blank Game Directory
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iyeru42(a)gmail.com
Created an attachment (id=34933)
--> (http://bugs.winehq.org/attachment.cgi?id=34933)
Backtrace Log
As the title says, when you run a launcher in a blank game directory, it should
install the entire game. Wine Crashes the launcher after a while. See the
attached log, as well as a possibly unrelated image.
--
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=24879
Summary: Application "Auralog Talk To Me French" fail during
installation
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cesarlr(a)gmail.com
There are no specific errors in Wine, only a message in the application showing
"there was an error in the application"
Here is more information about the app:
http://www.translationsoftware.co.uk/auralogtalktomefrench7.htm
--
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=19871
Summary: Cusom CWnd component redraw flicker
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://www.jtagtest.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)hinner.info
See bug: http://bugs.winehq.org/show_bug.cgi?id=17394
Window repainting is flickering under Wine. Native Win32 works fine (or at
least I cannot see anything). Can provide "closed" source code of the component
to person who will be dealing with this stuff.
--
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=16069
Summary: VC6 debugging not working
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kresander(a)yahoo.com
I have used Wine to compile and run fairly large programs (more than 75 source
files and 2GB, 5GB of source code). Background is available in my post at Wine
User's forum under title Cannot install Visual C++ version 6.0 (VC6). My last
reply in the thread is this:
+++ begin +++
So far, I have tried four projects from Windows to Linux/Wine. All compiled
using VC6 on Wine and ran ok the first time. The two largest contained 78 and
105 cpp files with approximate source file sizes 2GB and 5GB.
Features used:
GUI: most standard and extended controls via dialog calls/macros
and CreateWindow, various window positioning/resizing functions,
messageboxes
GDI: most except paths
CHARS: most functions defined by <tchar.h>
FILES: fopen,fread, fwrite, ftell, fseek, fclose, _findfirst,
_findnext, _mkdir, remove, _tunlink
MEMORY new,delete and most memory and <string.h> functions.
Did not use MFC or ATL frameworks, just plain, Windows API functions
and as few of these as I could manage.
Did not use Windows file and directory functions.
Did not use c++ exception handling
Did not use Windows memory allocation function or older mallocs.
BUT
could not get the debugging to work.
1. on entry to the Windows main program:
int PASCAL WinMain( ...)
{
WNDCLASS wc;
MSG msg;
int a = 1; // for testing debug
int b = a + 1 ; // testing debug
hmodule = fhInstance ; <<< put breakpoint here
Values of variables a and b were reported as unknown expressions.
2. a little bit further into WinMain at call to CreateWindow for
main window:
hwndmain = CreateWindow( "GenericAppClass", ....
The program entered CreateWindow, but never returned.
Does debugging work, or have I entered unchartered waters?
+++ end +++
I don't write bigger and more resource-demanding programs than those mentioned
above. The VC6 compiled these with ease, ran without a single glitch and the
IDE behaved as I was used to see it. With debugging working there is no reason
for me to be on Windows any more. Have wanted to leave for years.
VC6 is an excellent product (too good to be Microsoft) and it now seems it can
offer cross-development on Linux. Really worth pursuing in my view.
You can reach me at kresander(a)yahoo.com.
Best regards
Ken Resander
--
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=27986
Summary: Delorme Topo USA 7.0 fails to start
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsoltren(a)gmail.com
Created an attachment (id=35822)
--> (http://bugs.winehq.org/attachment.cgi?id=35822)
Backtrace of Delorme Topo USA 7.0 hang.
Delorme Topo USA 7.0 fails to start. I am able to install the program
successfully off a retail CD by running:
$ wine path/to/setup.exe
When I try to launch the application, I see the following:
- splash screen appears
- application loads through splash screen
- main application window appears with some menus rendered
- application hangs (appears to be a loop or deadlock)
I tried running Topo7.exe in the debugger:
$ WINEDEBUG=+warn+heap winedbg /home/jsoltren/.wine/drive_c/Program\
Files/DeLorme/Topo\ USA\ 7.0/Topo7.exe &> wine.error.log2
At the looping section, I did a break and backtrace. It seems to get stuck
here:
0xf77a4425 __kernel_vsyscall+0x5 in [vdso].so: movl $0x2b,%ecx
Please see attachment topo7.bt.txt for more 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=27897
Summary: Graphical glitches in TimeShift 1.2
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dreamsoul14(a)gmail.com
Game running with any setting and resolutions. Tested with wine 1.3.22 and
1.3.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=27642
Summary: ms word 2003 has indic shaping issues with few
characters
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fast.rizwaan(a)gmail.com
Created an attachment (id=35344)
--> (http://bugs.winehq.org/attachment.cgi?id=35344)
ms word 2003 doc, as in video:
Please see the attachment and the video:
http://www.youtube.com/watch?v=FynooPfCgKg
The bug seems to be related to 2 things: small i matra ि and reph form
characters, क्र त्र प्र = consonant+र् (r-halant).
thanks.
--
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=22137
Summary: [3CX Phone] app does not work with Wine on Mac 10.6
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nareshkv(a)gmail.com
App 3CX Phone is installed fine.
Upon running it throws following error logs:
fixme:tapi:lineInitialize (0x8487f0, 0x0, 0x4f9a54, (null), 0x32ed54): stub.
fixme:tapi:lineSetAppPriorityA (3CX Phone.exe, 00000004, 0x0, 00000001, (null),
00000001): stub.
fixme:tapi:lineRegisterRequestRecipient (0x0, 00848450, 00000001, 00000001):
stub.
err:ntdll:RtlpWaitForCriticalSection section 0x20c40b8 "?" wait timed out in
thread 001d, blocked by 000b, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x20c40b8 "?" wait timed out in
thread 0009, blocked by 000b, retrying (60 sec)
fixme:wave:wodDsCreate DirectSound not implemented
fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
fixme:wave:widDsCreate DirectSoundCapture not implemented
fixme:wave:widDsCreate The (slower) DirectSound HEL mode will be used instead.
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:mmio:MMIO_ParseExtA No . in szFileName: "MenuPopup"
err:mmio:MMIO_ParseExtA No . in szFileName: "MenuCommand"
wine: Unhandled exception 0xc0000409 at address 0x1fd8ae4 (thread 002e),
starting debugger...
--
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=19761
Summary: RollerCoaster Tycoon: Wrong background colour in some
menus.
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Created an attachment (id=23139)
--> (http://bugs.winehq.org/attachment.cgi?id=23139)
In-game screenshot depicting the problem
The game RollorCoaster Tycoon (with the Loopy Landscapes add-on) shows a wrong
background colour (see attached image) in a menu, where all occurred events are
logged. The colour shouldn't be the green but the grey you see in the
background of the ride menu in the lower left corner.
Testsystem:
- AMD Athlon XP (1.2GHz)
- 1.5 GB RAM (DDR)
- ATI Radeon R300 (with the radeon driver, v6.12.2)
If you need further information, feel free to ask.
Kind regards,
Kai Wasserbäch
--
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=29058
Bug #: 29058
Summary: Wine Microsoft Windows compatibility layer and
exe.file
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlogisonni(a)libero.it
Classification: Unclassified
When opening a file.exe using Wine Microsoft Windows compatibility layer
I get the following message:"The program pxplay encountered an error and must
be closed,We are sorry for the incovenence."The files.exe I'm tryng to execute,
are, several videos
created using The PHOTODEX PROSHOW PRODUCER. They do run properly under Windows
but not under Linux Ubuntu version 11.04.Natty.
It may happen that they start to play with soundtrck and suddenly the sound
disapperas.It also happens when i give the imput for play ,I see thre program
loading and launching up to the first screenshot and the computer freezes so I
have to restart the system.
I'd greatly appreciate any help in order to this problem
P.S.
I've also tried to install different versions of the Photodex Program on my
linux system trough "PlayOnLinux 4.0.12. but it doesn't work.
Thanks in advance
Carlo
--
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.