http://bugs.winehq.org/show_bug.cgi?id=23376
Summary: Can't run Ballance 1.13
Product: Wine
Version: 1.2-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: abacabadabacaba(a)gmail.com
Created an attachment (id=29138)
--> (http://bugs.winehq.org/attachment.cgi?id=29138)
Wine output
When I try to run Ballance 1.13 under Wine, the following happens: firstly,
splash screen appears. Then, after a few seconds, screen resolution is changed
four times (first to some small resolution, then back to normal, then again to
small, then again to normal). After that, there's a game window, which is
minimized. When I click on it's icon, the window begins to disappear and then
reappear rapidly. The only way to stop this is to kill wine.
I use Intel GMA X3100 and Linux 2.6.35.
--
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=15354
Summary: fixme:int:DOSVM_Int10Handler when running W98 program
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Once again, this time without attachment:
I have a reasonably old W98 program which I like to get up and running under
Wine. During the installation it says
axel@A30:~/.wine/drive_c/topo/topo.ins> wine testdir.exe c:\topo\topo.134
fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
...and then it hangs. I think this exe checks for files in the directory, but
I'm not sure...
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39179
Bug ID: 39179
Summary: FUEL: freeze when trying to start an event
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ikk_pl(a)yahoo.co.uk
Distribution: ---
When attempting to start an event, after the UI appears, a "vehicle crashed"
sound plays and the UI stops responding after a split second, locking the game.
Tested on fresh wineprefix, with no winetricks installs and no game
modification, in wine 1.7.50, 1.7.16, 1.6.2 and 1.7.50-126-g6056a3f.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38591
Bug ID: 38591
Summary: Fallout New Vegas unavoidable crash
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robrowlands91(a)live.com
Created attachment 51490
--> https://bugs.winehq.org/attachment.cgi?id=51490
Fallout New Vegas freeze error
Fallout random unavoidable crashes, get this error
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38392
Bug ID: 38392
Summary: Divide by zero in dlls/user32/Edit.c source file
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: bur_av(a)bk.ru
Distribution: ---
Upon calculation of line count in get_vertical_line_count function, line_height
field might take value of 0, which results in division by zero error. E.g. I
encountered this when dynamically creating hidden text control in Clarion
language, which uses WinAPI call for that.
Here's my hotfix for this bug (return 1 if es->line_height <= 0):
{{{
static inline INT get_vertical_line_count(EDITSTATE *es) {
if (es->line_height <=0) {
return 1;
}
else {
INT vlc = (es->format_rect.bottom - es->format_rect.top) / es->line_height;
return max(1,vlc);
}
}
}}}
The problem shows up in WINE versions 1.4.1 - 1.7.40. (at least on CentOS 6,
CentOS 7, Debian 7 and Mint 17).
Please, fix this bug in official release.
--
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=36666
Bug ID: 36666
Summary: Dofus 2.20
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mycaranille(a)gmail.Com
Created attachment 48709
--> http://bugs.winehq.org/attachment.cgi?id=48709
The error
Hello,
Sorry for my bad translation but I'm French. I want to contact you due to a bug
that occurs when launching Dofus 2.20.
I'm on Ubuntu 14.04 LTS (64-bit) and I use Wine 1.19 obtained via the official
PPA for Ubuntu
And at the launch of Dofus there is error message (see Attachment)
Regards, Jeremy
And good job if not for Wine
--
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=34337
Bug #: 34337
Summary: YNAB 4 last loaded early last week, now it will not
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dr00bert(a)gmail.com
Classification: Unclassified
Created attachment 45705
--> http://bugs.winehq.org/attachment.cgi?id=45705
Output from running wine command at command line
YNAB 4 was previously working without fault early last week, but I have not
been able to run it all week. Multiple reboots and some internet
troubleshooting have not helped this issue.
--
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=32963
Bug #: 32963
Summary: Party Of Sin DEMO does not find a suitable graphic
card on NVIDIA
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giovanni.nicola(a)ticino.com
Classification: Unclassified
Party of sin demo installs but on run pops up a message that no suitable
graphic card is found compatible with the XNA HiDef Profile
--
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=31428
Bug #: 31428
Summary: Dustforce: open with black screen
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
Classification: Unclassified
Created attachment 41315
--> http://bugs.winehq.org/attachment.cgi?id=41315
Terminal output
The game seems to run fine but the screen is all black. Sound is good but I
can't see a thing
Video specs:
nvidia gt540m (optimus)
with intel card: black screen
with optirun: white screen
I tried with a emulated desktop too but there's no changes.
I still don't know if it's the game or my video specs the problem
--
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=30725
Bug #: 30725
Summary: Scrollbar paging problems
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
There are some issues with scrollbars. I initially noticed these issues with
IDA Pro Free, but other programs which use the same type of scrollbar are
affected, including Windows Notepad.exe.
Try the following in Windows.
Run Notepad and load a long text document. The window shows a small proportion
of the document with a scrollbar at the right-hand side.
Move the mouse pointer over the scrollbar below the "thumb". Click the left
button. Notice how the region below the thumb highlights in black briefly.
Hold down the left button. The region below the thumb is highlighted in black,
and the document pages down repeatedly while the left button is pressed.
Move the mouse pointer while holding the left button down (but keeping the
pointer within the lower scrollbar region, e.g. move it up and down slightly).
The mouse movement doesn't affect the paging-down.
Trying the same under Wine...
Clicking below the thumb, the region is not highlighted in black (or if it is,
it's so brief as to be invisible).
Holding the left button down with the mouse pointer below the scrollbar thumb
does cause the document to repeatedly page down. However, the lower scrollbar
region is not highlighted in black. It seems Wine does draw it in black, but
immediately overwrites it -- I see brief flickers of black rectangles.
If while holding the left button you move the mouse pointer, the document stops
paging down. While you are moving the mouse, the lower scrollbar region is
shown in black.
--
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.