Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Software Development
>
Open MGL
>
Ticket List/Search
>
Ticket #9959
Open MGL
Fork
open-mgl
msl
test
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Git
open-mgl
msl
test
Subversion
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
Forums
List of Forums
討論フォーラム (0)
質問フォーラム (0)
Mailing Lists
list of ML
News
Ticket #9959
Ticket List
Submit New Ticket
RSS
Debugビルドで終了時にエラー
Open Date:
2007-02-18 14:21
Last Update:
2008-06-28 17:10
monitor
ON
OFF
Reporter:
myun2
Owner:
myun2
Type:
Bugs
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
6
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
Debugビルドした場合、終了時に以下のエラーが表示される。
Debug Error!
Program: D:\Programing\MGL\S3.1\test2\bin\test.exe
Module:
File: i386\chkesp.c
Line: 42
The value of ESP was not properly saved across a
function call. This is usually a result of calling a
function declared with one calling convention with a
function pointer declared with a different calling
convention.
(Press Retry to debug the application)
コールスタックを見てみるとどうもDINPUT8で落ちてるっぽい。
(開放処理の不備か・・・?)
Ticket History (3/4 Histories)
Show older Histories
2007-02-18 14:22
Updated by:
myun2
Owner
Update from
(None)
to
myun2
Priority
Update from
5 - Medium
to
6
2007-02-18 14:24
Updated by:
myun2
Summary Updated
2007-02-18 14:25
Updated by:
myun2
Summary Updated
2008-06-28 17:10
Updated by:
myun2
Ticket Close date
is changed to
2008-06-28 17:10
Status
Update from
Open
to
Closed
Comment
Reply
Logged In: YES
user_id=26988
利用者側でコールバックスレッド宣言に「WINAPI」を付けていなかった
のが原因しでした・・・。(修正なし)
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
Debug Error!
Program: D:\Programing\MGL\S3.1\test2\bin\test.exe
Module:
File: i386\chkesp.c
Line: 42
The value of ESP was not properly saved across a
function call. This is usually a result of calling a
function declared with one calling convention with a
function pointer declared with a different calling
convention.
(Press Retry to debug the application)
コールスタックを見てみるとどうもDINPUT8で落ちてるっぽい。
(開放処理の不備か・・・?)