http://bugs.winehq.org/show_bug.cgi?id=4232
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dank(a)kegel.com 2006-04-07 12:42 -------
Yeah, the current version of the app on current wine doesn't have anything like
the same errors. Marking as fixed. I'll open a separate bug for
the remaining issues.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5596
dinardo(a)creasoftware.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Runtime error '13' in VB App|Runtime error '13' in VB App
|at concat Null to NullString|at concat Null to
| |NullString; Convert null to
| |string
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4842
------- Additional Comments From ilan(a)fonz.net 2006-04-07 12:32 -------
Should I use the built in or native oleaut32?
As previously mentioned the native version allows the program to run. The
builtin version fails.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5596
------- Additional Comments From dinardo(a)creasoftware.net 2006-04-07 12:30 -------
(From update of attachment 2823)
In this exe sample there are two controls: command1 and Text1. In the
Command1_Click there is tho follow code: text1.text = "" & Null. This work in
windows, but Wine raise the runtime error 13
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5596
------- Additional Comments From dinardo(a)creasoftware.net 2006-04-07 12:27 -------
Created an attachment (id=2823)
--> (http://bugs.winehq.org/attachment.cgi?id=2823&action=view)
This is an executable sample of bug
In this exe sample, there are: one command button (command1) and one TextBox
(text1), in the command button (command1_click) there is the follow code:
text1.text = "" & Null. This work in windows, but Wine raise the runtime error
13.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=5596
Summary: Runtime error '13' in VB App at concat Null to
NullString
Product: Wine
Version: 0.9.16.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dinardo(a)creasoftware.net
In VB6 is typic concat a Recordset Field value to nullstring ("") so:
MyStringVar = "" & MyRecordset.Field("FieldName").Value
In this case, if the field value is Null, it come convert in a string, but
Wine raise the error: Type Mismatch (Err N.13). In Windows work normally!
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4084
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-07 11:41 -------
Created an attachment (id=2822)
--> (http://bugs.winehq.org/attachment.cgi?id=2822&action=view)
warn+file,+ver
Yes same exact problem. It's checking for a version of system32\user.exe.
Because Wine doesn't have it it fails.
Placing a native copy of that file into system32 doesn't fix the problem either
- it checks the version several times and fails.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3154
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-04-07 11:38 -------
I have tried changing a few of the stub return values but it did not affect the
outcome.
Trace of open program and close program followed by a ctrl C. Shows WM_CLOSE
messages trying to close. I also see what looks like a call to the 16 ole
routines. 1.8 meg Log at http://arcelectronicsinc.com/testinfo/ole_relay.zip
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4421
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-07 10:45 -------
Resolving FIXED
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4703
------- Additional Comments From ferchimi(a)gmail.com 2006-04-07 10:18 -------
I'm using wine 0.9.11 since is the latest stable debian package available and in
this version the bus is still present, I am starting to suspect hat my old wine
work direcory is no longer usefull, neither are my dll overrides
I you can, please give me some information on installing windows system software
such as ole and ole32 (and so) and overriding dlls wihout using winetools, which
I used in the past to install IE6, MFC and other stuff, perhaps this is the
problem, and if I correct it maybe it will work ok...
thanx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.