News:

SMFNew Installed

+-+-

User+-

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Site Stats+-

Members
Total Members: 728
Latest: Cho
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 10932
Total Topics: 795
Most Online Today: 389
Most Online Ever: 854
(September 18, 2024, 07:49:37 am)
Users Online
Members: 0
Guests: 261
Total: 261

Author Topic: crashing issue  (Read 4580 times)

0 Members and 95 Guests are viewing this topic.

crashing issue
« on: »
I encounter a bug with a class mods that I merged.

For some reason, Monk's attack causes the game to crash. At first I thought that it was related to a certain skill. But after further testing, the crash occurred right before delivering the killing blow to a monster.. regardless of skill.

I'd figure that its related to how the "fist wrap" upgrades damage on the first kill... so I look at the triggerables and the stat watcher.

Somehow the stat watcher has a numerical.. stuffs, idk why.

Code: [Select]
[STATWATCHER]
<STRING>STAT:EXPERIENCE LEVEL
<STRING>4082877041:MONK_UNARMED_LEVEL
<STRING>PRIMARY_TARGET_TYPE:SELF
<STRING>SECONDARY_TARGET_TYPE:SELF
<STRING>WATCH_TYPE:NOT EQUAL TO
[/STATWATCHER]

I tried changing the numbers to *random guessing* STAT_SECONDARY..it works for like..once, but then the crash occurs yet again.
« Last Edit: March 23, 2017, 09:00:31 am by Viz »

Share on Bluesky Share on Facebook


Re: crashing issue
« Reply #1 on: »
Hi Viz! Have you compared that skill's code in your merged version, vs. the code in the original (un-merged) version.  Maybe there was a conflict during compiling of the merged version (I'm not sure, just guessing too :o )


Re: crashing issue
« Reply #2 on: »
I did compare, they're pretty much same. ;(

so its either this class isn't meant to be merged or its something else.

Re: crashing issue
« Reply #3 on: »
Just guessing again... how about "SECONDARY_STAT" instead of "STAT_SECONDARY"...


Re: crashing issue
« Reply #4 on: »
Hmm. Apparently the correct string is SECOND_STAT. The crashing stopped, but I'm not sure if the Monk damage gets increased. Still need a further testing.

Re: crashing issue
« Reply #5 on: »
Hey Viz! I saw your post on RGF...

Quote from: Viz
- Druid's Thorns skill icon is somehow missing.
- One of Voidseeker's passive is missing.[/COLOR]
- Theolentist - Game crashes when hovering the cursor to Nova skill icon.

The SKILLTREEOVERRIDE.LAYOUT has to be able to find the icon to show it in the tree. If it does not find it, the game WILL crash.

There are a few reasons in not finding the icon; the most common is missing image and .imageset files OR wrong image location stated in the .imageset file. So you might want to doublecheck those files and their contents first.

This post about .imageset files might help you too...


Re: crashing issue
« Reply #6 on: »
Oh hey, thanks for helping.

I've looked at those, but the .dds file do exist and .imageset position looks ok.

I read the comment section in the author's mod page and found out that apparently some players do encounter similar crashing issue related to Nova.





Re: crashing issue
« Reply #7 on: »
Hmm, I tried to point it to the grey out version but it still crashes. Do I need to edit something in the skilltreeoverride.layout?

Re: crashing issue
« Reply #8 on: »
Maybe I can help you out but I need some guiding because I'm not familiarized with most mods other than my own :P

What mod files are we talking about here? Can you give me some links on where I can download them and I could take a look at them myself?

Re: crashing issue
« Reply #9 on: »
http://www.runicgamesfansite.com/mod_downloads/compilations-tl2/download-1516-variant-class-compilation-3-a.html

There you go. If anyone could upload it to Steam would be great, since I can't.   ::)

Re: crashing issue
« Reply #10 on: »
The Unarmed Damage skills doesn't cause a game crash on me...

How can I recreate the crashing issue?

What should I do exactly?

Also, I'm not sure if it is any issue but when I unpacked the Variant.mod, GUTS reported missing TAGS (mostly on synergies' classes).

Re: crashing issue
« Reply #11 on: »
The Unarmed Damage skills doesn't cause a game crash on me...

How can I recreate the crashing issue?

What should I do exactly?

Also, I'm not sure if it is any issue but when I unpacked the Variant.mod, GUTS reported missing TAGS (mostly on synergies' classes).
Oh yea, the unarmed damage was fixed some time ago.

The current issue is the Theolentist class. The game crashes when trying to hover to the Nova skill icon.

Regarding the missing tags, yeah I know. But I have no idea how to fix those..  AFAIK the affected skills are :
Spoiler (hover to show)

There are other missing tags as well, like most of the classes are missing their starting shoulder wardrobe and some skill particles went missing. But those aren't really game-breaking and can be figured out easily.
« Last Edit: April 03, 2017, 07:19:58 am by Viz »

Re: crashing issue
« Reply #12 on: »
The current issue is the Theolentist class. The game crashes when trying to hover to the Nova skill icon.
The IZAU_NOVA_ASTEROID skill is broken, check original data if the condition is the same. If it is broken, try contacting the author to fix it.

Regarding the missing tags, yeah I know. But I have no idea how to fix those..  AFAIK the affected skills are :
Spoiler (hover to show)

There are other missing tags as well, like most of the classes are missing their starting shoulder wardrobe and some skill particles went missing. But those aren't really game-breaking and can be figured out easily.
These TAGS could be exclusive from synergies and other mods where you claimed them, try getting the TAGS.DAT from synergies first and copy it to your mod pack. If the missing tags error has lessen then the TAGS.DAT is the cause.

Re: crashing issue
« Reply #13 on: »
 ???

Idk why but everytime GUTS compiled the mod it **** up the asteroid.dat. Replaced it with the original .dat which pretty much untouched, still persist.

Also there's no tags.dat in those class mods so I guess I need to ask the mod authors, somehow.

Re: crashing issue
« Reply #14 on: »
I'll check the Theolentist class mod alone. If there's no added TAGS in synergies then the missing tags could be caused by the merging of the mods and based on the files I've seen so far, they are messy (Probably you have nothing to do with that, you just compiled them).

 

Recent Topics+-