[Wine] AIRC Powerbuilde - Problem exporting files to PDF

Austin English austinenglish at gmail.com
Wed Sep 3 10:42:17 CDT 2008


On Wed, Sep 3, 2008 at 10:34 AM, xekhz <wineforum-user at winehq.org> wrote:
>
> austin987 wrote:
>> On Mon, Sep 1, 2008 at 10:07 AM, xekhz <wineforum-user at winehq.org> wrote:
>>
>> >
>> > vitamin wrote:
>> >
>> > >
>> > > xekhz wrote:
>> > >
>> > > > Hello ppl
>> > > > I have a problem with an appication I use.
>> > > > In my laptop I can easily export my AIRC files to PDF
>> > > > but in a customer the aplication always blowsup
>> > > >
>> > > > I get this error
>> > > >
>> > > > fixme:psdrv:PSDRV_ExtEscape QUERYESCSUPPORT(25) - not supported.
>> > > > wine: Unhandled page fault on read access to 0x801ed0d8 at address 0x7dad934a (thread 0009), starting debugger...
>> > > >
>> > > >
>> > >
>> > >
>> > > This is crash in Wine. Please open a bug report for this problem. Also it would be great if there is a demo version of your program available and it has the same problem.
>> > >
>> >
>> >
>> >
>> > There isnt any demo. :(
>> >
>> >
>> > how can i open a BUG report
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>>
>> http://bugs.winehq.org/
>
>
> I know that, but what should I put in the bug.
> All i know is that my application blows and i dont know how to produce the correct debug info
>
>
>
>
>
>

$ wine your_program.exe &> /tmp/output.txt

Attach that to the bug report. If more info is needed, someone will
request it. As a general rule, a +relay,+seh,+tid trace is useful:

$ WINEDEBUG=+relay,+seh,+tid wine your_program.exe &> /tmp/output2.txt

Attach that as well. If > 1 MB, compress it (bzip2 -9).



More information about the wine-users mailing list