Game Startup Errors: May need a professional

Dregonx

TH.net Regular
Reaction score
21
I've recently released a game on another website, and some people can play it perfectly fine like myself with no errors, while others are reporting the game crashes, or does not start, upon startup.

My Map Initalization is the only thing that I think could do such a thing (obviously cause it's part of the startup) and I only have about 5 sets of various things going on, all in GUI.

I'll be glad to post 'em if needed, but is there anything in particular that could cause a game startup failure? :nuts:

Thanks in advanced. :thup:

-Dregonx
 

Conal

Member
Reaction score
12
Dividing by zero and infinite loops are the main causes of crashes.

Also, what world editor are you using?
 

Dregonx

TH.net Regular
Reaction score
21
Dividing by zero and infinite loops are the main causes of crashes.

Also, what world editor are you using?

Normal World Editor. No Loops of infinity or dividing by zero.

I'm using:

Trigger:
  • Actions
    • Quest - Create a Optional quest titled How to Get Saved with the description This is how to get ..., using icon path ReplaceableTextures\CommandButtons\BTNScepterOfMastery.blp
    • Animation - Play the hide animation for all doodads of type Banner Long White within Gladiator Intersection <gen>
    • Set OwnWord[1] = owned
    • Set PlayerColorText[1] = |CFFFF0303
    • Set DestructibleText[1] = |cffA9A9A9the Lovely Environment|r
    • Set GameModeNameText[1] = |cffA9A9A9Time Attack Mode|r
    • Player - Make Player 2 (Blue) treat Player 5 (Yellow) as an Ally with shared vision
    • Set AAILeafAvailable[1] = True
    • Set AAISandAvailable[1] = True
    • Set AAIHawkAvailable[1] = True
    • Set AAIAkatsukiAvailable[1] = True
    • Hero - Make Player 1 (Red) Heroes gain 1000.00% experience from future kills
    • Set GameLeader = (Random player from (All players matching (((Matching player) controller) Equal to User)))
    • Set LeafNinja[1] = Tsunade
    • Set SandNinja[1] = Gaara
    • Set HawkNinja[1] = Sasuke
    • Set AkatsukiNinja[1] = Deidara
    • Set TailedBeastType[1] = One Tailed Shukaku
    • Visibility - Disable fog of war
    • Visibility - Disable black mask
    • Environment - Set sky to Lordaeron Summer Sky
    • Camera - Lock camera target for Player 1 (Red) to Akatsuki Pillar of Selection 0112 <gen>, offset by (0.00, 0.00) using Default rotation
    • Selection - Select Akatsuki Pillar of Selection 0112 <gen> for Player 1 (Red)
    • Set ScorePoints[1] = 0
    • Set WarUnitType[1] = Spearsman
    • Set ShopVillageRegion[1] = Shop Village 1 <gen>
    • Set VillagerUnitType[1] = Villager (Male)
    • Set IronSandWO[1] = Iron Sand World Order 1 (Dummy Ability)
    • Set RisingTwinDragons[1] = Rising Twin Dragons - Kunai Dummy
    • Set ItemTypeGenin[1] = |cff00ff00Genin Helm|r
    • Set ItemTypeChunin[1] = |cffffcc00Chunin Helm|r
    • Set ItemTypeJonin[1] = |cffff8c00Jonin Helm|r
    • Set ItemTypeMissingNin[1] = |cffff0000Akatsuki Cloak|r
    • Set AAIMerchant[1] = Genin Merchant 0113 <gen>


That's to sum it up, because each of those I pretty much repeat for each player. Not using a loop, but individually.
 

Conal

Member
Reaction score
12
Map init isn't necessarily the only cause of crashes.

Do you have any custom models imported?
 

Conal

Member
Reaction score
12
Hmm...You could try isolating that problem to object data/misc by removing all your triggers and seeing if people still crash. I've heard weird cases such as simply viewing a region as well as object data causing crashes.
 

Dregonx

TH.net Regular
Reaction score
21
Hmm...You could try isolating that problem to object data/misc by removing all your triggers and seeing if people still crash. I've heard weird cases such as simply viewing a region as well as object data causing crashes.

What kind of object data?

Also keep in mind, that this is a 50/50 case here, some people crash, others never crash, like myself. And even others can replay it over and over till it doesn't crash then they are able to play for some reason.
 

Conal

Member
Reaction score
12
Object data such as...A non-human worker having human repair, a poorly made custom model, etc.

You really need to remove chunks of your map to find out what area the error is in. I do realize this may be difficult but it's the quickest way of finding the problem.
 

Dregonx

TH.net Regular
Reaction score
21
Object data such as...A non-human worker having human repair, a poorly made custom model, etc.

You really need to remove chunks of your map to find out what area the error is in. I do realize this may be difficult but it's the quickest way of finding the problem.

Is there any kind of numeral based data that could cause it? Like say having a missile speed of 100000000 for the sake of making it instant.
 

Conal

Member
Reaction score
12
The cause of crashes is unknown to most people and vague at best. I have heard of numeric data causing crashes but I cannot remember what.

If you can narrow the problem down to the object data, you could easily go through and find suspicious looking techniques and remove them. Otherwise, you'd be wasting your time.

Edit: You could try searching for similar cases such as "loading screen crash" and similar thread titles.
 

Dregonx

TH.net Regular
Reaction score
21
The cause of crashes is unknown to most people and vague at best. I have heard of numeric data causing crashes but I cannot remember what.

If you can narrow the problem down to the object data, you could easily go through and find suspicious looking techniques and remove them. Otherwise, you'd be wasting your time.

Edit: You could try searching for similar cases such as "loading screen crash" and similar thread titles.

Alright thanks man I appreciate it. +Rep irregardless of what happens next :thup:
 

Dregonx

TH.net Regular
Reaction score
21
The cause of crashes is unknown to most people and vague at best. I have heard of numeric data causing crashes but I cannot remember what.

If you can narrow the problem down to the object data, you could easily go through and find suspicious looking techniques and remove them. Otherwise, you'd be wasting your time.

Edit: You could try searching for similar cases such as "loading screen crash" and similar thread titles.

Well I did make a loading screen that isn't 522 x 522 (or w/e it was) cause I don't have the proper resizing image program anymore, so I just threw it in at full like 1000 x 1000, and it still looked fine. Can that be it? Sorry if this seems a bit repetitive. (yeah just looked it up too)

I'm just trying to at least get the major "Chunks" that it could be out first before I start nickpicking, or chunk throwing whatever you want to call it lol.
 

Conal

Member
Reaction score
12
I'd consider all imports a single chunk.

I don't think loading screen size would cause problems. I've used a single black pixel before (knowing that it would get stretched).
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top